Annotation of parser3/ChangeLog, revision 1.146
1.146 ! moko 1: 2020-11-14 moko
! 2:
! 3: * src/targets/cgi/parser3.C: spelling
! 4:
! 5: * src/targets/cgi/parser3.C: renaming
! 6:
! 7: * src/targets/cgi/parser3.C: args_skip removed, locate_config
! 8: relocated
! 9:
! 10: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
! 11: before request processing, which is weired
! 12:
! 13: 2020-11-13 moko
! 14:
! 15: * src/main/pa_http.C: pa_recv added with timeout support, thus read
! 16: copied in httpd.
! 17:
! 18: 2020-11-12 moko
! 19:
! 20: * src/main/pa_http.C: ALARM code unified to be used in httpd
! 21:
! 22: * src/: include/pa_request.h, main/pa_request.C,
! 23: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
! 24:
! 25: * src/main/pa_http.C: URI validation added
! 26:
! 27: * src/targets/cgi/parser3.C: filespec_to_process now variable,
! 28: can't be empty but can be null. httpd-main is now main method
! 29: name for httpd mode
! 30:
! 31: 2020-11-11 moko
! 32:
! 33: * src/main/pa_request.C: path_translated can be null in httpd mode
! 34:
! 35: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
! 36: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
! 37: classes/xdoc.C, include/pa_request.h, main/execute.C,
! 38: main/pa_request.C: r.absolute -> r.full_disk_path
! 39:
! 40: * src/targets/cgi/parser3.C: if filename to process is not
! 41: specified, auto.p should be present.
! 42:
1.145 moko 43: 2020-11-03 moko
44:
45: * src/: classes/op.C, include/pa_request.h: unused argument removed
46:
47: * src/main/pa_request.C: content_disposition_inline is the default,
48: not required.
49:
1.144 moko 50: 2020-10-29 moko
51:
52: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
53: ^use[file; $.main(true) ] implemented for auto.p processing and
54: path_translated changing to correct relative files path
55: calculation in httpd mode
56:
57: * src/: include/pa_request.h, main/pa_request.C:
58: fail_on_read_problem removed, as it allways true, as if should
59: be.
60:
61: * src/: include/pa_request.h, main/pa_request.C,
62: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
63: targets/isapi/parser3isapi.C: clearing config_filespec when
64: config was not found, thus flag not required and removed.
65:
66: 2020-10-28 moko
67:
68: * tests/: 402.html, results/402.processed: error reporting test
69:
70: * src/main/execute.C: better error reporting when
71: $result[^hash::create[]] in @main.
72:
73: * src/main/: execute.C, pa_request.C: frame.result() should be used
74: + minor optimization
75:
76: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
77: main/pa_xml_io.C: execute_*_method simplified and unified
78:
79: 2020-10-27 moko
80:
81: * tests/: 306.html, results/306.processed: a bit more testing. :)
82:
83: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
84: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
85: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
86: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
87: types/pa_vmethod_frame.h, types/pa_vobject.C,
88: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
89: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
90: longer used in object-prototype mode
91:
92: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
93: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
94: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
95: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
96: $form:name[value] features
97:
1.143 moko 98: 2020-10-18 moko
99:
100: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
101:
102: 2020-10-15 moko
103:
104: * src/main/pa_http.C: url no longer needed as
105: ALTER_EXCEPTION_SOURCE is used
106:
107: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
108: main/pa_http.C: check_file_size filespec is now optional
109:
110: * src/: classes/curl.C, include/pa_exception.h,
111: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
112: ALTER_EXCEPTION_COMMENT added for better error reporting
113:
114: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
115: results/346-curl.processed, results/379-curl.processed,
116: results/379.processed: test results updated as load now provides
117: better error reporting + curl responses updated
118:
119: 2020-10-14 moko
120:
121: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
122: main/pa_string.C, targets/apache/mod_parser3_core.C,
123: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
124: checked. 10 is now default base, no hex autodetect by default
125:
126: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
127: connection socket closing in destructor + accept exception
128: handling
129:
130: * src/targets/cgi/parser3.C: warning war
131:
132: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
133: main/pa_request.C, targets/apache/mod_parser3_core.C,
134: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
135: exception handling unified
136:
137: 2020-10-13 moko
138:
139: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
140: autodetection
141:
142: * src/targets/apache/mod_parser3_core.C: reverted to atoi
143:
144: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
145:
146: * src/main/pa_http.C: warning war
147:
1.142 moko 148: 2020-10-12 moko
149:
1.143 moko 150: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
151: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
152: unhandled exception code optimization
153:
154: * src/targets/cgi/parser3.C: request_info now global variable
155:
156: * src/main/pa_http.C: http_read_response moved to HTTP_response
157: class
158:
159: * src/: include/pa_http.h, main/pa_http.C,
160: targets/cgi/pa_sapi_info.h: read_post implemented
161:
1.142 moko 162: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
163: [host:]port syntax support in httpd mode
164:
165: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
166: targets/cgi/parser3.C: populate_env added
167:
168: * src/include/pa_hash.h: to make get(char *) compiling in
169: HashStringString
170:
171: 2020-10-10 moko
172:
173: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
174: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
175:
176: * src/: include/pa_http.h, include/pa_request_info.h,
177: main/pa_http.C, main/pa_string.C,
178: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
179: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
180: types/pa_vrequest.C: initial httpd mode implementation
181:
1.141 moko 182: 2020-10-04 moko
183:
184: * src/targets/cgi/parser3.C: options together
185:
186: 2020-09-30 moko
187:
188: * src/main/pa_http.C: renamed
189:
1.140 moko 190: 2020-08-14 moko
191:
192: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
193: src/targets/cgi/Makefile.am: no httpd as separate library
194:
195: 2020-08-13 moko
196:
197: * src/targets/cgi/parser3.C: SAPI::die used in exception in
198: unhandled exception handler to report 500 instead of 200 it was
199: before.
200:
201: * src/targets/apache/mod_parser3_core.C: minor cleanup
202:
203: * src/: include/pa_sapi.h, main/untaint.C,
204: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
205: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
206: thus replaced with SAPI::die and removed
207:
208: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
209: cgi/parser3.C: whitespace
210:
211: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
212:
213: 2020-08-12 moko
214:
215: * src/targets/cgi/parser3.C: duplicate info in signal logging
216: removed, whitespace was: SIGPIPE received while executing code.
217: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
218: cl=0]
219:
220: * parser3.sln: + httpd.vcproj
221:
222: 2020-08-11 moko
223:
224: * src/targets/cgi/Makefile.am: +libhttpd
225:
226: * configure.ac, src/lib/Makefile.am: +libhttpd
227:
1.139 moko 228: 2020-07-13 moko
229:
230: * tests/: 401.html, results/401.processed: test for hash key does
231: not keep language, but tainted in foreach.
232:
1.138 moko 233: 2020-07-01 moko
234:
235: * tests/: 235.html, results/235.processed: test result updated as
236: messages before attachments implemented (feature #1176)
237:
1.137 moko 238: 2020-06-27 moko
239:
240: * tests/: 400.html, results/400.processed: test updated to check
241: ^return{code}
242:
243: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
244: fixed
245:
246: 2020-06-26 moko
247:
248: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
249: added (related to https://www.parser.ru/forum/?id=85319)
250:
251: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
252: when $result assignment was last statement in the method
253: (https://www.parser.ru/forum/?id=85319)
254:
1.136 moko 255: 2020-05-23 moko
256:
257: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
258: whitespace, unused level removed
259:
260: 2020-05-19 moko
261:
262: * src/types/pa_vmail.C: whitespace
263:
264: * src/types/pa_vmail.C: files should be processed last (related to
265: feature #1176)
266:
1.135 moko 267: 2020-05-12 moko
268:
269: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
270: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
271:
272: * configure.ac: FreeBSD1X.X check added to avoid
273: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
274:
1.134 moko 275: 2020-02-26 moko
276:
277: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
278: compilation issue (related to bug #1201)
279:
280: * src/main/pa_common.C: entry_readable -> entry_exists,
281: undocumented access(fname, R_OK) call removed (fixes bug #1201)
282: -f and -d now works under Windows in UTF-8 with Russian
283: filenames.
284:
285: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
286: advice (related to feature #1199)
287:
288: 2020-02-25 moko
289:
290: * buildall: --silent removed
291:
292: * configure.ac: gmime-3.0 support
293:
294: * buildall: --with-system-mailreceive option added to build with
295: system libgmime
296:
297: * src/types/pa_vmail.C: avoiding
298: https://github.com/jstedfast/gmime/issues/83 "feature" (related
299: to feature #1199)
300:
1.133 moko 301: 2020-02-18 moko
302:
303: * src/classes/op.C: windows x64 debug mode compile fix
304:
305: * src/main/pa_globals.C: no longer required due to -MD -> -MT
306: change (releated to feature #1200)
307:
308: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
309: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
310: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
311: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
312: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
313: targets/apache/ApacheModuleParser3.vcproj,
314: targets/apache/ApacheModuleParser3Core.vcproj,
315: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
316: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
317: dependency (related to feature #1200)
318:
1.132 moko 319: 2020-02-12 moko
320:
321: * src/types/pa_vmail.C: minimize diff
322:
323: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
324: #1199)
325:
1.131 moko 326: 2020-01-18 moko
327:
328: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
329:
1.130 moko 330: 2019-12-28 moko
331:
332: * src/targets/cgi/parser3.C: avoid empty ?
333:
334: 2019-12-27 moko
335:
336: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
337: DOCUMENT_ROOT (related to feature #1164)
338:
339: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
340: fcgiwrap setup (implements feature #1164)
341:
342: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
343: but no issues found (related to feature #1164)
344:
345: * src/targets/cgi/parser3.C: actualized
346:
347: 2019-12-26 moko
348:
349: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
350: removed
351:
352: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
353: removed
354:
355: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
356: allocation errors, we don't want default gc warnings (without
357: timestamp and URI).
358:
359: * src/: classes/memory.C, main/pa_globals.C,
360: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
361: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
362: pa_globals_init
363:
364: * src/main/pa_globals.C: setup_hex_value() removed, static array
365: initialization used (optimization)
366:
367: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
368: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
369: pa_socks_init/pa_socks_done moved inside pa_globals_init
370: (optimization)
371:
1.129 moko 372: 2019-12-09 moko
373:
374: * src/include/pa_config_fixed.h: warning war
375:
1.128 moko 376: 2019-12-08 moko
377:
378: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
379: process grammar under Unix.
380:
381: 2019-12-07 moko
382:
383: * tests/389.html: For Windows XP. :)
384:
385: * tests/388-sql.html: Windows compatibility added
386:
387: 2019-12-06 moko
388:
389: * src/targets/cgi/parser3.C: warning war
390:
391: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
392: == sizeof(CORD)) to avoid aligning bugs in future
393:
394: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
395: XML_STATIC
396:
397: * src/include/pa_request.h: StackItem() not required
398:
399: * src/include/pa_stack.h: warning war
400:
401: * src/include/pa_config_includes.h: GCC warning silenced
402:
403: * src/include/pa_memory.h: warning war: the program should also
404: define 'void operator delete [](void*, std::size_t)'
405: [-Wsized-deallocation]
406:
407: * src/types/: pa_vregex.h, pa_vtable.h: warning war
408:
409: * src/classes/string.C: not reqired cast removed
410:
411: * src/classes/string.C: not reqired cast removed
412:
413: 2019-12-05 moko
414:
415: * src/lib/sdbm/pa_file_io.C: warning war
416:
417: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
418: enum Language : size_t - required for VS2015+ to make
419: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
420: without it (related to feature #1198)
421:
422: 2019-12-04 moko
423:
424: * src/main/pa_base64.C: unsigned char -> uchar
425:
426: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
427: as other libs
428:
429: * src/include/pa_version.h: +amd64
430:
431: 2019-12-03 moko
432:
433: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
434: release
435:
436: * src/include/pa_config_includes.h: warning war
437:
438: * src/classes/image.C: warning war
439:
440: * src/main/pa_globals.C: x64 libs support
441:
442: * src/include/pa_config_includes.h: warning war
443:
444: * src/types/pa_method.h: warning war
445:
1.127 moko 446: 2019-11-28 moko
447:
448: * src/classes/math.C: vs2003 compatibility + warning war
449:
450: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
451: libxml2-2.9.9 (related to feature #1136)
452:
453: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
454: typecast for more compatibility (related to feature #1136)
455:
456: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
457: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
458: feature #1136)
459:
460: 2019-11-26 moko
461:
462: * src/main/: compile_tools.C, compile_tools.h: invalid assert
463: removed (it was failing in $$var case), condition added
464:
1.126 moko 465: 2019-11-25 moko
466:
467: * tests/: 397.html, 399.html, results/141.processed,
468: results/399.processed: base64 options tested
469:
470: * src/: classes/math.C, main/pa_http.C: base64 options used
471:
472: * src/main/pa_base64.C: base64 encode rewritten, base64 options
473: implemented (feature #986)
474:
475: * src/main/pa_cache_managers.C: whitespace
476:
477: * tests/: 397.html, 399.html, results/399.processed: tests for
478: ^base64 encode options added (related to feature #986)
479:
480: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
481: pa_base64_encode(file) removed - more memory, but faster and less
482: code (related fo feature #986)
483:
484: 2019-11-24 moko
485:
486: * tests/: 155.html, results/155.processed: limit and offset in
487: ^table::load[] now supported, thus test added
488:
489: * src/: classes/file.C, classes/table.C, include/pa_common.h,
490: main/pa_common.C: optimization: offset and limit options parsing
491: moved inside file_load.
492:
493: 2019-11-23 moko
494:
495: * src/: classes/file.C, classes/op.C, include/pa_common.h,
496: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
497: optimization: file_read replaced with simplified file_read_binary
498:
499: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
500: types/pa_vform.C: whitespace
501:
502: * src/: include/pa_common.h, main/pa_common.C: never used params
503: removed
504:
505: 2019-11-21 moko
506:
507: * tests/: 193.html, results/193.processed, results/389.processed:
508: test results updated as now base64 does not discard tail without
509: padding (related to feature #986)
510:
511: 2019-11-20 moko
512:
513: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
514: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
515: pa_base64_decode (related to feature #986)
516:
517: * tests/398.html: tests for base64 decode added (related to feature
518: #986)
519:
520: * src/main/pa_base64.C: base64_decode rewritten - padding option
521: support, padding inside base 64 supported (related to feature
522: #096)
523:
524: 2019-11-19 moko
525:
526: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
527: FreeBSD 12
528:
1.125 moko 529: 2019-11-16 moko
530:
531: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
532: support added, step support removed (related to #986)
533:
534: 2019-11-15 moko
535:
536: * src/classes/math.C: using log since log2 is not present on
537: FreeBSD < 8.4 (related to feature #1177)
538:
539: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
540: pa_base64_size extracted and used for files as well (related to
541: feature 986)
542:
543: 2019-11-14 moko
544:
545: * tests/: 397.html, results/397.processed: + content check
546:
547: * tests/: 141.html, results/141.processed: make test resuls more
548: readable
549:
550: * tests/: 397.html, results/193.processed, results/397.processed:
551: test results updated after \x00 character was disabled in
552: math:convert string mode (related to feature #1177)
553:
554: * src/classes/: math.C, string.C: \\x00 character disabled while
555: converting to string (as in base64, related to feature #1177)
556:
557: * src/classes/file.C: more correct arguments separation
558:
559: * src/: classes/file.C, classes/math.C, classes/string.C,
560: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
561: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
562: options added, but not yet implemented (related to feature #986)
563:
564: * src/classes/math.C: whitespace
565:
566: 2019-11-13 moko
567:
568: * tests/: 397.html, results/397.processed: +tainting test (related
569: to feature #1177)
570:
571: * src/classes/math.C: as we now produce not only digits, result
572: should be tainted (related to feature #1177)
573:
574: * src/main/pa_base64.C: whitespace
575:
576: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
577: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
578: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
579: implementation moved from pa_common.h and pa_common.C
580:
581: 2019-11-12 moko
582:
583: * tests/: 275.html, results/275.processed: out of range test fixed,
584: as ^math:convert now supports arbitrary precision
585:
586: 2019-11-11 moko
587:
588: * tests/results/389.processed: uctualized error message
589:
590: * tests/: 389.html, 397.html, results/397.processed: tests for
591: ^math:convert added (related to feature #1177)
592:
593: * src/classes/math.C: ^math:convert now supports arbitrary
594: precision, alphabet support added (implements feature #1177)
595:
1.124 moko 596: 2019-11-06 moko
597:
598: * tests/: 181.html, results/181.processed: entities usage added,
599: more entites load tests (related to bug #842 discussion)
600:
601: 2019-11-05 moko
602:
603: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
604: call from xmlFileOpen if http://localhost/<file> was not found
605: (related to bug #842)
606:
607: * src/main/pa_xml_io.C: rename
608:
609: * src/main/pa_xml_io.C: +MemoryStream constructor
610:
611: * src/main/pa_xml_io.C: whitespace
612:
1.123 moko 613: 2019-10-31 moko
614:
615: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
616: XML_PARSE_NOENT) added to fix entities load, (related to feature
617: #1181)
618:
1.122 moko 619: 2019-10-25 moko
620:
621: * tests/: 388-sql.html, results/388-sql.processed: more multiple
622: queries tests
623:
624: 2019-10-24 moko
625:
626: * tests/: 388-sql.html, results/388-sql.processed: support for
627: pgsql driver test
628:
629: * tests/: 388-sql.html, results/388-sql.processed:
630: multi_statements=1 now tested, mysql test now supported
631: (connection must be specified in [parser3] section in .my.cnf)
632: related to issues #1195 and #1194
633:
1.121 moko 634: 2019-09-11 moko
635:
636: * src/classes/int.C: whitespace
637:
638: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
639: exception test
640:
641: * tests/results/388-sql.processed: sql queries now shown (related
642: to feature #1196)
643:
644: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
645: with old parser versions.
646:
647: * src/: classes/file.C, classes/hash.C, classes/string.C,
648: classes/table.C, classes/void.C, include/pa_sql_connection.h,
649: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
650: instead of connect string in query_event_handlers exceptions
651: (implements feature #1196)
652:
1.120 moko 653: 2019-09-06 moko
654:
655: * tests/388-sql.html: mysql compat
656:
657: * src/: classes/hash.C, classes/string.C, classes/table.C,
658: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
659: sql_ variables declaration moved to pa_common.h
660:
1.116 moko 661: 2019-01-15 moko
662:
663: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
664: logically sorted
665:
666: 2018-12-27 moko
667:
668: * src/include/pa_config_includes.h: warning war:
669: -Wdeprecated-register added for C++ 17
670:
671: 2018-10-15 moko
672:
673: * configure.ac: FreeBSD 11.2 can be build with ./configure
674: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
675: --with-xml=/usr/local/
676:
677: 2018-09-24 moko
678:
679: * tests/: 396.html, 396.tiff, results/396.processed: test for
680: ^image::measure[] now supports tiff added (related to feature
681: #1188)
682:
683: * src/classes/image.C: ^image::measure[] now supports tiff
684: (implements feature #1188)
685:
686: 2018-09-20 moko
687:
688: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
689: files measure added (related to ticket #1188)
690:
691: * src/classes/image.C: measure of bmp files implemented (related to
692: ticket #1188)
693:
694: 2018-09-18 moko
695:
696: * tests/: 394-curl.html, results/394-curl.processed,
697: results/auto.p: test for bug #1187 (max_file_size check for head
698: requests) added
699:
700: 2018-08-24 moko
701:
702: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
703: response content-length check is required (fixes bug #1187)
704:
705: 2018-05-11 moko
706:
707: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
708: $.append(bool) ] option added (related to feature #919)
709:
710: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
711: from misha@ patch (implements feature #919)
712:
713: 2018-03-22 moko
714:
715: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
716: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
717: with 128kb buffer. Now works at least 12 times faster. :) May be
718: Windows-only problem.
719:
720: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
721: build fix)
722:
723: 2018-02-03 moko
724:
725: * src/main/execute.C: removes irrelevant lines from exception stack
726: trace when exceptions occurs in assigment (fixes bug #1165)
727:
728: * tests/: 393.html, results/393.processed: test for behavour after
729: "Property can not be created, already exists field with that
730: name" exception removed (related to feature #1183)
731:
732: * src/types/pa_vclass.C: "Property can not be created, already
733: exists field with that name" exception removed (implements
734: feature #1183)
735:
736: 2018-01-19 moko
737:
738: * src/classes/string.C: whitespace
739:
740: * src/classes/string.C: whitespace
741:
742: * tests/: 392.html, results/392.processed: test for
743: ^regex::create[$regex] added (related to feature #1135)
744:
745: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
746: ^regex::create[$regex] added (implements feature #1135)
747:
748: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
749: commented define added (related to feature #1157)
750:
751: 2018-01-17 moko
752:
753: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
754:
755: 2018-01-15 moko
756:
757: * tests/: 390.html, results/390.processed: real path replaced by
758: stub
759:
760: * tests/: 391.html, results/391.processed: test for feature #1181
761: (XML_PARSE_HUGE exception) added
762:
763: 2018-01-11 moko
764:
765: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
766:
767: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
768: XML_PARSE_HUGE option passed by default (implements feature
769: #1181)
770:
771: * src/classes/string.C: whitespace
772:
773: 2017-12-10 moko
774:
775: * tests/: 389.html, 390.html, results/389.processed,
776: results/390.processed: image code coverage tests added (related
777: to feature #1125)
778:
779: 2017-12-08 moko
780:
781: * tests/: 346-curl.html, 388-sql.html, 389.html,
782: results/346-curl.processed, results/388-sql.processed,
783: results/389.processed: more code coverage tests
784:
785: * tests/: 264.html, results/264.processed: code coverage for
786: ^file::exec[]
787:
788: 2017-12-07 moko
789:
790: * tests/: 174.html, 388-sql.html, 389.html,
791: results/388-sql.processed, results/389.processed,
792: results/174.processed: more coverage tests
793:
794: * src/classes/math.C: exception text actualized
795:
796: 2017-12-06 moko
797:
798: * tests/388-sql.html: $SQL can be here
799:
800: * tests/results/auto.p: $SQL not required here
801:
802: * tests/: 388-sql.html, 389.html, Makefile,
803: results/388-sql.processed, results/389.processed, results/auto.p:
804: code coverage tests for sql (using sqlite) and int/double/bool
805: added (related to feature #1125)
806:
807: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
808: lib/json/json.vcproj, lib/md5/md5.vcproj,
809: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
810: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
811: targets/apache/ApacheModuleParser3Core.vcproj,
812: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
813: types/types.vcproj: gc\include no longer required
814:
815: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
816: required
817:
818: * src/: classes/Makefile.am, classes/table.C,
819: include/pa_config_includes.h, include/pa_string.h,
820: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
821: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
822: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
823: targets/apache/Makefile.am, targets/cgi/Makefile.am,
824: types/Makefile.am: to be sure that our version of gc.h/cord.h is
825: used, we now include it directly
826:
827: 2017-12-04 moko
828:
829: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
830: memcached/memcached.vcproj, punycode/punycode.vcproj,
831: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
832: where required
833:
834: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
835: now can be used to trace memory allocations
836:
837: * src/: classes/table.C, include/pa_config_includes.h,
838: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
839: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
840: method removes, libcord also can work without libgc
841:
842: * src/classes/json.C: pa_gc_malloc_atomic should not be used
843:
844: 2017-11-29 moko
845:
846: * src/classes/curl.C: no exception if some of ^curl:info[] elements
847: are not present (related to feature #1173)
848:
849: * tests/346-curl.html: test updated to test curl content-length bug
850: (related to feature #1173)
851:
852: * tests/results/346-curl.processed: more test for content-length
853: curl bug (related to feature #1173)
854:
855: * tests/results/346-curl.processed: test results updated after
856: #1173 implemented
857:
858: 2017-11-28 moko
859:
860: * src/classes/curl.C: another libcurl Content-length bug walkaround
861: (related to feature #1173)
862:
863: 2017-11-27 moko
864:
865: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
866: $.http_version[version string] added (implements feature #1173),
867: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
868: where $post(true) bug existed.
869:
870: 2017-11-18 moko
871:
872: * src/include/pa_memory.h: warning war (related to feature #1170)
873:
874: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
875: feature #1170)
876:
877: 2017-11-17 moko
878:
879: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
880: std::basic_stringstream used in ^table.csv-string[] is compatible
881: with delete usage check only under Debian 9 (related to feature
882: #1170)
883:
884: 2017-11-16 moko
885:
886: * src/: classes/curl.C, classes/hash.C, classes/json.C,
887: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
888: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
889: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
890: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
891: types/pa_vxdoc.h: regular new/delete no longer used in our code,
892: stubs defend from accidental use (implements feature #1170)
893:
894: 2017-06-24 moko
895:
896: * configure.ac: minor fix: thanks to alx@
897:
1.115 moko 898: 2017-05-29 moko
899:
900: * src/types/pa_vmail.C: mail headers are now correctly truncated -
901: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
902: added to avoid cutting of UTF-8 chars (fixed bug #123)
903:
904: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
905: ignored, =?UTF-8?Q?= should start in case of leading space
906: (related to bug #123)
907:
908: * buildall: echo -n -> printf for OS X. :)
909:
910: 2017-05-25 moko
911:
912: * tests/: 288.html, results/288.processed: test updated afted
913: setting $o.prop without setter exception removed (related to
914: feature #1157)
915:
916: * src/types/pa_vclass.C: no more "this property has no setter
917: method" when setting $o.prop without setter (implements feature
918: #1157)
919:
920: * buildall: echo \c -> echo -n for FreeBSD
921:
922: * configure, configure.ac, src/include/pa_config_auto.h.in,
923: src/types/pa_vdouble.h: isfinite now checked in configure
924:
925: * compile, config.guess, config.sub, depcomp, install-sh, missing:
926: upgraded to automake 1.15
927:
928: 2017-05-23 moko
929:
930: * src/types/pa_vdouble.h: finite returned where isfinite not
931: defined
932:
933: 2017-05-22 moko
934:
935: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
936:
937: * buildall: extern CFLAGS setting support
938:
939: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
940:
941: * buildall: http -> https
942:
943: * buildall: gc-7.2f -> gc-7.6.0
944:
945: 2017-05-20 moko
946:
947: * buildall: https, pcre, xml, xslt updated to current versions
948: (related to feature #1136)
949:
950: 2017-05-19 moko
951:
952: * tests/097.html: after parser.ru moved to https
953:
954: 2017-05-17 moko
955:
956: * tests/results/: 175.processed, 372.processed: tests resuls
957: updated after lintian spelling typos fixed (related to bug #1156)
958:
959: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
960: classes/string.C, classes/table.C, main/pa_charset.C,
961: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
962: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
963: lintian reported by Sergey B Kirpichev (fixes bug #1156)
964:
965: * tests/results/096.processed: +XMP
966:
967: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
968: $.xmp(true) options tested (test for feature #1154)
969:
970: * src/classes/image.C: ^image:measure[] options $.exif(false)
971: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
972: fetched by default! (implements feature #1154)
973:
974: 2017-05-16 moko
975:
976: * tests/: 256.html, results/256.processed: ^json:string[$image] now
977: allowed (related to feature #1154)
978:
979: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
980: initial XMP implementation - without options and transcode
981: (related to feature #1154)
982:
983: 2017-05-12 moko
984:
985: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
986: image: exif moved to ffields, skipped in ^image.html[] where
987: iterators now used (preparation for feature #1154)
988:
989: 2017-05-05 moko
990:
991: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
992: results/387.processed: test for circular class inheritance check
993: added (related to bug #1150)
994:
995: * src/types/pa_vstateless_class.C: circular class inheritance check
996: added (fixes endless add_derived bug #1150)
997:
998: 2017-05-04 moko
999:
1000: * tests/: 386.html, results/386.processed: test for
1001: $table.value(number) added (related to feature #1152)
1002:
1003: * src/types/pa_vtable.C: table put_element: column value must be
1004: string - > column value must be string compatible to allow
1005: $t.value(1) (implements feature #1152)
1006:
1007: 2017-05-03 moko
1008:
1009: * src/main/pa_request.C: $use[$method] is not possible, reverting
1010: (related to feature #1151)
1011:
1012: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1013: not possible, removing test (related to feature #1151)
1014:
1015: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1016: get_element_method added and used to allow $use[$method] and
1017: $autouse[$method] (implements feature 1151)
1018:
1019: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1020: variable added (related to feature #1151)
1021:
1022: * tests/results/226.processed: actualized after ^try-catch used
1023:
1024: * tests/: 226.html, 385.html, results/385.processed: test for
1025: @autouse in variable added
1026:
1027: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1028:
1.114 moko 1029: 2017-02-27 moko
1030:
1031: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1032:
1.113 moko 1033: 2017-02-20 moko
1034:
1035: * operators.txt: actualization + beauty
1036:
1037: 2017-02-16 moko
1038:
1039: * tests/: 384.html, results/384.processed: test for
1040: ^reflection:mixin[; $.name[] ] option added (related to feature
1041: #1089)
1042:
1043: * tests/: 384.html, results/384.processed: test for
1044: ^reflection:mixin[] added (related to feature #1089)
1045:
1046: * src/types/pa_value.h: warning war: virtual ~Value() added
1047:
1.112 moko 1048: 2017-02-15 moko
1049:
1050: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1051: fixed
1052:
1053: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1054: test added (related to feature #1069)
1055:
1056: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1057: compilation without HASH_ORDER fixed
1058:
1059: * src/: classes/reflection.C, include/pa_hash.h:
1060: $.reverse(true/false) added to ^reflection:methods[] (related to
1061: feature #1069)
1062:
1063: 2017-02-14 moko
1064:
1065: * tests/: 152.html, results/152.processed: test for $._default hash
1066: added (related to bug #1131)
1067:
1068: * tests/: 277.html, results/277.processed: test for hash with only
1069: $._default is now defined (related to bug #1131)
1070:
1071: * src/types/pa_vhash.h: hash with only $._default is now defined
1072: (fixed bug #1131)
1073:
1074: 2017-02-13 moko
1075:
1076: * tests/cat-windows.sh: cat-windows added (cygwin required)
1077:
1078: * tests/: 171.html, 264.html, 286.html, 370.html,
1079: results/320.processed, results/375.processed, results/auto.p:
1080: cat-windows.sh support added
1081:
1082: * tests/375.html: Windows support
1083:
1084: * tests/270.html: documented
1085:
1086: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1087: (not backslashes) even under Windows (broke test 270)
1088:
1089: 2017-02-12 moko
1090:
1091: * tests/: descript.ion, todo.txt: cleanup
1092:
1093: 2017-02-09 moko
1094:
1095: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1096: run_tests.cmd: Windows compatibility
1097:
1098: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1099: incorrectly (GMT) if parser is called from cygwin
1100:
1.111 moko 1101: 2017-02-08 moko
1102:
1.112 moko 1103: * operators.txt: actualization 15% completed
1104:
1105: * operators.txt: cp1251 -> utf-8
1106:
1107: * NEWS, README: minor update
1108:
1109: * src/include/pa_config_includes.h: warning war continues
1110:
1111: * src/: include/pa_config_includes.h, include/pa_memory.h,
1112: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1113: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1114: gcc 6.x issues fixed
1115:
1.111 moko 1116: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1117: classes/classes.h, classes/curl.C, classes/date.C,
1118: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1119: classes/hashfile.C, classes/image.C, classes/inet.C,
1120: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1121: classes/memcached.C, classes/memory.C, classes/op.C,
1122: classes/reflection.C, classes/regex.C, classes/response.C,
1123: classes/string.C, classes/table.C, classes/void.C,
1124: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1125: include/pa_array.h, include/pa_cache_managers.h,
1126: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1127: include/pa_config_fixed.h, include/pa_config_includes.h,
1128: include/pa_dictionary.h, include/pa_dir.h,
1129: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1130: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1131: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1132: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1133: include/pa_request_charsets.h, include/pa_request_info.h,
1134: include/pa_sapi.h, include/pa_socks.h,
1135: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1136: include/pa_stack.h, include/pa_string.h,
1137: include/pa_stylesheet_connection.h,
1138: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1139: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1140: include/pa_uue.h, include/pa_xml_exception.h,
1141: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1142: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1143: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1144: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1145: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1146: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1147: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1148: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1149: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1150: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1151: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1152: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1153: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1154: main/pa_string.C, main/pa_stylesheet_connection.C,
1155: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1156: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1157: main/untaint.C, sql/pa_sql_driver.h,
1158: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1159: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1160: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1161: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1162: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1163: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1164: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1165: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1166: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1167: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1168: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1169: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1170: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1171: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1172: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1173: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1174: types/pa_vmemcached.h, types/pa_vmemory.h,
1175: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1176: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1177: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1178: types/pa_vresponse.C, types/pa_vresponse.h,
1179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1180: types/pa_vstateless_object.h, types/pa_vstatus.C,
1181: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1182: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1183: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1184: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1185: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1186: 2015->2017
1187:
1.110 moko 1188: 2017-02-07 moko
1189:
1190: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1191:
1192: 2017-02-06 moko
1193:
1194: * src/main/pa_common.C: minor fixes, whitespace
1195:
1196: * src/: classes/curl.C, classes/file.C, classes/image.C,
1197: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1198: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1199: now used (implements feature #1081)
1200:
1201: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1202:
1203: 2017-02-01 moko
1204:
1205: * src/include/pa_request.h: cleanup
1206:
1207: 2017-01-30 moko
1208:
1209: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1210:
1211: 2017-01-29 moko
1212:
1213: * tests/: 383.html, results/383.processed: test for
1214: ^reflection:stack[] added (related to feature #1052)
1215:
1216: * src/classes/reflection.C: else added
1217:
1218: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1219: $.max_file_lock_wait added (implements feature #1128)
1220:
1221: 2017-01-28 moko
1222:
1223: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1224: body and other cases tests added (related to featue #1014)
1225:
1226: * src/classes/curl.C: bug if response is empty fixed (related to
1227: feature #1014)
1228:
1229: 2017-01-27 moko
1230:
1231: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1232: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1233: added (implements feature #1052)
1234:
1235: 2017-01-25 moko
1236:
1237: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1238: method test added
1239:
1240: 2017-01-23 moko
1241:
1242: * src/classes/reflection.C: optimization: options->get replaced by
1243: hash iterator
1244:
1245: * tests/: 381.html, results/381.processed: now -> fixed date
1246:
1247: * src/main/pa_request.C: warning war
1248:
1249: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1250: 5Mb (fixes bug #1058)
1251:
1252: * src/classes/curl.C: warning war
1253:
1254: * tests/: 381.html, results/381.processed: tests for ^json:string
1255: $.one-line(true) option added (related to feature #1124)
1256:
1257: * src/: classes/json.C, types/pa_value.h: $json-string
1258: $.one-line(true|false) options is now supported (implements
1259: feature #1124)
1260:
1261: * tests/: 380.html, results/380.processed: test for modified
1262: $.max_file_size added (related to bug #1014)
1263:
1264: * tests/: 379.html, results/auto.p: tests for rewritten http file
1265: load added (related to bug #1014)
1266:
1267: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1268: main/pa_common.C, main/pa_http.C: check_file_size added and used
1269: in curl / file load from disk and http, http file load rewritten
1270: (related to bug #1014)
1271:
1272: 2017-01-18 moko
1273:
1274: * tests/: 378.html, results/378.processed: tests for ^result[]
1275: added (related to feature #66)
1276:
1277: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1278: Method::CO_WITHOUT_FRAME as frame still added in expression
1279: (related to feature #66)
1280:
1281: 2017-01-17 moko
1282:
1283: * tests/: 377.html, results/377.processed: test for different
1284: combinations of breaks in body and delimiter (related to bug
1285: #1077)
1286:
1287: * tests/: 376.html, results/376.processed: many ^break[] tests
1288: added (related to bug #1077)
1289:
1290: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1291: passed to native method" exception added to avoid bugs due to
1292: WRITE_EXPR_RESULT skipped and native methods execution continues
1293: after ^break[] (related to bug #1077)
1294:
1295: 2017-01-14 moko
1296:
1297: * tests/: 330.html, results/330.processed: test results updated
1298: after ^break[] bugs where fixed (related to bug #1077)
1299:
1300: * tests/: 329.html, results/329.processed: test results updated
1301: after ^break[] bugs where fixed (related to bug #1077)
1302:
1303: * tests/results/320.processed: ^return[] added
1304:
1305: 2017-01-13 moko
1306:
1307: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1308: classes/table.C, include/pa_request.h, main/execute.C,
1309: main/pa_request.C, targets/cgi/parser3.C,
1310: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1311: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1312: checked after each possible process/execute call (fixes bug
1313: #1077)
1314:
1315: 2016-12-29 moko
1316:
1317: * src/main/pa_common.C: warning war
1318:
1319: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1320: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1321: pa_file_size_limit added, ^math:random fixed for upper limit and
1322: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1323: (related to feature #1014)
1324:
1325: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1326: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1327: (related to feature #1014)
1328:
1329: 2016-12-28 moko
1330:
1331: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1332: warning war
1333:
1334: 2016-12-26 moko
1335:
1336: * tests/: 341.html, results/341.processed: test for
1337: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1338:
1339: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1340: (related to feature #1057)
1341:
1342: * src/types/pa_vdate.C: warning war continues...
1343:
1344: * src/: classes/date.C, classes/image.C, classes/table.C,
1345: include/pa_config_includes.h, types/pa_vfile.C: warning war
1346:
1347: * src/lib/gd/gifio.C: warning war / cleanup
1348:
1349: * src/lib/json/pa_json.C: warning war
1350:
1351: * src/classes/hash.C: warning war
1352:
1353: * src/types/pa_vfile.C: warning war
1354:
1355: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1356: -Wall warning war continues
1357:
1358: * configure.ac: --with-build-warnings actualized
1359:
1360: 2016-12-25 moko
1361:
1362: * src/main/pa_exec.C: -wAll warning war
1363:
1364: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1365: -wAll warning war
1366:
1367: * src/: include/pa_common.h, include/pa_sapi.h,
1368: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1369: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1370: -wAll warning war
1371:
1372: 2016-12-23 moko
1373:
1374: * src/lib/ltdl/Makefile.am: extra dist added
1375:
1376: * tests/results/344.processed: test result updated after $file.text
1377: prefetched in ^hash::create[$file] (related to feature #1075)
1378:
1379: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1380: ^hash::create[$file] (related to feature #1075)
1381:
1382: 2016-12-22 moko
1383:
1384: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1385: main/pa_request.C, main/pa_stylesheet_connection.C,
1386: types/pa_vfile.C: file_stat now return 64-bit size (implements
1387: #1014 under 32-bit unix versions)
1388:
1389: 2016-12-21 moko
1390:
1391: * tests/: 375.html, results/375.processed: test for exec returning
1392: stated file added (related to feature #1119)
1393:
1394: * src/classes/file.C: load should not return file with null body
1395: (fixes bug #1119)
1396:
1397: 2016-12-14 moko
1398:
1399: * tests/: 374.html, results/374.processed: test for $method.name
1400: added (related to feature #1117) plus method returning junction
1401: test
1402:
1403: 2016-12-13 moko
1404:
1405: * src/: include/pa_symbols.h, main/pa_symbols.C,
1406: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1407: (implements feature #1117)
1408:
1409: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1410: HEAD and TRACE can't have body (implements feature #1116)
1411:
1412: 2016-12-09 moko
1413:
1414: * tests/: 373.html, results/373.processed: tests for
1415: ^reflection:tainting added (related to feature #1098)
1416:
1417: * src/classes/reflection.C: ^reflection:tainting arguments order
1418: change (related to feature #1098)
1419:
1420: 2016-12-06 moko
1421:
1422: * src/: classes/reflection.C, include/pa_string.h,
1423: main/pa_string.C: ^reflection:tainting[$string] added (implements
1424: feature #1098)
1425:
1426: 2016-12-05 moko
1427:
1428: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1429: (fixes bug #1114)
1430:
1431: 2016-12-04 moko
1432:
1433: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1434: check added
1435:
1436: 2016-12-03 moko
1437:
1438: * tests/: 346-curl.html, results/346-curl.processed: test modified
1439: to test value.as_hash() usage
1440:
1441: * src/classes/curl.C: value.as_hash() used for correct hash
1442: processing
1443:
1444: * src/classes/reflection.C: exceptions texts fixes
1445:
1446: 2016-12-02 moko
1447:
1448: * tests/: 372.html, results/372.processed: tests for
1449: ^reflection:create[ $.class[name] $.constructor[name]
1450: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1451: feature #1094)
1452:
1453: * src/types/pa_vmethod_frame.h: comment added: params should be
1454: declared outside of *_FRAME_ACTION as MethodParams destructor
1455: will be called in ~VNativeMethodFrame
1456:
1457: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1458: ] minor fix
1459:
1460: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1461: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1462: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1463: now supported (implements feature #1094) value::as_hash added
1464: (and should be used everywhere)
1465:
1466: * src/classes/reflection.C: cleanup
1467:
1468: 2016-12-01 moko
1469:
1470: * tests/: 356.html, results/356.processed: test for method
1471: junctions class name added to the resulting hash added (related
1472: to feature #1068)
1473:
1474: * src/classes/reflection.C: for method junctions class name added
1475: to the resulting hash (related to feature #1068)
1476:
1477: 2016-11-30 moko
1478:
1479: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1480: exception (related to bug #1113)
1481:
1482: * src/types/pa_vhashfile.C: whitespace
1483:
1484: * src/main/pa_os.C: errno now returned as it should (fixes bug
1485: #1113)
1486:
1487: * tests/results/: 175.processed, 192.processed, 224.processed,
1488: 229.processed, 239.processed, 244.processed, 246.processed,
1489: 314.processed, 352.processed: tests results updated after method
1490: call exceptions improved as method now keeps its name
1491:
1492: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1493: types/pa_vmethod_frame.h: method call exceptions improved as
1494: method now keeps its name
1495:
1496: * tests/: 224.html, 239.html, results/224.processed,
1497: results/239.processed: tests and tests results updated after
1498: Request::construct exception changed
1499:
1500: * src/: classes/reflection.C, main/execute.C: Request::construct
1501: exception optimized
1502:
1503: * tests/: 371.html, results/371.processed: test for
1504: WWrapper.get_element call in $.name.key[value] code added
1505: (related to feature #1091)
1506:
1507: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1508: in $.name.key[value] code (related to feature #1091)
1509:
1510: 2016-11-29 moko
1511:
1512: * src/classes/op.C: VS warning war
1513:
1514: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1515: C4239: nonstandard extension used : 'return' : conversion from
1516: 'Value' to 'Value &' (related to feature #1020)
1517:
1518: * src/: main/execute.C, types/pa_vmethod_frame.h,
1519: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1520: used : 'return' : conversion from 'Value' to 'Value &' (related
1521: to feature #1020)
1522:
1523: * src/main/execute.C: VS warning war
1524:
1525: * src/targets/cgi/parser3.C: VS compatibility fix
1526:
1527: * src/include/pa_request.h: VS warning war
1528:
1529: * tests/: 370.html, results/370.processed: test for ^file::exec[
1530: ... $.stdin[$binary_file] ] added (related to bug #1044)
1531:
1532: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1533: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1534: $.stdin[$binary_file] (fixes bug #1044)
1535:
1536: 2016-11-28 moko
1537:
1538: * src/main/pa_exec.C: whitespace
1539:
1540: * src/main/pa_request.C: whitespace
1541:
1542: * tests/: 369.html, results/369.processed: test for
1543: $response:status usage added (related to feature #1099)
1544:
1545: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1546: if < 100 (implements feature #1099)
1547:
1548: * src/targets/cgi/parser3.C: whitespace
1549:
1550: * src/targets/cgi/parser3.C: whitespace
1551:
1552: * tests/: 368.html, results/368.processed: test updated after
1553: ^reflection:filename[$method] added (related to feature #1053)
1554:
1555: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1556: main/compile.y, main/execute.C, main/pa_request.C,
1557: types/pa_vclass.h: filename -> filespec,
1558: ^reflection:filename[$method] added (related to feature #1053)
1559:
1560: 2016-11-27 moko
1561:
1562: * tests/: 368.html, results/368.processed: test for
1563: reflection:filename[$class or object] added (related to feature
1564: #1053)
1565:
1566: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1567: types/pa_vstateless_class.h: ^reflection:filename[$class or
1568: object] added (implements feature #1053)
1569:
1570: 2016-11-26 moko
1571:
1572: * src/: include/pa_request_info.h,
1573: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1574: remove_absolute_uri -> strip_absolute_uri
1575:
1576: 2016-11-25 moko
1577:
1578: * src/: include/pa_request_info.h,
1579: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1580: request_info.remove_absolute_uri added to remove possible
1581: http://site.name/ from $request:uri (implements feature #1112)
1582:
1583: 2016-11-24 moko
1584:
1585: * tests/: 367-curl.html, results/367-curl.processed: test for
1586: previous request headers clearing after redirect added (related
1587: to bug #1109)
1588:
1589: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1590: response headers from previous requests are now cleared, only
1591: last request headers are collected (fixes bug #1109)
1592:
1593: * tests/results/: 266.processed, 321.processed, 356.processed:
1594: tests results updated as method name now added to the resulting
1595: hash for new syntax only (Imp1 compatimility fixed, related to
1596: feature #1068)
1597:
1598: * src/classes/reflection.C: method name now added to the resulting
1599: hash for new syntax only (Imp1 compatimility fixed, related to
1600: feature #1068)
1601:
1602: * tests/results/366.processed: test for native and parser
1603: implementation of ^use[] logic (related to feature #1074)
1604:
1605: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1606: for native and parser implementation of ^use[] logic (related to
1607: feature #1074)
1608:
1609: 2016-11-23 moko
1610:
1611: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1612: main/pa_request.C: @USE file now implemented as ^use[file;
1613: $.origin[origin_file] ] (implements feature #1074)
1614:
1.109 moko 1615: 2016-11-21 moko
1616:
1.110 moko 1617: * tests/: 365.html, results/365.processed: test for $caller bugs in
1618: 3.4.4 and $caller.method now tested (related to feature #1110)
1619:
1620: * tests/: 364.html, results/364.processed: $caller usage in
1621: different contexts now tested (related to feature #1110)
1622:
1623: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1624:
1625: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1626:
1.109 moko 1627: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1628: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1629: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1630: used (implements feature #1110)
1631:
1632: 2016-11-20 moko
1633:
1634: * src/types/pa_vdouble.h: whitespace
1635:
1636: 2016-11-11 moko
1637:
1638: * tests/: 363.html, results/363.processed: more tests for feature
1639: #1091 (how parser methods work in expression context)
1640:
1641: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1642: expressions strings are now written as strings, not values by
1643: write_as_string (related to feature #1091)
1644:
1645: * src/classes/op.C: to make more correct behavour in expression
1646: context
1647:
1648: 2016-11-07 moko
1649:
1650: * tests/: 362.html, results/362.processed: test for
1651: xsltParseStylesheetDoc caching as xsl modification after it added
1652: (related to bug #1108)
1653:
1654: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1655: result now cached as xdoc is modified after it (fixes bug #1108)
1656:
1657: 2016-11-06 moko
1658:
1659: * src/types/pa_vxdoc.h: whitespace
1660:
1661: 2016-11-05 moko
1662:
1663: * src/types/pa_vmethod_frame.h: cleanup
1664:
1665: 2016-11-03 moko
1666:
1667: * tests/results/244.processed: more correct exception after method
1668: frames separation
1669:
1670: * src/types/pa_vmethod_frame.h: minor optimizaion
1671:
1672: * src/types/pa_method.h: optimization: params_count added
1673:
1674: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1675: include/pa_request.h, main/execute.C, main/pa_request.C,
1676: types/pa_value.C, types/pa_vmethod_frame.C,
1677: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1678: VMethodFrame now divided into VNativeMethodFrame,
1679: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1680: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1681: and used (related to feature #1104)
1682:
1683: 2016-11-02 moko
1684:
1685: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1686: classes/double.C, classes/file.C, classes/hash.C,
1687: classes/hashfile.C, classes/image.C, classes/inet.C,
1688: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1689: classes/memcached.C, classes/op.C, classes/reflection.C,
1690: classes/regex.C, classes/string.C, classes/table.C,
1691: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1692: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1693: r.write (implements feature #1091)
1694:
1695: * src/main/execute.C: cleanup (related to feature #1104)
1696:
1697: * src/: include/pa_request.h, main/execute.C,
1698: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1699: added, in_expression removed (implements feature #1104)
1700:
1701: 2016-10-31 moko
1702:
1703: * src/types/pa_value.C: whitespace
1704:
1705: 2016-10-28 moko
1706:
1707: * tests/results/244.processed: updated after error reporting fixed
1708: in pa_wcontext.C
1709:
1710: * src/types/pa_wcontext.C: error reporting fixed
1711:
1712: * src/types/pa_wcontext.h: whitespace
1713:
1714: * src/classes/image.C: not fully readed entries are no longer
1715: processed (fixes bug #1106)
1716:
1717: 2016-10-26 moko
1718:
1719: * src/classes/image.C: whitespace
1720:
1721: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1722: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1723: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1724: longer required (related to feature #1091)
1725:
1726: * tests/results/: 264.processed, 350.processed: test results update
1727: reverted (whitespace optimization) after write_no_lang removed :)
1728: (related to feature #1091)
1729:
1730: * src/: classes/file.C, classes/hash.C, classes/op.C,
1731: classes/string.C, classes/table.C, classes/void.C,
1732: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1733: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1734: equal write_pass_lang (related to feature #1091)
1735:
1736: * tests/results/: 264.processed, 350.processed: test results
1737: updated (whitespace optimization) after write_assign_lang removed
1738: (related to feature #1091)
1739:
1740: * tests/: 361.html, results/361.processed: test for non-string
1741: ^untaint added (related to feature #1091)
1742:
1743: * src/: classes/curl.C, classes/date.C, classes/file.C,
1744: classes/hash.C, classes/op.C, classes/string.C,
1745: include/pa_request.h, main/execute.C: optimization:
1746: write_assign_lang removed as not required (first part of feature
1747: #1091 implementation)
1748:
1.108 moko 1749: 2016-10-12 moko
1750:
1751: * tests/: 360.html, results/360.processed: more test code (related
1752: to feature #1104)
1753:
1754: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1755: include/pa_request.h, main/compile.y, main/execute.C: opcode
1756: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1757: WContext is next task (implements feature #1104)
1758:
1759: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1760: / CO_WITHOUT_WCONTEXT
1761:
1762: * tests/: 360.html, results/360.processed: test for in expression
1763: state (related to feature #1104)
1764:
1765: 2016-10-11 moko
1766:
1767: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1768:
1769: * src/classes/op.C: default value removed from initializer
1770:
1771: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1772:
1773: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1774:
1775: 2016-10-10 moko
1776:
1777: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1778: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1779: to feature #42)
1780:
1781: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1782: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1783:
1784: 2016-10-08 moko
1785:
1786: * src/classes/double.C: whitespace
1787:
1788: 2016-10-07 moko
1789:
1790: * src/types/pa_vmethod_frame.h: reorder
1791:
1792: 2016-10-06 moko
1793:
1794: * src/classes/date.C: typo
1795:
1796: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1797:
1798: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1799: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1800: types/pa_vmethod_frame.h: params.get now returns Value&, not
1801: Value*
1802:
1803: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1804:
1805: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1806: removed; first as_* code rewrite
1807:
1808: 2016-10-05 moko
1809:
1810: * src/include/pa_request.h: whitespace
1811:
1812: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1813: intercept_string added (related to feature #1097)
1814:
1815: * src/: classes/image.C, classes/op.C, classes/table.C,
1816: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1817: optimization: intercept_string removed (implements feature #1097)
1818:
1819: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1820:
1821: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1822: from VCodeFrame and WWrapper as not required
1823:
1824: 2016-10-04 moko
1825:
1826: * src/: classes/curl.C, classes/date.C, classes/double.C,
1827: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1828: classes/int.C, classes/json.C, classes/op.C,
1829: classes/reflection.C, classes/string.C, classes/table.C,
1830: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1831: proces_to_value -> process after StringOrValue removed (related
1832: to feature #1020)
1833:
1834: * src/classes/form.C: whitespace
1835:
1836: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1837:
1838: * tests/: 357.html, 358.html, results/357.processed,
1839: results/358.processed, results/auto.p: test for @conf
1840: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1841:
1842: 2016-10-03 moko
1843:
1844: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1845: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1846: supported (implements feature #42)
1847:
1848: * src/types/pa_vregex.h: no reason for VRegex to be
1849: is_evaluated_expr
1850:
1851: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1852: (implements feature #1095)
1853:
1854: 2016-10-01 moko
1855:
1856: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1857: false by default (related to feature #1089)
1858:
1859: 2016-09-30 moko
1860:
1861: * src/types/pa_wcontext.h: cleanup
1862:
1863: 2016-09-29 moko
1864:
1865: * src/main/execute.C: whitespace
1866:
1867: * src/include/pa_request.h: whitespace
1868:
1869: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1870: classes/op.C, classes/table.C, include/pa_request.h,
1871: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1872: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1873: StringOrValue removed as it just slows down and adds complexity
1874: (implements feature #1020)
1875:
1876: 2016-09-28 moko
1877:
1878: * tests/: 356.html, results/266.processed, results/321.processed,
1879: results/356.processed: tests updated after name was added to
1880: method_info hash, test for ^reflection:method_info[junction]
1881: added (related to feature #1068)
1882:
1883: * src/classes/reflection.C: ^reflection:method_info[junction] now
1884: supported, method name added to the resulting hash (implements
1885: feature #1068)
1886:
1887: * tests/: 276.html, results/276.processed: more tests for
1888: ^reflection:delete[]
1889:
1890: * src/classes/reflection.C: fixed bug then ^reflection:delete
1891: didn't work on class and could damage native objects (like file)
1892:
1893: 2016-09-26 moko
1894:
1895: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1896: results/345.processed, results/346-curl.processed,
1897: results/347-curl.processed, results/348.processed: numbers added
1898: to simplify diff analysis
1899:
1900: * tests/: 352.html, results/352.processed: test result updated as
1901: method name used
1902:
1903: * src/classes/reflection.C: method name used
1904:
1905: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1906: its name
1907:
1908: * src/types/pa_method.h: whitespace
1909:
1910: * src/classes/reflection.C: both method and field with one name can
1911: exist.
1912:
1913: * src/classes/reflection.C: ^reflection:mixin added (implements
1914: feature #1089)
1915:
1916: * tests/: 355.html, results/355.processed: property appears in
1917: derived class if added in base test added
1918:
1919: * src/types/pa_vstateless_class.h: get_method declaration +
1920: whitespace
1921:
1922: * tests/: 354.html, results/354.processed: nice test from method
1923: and property with one name in class added
1924:
1925: 2016-09-23 moko
1926:
1927: * src/classes/reflection.C: ^reflection:method usage documented
1928:
1929: 2016-09-22 moko
1930:
1931: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1932: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1933: compile warning and GPF occures on VS2003 (related to feature
1934: #1087)
1935:
1936: * tests/: 350.html, results/350.processed: test added for
1937: $.encloser[] support in ^table::create (related to feature #11)
1938:
1939: * src/classes/table.C: another minor fix (related to feature #11)
1940:
1.107 moko 1941: 2016-09-21 moko
1942:
1943: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1944:
1945: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1946: classes/json.C, classes/string.C, classes/table.C,
1947: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1948: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1949: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1950: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1951: pa_charsets, vs2015 warning war
1952:
1953: * src/classes/table.C: vs2015 warning war
1954:
1955: * src/types/pa_vdate.C: vs2015 warning war
1956:
1957: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1958:
1959: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1960: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1961:
1962: * src/main/pa_common.C: vs2015 compilation fixes
1963:
1964: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1965: vs2015 compilation fixes
1966:
1967: * src/main/pa_charset.C: vs2015 warning war
1968:
1969: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1970:
1971: * src/main/pa_charset.C: vs2015 warning war
1972:
1973: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1974:
1975: * src/types/pa_vdate.C: vs2015 compilation fix
1976:
1977: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1978:
1979: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1980: VS2015 compilation fixes
1981:
1982: * src/classes/table.C: minor fix (related to feature #11)
1983:
1984: * tests/results/282.processed: no longer skipping extra enclosers
1985: (related to feature #11)
1986:
1987: * src/classes/table.C: minor fix + no longer skipping extra
1988: enclosers (related to feature #11)
1989:
1990: * src/classes/table.C: minor optimization (related to feature #11)
1991:
1992: * src/classes/table.C: minor fix and optimization (related to
1993: feature #11)
1994:
1995: 2016-09-20 moko
1996:
1997: * tests/: 353.html, results/353.processed: test for
1998: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1999: added (related to bug #1090)
2000:
2001: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2002: one_big_piece (fixes bug #1090)
2003:
2004: * tests/: 229.html, results/229.processed: code coverage tests
2005:
2006: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2007: body) was called
2008:
2009: * src/classes/op.C: whitespace
2010:
2011: * tests/: 323.html, results/323.processed: test for code junction
2012: should not be returned by ^reflection:class, ^reflection:base
2013:
2014: * src/classes/reflection.C: bugfix: code junction should not be
2015: returned by ^reflection:class, ^reflection:base
2016:
2017: * tests/: 323.html, 352.html, results/352.processed: no more
2018: exception for ^reflection:method[class;no-such-method] (related
2019: to feature #1087)
2020:
2021: * src/classes/reflection.C:
2022: ^reflection:method[class;no-such-method] : exception -> void
2023: (related to feature #1087)
2024:
2025: * src/include/pa_request.h: request::write_value added to allow
2026: write value without convertion (related to issue #1091)
2027:
2028: 2016-09-19 moko
2029:
2030: * src/main/pa_random.C: windows build fix
2031:
2032: * src/types/pa_vhash.h: warning war
2033:
2034: 2016-09-14 moko
2035:
2036: * tests/: 352.html, 552.html, results/352.processed,
2037: results/552.processed: test for ^reflection:method[] extension
2038: added (related to feature #1087)
2039:
2040: * tests/: 552.html, results/552.processed: test for
2041: ^reflection:method[] extension added (related to feature #1087)
2042:
2043: * src/classes/reflection.C: compatibility issue fixed, VClass
2044: dynamic_cast check added (related to feature #1087)
2045:
2046: * tests/: 351.html, results/351.processed: test for @auto[]
2047: inheritance bug diring ^process[] added (related to bug #1088)
2048:
2049: * src/: classes/op.C, main/pa_request.C,
2050: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2051: disable it inheritance during ^process (fixes bug #1088)
2052:
2053: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2054: added (implements feature #1087)
2055:
2056: 2016-09-13 moko
2057:
2058: * tests/: 349.html, results/auto.p: test for objects prototyping
2059: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2060: to feature #1086)
2061:
2062: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2063: types/pa_vobject.C: objects now are not class instances, but have
2064: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2065: in @conf (implements feature #1086)
2066:
2067: 2016-09-08 moko
2068:
2069: * src/: classes/file.C, classes/mail.C, classes/string.C,
2070: classes/table.C, main/pa_http.C, main/pa_string.C,
2071: include/pa_string.h: cleanup: string::split limit argument
2072: removed as no longer required, pos_after no longer reference
2073: (related to feature #11)
2074:
2075: * src/classes/table.C, tests/results/348.processed: now exception
2076: is rised when invalid option is passed to ^table::create[]
2077:
2078: * tests/: 282.cfg, 282.html, results/282.processed: more code
2079: coverage tests
2080:
2081: * tests/: 348.html, results/348.processed: code coverage tests
2082: added
2083:
2084: * tests/: 348.html, results/348.processed: generic ^table::create[]
2085: tests
2086:
2087: * tests/: 035.html, results/035.processed, results/272.processed:
2088: tests updated after $.encloser[] support for ^table::create
2089: implementation (related to feature #11)
2090:
2091: * src/classes/table.C: $.encloser[] support for ^table::create
2092: finally added (implements feature #11)
2093:
2094: 2016-09-07 moko
2095:
2096: * src/include/pa_string.h: added StringSplitHelper as friend
2097: (related to feature #11)
2098:
2099: * src/include/pa_string.h: body and langs now protected, not
2100: private to allow inheritance (related to feature #11)
2101:
2102: * src/classes/table.C: lsplit optimized before cloning for
2103: ^table::create with $.encloser[] (related to feature #11)
2104:
2105: * src/classes/table.C: optimizaion: TableControlChars.separators
2106: added and used (related to feature #11)
2107:
2108: * src/classes/table.C: spelling:
2109:
2110: TableSeparators -> TableControlChars column -> separator
2111: separators -> control_chars
2112:
2113: 2016-09-06 moko
2114:
2115: * src/main/pa_string.C: whitespace
2116:
2117: * src/main/pa_string.C: whitespace
2118:
2119: 2016-09-01 moko
2120:
2121: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2122: results OS-independent
2123:
2124: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2125: compiler (related to feature #1042)
2126:
2127: 2016-08-15 moko
2128:
2129: * src/include/pa_string.h: whitespace
2130:
2131: * src/classes/table.C: whitespace
2132:
1.106 moko 2133: 2016-08-05 moko
2134:
2135: * tests/: 344.html, results/344.processed: test for
2136: ^hash::create[$file] added (related to feature #1075)
2137:
2138: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2139: supported (implements feature #1075)
2140:
2141: 2016-08-04 moko
2142:
2143: * tests/: 341.html, results/341.processed: more code coverage tests
2144:
2145: * tests/: 346-curl.html, results/346-curl.processed: more code
2146: coverage tests for curl
2147:
2148: * tests/: 346-curl.html, results/346-curl.processed: more code
2149: coverage tests for curl
2150:
2151: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2152: results/223.processed: code coverage tests: $.form[ $.table[] ]
2153: test added
2154:
2155: * tests/: 223-curl.html, results/223-curl.processed: more code
2156: coverage tests for curl
2157:
2158: 2016-08-03 moko
2159:
2160: * src/classes/curl.C: dlink(curl_library) now called not once, but
2161: until it will be loaded, allowing to find existing library.
2162:
2163: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2164: results/347-curl.processed: more code coverage tests for curl
2165:
2166: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2167: results/339-curl.processed, results/346-curl.processed: curl
2168: functionality tests
2169:
2170: 2016-08-02 moko
2171:
2172: * tests/: 339.html, results/339.processed: test for tables in
2173: ^file:load[] and ^curl:load[] (commented) added (related to
2174: feature #1042)
2175:
2176: * tests/: 345.html, results/345.processed: code coverage tests for
2177: file class
2178:
2179: * tests/: 344.html, results/344.processed: code coverage tests
2180:
2181: * tests/: 344.html, results/344.processed: mdate removed from
2182: output
2183:
2184: * src/classes/file.C: minor bugfix: is_text should be taked from
2185: fcontent.is_text_mode() if not set (related to feature #1061)
2186:
2187: * tests/: 344.html, results/344.processed: more tests
2188:
2189: * tests/: 343.html, 344.html, results/343.processed,
2190: results/344.processed: tests for ^file::create[ $.from-charset
2191: and $.to-charset ] (related to feature #1061)
2192:
2193: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2194: aset_text_mode argument optimized
2195:
2196: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2197: checkBOM now used in detect_binary_content (related to feature
2198: #1061)
2199:
2200: * src/main/pa_request.C: load_charset no longer required to_upper
2201:
2202: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2203: preserves original file mode (if no $.mode specified)
2204:
2205: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2206: ^file::create now supports $.from-charset[] and $.to-charset
2207: options (implements feature #1061), automatic transcode is done
2208: if text file is created from binary file and charset is detected.
2209:
2210: 2016-07-30 moko
2211:
2212: * src/classes/table.C: ^t.hash[..;] now supported (related to
2213: feature #1057)
2214:
2215: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2216: added (related to feature #1057)
2217:
2218: * tests/: 286.html, results/286.processed: code tests coverage
2219:
2220: 2016-07-29 moko
2221:
2222: * src/classes/table.C: table size should be checked inside menu and
2223: foreach (related to feature #858)
2224:
2225: * src/: classes/curl.C, classes/file.C, classes/string.C,
2226: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2227: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2228: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2229: charsets.get now does str_upper inside (related to feature #1061)
2230:
2231: * tests/: 342.html, results/342.processed: more code coverage tests
2232:
2233: * tests/: 342.html, outputs/342.processed: table menu code coverage
2234: + foreach test added (related to feature #858)
2235:
2236: * tests/: 341.html, results/341.processed: tests for
2237: ^table.hash[]{code} added + code coverage tests (related to
2238: feature #1057)
2239:
2240: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2241: value} support (implements feature #1057)
2242:
2243: * src/classes/table.C: whitespace
2244:
2245: 2016-07-28 moko
2246:
2247: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2248: from URL, if not specified query string removed from url-based
2249: filenames in ^curl:load[] and ^file::load[] (related to feature
2250: #1042)
2251:
2252: 2016-07-27 moko
2253:
2254: * tests/: 340.html, results/340.processed: test for
2255: transcode_text_result=false added (related to issue #1042)
2256:
2257: 2016-07-26 moko
2258:
2259: * src/types/pa_vfile.C: file name should not be empty (if file path
2260: is folder and ends with /) (related to feature #1042)
2261:
2262: * src/main/pa_http.C: whitespace optimizaion
2263:
2264: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2265: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2266: multiple headers, ^file::load supports headers transcoding
2267: (implements feature #1042)
2268:
2269: 2016-07-25 moko
2270:
2271: * src/include/pa_common.h: PA_DEFAULT added
2272:
2273: 2016-07-22 moko
2274:
2275: * tests/: 338.html, results/338.processed: test for
2276: $date.field(value) added (related to feature #1066)
2277:
2278: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2279: $date.field(value) now supported for y/m/d/h/m/s (implements
2280: feature #1066)
2281:
1.105 moko 2282: 2016-07-21 moko
2283:
2284: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2285: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2286: arguments removed; image.C - absolute path shown in exception
2287: (implements feature #1071)
2288:
2289: * tests/: 235.html, results/235.processed: test and test result
2290: updated after static boundary in mail and Errors-To: mail header
2291: removed (related to feature #1047)
2292:
2293: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2294: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2295: used, static boundary in mail removed, Errors-To: mail header
2296: removed (implements feature #1047)
2297:
2298: 2016-07-20 moko
2299:
2300: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2301: equest.classes(): Value -> VStateless_class, part 3 (related to
2302: issue #1051)
2303:
2304: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2305: request.classes(): Value -> VStateless_class, part 2 (related to
2306: issue #1051)
2307:
2308: * tests/results/: 224.processed, 323.processed: classes without
2309: methods should not be methoded (related to issue #1051)
2310:
2311: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2312: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2313: -> VStateless_class, part 1 (related to issue #1051)
2314:
2315: * tests/: 337.html, results/337.processed: test for
2316: ^reflection:fields_reference[] and VHashReference class added
2317: (related to feature #1072)
2318:
2319: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2320: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2321: and VHashReference added, allowing ^reflection:fields_reference[]
2322: implementation (closes feature #1072)
2323:
2324: 2016-07-19 moko
2325:
2326: * tests/: 323.html, results/323.processed: we want to see
2327: "methoded"
2328:
2329: * tests/: 336.html, results/336.processed: test for $BASE:property
2330: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2331: #1059)
2332:
2333: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2334: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2335: somebody_entered_some_class, $BASE:property works again,
2336: ^BASE:method[] bugs fixed (fixes bug #1059)
2337:
2338: 2016-07-14 moko
2339:
2340: * tests/: 335.html, results/335.processed: test for feature #1055
2341: added
2342:
2343: * src/classes/hash.C: bugfix: $._default was not copied if empty
2344: feature: ^hash.contains[_default] added (implements feature
2345: #1055)
2346:
2347: 2016-07-13 moko
2348:
2349: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2350: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2351:
2352: 2016-07-05 moko
2353:
2354: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2355: in ^hash.foreach (related to feature #1073)
2356:
2357: 2016-07-04 moko
2358:
2359: * tests/: 134.html, 281.html, results/134.processed,
2360: results/281.processed: tests updated after hash blocking removed
2361: (related to feature #1073)
2362:
2363: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2364: no longer blocks on change during foreach (implements feature
2365: #1073)
2366:
2367: 2016-06-17 moko
2368:
2369: * tests/: 330.html, results/330.processed: try exception source
2370: test added (related to bug in #1062)
2371:
2372: * tests/: 334.html, results/334.processed: Exception stack trace
2373: test added (related to bug in $1062)
2374:
2375: * src/classes/op.C: Exception trace now correctly restored and
2376: errors reported (related to bug #1062)
2377:
1.104 moko 2378: 2016-05-25 moko
2379:
2380: * src/main/compile.y: minor cleanup + beauty
2381:
2382: 2016-05-24 moko
2383:
2384: * tests/: 333.html, results/333.processed: more exceptions testing
2385:
2386: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2387: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2388: features #1056, #1026)
2389:
2390: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2391: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2392: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2393: (implements feature #1056)
2394:
2395: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2396: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2397: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2398: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2399: feature #1026)
2400:
2401: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2402: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2403: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2404: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2405: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2406: feature #1026)
2407:
2408: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2409: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2410: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2411: SYMBOLS_CACHING define implemented (related to feature #1026)
2412:
2413: * src/main/main.vcproj: + ps_symbols
2414:
2415: * src/: include/Makefile.am, include/pa_string.h,
2416: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2417: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2418: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2419: types/pa_vstateless_class.C: initial implementation for symbols
2420: cache (related to feature #1026)
2421:
2422: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2423:
2424: * src/main/pa_globals.C: minor cleanup
2425:
2426: 2016-05-19 moko
2427:
2428: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2429: (related to feature #1046)
2430:
2431: * tests/: 331.html, results/331.processed: test for
2432: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2433: (related to feature #1051)
2434:
2435: * src/main/compile.y:
2436: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2437: (implements feature #1054)
2438:
2439: 2016-05-18 moko
2440:
2441: * src/types/pa_vtable.C, tests/results/324.processed: no more
2442: "column not found" exception for ^table.no-such-method[] (related
2443: to feature #1046)
2444:
2445: * tests/: 261.html, results/261.processed: test added and updated
2446: after feature #1046 implementation
2447:
2448: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2449: types/pa_vvoid.h: $string.anything works for whitespace strings,
2450: ^string.contains added for hash compatibility, $string.method no
2451: longer returns stting method (implements feature #1046)
2452:
2453: 2016-05-12 moko
2454:
2455: * src/classes/curl.C: content-type response header no longer
2456: ignored (fixes issue #1045)
2457:
2458: * tests/: 330.html, results/330.processed: test for incomplete
2459: finally execution when break occures added (related to issue
2460: #1077)
2461:
2462: * src/classes/op.C: bugfix: Request::skip reset is called before
2463: executing catch and finally code (fixes issue #1062)
2464:
2465: 2016-05-11 moko
2466:
2467: * tests/: 329.html, results/329.processed: test for invalid
2468: ^break[] behavour added (bug #1077)
2469:
2470: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2471:
2472: 2016-04-24 moko
2473:
2474: * src/types/pa_vstateless_class.h: warning war
2475:
2476: 2016-04-17 moko
2477:
2478: * tests/: 328.html, results/328.processed: test for
2479: ^break(condition) and ^continue(condition) (related to feature
2480: #1063)
2481:
2482: * src/classes/op.C: ^break(condition) and ^continue(condition)
2483: implemented (feature #1063)
2484:
2485: 2016-04-12 moko
2486:
2487: * tests/results/280.processed: ordered hash now used for class
2488: methods and properties (test results updated for feature #1069)
2489:
2490: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2491: to xdoc.C as under FreeBSD it was inited after and inheritance
2492: failed (related to issue #1051)
2493:
2494: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2495: are printed to check inheritance (related to feature #1051)
2496:
1.103 moko 2497: 2016-04-09 moko
2498:
2499: * tests/results/320.processed: ordered hash now used for class
2500: methods and properties (test results updated for feature #1069)
2501:
2502: * src/types/pa_vstateless_class.h: ordered hash now used for class
2503: methods and properties (implements feature #1069)
2504:
2505: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2506: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2507: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2508: feature #1051)
2509:
2510: 2016-04-07 moko
2511:
2512: * src/main/execute.C: returned Value in .CLASS case for VJunction
2513: (related to feature #1051)
2514:
2515: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2516: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2517: string constants deduplication (related to feature #1051)
2518:
2519: * tests/results/224.processed: test result updated (related to
2520: feature #1051)
2521:
2522: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2523: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2524: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2525: types/pa_vstatus.h: classes hash now contains only
2526: VStateless_class derived objects, .CLASS is also allways
2527: VStateless_class derived object (related to feature #1051).
2528:
2529: 2016-04-06 moko
2530:
2531: * tests/results/323.processed: test result updated after feature
2532: #1051 implementation
2533:
2534: * src/: classes/classes.h, classes/op.C, classes/response.C,
2535: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2536: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2537: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2538: types/pa_vresponse.C, types/pa_vresponse.h,
2539: types/pa_vstateless_class.h: base -> methoded_donor for static
2540: classes, type() moved from VStateless_class to VClass and
2541: Methoded (implements feature #1051)
2542:
2543: 2016-04-04 moko
2544:
2545: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2546: beauty: put_class added (related to feature #1051)
2547:
2548: 2016-04-01 moko
2549:
2550: * tests/results/: 175.processed, 192.processed, 224.processed,
2551: 229.processed, 244.processed, 246.processed, 316.processed: test
2552: results updated as class.type() removed from error messages, only
2553: type() left (related to feature #1051)
2554:
2555: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2556: classes/op.C, classes/reflection.C, main/compile.y,
2557: main/compile_tools.h, main/execute.C, main/pa_request.C,
2558: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2559: types/pa_vmethod_frame.h, types/pa_vobject.h,
2560: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2561: from VStateless_class, type() is used instead (related to feature
2562: #1051)
2563:
2564: * src/classes/mail.C: old logic restored.
2565:
2566: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2567: classes/classes.h, classes/curl.C, classes/date.C,
2568: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2569: classes/hashfile.C, classes/image.C, classes/inet.C,
2570: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2571: classes/memcached.C, classes/memory.C, classes/reflection.C,
2572: classes/regex.C, classes/response.C, classes/string.C,
2573: classes/table.C, classes/xdoc.C, classes/xnode.C,
2574: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2575: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2576: feature #1051)
2577:
2578: 2016-03-30 moko
2579:
2580: * tests/: 327.html, results/224.processed, results/327.processed:
2581: test for TZ specification in ^date::create[], TZ is kept during
2582: ^date::create[$dt] (related to feature #1048)
2583:
2584: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2585: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2586: feature #1048)
2587:
2588: 2016-03-29 moko
2589:
2590: * tests/: 315.html, results/315.processed: test for timezone format
2591: +HHmm added (related to feature #1065)
2592:
2593: * src/classes/date.C: timezone format +HHmm now supported
2594: (implements feature #1065)
2595:
2596: 2016-03-28 moko
2597:
2598: * tests/: 202.html, results/131.processed, results/202.processed,
2599: results/224.processed, results/256.processed,
2600: results/315.processed: test results updated after %.2d now
2601: default for hours offset in iso-string (was %2d), test for
2602: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2603: added (related to feature #1065)
2604:
2605: 2016-03-27 moko
2606:
2607: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2608: feature #1065)
2609:
2610: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2611: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2612: added (implements feature #1065)
2613:
2614: 2016-03-24 moko
2615:
2616: * tests/: 202.html, results/202.processed: test $date.week added
2617: (related to bug #1067)
2618:
2619: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2620: date (fix for bug #1067)
2621:
2622: 2016-03-10 moko
2623:
2624: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2625:
1.102 moko 2626: 2015-12-07 moko
2627:
2628: * tests/: 326.html, results/326.processed: test for .CLASS &
2629: .CLASS_NAME optimization added (related to feature #844)
2630:
2631: 2015-11-17 moko
2632:
2633: * tests/: 323.html, results/323.processed: order added
2634:
2635: * tests/: 325.html, results/325.processed: double range test added
2636: (related to bug #1049)
2637:
2638: 2015-11-16 moko
2639:
2640: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2641: added to disallow NaN and Infinity (fixes bug #1049)
2642:
2643: 2015-11-11 moko
2644:
2645: * tests/324.html: parser 3.4.3 execution support added (related to
2646: feature #1017)
2647:
2648: * tests/: 324.html, results/324.processed: test for
2649: GET_ELEMENT4CALL feature added (feature #1017)
2650:
1.101 moko 2651: 2015-10-29 moko
2652:
2653: * operators.txt: updated for 3.4.4
2654:
2655: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2656:
2657: * src/main/pa_exec.C: get_exit_status implemented for Windows
2658: (related to bug #1043)
2659:
2660: 2015-10-28 moko
2661:
2662: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2663: hangup during ^file::exec (fixes bug #1043)
2664:
1.100 moko 2665: 2015-10-27 moko
2666:
2667: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2668:
1.99 moko 2669: 2015-10-26 moko
2670:
1.100 moko 2671: * tests/322.html, src/classes/reflection.C: arguments reorder
2672: (related to issue #1041)
2673:
2674: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2675: Copyright year updated
2676:
1.99 moko 2677: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2678: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2679: classes/form.C, classes/hash.C, classes/hashfile.C,
2680: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2681: classes/mail.C, classes/math.C, classes/memcached.C,
2682: classes/memory.C, classes/op.C, classes/reflection.C,
2683: classes/regex.C, classes/response.C, classes/string.C,
2684: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2685: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2686: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2687: include/pa_config_fixed.h, include/pa_config_includes.h,
2688: include/pa_dictionary.h, include/pa_dir.h,
2689: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2690: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2691: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2692: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2693: include/pa_request_charsets.h, include/pa_request_info.h,
2694: include/pa_sapi.h, include/pa_socks.h,
2695: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2696: include/pa_stack.h, include/pa_string.h,
2697: include/pa_stylesheet_connection.h,
2698: include/pa_stylesheet_manager.h, include/pa_table.h,
2699: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2700: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2701: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2702: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2703: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2704: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2705: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2706: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2707: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2708: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2709: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2710: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2711: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2712: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2713: main/pa_string.C, main/pa_stylesheet_connection.C,
2714: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2715: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2716: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2717: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2718: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2719: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2720: targets/isapi/parser3isapi.C, types/pa_junction.h,
2721: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2722: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2723: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2724: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2725: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2726: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2727: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2728: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2729: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2730: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2731: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2732: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2733: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2734: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2735: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2736: types/pa_vresponse.C, types/pa_vresponse.h,
2737: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2738: types/pa_vstateless_object.h, types/pa_vstatus.C,
2739: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2740: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2741: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2742: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2743: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2744:
2745: * src/targets/cgi/parser3.C: year updated
2746:
2747: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2748: issue #1041)
2749:
2750: * tests/: 323.html, results/323.processed: test for base classes
2751: added
2752:
2753: * tests/: 261.html, results/261.processed: updated after better
2754: error reporting done for $string.key exception
2755:
2756: * src/types/pa_vstring.h: better error report for $string.key
2757: exception
2758:
2759: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2760: copied as VObject::get_element4call to remove extra virtual call
2761:
2762: * tests/: 322.html, results/322.processed: test for
2763: ^reflection:is[] added (related to feature #1041)
2764:
2765: * src/classes/reflection.C: ^reflection:is empty value is void
2766: (related to feature #1041)
2767:
2768: * src/classes/reflection.C:
2769: ^reflection:is[class_name|code|method;[context;]element_name]
2770: added (implements feature #1041)
2771:
2772: 2015-10-24 moko
2773:
2774: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2775:
1.98 moko 2776: 2015-10-22 moko
2777:
2778: * tests/: 321.html, results/321.processed: test for
2779: ^reflection:method_info[] file detection added
2780:
2781: * tests/: 320.html, results/320.processed: test for
2782: ^reflection:class_by_name[class_name] added (related to feature
2783: #993)
2784:
2785: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2786: added (implements feature #993)
2787:
2788: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2789: (related to feature #1017)
2790:
2791: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2792: added (related to issue #1039)
2793:
2794: * src/main/pa_request.C: ^throw origin fixed (related to feature
2795: #1039)
2796:
2797: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2798: for VDate
2799:
2800: * tests/results/182.processed: updated after feature #1038
2801: implemented
2802:
2803: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2804: compile-time exception origin added (test for feature #1039)
2805:
2806: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2807: main/pa_request.C: exception unification: compile-time exceptions
2808: now have origin, @USE origins also tracked (implements feature
2809: #1039)
2810:
2811: 2015-10-20 moko
2812:
2813: * src/main/pa_request.C: cleanup
2814:
2815: 2015-10-15 moko
2816:
2817: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2818:
2819: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2820: types/pa_vtable.C: new feature: no more $table.method and
2821: $hash.method, aliases for _at, _count, _key (related to feature
2822: #1017)
2823:
1.97 moko 2824: 2015-10-14 moko
2825:
1.98 moko 2826: * tests/: 317.html, results/317.processed: test for
2827: ^string.unescape[] added (related to feature #120)
2828:
1.97 moko 2829: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2830: defined" bug (described in issue #1036)
2831:
2832: * tests/: 247.html, results/247.processed: test for checkBOM added
2833: (test for bug #1037)
2834:
2835: * src/: include/pa_charsets.h, main/pa_charsets.C,
2836: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2837: it's not enforced, skips BOM signature if it complies charset
2838: (fixes bug #1037)
2839:
2840: 2015-10-13 moko
2841:
2842: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2843: linking
2844:
2845: * src/classes/inet.C: vs2003 compilation fix
2846:
2847: * src/classes/math.C: warning war
2848:
2849: * src/lib/punycode/pa_punycode.c: warning war
2850:
2851: 2015-10-12 moko
2852:
2853: * src/lib/punycode/pa_punycode.c: warning war
2854:
2855: * parser3.sln: moved parser3 first, to make it default startup
2856: project
2857:
2858: * buildall: parser "mirror" now used for external libs sources
2859: (implements feature #1036)
2860:
2861: * buildall: most external libs are updated to their current
2862: versions (related to feature #1036)
2863:
2864: * src/classes/image.C: more tags added
2865:
2866: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2867:
2868: 2015-10-11 moko
2869:
2870: * src/classes/curl.C: minor optimization (related to feature #1035)
2871:
2872: 2015-10-09 moko
2873:
2874: * src/classes/curl.C: pa_strdup added for strings from curl
2875: (related to feature #1035)
2876:
2877: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2878: ULLONG_MAX definition
2879:
2880: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2881: (implements feature #1035)
2882:
2883: * src/main/pa_charset.C: String::Body(String::C) used
2884:
2885: * src/main/pa_charset.C: exceptions unified
2886:
2887: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2888: unified
2889:
2890: * src/: classes/file.C, classes/image.C, classes/mail.C,
2891: classes/op.C, classes/xdoc.C, classes/xnode.C,
2892: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2893: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2894: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2895: String::Body(String::C) constructor added (related to bug #957)
2896:
2897: * src/classes/file.C: minor optimization
2898:
2899: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2900: Cord(char*) autocreation (related to bug #957)
2901:
2902: * src/: classes/string.C, main/untaint.C: minor optimizations
2903:
2904: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2905: String(char*, Lang, length) removed, String(C(), Lang) used
2906: instead (related to bug #957)
2907:
2908: 2015-10-08 moko
2909:
2910: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2911: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2912: main/untaint.C: Now char * is converted to CORD only using
2913: AS_CORD() to check for empty cord bug (fixes bug #957)
2914:
2915: * src/include/pa_hash.h: fixed compilation without
2916: HASH_CODE_CACHING
2917:
2918: * src/classes/string.C:
2919: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2920: feature #120)
2921:
2922: * src/main/pa_common.C: reduce js flags checks count (related to
2923: feature #120)
2924:
1.96 moko 2925: 2015-10-07 moko
2926:
2927: * tests/: 275.html, results/275.processed: test modified after
2928: unsigned long long int support implemented (feature #1034)
2929:
2930: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2931: pa_atoul added for unsigned long long int support
2932:
2933: 2015-10-06 moko
2934:
2935: * src/types/pa_vdate.C: INT_MAX used
2936:
2937: 2015-10-03 moko
2938:
2939: * tests/: 302.html, results/302.processed: test for bug #1023
2940: (\u2028, \u2029 escaping) added
2941:
2942: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2943: json:string[] (fixes bug #1023)
2944:
2945: 2015-09-29 moko
2946:
2947: * tests/305.html: try-catch added for OS without ipv6 support
2948:
2949: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2950: compilation
2951:
2952: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2953: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2954: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2955: implemented to distinguish ^hash.method from $hash.field
2956: (implements feature #1017)
2957:
2958: * src/lib/punycode/pa_punycode.c: warning war
2959:
2960: * src/include/pa_config_includes.h: warning war
2961:
2962: * src/include/pa_config_includes.h: pragma warning actualized a bit
2963:
2964: * src/include/pa_config_includes.h: warning war
2965:
2966: * src/include/pa_hash.h: clang compilation fix
2967:
2968: 2015-09-27 moko
2969:
2970: * src/main/compile.tab.C: Bison 3 is now default
2971:
2972: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2973:
2974: 2015-09-25 moko
2975:
2976: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2977: works with undefined HASH_ORDER (related to feature #196)
2978:
2979: 2015-09-24 moko
2980:
2981: * tests/: 027.html, results/027.processed: test modified to test
2982: ^hash.sort (feature #196)
2983:
2984: * src/: classes/hash.C, include/pa_hash.h:
2985: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2986: added (implements feature #196)
2987:
2988: * tests/: 316.html, results/316.processed: Added test for bug #1025
2989: (exception handling in non-cached ^cache), plus for "it does not
2990: have logical value" and "$exception.handled value must be either
2991: boolean or string 'cache'" exceptions.
2992:
2993: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2994: code (fixes bug #1025)
2995:
1.95 moko 2996: 2015-09-23 moko
2997:
2998: * src/classes/table.C: warning war
2999:
3000: * src/: classes/math.C, types/pa_vcookie.C: warning war
3001:
3002: * src/classes/file.C: warning war
3003:
3004: * src/: include/pa_table.h, main/pa_table.C: warning war
3005:
3006: * src/: main/pa_request.C, classes/date.C: warning war
3007:
3008: * src/: types/pa_vdate.C, classes/op.C: warning war
3009:
3010: * tests/: 122.html, results/122.processed: win sync: to remove
3011: differences with OS that doesn't keep timezone change history
3012:
3013: * src/types/pa_vdate.C: tzset() should be called in Windows after
3014: TZ change (related to feature #36)
3015:
3016: * tests/: 075.html, results/075.processed: win sync: to remove
3017: differences with OS that doesn't keep timezone change history
3018:
3019: * tests/: 315.html, results/315.processed: win sync: to remove
3020: differences with OS that doesn't keep timezone change history
3021:
3022: * tests/: 256.html, results/256.processed: win sync: to remove
3023: differences with OS that doesn't keep timezone change history
3024:
3025: * tests/: 124.html, results/124.processed: win results sync: to
3026: avoid hitting time change hole.
3027:
3028: * src/types/pa_vdate.C: static returned. :)
3029:
3030: 2015-09-22 moko
3031:
3032: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3033:
3034: * tests/results/131.processed: more tests for feature #1032
3035:
3036: * src/classes/date.C: minor fix related to feature #1032
3037:
3038: * operators.txt: ISO date creation documented (related to feature
3039: #1032)
3040:
3041: * operators.txt: iso-string documented (related to feature #1032)
3042:
3043: * tests/: 315.html, results/315.processed: more tests added
3044: (related to feature #1032)
3045:
3046: * tests/: 131.html, results/131.processed: date range checks
3047: updated (related to feature #36)
3048:
3049: * tests/: 315.html, results/057.processed, results/315.processed:
3050: test added for ISO date support (related to issue #315)
3051:
3052: * src/classes/date.C: more readable exceptions in date creation
3053: (related to ticket #1032)
3054:
3055: 2015-09-18 moko
3056:
3057: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3058: added (related to issue #1032)
3059:
3060: * tests/results/256.processed, src/classes/json.C: iso-string
3061: documented (related to issue #1032)
3062:
3063: * tests/: 256.html, results/256.processed: ISO date check added
3064: (related to issue #1032)
3065:
3066: * tests/: 057.html, results/057.processed, results/224.processed:
3067: tests results updated after ISO date support implemented (related
3068: to feature #1032)
3069:
3070: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3071: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3072: ^date::create[string] constructor formalized, ^date.iso-string[]
3073: added (implements feature #1032)
3074:
3075: 2015-09-05 moko
3076:
3077: * operators.txt: actualized
3078:
3079: * operators.txt: date changes documented (related to ticket #36)
3080:
3081: 2015-09-04 moko
3082:
3083: * src/types/pa_vdate.C: warning war
3084:
3085: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3086:
3087: 2015-09-03 moko
3088:
3089: * tests/results/096.processed: test result updated for 0..9999 year
3090: date range support (related to feature #36)
3091:
3092: * tests/: 314.html, results/314.processed: test for
3093: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3094: bug #1031)
3095:
3096: * src/classes/string.C: Static calls fixed for ^string:base64[],
3097: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3098:
1.116 moko 3099: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3100: configure.in -> configure.ac
1.95 moko 3101:
1.116 moko 3102: * configure, configure.in, src/include/pa_config_auto.h.in: more
3103: correct timezone check for FreeBSD Warning war: configure.in ->
3104: configure.ac
1.95 moko 3105:
3106: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3107: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3108: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3109: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3110: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3111: src/main/Makefile.am, src/targets/apache/Makefile.am,
3112: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3113: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3114: check added
3115:
3116: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3117:
3118: * tests/results/: 124.processed, 224.processed: test resuls updated
3119: for new date implementation (related to feature #36)
3120:
3121: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3122: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3123: types/pa_vdate.h: new double date implementation with internal
3124: support for extended 0..9999 year range, default timezone support
3125: (related to feature #36)
3126:
3127: 2015-08-28 moko
3128:
3129: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3130: (fixes bug #1030)
3131:
3132: 2015-08-21 moko
3133:
3134: * src/classes/inet.C: snprintf size "bug" commented
3135:
3136: * src/main/pa_common.C: snprintf comments updated
3137:
3138: 2015-08-16 moko
3139:
3140: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3141:
3142: 2015-08-11 moko
3143:
3144: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3145: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3146: can be null (fixes bug #1029)
3147:
3148: 2015-08-06 moko
3149:
1.116 moko 3150: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3151: pa_vdate.C added
1.95 moko 3152:
3153: 2015-08-05 moko
3154:
3155: * tests/: 313.html, results/313.processed: test for
3156: ^table.count[columns] and ^table.flip[] with nameless tables
3157: (feature #1003)
3158:
3159: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3160: max_cell added, now ^table.count[columns] and ^table.flip[] works
3161: correctly for nameless tables (implements feature #1003)
3162:
3163: 2015-08-03 moko
3164:
3165: * tests/312.html: test for ^table.append[$hash] and
3166: ^table.insert[$hash] added (related to feature #1028)
3167:
3168: * src/classes/table.C: ^table.append[$hash] and
3169: ^table.insert[$hash] now supported (implements feature #1028)
3170:
3171: * tests/: 312.html, results/312.processed: test row copy in
3172: ^table.hash[; $.type[table] ] added (related to feature #1016)
3173:
3174: * src/classes/table.C: row copy now created in ^table.hash[;
3175: $.type[table] ] (related to feature #1016)
3176:
3177: 2015-07-29 moko
3178:
3179: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3180: added (related to feature #1016)
3181:
3182: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3183: ^table.delete[] added to delete current row (related to feature
3184: 1016)
3185:
3186: 2015-07-28 moko
3187:
3188: * tests/: 312.html, results/312.processed: test for
3189: $table.column[value] and ^table.insert{row} (related to feature
3190: #1016)
3191:
3192: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3193: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3194: ^table.insert{row} are now implemented (feature #1016)
3195:
3196: * src/include/pa_array.h: Optimization: bool reverse removed from
3197: append(), insert() added, memmove arguments order in remove()
3198: fixed (related to feature #1016)
3199:
3200: 2015-07-23 moko
3201:
3202: * src/classes/json.C: tainted json and empty json exception added
3203: (implements feature #1015)
3204:
3205: * tests/: 311.html, results/311.processed: empty json and tainted
3206: json exception test added (related to issue #1015)
3207:
3208: 2015-07-22 moko
3209:
3210: * tests/: 311.html, results/311.processed: test for UTF-8
3211: processing added
3212:
3213: * tests/: 311.html, results/311.processed: test for
3214: json_exception_with_source added (related to issue #394)
3215:
3216: * src/classes/json.C: json_exception_with_source added (implements
3217: feature #394)
3218:
3219: 2015-06-29 moko
3220:
3221: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3222: directories are now correctly determined if _d_type == DT_UNKNOWN
3223: (closes bug #1027)
3224:
3225: 2015-06-10 moko
3226:
3227: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3228: error if libxml has LIBXML_ICU_ENABLED.
3229:
3230: 2015-06-04 moko
3231:
3232: * tests/099.html: ups, reverting
3233:
3234: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3235: results/310.processed: tests for $response:body[ $.file[] ] and
3236: $response:last-modified added
3237:
3238: * src/main/pa_request.C: last-modified check fixed
3239:
3240: 2015-06-03 moko
3241:
3242: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3243: results/205.processed, results/293.processed: $response:headers
3244: logging added (tests for feature #1007)
3245:
3246: * src/: include/pa_common.h, include/pa_request.h,
3247: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3248: $response:headers are now in uppercase (closes feature #1007)
3249:
3250: 2015-06-02 moko
3251:
3252: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3253: build errors reverted for clang compatibility
3254:
3255: 2015-06-01 moko
3256:
3257: * src/include/pa_memory.h: -pedantic build errors fixed
3258:
3259: * src/classes/math.C: -pedantic build error fixed
3260:
3261: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3262:
3263: 2015-05-31 moko
3264:
3265: * src/classes/table.C: USE_STRINGSTREAM optimized
3266:
3267: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3268: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3269: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3270: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3271: types/pa_vxnode.h: warning war (-pedantic flag)
3272:
3273: 2015-05-28 moko
3274:
3275: * tests/: 308.html, results/308.processed: test for
3276: ^table::create[$t;], etc work added (related to bug #975)
3277:
3278: * src/classes/table.C: check_option_param removed,
3279: ^table::create[$t;], etc now works (fixes bug #975)
3280:
3281: 2015-05-27 moko
3282:
3283: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3284: (Debian jessie) fixed (closes issue #1024)
3285:
3286: * tests/Makefile: sort added as in Debian jessie list become
3287: unsorted
3288:
3289: 2015-05-18 moko
3290:
3291: * tests/: 201.html, results/201.processed: test for
3292: ^string.trim[what] feature #1022
3293:
3294: * src/classes/string.C: ^string.trim[what] now supported,
3295: implements feature #1022
3296:
3297: 2015-05-17 moko
3298:
3299: * tests/results/185.processed: test result updated as feature #1021
3300: implemented (left/right accept negative parameter)
3301:
3302: * src/classes/string.C: left/right now accept negative parameter
3303: (implements feature #1021)
3304:
3305: 2015-05-08 moko
3306:
3307: * src/classes/math.C: isalnum -> pa_isalnum
3308:
3309: * src/main/execute.C: optimization in getter-junction processing
3310: (related to issue #997)
3311:
3312: 2015-05-07 moko
3313:
3314: * tests/: 307.html, results/307.processed: test for issue #997
3315: added
3316:
3317: * src/main/execute.C: process_getter result now checked if junction
3318: returned (closes issue #997)
3319:
3320: * tests/: 305.html, results/305.processed: sort added to ignore
3321: different order
3322:
3323: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3324: assignment (closes issue #994)
3325:
3326: * tests/: 306.html, results/306.processed: test for issue #994
3327: added
3328:
3329: * tests/: 303.html, results/303.processed: two more errors tested
3330:
3331: 2015-05-06 moko
3332:
3333: * tests/: 305.html, results/305.processed: test for name2ip &
3334: ip2name added (related to feature #992)
3335:
3336: * tests/: 303.html, 304.html, results/303.processed,
3337: results/304.processed: tests for idna conversion added (related
3338: to issue #849)
3339:
3340: 2015-05-02 moko
3341:
3342: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3343: implemented
3344:
3345: 2015-04-30 moko
3346:
3347: * src/main/pa_http.C: idna_host added, related to issue #849
3348:
3349: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3350: (related to issue #849)
3351:
3352: 2015-04-24 moko
3353:
3354: * src/types/pa_vjunction.C: warning war
3355:
3356: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3357: unification
3358:
3359: * src/lib/punycode/pa_idna.c: warning war
3360:
3361: 2015-04-22 moko
3362:
3363: * src/main/main.vcproj: punycode include path added
3364:
3365: * src/lib/punycode/pa_idna.c: windows compile error fixed
3366:
3367: * src/lib/punycode/pa_idna.c: warning war
3368:
3369: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3370: project file added
3371:
3372: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3373:
3374: * src/include/pa_memory.h: warning war
3375:
3376: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3377: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3378: implemented (related to feature #849)
3379:
3380: * configure.in, src/main/Makefile.am,
3381: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3382: libpunycode added in Unix
3383:
3384: 2015-04-21 moko
3385:
3386: * configure.in: large files support
3387:
3388: 2015-04-15 moko
3389:
3390: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3391: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3392: pa_punycode.h: initial version for punycode/idna support library
3393: (ticket #849)
3394:
3395: 2015-04-08 moko
3396:
3397: * src/: classes/curl.C, classes/date.C, classes/file.C,
3398: classes/image.C, classes/mail.C, classes/reflection.C,
3399: classes/string.C, classes/xnode.C, include/pa_request.h,
3400: include/pa_string.h, include/pa_stylesheet_connection.h,
3401: main/compile.y, main/compile_tools.h, main/execute.C,
3402: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3403: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3404: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3405: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3406: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3407: clang compiler warnings (closes issue #1018)
3408:
3409: * src/include/pa_string.h: String::Body comparation operators with
3410: char * added (related to issue #958)
3411:
3412: 2015-04-07 moko
3413:
3414: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3415: pa_malloc/pa_free to remove system malloc/free usage (related to
3416: issue #1018)
3417:
3418: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3419: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3420: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3421: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3422: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3423: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3424: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3425: malloc/strdup/free replaced with pa_ version and checks for
3426: accidental use of non-pa_ version added (related to issue #1018)
3427:
3428: 2015-04-03 moko
3429:
3430: * buildall: pcre-8.33 -> pcre-8.36
3431:
3432: * src/: main/compile.y, classes/form.C, classes/mail.C,
3433: classes/op.C, classes/string.C, main/compile.tab.C,
3434: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3435: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3436: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3437: ticket #958)
3438:
3439: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3440: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3441: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3442: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3443: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3444: $request:headers, $request:method added (implements feature
3445: #1007)
3446:
3447: 2015-03-17 misha
3448:
3449: * tests/302.html: - test for
3450: ^json:string[...;$._default[method-name]]
3451:
3452: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3453: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3454: option $._default[method-name] is specified in ^json:string[], a
3455: method with specified name will be called for classes/objects
3456: serialization ( new feature: #982 )
3457:
3458: 2015-03-16 misha
3459:
3460: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3461: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3462: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3463: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3464: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3465: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3466: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3467: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3468: types/pa_vrequest.h, types/pa_vstateless_class.C,
3469: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3470: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3471: $var.CLASS_NAME now have special opcodes. This can be switched
3472: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3473: on pa_opcode.h ( new feature: #844 )
3474:
3475: 2015-03-15 misha
3476:
3477: * tests/075.html: - test for $response:header[]
3478:
3479: * src/types/pa_vresponse.C: - $response:header[] deletes header
3480: that was set earlie ( new feature: #1001 )
3481:
3482: 2015-03-12 misha
3483:
3484: * tests/246.html: - more tests for ^hash._at[]
3485:
3486: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3487: accepts second param [key|value|hash] ( new feature: #1012 )
3488:
3489: 2015-03-09 moko
3490:
3491: * src/types/pa_vmail.C: exception for everything but
3492: $mail:received, closes issue #1011
3493:
3494: 2015-02-20 moko
3495:
3496: * tests/: 275.html, results/275.processed: hex detection in
3497: pa_atoui fix test (closes issue #1010)
3498:
3499: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3500: issue #1010)
3501:
3502: 2015-02-17 moko
3503:
3504: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3505: tainted.
3506:
3507: 2015-02-03 misha
3508:
3509: * tests/301.html: - test for ^json:string($double) causes
3510: exception. bugfix: #1008
3511:
3512: * src/classes/json.C: - ^json:string($double) causes exception.
3513: bugfix: #1008
3514:
3515: * tests/014.html: - updated for work with ^hash.delete[]
3516:
3517: 2015-01-12 misha
3518:
3519: * src/: classes/form.C, include/pa_common.h,
3520: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3521: types/pa_vform.h: - supports body with PUT method as well ( new
3522: feature: #1006 )
3523:
3524: * src/classes/file.C: - warnings war
3525:
3526: 2015-01-11 misha
3527:
3528: * tests/300.html: - test for ^hash.delete[] is added
3529:
3530: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3531: feature: #989 ) - tiny optimization in intersects
3532:
3533: 2015-01-06 moko
3534:
3535: * src/types/pa_vmail.C: file names transcode added, to and cc added
3536: with transcode, attachments detection fixed
3537:
3538: * src/main/pa_request.C: filling mail received after cgi/auto.p
3539: load to allow charset switch (related to issue #996)
3540:
3541: 2014-12-31 moko
3542:
3543: * src/types/pa_vmail.C: from and subject now transcoded if not
3544: UTF-8 source charset (fixes issue 996)
3545:
3546: * src/main/pa_exception.C: fixed string from stack bug (closes
3547: issue #1000)
3548:
3549: 2014-12-11 misha
3550:
3551: * src/types/pa_vhashfile.C: - check if key is not empty before
3552: access ( bug fix: #1005 )
3553:
3554: 2014-11-13 misha
3555:
3556: * src/main/compile.y: - PC.append does not reset to false while
3557: creating a new class. bugfix: #990
3558:
3559: * tests/299.html: - test for creation class after working with
3560: partial class (create+append)
3561:
3562: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3563: #995
3564:
3565: * tests/232.html: - test for @get[def] added
3566:
3567: 2014-10-12 moko
3568:
3569: * src/lib/pcre/pcre_internal.vcproj: correct path
3570:
3571: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3572: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3573: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3574: targets/apache/ApacheModuleParser3.vcproj,
3575: targets/apache/ApacheModuleParser3Core.vcproj,
3576: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3577: types/types.vcproj: project GUID inserted in *.vcproj for correct
3578: conversion in newer VS versions
3579:
3580: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3581: pcre_internal.vcproj added
3582:
3583: 2014-08-28 moko
3584:
3585: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3586: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3587: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3588:
3589: 2014-06-30 misha
3590:
3591: * tests/298.html: - tests for ^reflection:def[class;className]
3592: added
3593:
3594: * src/classes/reflection.C: - ^reflection:def[class;className]
3595: added ( new feature: #918 )
3596:
3597: 2014-06-29 misha
3598:
3599: * src/classes/table.C: - ^table::create[unsupported data] -
3600: exception comment changed to "body must be table or code" ( bug
3601: fix: #951 )
3602:
3603: * tests/: 261.html, results/261.processed: - tests for
3604: ^json:string[...;$.void[null|string]] added
3605:
3606: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3607: option $.void[string|null] added to ^json:string[...] ( new
3608: feature: #952 )
3609:
3610: 2014-06-28 moko
3611:
3612: * src/classes/curl.C: $.charset now processed before other curl
3613: options (closes issue #980)
3614:
3615: 2014-05-23 misha
3616:
3617: * src/classes/json.C: - bug fix: #987
3618:
3619: 2014-05-04 misha
3620:
3621: * tests/: 253.html, 253_json.txt: - test for
3622: ^json:parse[$.int(false)] is added
3623:
3624: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3625: default true). The option is similar to $.double(bool) but for
3626: integers.
3627:
3628: 2014-05-01 moko
3629:
3630: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3631: #12 )
3632:
3633: 2014-04-16 moko
3634:
3635: * src/main/pa_http.C: response-charset option should finally work
3636: now (fix for issue #867)
3637:
3638: * src/main/pa_http.C: response-charset option should work now (fix
3639: for issue #867)
3640:
3641: 2014-03-07 moko
3642:
3643: * buildall: libgc moved
3644:
3645: * buildall: libgc moved
3646:
3647: 2013-12-29 moko
3648:
3649: * src/classes/string.C: ^string:js-unescape result now tainted,
3650: closes issue #966
3651:
3652: * tests/: 186.html, results/186.processed: ^string:js-unescape
3653: result now tainted, issue #966
3654:
3655: 2013-12-03 moko
3656:
3657: * src/: classes/memcached.C, types/pa_vmemcached.C,
3658: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3659: option was added for http://www.parser.ru/forum/?id=79343
3660:
3661: * src/classes/file.C: bugfix for
3662: http://www.parser.ru/forum/?id=79337
3663:
3664: 2013-11-05 moko
3665:
3666: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3667:
3668: * src/main/pa_globals.C: spelling fixed
3669:
3670: 2013-10-29 moko
3671:
3672: * src/lib/json/json.vcproj: json.c -> pa_json.C
3673:
3674: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3675: #892
3676:
3677: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3678: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3679: exceptions to be thrown thougth json library), related to issue
3680: #892
3681:
3682: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3683: related to issue #896
3684:
3685: 2013-10-24 moko
3686:
3687: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3688:
3689: 2013-10-23 moko
3690:
3691: * README: actualization
3692:
3693: 2013-10-22 moko
3694:
3695: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3696: compatibility patch from Sergey Kirpichev
3697:
3698: * tests/: 297.html, results/297.processed: non-working getter fix
3699: test for issue #948
3700:
3701: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3702: called when saving value of $match variable in ^string.match[] to
3703: increase compatibility (related to issue #948).
3704:
3705: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3706: usage optimization
3707:
3708: 2013-10-21 moko
3709:
3710: * tests/: 182.html, results/182.processed: local path removed for
3711: compatibility
3712:
3713: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3714: results/244.processed, results/253.processed,
3715: results/254.processed, results/275.processed,
3716: results/281.processed: try_catch -> try-catch
3717:
3718: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3719: results/294.processed, results/296.processed: try_catch ->
3720: try-catch
3721:
3722: 2013-10-20 moko
3723:
3724: * tests/: 296.html, results/296.processed: test for xsl exception
3725: for issue #938 added.
3726:
3727: * src/: include/pa_xml_exception.h,
3728: main/pa_stylesheet_connection.C: forgotten to be replaced
3729: XmlException is now replaced (once again closes issue #938)
3730:
3731: 2013-10-19 misha
3732:
3733: * bin/auto.p.dist.in: - more mime-types are added
3734:
3735: 2013-10-18 moko
3736:
3737: * buildall: disable clock_gettime detection to avoid librt linking
3738: (which in turn depends on libpthread), related to issue #943
3739:
3740: 2013-10-18 misha
3741:
3742: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3743: lib/smtp/smtp.vcproj, main/main.vcproj,
3744: targets/apache/ApacheModuleParser3Core.vcproj,
3745: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3746: types/types.vcproj: - new locations for libxml2 includes where
3747: added to vcproj files
3748:
3749: 2013-10-18 moko
3750:
3751: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3752: fix
3753:
3754: * tests/: 295.html, results/295.processed: test for issue #948
3755: updated
3756:
3757: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3758: :)
3759:
3760: * tests/: 295.html, results/295.processed: test for issue #948
3761: added
3762:
3763: * src/: classes/hash.C, classes/string.C, classes/table.C,
3764: include/pa_request.h, types/pa_method.h: for getters and setters
3765: to be executed request.put_element should be called, not
3766: context.put_element (fixes issue #948)
3767:
3768: 2013-10-17 moko
3769:
3770: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3771: LIBXML2_NEW_BUFFER check (closes issue #943)
3772:
3773: * buildall: libxml 2.9.1 build is broken --without-reader.
3774:
3775: 2013-10-16 moko
3776:
3777: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3778:
3779: * tests/: 294.html, results/294.processed: test for issue #938
3780:
3781: * src/: classes/xdoc.C, classes/xnode.C,
3782: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3783: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3784:
3785: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3786: libxslt-1.1.26 -> libxslt-1.1.28
3787:
3788: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3789: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3790: to '?', related to issue #938
3791:
3792: 2013-10-15 moko
3793:
3794: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3795: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3796: minor optimizations (closes issue #896)
3797:
3798: * tests/results/: 292.processed, 293.processed: results updated to
3799: comply with issue #896
3800:
3801: * tests/: 292.html, 293.html, results/292.processed,
3802: results/293.processed: tests for json escaping
3803:
3804: 2013-10-14 moko
3805:
3806: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3807: and cleanup, code moved from .h to .C, no changes in code
3808:
3809: 2013-10-12 moko
3810:
3811: * tests/results/119.processed: updated test result commited
3812:
3813: * tests/: 291.html, results/291.processed: test for issue #894
3814: added
3815:
3816: * src/types/pa_wcontext.h: base methods call support function
3817: get_somebody_entered_some_class should not be true forever, as
3818: wcontext can have many get_elements calls (fixes issue #894)
3819:
3820: 2013-10-11 moko
3821:
3822: * tests/: 290.html, results/290.processed: test for junction GPF
3823: issue #942 added
3824:
3825: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3826: to native method fixed (closes issue #942)
3827:
3828: * tests/: 158.html, results/158.processed: test for csv-string[]
3829: added
3830:
3831: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3832: feature #907)
3833:
3834: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3835: feature #907)
3836:
3837: 2013-10-09 moko
3838:
3839: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3840: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3841: types/pa_vstateless_class.C: GET_default, SET_default now works
3842: properly not only in objects, but in classes as well (closes
3843: issue #903)
3844:
3845: * tests/: 289.html, results/289.processed: GET/SET_default now
3846: works in classes, not only objects, test case added, related to
3847: issue #903
3848:
3849: * tests/: 288.html, results/288.processed: test for endless
3850: recursion bug added (related to issue #903)
3851:
3852: 2013-10-05 moko
3853:
3854: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3855: classes/table.C, main/execute.C, types/pa_method.h,
3856: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3857: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3858: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3859: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3860: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3861: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3862: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3863: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3864: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3865: optimization: put_element no longer has "bool areplace" argument,
3866: related to issue #903
3867:
3868: 2013-10-03 moko
3869:
3870: * tests/results/182.processed: result for $.replace(false) test
3871: commited
3872:
3873: * src/classes/date.C: ^date::create(number) processed correctly
3874: (fixes issue #901)
3875:
3876: * src/classes/image.C: as_no_junction removed, as param can be
3877: expression (closes issue #931)
3878:
3879: * tests/233.html: test for issue #931 added
3880:
3881: 2013-10-02 moko
3882:
3883: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3884: modified, test for $.replace(false) added
3885:
3886: * src/main/compile_tools.h: forgotten class replace returned. :)
3887:
3888: 2013-09-30 moko
3889:
3890: * tests/: 141.html, results/141.processed: md5 tainting test added
3891:
3892: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3893: main/compile_tools.h, main/pa_request.C: allow_class_replace
3894: implemented; $.replace option added to ^process and ^use
3895:
3896: 2013-08-27 moko
3897:
3898: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3899: cstr_to_string_body_untaint should be called with charsets for
3900: possible uri language and connection for possible sql language.
3901: related to issue #857
3902:
3903: * buildall: and -> or fixed
3904:
3905: 2013-08-26 moko
3906:
3907: * buildall: prepare_ functions logic changed to support
3908: gc-7.2d.tar.gz extracting to gc-7.2 directory
3909:
3910: 2013-08-23 moko
3911:
3912: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3913: statically
3914:
3915: 2013-08-22 moko
3916:
3917: * src/classes/string.C: String::Empty used (related to issue #912)
3918: append_know_length removed (related to old GPF bug)
3919:
3920: 2013-08-21 moko
3921:
3922: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3923:
3924: * src/classes/math.C: ^math:digest[...;$file] support added
3925: (related to ticket #857
3926:
3927: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3928: implemented
3929:
3930: * src/types/pa_vhashfile.h: warning war
3931:
3932: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3933: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3934: anti_endless_json_string_recoursion removed from request;
3935: json_string_recoursion added to json_options; $.indent[indent
3936: value] now supported and passed within recoursion closes feature
3937: #937
3938:
3939: * tests/: 287.html, results/287.processed: test for feature #937
3940:
3941: 2013-07-31 moko
3942:
3943: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3944: compilation having #define _S
3945:
3946: * src/main/pa_globals.C: cleanup
3947:
3948: 2013-07-30 moko
3949:
3950: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3951: main/pa_common.C: vs2003 warning war
3952:
3953: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3954:
3955: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3956:
3957: * src/lib/md5/pa_sha2.c: warning war
3958:
3959: 2013-07-29 moko
3960:
3961: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3962: patches from github
3963:
3964: * src/: classes/bool.C, classes/double.C, classes/int.C,
3965: classes/memcached.C, include/pa_config_includes.h,
3966: types/pa_vfile.C, types/pa_vfile.h: warning war
3967:
3968: * src/lib/json/json.vcproj: C++ -> C
3969:
3970: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3971:
3972: * src/lib/json/: json.c, pa_json.C: windows compatibility
3973:
3974: * src/lib/json/: json.c, pa_json.C: windows compatibility
3975:
3976: * src/lib/json/: json.c, pa_json.C: warning war
3977:
3978: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3979:
3980: * src/include/pa_config_fixed.h: uint16_t added
3981:
3982: * configure.in: uint16_t check added
3983:
3984: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3985: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3986: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3987: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3988: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3989:
3990: 2013-07-25 moko
3991:
3992: * parser3.sln: dependencies added
3993:
3994: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3995: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3996: module support
3997:
3998: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3999:
4000: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4001:
4002: 2013-07-23 moko
4003:
4004: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4005: PA_DEBUG_GC_MEMORY removed
4006:
4007: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4008: PA_DEBUG_DISABLE_GC compilation fix
4009:
4010: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4011: main/pa_request.C: outdated RESOURCES_DEBUG removed
4012:
4013: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4014: garbage cleanup
4015:
4016: * src/main/pa_common.C: warning war
4017:
4018: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4019:
4020: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4021: minor cleanup
4022:
4023: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4024: uses cygwin, not WIN32 implementation
4025:
4026: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4027: able to exec shell scripts
4028:
4029: * src/classes/math.C: ifdef WIN32 cleanup
4030:
4031: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4032:
4033: * bin/auto.p.dist.in: libpq.so -> libpq.
4034:
4035: * src/classes/curl.C: LT_MODULE_EXT used
4036:
4037: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4038:
4039: 2013-07-22 moko
4040:
4041: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4042: includes fix
4043:
4044: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4045:
4046: * configure.in, src/include/pa_config_includes.h,
4047: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4048: src/main/pa_exec.C: includes cleanup
4049:
4050: * src/targets/cgi/parser3.C: 2012->2013
4051:
4052: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4053:
4054: * configure.in, src/include/pa_config_includes.h,
4055: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4056: src/main/pa_random.C, src/main/pa_socks.C,
4057: src/types/pa_vstatus.C: cygwin support cleanup
4058:
4059: * configure.in: dirent.h check added
4060:
4061: * src/: include/pa_config_includes.h, include/pa_dir.h,
4062: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4063: not copied
4064:
4065: 2013-07-21 moko
4066:
4067: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4068:
4069: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4070: parser3.vcproj: unused getopt.h / getopt.c removed
4071:
4072: * operators.txt, src/classes/file.C, tests/022.html,
4073: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4074: $.stat(true)] usage commented
4075:
4076: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4077: src/main/pa_dir.C: ^file:list[] now has dir column and when
4078: $.stat(true) it has size/*date columns modified patch from misha@
4079: that closes issue #914.
4080:
4081: * src/: include/pa_config_includes.h, main/pa_globals.C:
4082: PA_RELEASE_ASSERTS removed
4083:
4084: * src/lib/md5/pa_md5c.c: minor cleanup
4085:
4086: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4087: localeconv()->decimal_point usage remoed (related to issue #934)
4088:
4089: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4090: cordprnt.c removed
4091:
4092: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4093: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4094: pa-include/pa_strings.h: includes cleanup
4095:
4096: * src/lib/md5/pa_md5c.c: headers cleanup
4097:
4098: 2013-07-20 moko
4099:
4100: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4101: cleanup
4102:
4103: 2013-07-19 moko
4104:
4105: * src/classes/math.C: extern "C" added for crypt
4106:
4107: 2013-07-18 moko
4108:
4109: * src/classes/math.C: fix redhat7.2 build
4110:
4111: 2013-07-17 moko
4112:
4113: * configure.in, src/include/pa_config_includes.h,
4114: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4115: added for uint8/32/64_t)
4116:
4117: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4118: pa_config_includes.h used for uint32/64_t
4119:
4120: 2013-07-16 moko
4121:
4122: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4123: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4124: war
4125:
4126: * src/main/compile.tab.C: compile.y was updated
4127:
4128: * src/main/compile.y: warning war
4129:
4130: * src/: include/pa_exception.h, main/pa_exception.C,
4131: main/pa_xml_exception.C: warning war
4132:
4133: * src/: include/pa_common.h, main/pa_common.C: warning war
4134:
4135: * configure.in: beauty :)
4136:
4137: * tests/: 141.html, results/141.processed: sha256/512 added
4138:
4139: 2013-07-13 moko
4140:
4141: * src/lib/md5/md5.vcproj: sha2 added
4142:
4143: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4144: classes/math.C: sha2 support (sha256/sha512 digest)
4145:
4146: 2013-07-08 moko
4147:
4148: * src/classes/image.C: directory read or other read problem message
4149: fixed (related to issue #933)
4150:
4151: 2013-07-07 moko
4152:
4153: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4154: dependense from $charsetsdir directory existance and content (and
4155: UTF-8 is default allready)
4156:
4157: * AUTHORS: + misha + moko. :)
4158:
4159: 2013-07-06 moko
4160:
4161: * src/: classes/curl.C, include/pa_globals.h,
4162: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4163: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4164: for lt_dlinit to be called once and lt_dlexit called at right
4165: place (related to issue #925)
4166:
4167: 2013-07-04 moko
4168:
4169: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4170: VString::as_vfile now uses vfile.set_binary_string to avoid
4171: content-type to be set, as it brokes badly designed logic in
4172: response output. This hopefully finishes issue #928.
4173:
4174: * tests/results/: 256.processed, 286.processed: file now displayed
4175: as name, size, mode, content-type
4176:
4177: * src/main/pa_common.C: read error now reported cottectly (fixes
4178: issue #933
4179:
4180: 2013-06-28 moko
4181:
4182: * tests/: 286.html, results/286.processed: test extended
4183:
4184: * tests/: 286.html, results/286.processed: Test for issue #928
4185: added. it tests default content-type change.
4186:
4187: * src/types/pa_vfile.C: closes issue #928 - default content-type
4188: now updated
4189:
4190: 2013-06-25 moko
4191:
4192: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4193: content-type for text/binary files without name added;
4194: ^file::create[$f;...] options now works properly and $f
4195: properties are default (fixes issue #928)
4196:
4197: 2013-05-16 misha
4198:
4199: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4200: added
4201:
4202: * src/main/pa_table.C: - a tiny memory optimisation while creating
4203: table if specified limit is bigger than source rows count
4204:
4205: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4206: added ( new feature: #858 )
4207:
4208: 2013-04-29 moko
4209:
4210: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4211: $.ipresolve(0|1|2) added (closes issue #891)
4212:
4213: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4214:
4215: 2013-04-24 moko
4216:
4217: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4218: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4219: types/pa_vmemcached.h: ^memcache.release[] added, calls
4220: memcached_quit (refs #893)
4221:
4222: 2013-04-22 moko
4223:
4224: * src/: include/pa_string.h, main/pa_common.C: no more double
4225: slashes in file path (fixes bug #872)
4226:
4227: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4228: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4229: #739)
4230:
4231: * tests/results/266.processed: $.max_params added (feature #915)
4232:
4233: * src/: include/pa_common.h, main/pa_http.C: response-charset
4234: option added to file::load (closes issue #867)
4235:
4236: 2013-04-20 misha
4237:
4238: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4239: commited
4240:
4241: 2013-03-15 misha
4242:
4243: * src/classes/: hash.C, table.C: - Optimisation: do not create
4244: multiple empty strings while ::sql. uae String::Empty instead
4245:
4246: 2013-03-14 misha
4247:
4248: * src/classes/reflection.C: - for user classes
4249: ^reflection:method_info[] returns $.max_params and $.extra_param
4250: with $.call_type if they available ( new feature: #915 )
4251:
4252: * src/classes/file.C: - ^file:delete[] now supports an option
4253: $.exception(false) that suppress any exception while deleting
4254: file ( new feature: #916 )
4255:
4256: * src/classes/curl.C: - parsing cookies after curl:load now should
4257: work :)
4258:
4259: 2013-03-12 misha
4260:
4261: * src/types/pa_vfile.C: - if specified file_name is empty string
4262: set default name for the file
4263:
4264: 2013-03-11 misha
4265:
4266: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4267: also available in $f.cookies
4268:
4269: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4270: moved to a separate method
4271:
4272: 2013-03-10 moko
4273:
4274: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4275: added
4276:
4277: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4278: removed (declared by autoconf)
4279:
4280: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4281: uint32_t define
4282:
4283: 2013-03-10 misha
4284:
4285: * src/classes/file.C: ^file:delete and ^file:move now support
4286: option $.keep-empty-dirs(true) ( new feature: #884 )
4287:
4288: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4289: empty dirs is added
4290:
4291: 2013-03-10 moko
4292:
4293: * src/classes/: bool.C, double.C, int.C: default can be present,
4294: but default check removed from ^int/double/bool.int/double/bool
4295: for string.int/double/bool compatibility (related to issue #913)
4296:
4297: * src/classes/string.C: ^string.int/dobule/bool no longer
4298: internally throws exception if default is present (closes issue
4299: #913)
4300:
4301: 2013-03-09 misha
4302:
4303: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4304: optimisations ( #845 )
4305:
4306: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4307:
4308: 2013-03-08 moko
4309:
4310: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4311: creates correct table (fixes issue #910)
4312:
4313: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4314: use outside of 'connect' operator (fixes issue #911)
4315:
4316: * tests/results/: 096.processed, 122.processed: test results
4317: updated as doubles now printed with 15 significant digits, not 5
4318: (fixes issue #882)
4319:
4320: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4321: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4322:
4323: 2013-02-21 moko
4324:
4325: * src/classes/table.C: _locate_name_value does not check arguments
4326: count, so we check it in advance (fixes issue #905)
4327:
4328: 2012-10-23 moko
4329:
4330: * buildall: old shell for and echo compatibility (for six)
4331:
4332: 2012-10-19 moko
4333:
4334: * buildall: --strip added --disable-safe-mode listed in usage
4335:
4336: 2012-10-17 misha
4337:
4338: * src/classes/op.C: - apply-taint should not throw "outside
4339: connect" exception with sql lang now
4340:
4341: 2012-10-17 moko
4342:
4343: * src/main/pa_request.C: bugfix: safe mode should be inited for
4344: each request (for apache module)
4345:
4346: 2012-09-26 moko
4347:
4348: * src/doc/doxygen.cfg: png -> svg
4349:
4350: 2012-09-25 moko
4351:
4352: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4353: test added
4354:
4355: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4356: double use when key is long
4357:
4358: 2012-09-16 moko
4359:
4360: * src/classes/math.C: Format -> Method Encode -> Format
4361:
4362: * tests/: 141.html, results/141.processed: math:digest hmac test
4363: added
4364:
4365: 2012-09-14 moko
4366:
4367: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4368: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4369: implementation added
4370:
4371: 2012-09-12 moko
4372:
4373: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4374: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4375: targets.dox and string.dox slightly actualized
4376:
4377: 2012-08-31 moko
4378:
4379: * ChangeLog: now generated with patched cvs2cl.pl
4380:
4381: 2012-07-29 moko
4382:
4383: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4384: result should be pushed after VMethodFrame destructor is called,
4385: as it deletes junctions from stack params (fixes issue #868)
4386:
4387: 2012-07-23 moko
4388:
4389: * INSTALL, README: buildall script usage documented, other outdated
4390: info updated.
4391:
4392: * buildall-with-xml, buildall-without-xml: replaced by buildall
4393:
4394: 2012-07-21 moko
4395:
4396: * buildall: glib does not compile when threads are disabled...
4397:
4398: * src/types/pa_vmail.C: g_assertion fixes for empty input
4399:
4400: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4401: unref, can't unref nested objects)
4402:
4403: * src/types/pa_vmail.C: another check added
4404:
4405: 2012-07-19 moko
4406:
4407: * buildall: usage added
4408:
4409: * buildall: new buildall script that unites buildall-with-xml,
4410: buildall-without-xml, --with-apache and --with-mailreceive
4411:
4412: * configure.in: support for static gmime and dynamic glib linking.
4413: fixes for FreeBSD
4414:
4415: 2012-07-17 moko
4416:
4417: * configure.in: --with-mailreceive replaced
4418: --with-static-mailreceive and --with-shared-mailreceive pathlink
4419: removed
4420:
4421: 2012-07-16 moko
4422:
4423: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4424: capitalized, content now decoded and text content converted to
4425: $request:charset. all properties are accessed by functions, this
4426: ready for dynamic load.
4427:
4428: 2012-06-28 moko
4429:
1.116 moko 4430: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4431: 32 bit
1.95 moko 4432:
4433: 2012-06-27 moko
4434:
4435: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4436: passive ftp
4437:
4438: * src/lib/ltdl/ltdl.vcproj: release build fixed
4439:
4440: * configure.in: 3.4.2 RC -> 3.4.2
4441:
4442: 2012-06-22 moko
4443:
4444: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4445: #815)
4446:
4447: * tests/: 284.html, results/284.processed: output options test
4448: (feature #265)
4449:
4450: 2012-06-22 misha
4451:
4452: * tests/215.html: - little changes
4453:
4454: 2012-06-21 moko
4455:
4456: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4457: types/pa_vxdoc.h: output_options returned and used (bugfix for
4458: feature #265)
4459:
4460: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4461: breaks long .*, default 10M restored. (issue #216)
4462:
4463: * tests/: 283.html, results/283.processed: test for issue #815
4464: added
4465:
4466: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4467: again, cstrm not required.
4468:
4469: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4470: Win32 and broken FreeBSD (issue #45)
4471:
4472: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4473:
4474: * src/main/pa_string.C: warnings war
4475:
4476: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4477: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4478: main/pa_socks.C, targets/apache/pa_threads.C,
4479: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4480: types/pa_vstatus.C: compilation under cygwin fixed
4481:
4482: 2012-06-19 moko
4483:
4484: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4485: Windows fixed
4486:
4487: * parser3.sln: removed antique pcre_ctype
4488:
4489: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4490:
4491: * src/include/pa_config_fixed.h: undefined reference to
4492: __imp__pcre_* fix for Windows
4493:
4494: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4495: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4496: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4497: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4498: define fixed
1.95 moko 4499:
4500: 2012-06-18 moko
4501:
4502: * src/classes/memcached.C: flush -> clear
4503:
4504: * src/classes/memcached.C: memcached does not support quotes even
4505: in server name
4506:
4507: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4508: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4509: called on open to check servers existance. $.key(true) syntax
4510: now supported
4511:
4512: 2012-06-17 moko
4513:
4514: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4515: cleanup
4516:
4517: * src/classes/table.C, tests/282.cfg, tests/282.html,
4518: tests/results/282.processed: encloser at the EOF bug fixed,
4519: incorrectly enclosed data now processed more logicaly (fixes
4520: #339)
4521:
4522: 2012-06-15 moko
4523:
4524: * buildall-without-xml: sync with buildall-with-xml
4525:
4526: * buildall-with-xml: download auto-detected between fetch and curl
4527:
4528: * configure.in: --with-gc and --with-pcre now also processed
4529: correctly
4530:
1.116 moko 4531: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4532: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4533: should be run on rol1 using automake / aclocal (GNU automake)
4534: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4535:
4536: * configure.in: new PARSER_VERSION logic
4537:
4538: * src/include/pa_version.h: new pa_version.h logic
4539:
4540: * src/: classes/curl.C, classes/file.C, classes/image.C,
4541: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4542: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4543: feols_normalized -> fis_text_content set_binary added
4544:
4545: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4546:
4547: 2012-06-15 misha
4548:
4549: * src/: classes/curl.C, classes/file.C, classes/image.C,
4550: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4551: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4552: ^file::create[text;content] EOLs in content now is normalized. (
4553: new feature: #815 )
4554:
4555: 2012-06-15 moko
4556:
4557: * configure.in: --disable-version-update added to disable version
4558: update with host information (for debian package) whitespace
4559: optimized
4560:
4561: * configure.in: version changed to 3.4.2 RC no-pic added for
4562: libtool
4563:
4564: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4565: it.
4566:
4567: 2012-06-14 moko
4568:
4569: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4570: tests/results/281.processed: "hash flocked" error removed for
4571: safe operations like ^h._count[] ( new feature: #335 )
4572:
1.116 moko 4573: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4574:
4575: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4576:
4577: * configure.in: --with-static/shared xml replaced with --with-xml,
4578: xml compilation check added
4579:
4580: * configure.in: --with-static/shared-gc, --with-static-pcre are
4581: replaced with --with-gc and --with-pcre test for pcre linking
4582: added
4583:
4584: 2012-06-13 moko
4585:
4586: * configure.in: apxs2 check optimized
4587:
4588: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4589: .la, includes optimized
4590:
4591: * buildall-with-xml: --with-pic looks better for -fPIC
4592:
4593: * configure.in: switched to convenience library in static linking
4594:
4595: * src/targets/apache/Makefile.am: switched to convenience library
4596: usage to avoid libtool warnings
4597:
4598: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4599: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4600: smtp/Makefile.am: switched to convenience library usage
4601:
4602: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4603:
4604: * src/targets/apache/Makefile.am: updated for libtool usage
4605:
4606: * bin/auto.p.dist.in: .cfg removed from charset names.
4607:
4608: * buildall-without-xml: --with-included-ltdl added
4609:
4610: * buildall-without-xml: sync with buildall-with-xml
4611:
4612: * buildall-with-xml: --with-included-ltdl added $cflags added for
4613: -fPIC for x64 $download added for wget success check added
4614:
4615: * buildall-without-xml: --with-dynamic-stdcpp removed
4616:
4617: * configure.in: disable-static returned
4618:
4619: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4620: LIBTOOLFLAGS
4621:
4622: 2012-06-12 moko
4623:
4624: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4625: compatible with LIBTOOLFLAGS for unknown reasons
4626:
4627: * buildall-with-xml: --with-dynamic-stdcpp removed
4628:
4629: * configure.in: static/dynamic -lstdc++ linking option removed
4630: apxs2 check added
4631:
4632: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4633: option removed
4634:
4635: 2012-06-10 moko
4636:
4637: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4638: added
4639:
4640: * src/targets/cgi/pp3.cmd: old PAF stuff
4641:
1.116 moko 4642: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4643: beauty
1.95 moko 4644:
4645: * depcomp: from libtool 2.4.2
4646:
4647: * configure.in: ltdl directory removed, it has correct Makefile.in
4648:
4649: 2012-06-09 moko
4650:
1.116 moko 4651: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4652: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4653: autogenerated files updated after libtool update
4654:
1.116 moko 4655: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4656: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4657: config_auto.h.in, config_fixed.h, configure, configure.ac,
4658: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4659: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4660: config/compile, config/config.guess, config/config.sub,
4661: config/depcomp, config/install-sh, config/ltmain.sh,
4662: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4663: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4664: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4665: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4666: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4667: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4668: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4669: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4670:
4671: * configure.in: preparation for new libtool
4672:
4673: * configure.in: Some beauty added :)
4674:
4675: * src/targets/apache/Makefile.am: := -> =
4676:
4677: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4678: again. :)
4679:
4680: * src/include/pa_config_includes.h, configure.in: limits.h added,
4681: previously was taken from pcre_internal.h. :)
4682:
4683: * src/lib/pcre/Makefile.am: config.h returned
4684:
4685: * src/lib/pcre/config.h: still need this. :)
4686:
4687: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4688:
4689: * configure.in: --with-charsets removed; --with-mysql-client & co
4690: removed
4691:
4692: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4693: now in parser tree, no need to copy
4694:
4695: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4696: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4697: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4698: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4699: extracts now used old trash removed
4700:
4701: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4702: rare charsets/drivers are commented, sql driver quessing removed
4703: (debian/patches/103_auto_p.patch)
4704:
4705: * etc/parser3.charsets/Makefile.am: charsets now in share
4706: (debian/patches/104_automake.patch) + all charsets are copied
4707:
4708: * buildall-with-xml, buildall-without-xml: curl option removed +
4709: extra arguments now supported
4710:
4711: 2012-06-08 misha
4712:
4713: * src/classes/table.C: - one params.as_hash usage was rolled back:
4714: the 2nd option in ^table.hash[] could be hash or table so
4715: .as_hash will throw an exception when table option is specified
4716:
4717: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4718: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4719: classes/table.C, classes/void.C, classes/xdoc.C,
4720: include/pa_exception.h, types/pa_vmethod_frame.C,
4721: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4722: and improved (whitespaces are allowed as empty options) -
4723: MethodParams::as_table is added - above methods are used for
4724: parsing methods' options ( new feature: #9 )
4725:
4726: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4727: to vclass. now class fields can be accessible as a hash:
4728: $h[^hash::create[$asd:CLASS]]
4729:
4730: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4731: have get_fields method so their fields can be accessed with
4732: ^reflection:fields[...] & ^reflection:field[...]
4733:
4734: 2012-06-06 misha
4735:
4736: * tests/280.html: - tests for
4737: ^reflection:method[obj-or-class;method],
4738: ^reflection:field[obj-or-class;field] and
4739: ^reflection:fields[obj-or-class] are added
4740:
4741: 2012-06-05 misha
4742:
4743: * src/classes/reflection.C: - ^reflection:method[class or
4744: object;method name] and ^reflection:field[class or object;field
4745: name] are added
4746:
4747: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4748: is used
4749:
4750: * src/types/pa_method.h: - Method::as_vjunction method is added
4751:
4752: 2012-06-05 moko
4753:
1.116 moko 4754: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4755:
4756: * src/classes/memcached.C: flish ttl fixed
4757:
4758: 2012-06-04 moko
4759:
4760: * src/classes/json.C, src/classes/op.C, tests/279.html,
4761: tests/results/279.processed: ^json:parse[] now supports $.taint
4762: option (new feature #833)
4763:
4764: 2012-06-04 misha
4765:
4766: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4767: - search_stop method was moved from pa_vcookie.C to pa_common.C
4768:
4769: 2012-06-03 misha
4770:
4771: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4772: cookies are parced and stored into $.cookies ( new feature: #31 )
4773:
4774: 2012-05-30 misha
4775:
4776: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4777: incomplete class into a scope while @USE is found
4778:
4779: * src/main/compile.y: - add incomplete class into a scope while
4780: @USE and @CLASS instructions are found ( bugfix: #838 )
4781:
4782: 2012-05-30 moko
4783:
4784: * src/types/pa_vclass.C, tests/278.html,
4785: tests/results/278.processed: removed "property has no getter
4786: method" exception when GET_DEFAULT present (fixes #269)
4787:
4788: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4789: $._default
4790:
4791: 2012-05-29 moko
4792:
4793: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4794: uninitialized values usage (new feature: #154)
4795:
4796: 2012-05-28 moko
4797:
4798: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4799: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4800: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4801: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4802: src/types/pa_vobject.C, src/types/pa_vobject.h,
4803: src/types/pa_vstring.h, src/types/pa_vtable.C,
4804: tests/results/277.processed, src/types/pa_vtable.h,
4805: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4806: ^json:string[$o; $.default[$method]] implemented for VObject (new
4807: feature #803)
4808:
4809: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4810: tests/results/277.processed: json numbers are now treated as
4811: double ( new feature: #834 )
4812:
4813: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4814: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4815: added for out of range checks, zero division in vint/vdouble
4816: check added ( fixes #832 )
4817:
4818: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4819: ( fixes #832 )
4820:
4821: 2012-05-28 misha
4822:
4823: * buildall-with-xml: - --without-lzma option is added to libxml2
4824: configure
4825:
4826: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4827: added - tests for unsupported values for options $.file, $.table
4828: and $.date are added
4829:
4830: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4831: accepts "stat" $.file[] option's value in addition to existed
4832: "text" and "base64" ( new feature: #835 )
4833:
4834: * tests/276.html: - test for
4835: ^reflection:delete[$object-or-class;field-name]
4836:
4837: * src/classes/reflection.C: -
4838: ^reflection:delete[$object-or-class;field-name] is added ( new
4839: feature: #268 )
4840:
4841: 2012-05-27 misha
4842:
4843: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4844:
4845: 2012-05-24 misha
4846:
4847: * src/include/pa_common.h: - method lastposafter was removed
4848:
4849: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4850: lastposafter - ^file:dirname[] & Co proper handle windows file
4851: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4852: work as *nix commands
4853:
4854: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4855:
4856: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4857: rskipchars were added
4858:
4859: * tests/270.html: - more tests for ^file:find[]
4860:
4861: * tests/065.html: - more tests for ^file:dirname[] & Co
4862:
4863: * src/include/pa_version.h: - must be "win32" here. it is
4864: auto-generated on *nix
4865:
4866: 2012-05-24 moko
4867:
4868: * src/classes/math.C: ^math:convert[] now supports uint32 and
4869: throws overflow exception ( new feature: #830 )
4870:
4871: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4872: uint32 support and overflow added ( new feature: #830 )
4873:
4874: 2012-05-23 moko
4875:
4876: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4877: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4878: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4879: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4880: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4881: types/pa_vregex.h, types/pa_vstateless_class.C,
4882: types/pa_vstateless_class.h, types/pa_vstring.h,
4883: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4884: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4885: "return string as-is" removed from as_expr_result. ( new feature:
4886: #831 )
4887:
4888: * tests/results/244.processed: test changed after bug #782 fix
4889: commited
4890:
4891: * tests/results/229.processed: test results for bug #782 commited
4892:
4893: * tests/: 254.html, results/254.processed: uid now just compared,
4894: not printed. :)
4895:
4896: 2012-05-20 moko
4897:
4898: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4899: feature: #341 )
4900:
4901: * tests/: 254.html, results/254.processed: test for
4902: ^reflection:uid[] added
4903:
4904: * tests/: 254.html, results/254.processed: test for
4905: ^reflection:uid[$obj] added
4906:
4907: 2012-05-17 misha
4908:
4909: * src/main/untaint.C: - do not replace ' char by _26 while
4910: exploding filespec-tainting ( new feature: #829 )
4911:
4912: 2012-05-12 moko
4913:
4914: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4915: not.
4916:
4917: 2012-05-08 moko
4918:
4919: * src/types/pa_vmethod_frame.h: bug #782 fixed
4920:
4921: * tests/229.html: test for bug #782
4922:
4923: * tests/results/259.processed, src/main/pa_request.C,
4924: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4925: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4926: src/types/pa_vvoid.h: feature #154 - first empty param now
4927: string; defined locals are empty strings; $STRICT-VARS(true)
4928: added
4929:
4930: 2012-04-27 moko
4931:
1.116 moko 4932: * src/targets/apache/Makefile.am:
1.95 moko 4933: ../../lib/memcached/libmemcached.a added
4934:
4935: 2012-04-27 misha
4936:
4937: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4938: ( #827 )
4939:
4940: 2012-04-25 moko
4941:
4942: * src/: classes/json.C, classes/memcached.C,
4943: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4944: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4945: implemented.
4946:
4947: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4948:
4949: 2012-04-23 moko
4950:
4951: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4952: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4953: types/pa_vmemcached.h: open allows options hash for new
4954: memcached(options) function
4955:
4956: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4957: not appended
4958:
4959: 2012-04-21 moko
4960:
4961: * src/classes/curl.C: '' added. :)
4962:
4963: * src/classes/classes.vcproj: new curl.h location
4964:
4965: * src/classes/curl.C: verbose output redirection from stderr to
4966: file curl option added
4967:
4968: 2012-04-20 moko
4969:
4970: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4971: contains what we need from curl, #ifdef HAVE_CURL removed
4972:
1.116 moko 4973: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4974: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4975: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4976: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4977: configure option
4978:
4979: 2012-04-19 moko
4980:
4981: * src/: classes/double.C, classes/inet.C, classes/int.C,
4982: classes/string.C, lib/gc/include/gc_allocator.h,
4983: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4984: options from sql_result_string removed. (closes issue #468)
4985:
4986: * src/types/pa_vmemcached.C: empty string fix
4987:
4988: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4989: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4990: pa_vmemcached.C
4991:
4992: 2012-04-18 moko
4993:
4994: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4995: apache2-mpm-prefork" error displayed in threaded mpm.
4996:
4997: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4998: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4999: installed (issue #354)
5000:
5001: 2012-04-16 moko
5002:
5003: * src/types/pa_vmemcached.C: call to memcached_result_create and
5004: memcached_result_free removed
5005:
5006: 2012-04-14 moko
5007:
5008: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5009:
5010: * src/types/pa_vmemcached.C: check_key added and used
5011:
5012: 2012-04-13 moko
5013:
5014: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5015: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5016: Serialization_data now added and used, VString now serialized
5017: with languages into memcached.
5018:
5019: 2012-03-28 moko
5020:
5021: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5022: lib/memcached/pa_memcached.h: result lengths added
5023:
5024: 2012-03-27 moko
5025:
5026: * src/types/pa_vmemcached.C: strdup added
5027:
5028: 2012-03-24 moko
5029:
5030: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5031: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5032: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5033:
5034: 2012-03-20 moko
5035:
1.116 moko 5036: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5037:
5038: * src/targets/cgi/Makefile.am: cleanup
5039:
5040: * src/: types/Makefile.am, types/pa_vmemcached.C,
5041: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5042:
5043: * src/: classes/Makefile.am, classes/memcached.C,
5044: lib/memcached/Makefile.am, lib/memcached/constants.h,
5045: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5046: lib/memcached/types.h, lib/Makefile.am: memcached initial
5047:
5048: 2012-03-16 moko
5049:
5050: * src/main/execute.C: ident now works under Linux + ident displays
5051: filenames (closes issue #818)
5052:
1.116 moko 5053: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5054: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5055: pa_vmethod_frame_local.h removed
5056:
5057: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5058: classes/classes.h, classes/curl.C, classes/date.C,
5059: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5060: classes/hashfile.C, classes/image.C, classes/inet.C,
5061: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5062: classes/memory.C, classes/op.C, classes/reflection.C,
5063: classes/regex.C, classes/response.C, classes/string.C,
5064: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5065: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5066: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5067: include/pa_config_fixed.h, include/pa_config_includes.h,
5068: include/pa_dictionary.h, include/pa_dir.h,
5069: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5070: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5071: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5072: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5073: include/pa_request_charsets.h, include/pa_request_info.h,
5074: include/pa_sapi.h, include/pa_socks.h,
5075: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5076: include/pa_stack.h, include/pa_string.h,
5077: include/pa_stylesheet_connection.h,
5078: include/pa_stylesheet_manager.h, include/pa_table.h,
5079: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5080: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5081: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5082: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5083: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5084: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5085: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5086: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5087: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5088: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5089: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5090: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5091: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5092: main/pa_string.C, main/pa_stylesheet_connection.C,
5093: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5094: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5095: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5096: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5097: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5098: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5099: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5100: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5101: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5102: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5103: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5104: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5105: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5106: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5107: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5108: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5109: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5110: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5111: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5112: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5113: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5114: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5115: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5116: types/pa_vresponse.h, types/pa_vstateless_class.C,
5117: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5118: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5119: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5120: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5121: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5122: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5123: ident now works under Linux + ident displays filenames (closes
5124: issue #818) Copyright updated
5125:
5126: 2012-03-13 moko
5127:
5128: * src/main/pa_string.C: compilation fix for feature #741
5129:
5130: 2012-03-09 misha
5131:
5132: * tests/193.html: - tests for ^string:base64[encoded] are updated
5133:
5134: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5135: now detects invalid base64 chars in the middle of encoded stricg
5136: ( new feature: #55 )
5137:
5138: * src/include/pa_exception.h: - new exception type for base64
5139: decoding is added
5140:
5141: 2012-03-06 misha
5142:
5143: * tests/274.html: - tests for ^date::today[] and
5144: ^date.sql-string[datetime|date|time] are added
5145:
5146: * src/classes/date.C: - constructor ^date::today[] is added ( new
5147: feature: #811 ) - ^date.sql-string[] now can accept one param --
5148: strings "datetime", "date" or "time" - comments tidying up
5149:
5150: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5151: date and time
5152:
5153: 2012-03-03 misha
5154:
5155: * tests/193.html: - tests for
5156: ^string:base64[encoded;$.strict(true)] are added
5157:
5158: * tests/results/auto.p: - try-catch operator is added
5159:
5160: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5161: main/pa_common.C: - $.strict(true|false) option is added to
5162: base64 decode methods ( new feature: #55 )
5163:
5164: * src/main/pa_common.C: - base64 decode memory usage was decreased
5165: ( new feature: #819 )
5166:
5167: 2012-02-28 moko
5168:
5169: * src/classes/hash.C: ident test
5170:
5171: 2012-02-27 misha
5172:
5173: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5174:
5175: 2012-01-08 misha
5176:
5177: * tests/273.html: - tests for ^string.replace[from;to] are added
5178:
5179: * src/: classes/string.C, include/pa_dictionary.h,
5180: main/pa_dictionary.C, main/pa_string.C: -
5181: ^string.replace[from;to] is added ( new feature: #741 ) -
5182: ^string.replace[one subst here] is slightly optimized
5183:
5184: 2011-12-07 misha
5185:
5186: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5187: named table with one empty column ( bugfix: #63 )
5188:
5189: 2011-11-30 misha
5190:
5191: * src/classes/json.C: - it's possible to set user's method for
5192: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5193: #763 )
5194:
5195: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5196:
5197: 2011-11-23 misha
5198:
5199: * src/: classes/curl.C, classes/file.C, classes/image.C,
5200: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5201: types/pa_vfile.h, types/pa_vform.C: - constructor
5202: ^file::create[mode;filename;content[;options]] now accepts binary
5203: mode and file-content - new constructor's format:
5204: ^file::create[string-or-file-content[;$.name[filename]
5205: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5206: feature: #65 )
5207:
5208: * src/: include/pa_request.h, main/pa_request.C: - new method
5209: mime_type_of(const String*) is added
5210:
5211: * src/include/pa_exception.h: - new exception constant
5212: FILE_NAME_MUST_BE_SPECIFIED is added
5213:
5214: * src/classes/table.C: - bug with negative offset transformed into
5215: a feature. it means pointing to a row from the end of the table (
5216: new feature: #810 )
5217:
5218: 2011-11-19 misha
5219:
5220: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5221: â ìåòîäå _select ( new feature: #810 )
5222:
5223: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5224: options were specified together is simplified
5225:
5226: 2011-11-12 misha
5227:
5228: * src/main/pa_request.C: - forgotten fix for escaping filename in
5229: HTTP content-disposition header (a part of bug #361 )
5230:
5231: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5232: checks for ancestors' classes as well ( new feature: #456 )
5233:
5234: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5235: "without cycle" now have types "parser.break" and
5236: "parser.continue" instead of "parser.runtime" ( new feature: #799
5237: )
5238:
5239: 2011-11-11 misha
5240:
5241: * tests/results/: 099.processed, 100.processed, 205.processed,
5242: 237.processed: - since bug #361 was fixed the content of filename
5243: in HTTP headers is quoted
5244:
5245: * tests/results/270.processed: - result for test 270
5246:
5247: * tests/: 065.html, results/065.processed: - more tests for
5248: ^file:basename[] & Co were added
5249:
5250: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5251:
5252: * tests/270.html: - tests for ^file:find[] are added
5253:
5254: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5255: using option $.charset. option $.engoding is still supported but
5256: these options can not be specified together
5257:
5258: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5259: comparation charset name with string "UTF-8" ( bugfix: #759 )
5260:
5261: 2011-10-11 misha
5262:
5263: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5264: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5265: #622)
5266:
5267: 2011-09-30 misha
5268:
5269: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5270: exception "saving stat-ed file" ( bugfix: #395 )
5271:
5272: 2011-05-30 misha
5273:
5274: * src/classes/string.C: - fixed bug which was added with
5275: params.as_hash into string:sql
5276:
5277: 2011-05-29 misha
5278:
5279: * src/types/pa_value.C: - filename in content-disposition header
5280: must be quoted ( bugfix: #361 )
5281:
5282: 2011-05-27 misha
5283:
5284: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5285: created file
5286:
5287: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5288: usage
5289:
5290: * src/include/pa_exception.h: - one more string for exception was
5291: added
5292:
5293: 2011-05-25 misha
5294:
5295: * tests/269.html: - tests for checking input params in some dom
5296: methods
5297:
5298: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5299: was added. it isn't possible not wo create xdoc with invalid
5300: tagName. ( bugfix: #160 )
5301:
5302: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5303: string "data must be string" was mover from pa_exception.h to
5304: pa_xml_exception.h
5305:
5306: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5307: as_xmlncname, as_xmlname and as_xmlnsuri were added
5308:
5309: * src/main/pa_xml_exception.C: - XmlException accepts more options
5310:
5311: * src/include/pa_xml_exception.h: - XmlException accepts more
5312: options - XML-related exception's strings were added
5313:
5314: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5315: output_options were removed)
5316:
5317: 2011-05-19 misha
5318:
5319: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5320: params.as_hash is used more while parsing methods hash-options
5321:
5322: 2011-05-18 misha
5323:
5324: * operators.txt: - info about json-serialization of xdoc was added
5325:
5326: * tests/256.html: - tests for json-serialization xdoc were added
5327:
5328: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5329:
5330: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5331: classes/json.C, classes/xdoc.C: - now json:string can serialize
5332: xdoc-objects. options (the same as ^xdoc.string[]) could be
5333: specified in $.xdoc[] ( new feature: #265 )
5334:
5335: 2011-05-15 misha
5336:
5337: * tests/268.html: - tests for ^table.count[with options] were added
5338:
5339: * src/classes/table.C: - method ^table.count[] now can accept
5340: options ( new feature: #93 ): ^table.count[column] returns number
5341: of columns for named table; ^table.count[cells] returns number of
5342: cells in the current row; ^table.count[] & ^table.count[rows]
5343: return number of rows in a table.
5344:
5345: * tests/267.html: - test for checking switch/case in boolean mode
5346: was added
5347:
5348: * src/classes/op.C: - if switch's or case's value is bool, they are
5349: compared as bool values, not as double values: new feature: #351
5350:
5351: 2011-05-06 misha
5352:
5353: * tests/242.html: - EOL before EOF was added
5354:
5355: * tests/169.html: - tests for splitting empty string and void were
5356: added
5357:
5358: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5359: returned table with one empty cell)
5360:
5361: 2011-04-03 misha
5362:
5363: * src/include/pa_version.h, configure.in: - version in head was
5364: changed to 3.4.2b
5365:
5366: 2011-03-30 misha
5367:
5368: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5369: as well ( new feature #294 )
5370:
5371: 2011-03-29 misha
5372:
5373: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5374: limited to approx. 6 MB. previous limits were too big for real
5375: life. bugfix: #216
5376:
5377: 2011-03-04 moko
5378:
5379: * etc/parser3.charsets/cp866.cfg: Conforms to
5380: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5381:
5382: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5383: vlalek@
5384:
5385: 2011-02-22 misha
5386:
5387: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5388: be under #ifdef XML or parser can't be compiled without xml
5389: support
5390:
5391: 2011-02-21 misha
5392:
1.116 moko 5393: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5394: ApacheModuleParser3.vcproj was removed
5395:
5396: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5397: removed)
5398:
5399: 2011-02-20 misha
5400:
5401: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5402: $.overridden in ^reflection:method_info[...] were added
5403:
5404: * src/classes/reflection.C: - beautifying result of
5405: ^reflection:method_info[] ($.overridden/inherited)
5406:
5407: 2011-02-18 misha
5408:
5409: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5410: and pa_isalnum instead of isalpha and isalnum - bug with
5411: redundand quoting lowercased latin chars while building email
5412: body was fixed
5413:
5414: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5415: added (they check for latin chars only)
5416:
5417: 2011-02-16 misha
5418:
5419: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5420: string size for transcoding gave too small value (should ever
5421: look for availability char in dest charset inspite of the char
5422: size)
5423:
5424: 2011-02-04 moko
5425:
5426: * tests/223.html: header values now not url-encoded (issue #195)
5427:
5428: 2011-02-01 misha
5429:
5430: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5431:
5432: 2011-01-31 misha
5433:
5434: * src/main/pa_request.C: - throw exception if param file_name in
5435: use_file is empty
5436:
5437: 2011-01-08 moko
5438:
5439: * src/classes/curl.C: compilations errors fixed
5440:
5441: 2010-12-29 moko
5442:
5443: * tests/: 265.html, results/265.processed: test for issue #200
5444: added
5445:
5446: * src/main/pa_string.C: empty regex result check added (fixes issue
5447: #200)
5448:
5449: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5450:
5451: * tests/results/223.processed: header values now not url-encoded
5452: (issue #195)
5453:
5454: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5455: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5456: pa_http_safe_header_name added for headers names (fixes bug #195)
5457:
5458: 2010-12-18 misha
5459:
5460: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5461: => pa-include
5462:
5463: 2010-11-28 moko
5464:
5465: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5466:
5467: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5468: -> pa
5469:
5470: * configure.in: apr -> pa
5471:
5472: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5473:
5474: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5475: classes/Makefile.am, types/Makefile.am: apr -> pa
5476:
5477: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5478: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5479: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5480: pa-include/pa_apr.h, pa-include/pa_errno.h,
5481: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5482: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5483: module apr name conflict resolved)
5484:
5485: 2010-11-27 misha
5486:
5487: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5488: libbz2
5489:
5490: 2010-11-26 misha
5491:
5492: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5493: warnings removed
5494:
5495: 2010-11-25 moko
5496:
5497: * operators.txt: $.indent(true)
5498:
5499: * operators.txt: another bugfix. :)
5500:
5501: * operators.txt: bugfix. :)
5502:
5503: * buildall-with-xml: libxml2-2.7.8 + with-apache
5504:
5505: 2010-11-24 moko
5506:
1.116 moko 5507: * configure: apxs support
1.95 moko 5508:
5509: * configure.in: apxs support -Bstatic gc removed for OS X
5510:
5511: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5512:
5513: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5514: THREAD_LOCAL usage
5515:
5516: * src/: classes/curl.C, include/pa_config_includes.h,
5517: main/pa_globals.C: THREAD_LOCAL defined and used
5518:
5519: 2010-11-23 moko
5520:
5521: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5522: should be passed to pa_sleep, and only fractional part (bugfix:
5523: #188)
5524:
5525: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5526:
5527: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5528: GC_dont_gc=1, as in cgi version
5529:
5530: * src/targets/apache/mod_parser3.c: warning war
5531:
5532: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5533: pa_httpd.h: version removed, some trash removed
5534:
5535: * src/targets/apache/mod_parser3.c: version removed (we don't want
5536: to show it), warning war
5537:
5538: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5539: pa_httpd.h: parser_status_allowed removed + merge config
5540: functions removed (override is the default) + beauty
5541:
5542: * src/: include/pa_request.h, main/pa_request.C,
5543: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5544: hide $status used in apache module removed
5545:
5546: 2010-11-18 moko
5547:
5548: * operators.txt: $.table[compact] added for ^json:string[]
5549:
5550: 2010-11-16 moko
5551:
5552: * src/targets/apache/mod_parser3.c: some cleanup done
5553:
5554: * src/main/untaint.C: bugfix: first, second String::Body argument
5555: is hashcode; second, info.fragment_begin is original, not
5556: resulting length
5557:
5558: * src/classes/file.C: new feature: $.stdin now untainted
5559:
5560: * tests/results/264.processed: new feature: $.stdin[] now untainted
5561:
5562: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5563:
5564: * src/classes/op.C: ^apply-taint[] method added
5565:
5566: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5567: added; $.stdin untaint test added
5568:
5569: 2010-11-15 moko
5570:
5571: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5572: removed
5573:
5574: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5575: pa_httpd.h: 2x2 calculated under apache2. :)
5576:
5577: 2010-11-13 moko
5578:
5579: * src/targets/apache/mod_parser3.c: initial changes to build module
5580: with apache 2.x includes
5581:
5582: * src/targets/apache/: Makefile.am, mod_parser3.c,
5583: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5584: united apache 1.3 / apache 2.x DSO module
5585:
5586: 2010-11-09 moko
5587:
5588: * src/types/pa_method.h: check added to dissallow @method[name;*]
5589: syntax
5590:
5591: * tests/: 263.html, results/263.processed: test from method[*args]
5592: added
5593:
5594: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5595: number of params can now be passed to a method declared with *arg
5596:
5597: 2010-11-06 moko
5598:
5599: * src/classes/table.C: formating fixed. :)
5600:
5601: * src/classes/table.C: closes #4: ^table.select now supports
5602: $.limit(), $.offset, $.reverse() options
5603:
5604: * tests/: 262.html, results/262.processed: test for ^table:select
5605: with options added (feature #4)
5606:
5607: * src/include/pa_array.h: remove function added
5608:
5609: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5610: object in get_element/put_element, using static one.
5611:
5612: 2010-11-04 moko
5613:
5614: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5615: options is passed
5616:
5617: * tests/: 256.html, results/256.processed: $.table[compact] feature
5618: now tested; k and p in handler now tested.
5619:
5620: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5621: $.table[compact] feature added
5622:
5623: * src/classes/json.C: key is now passed to handler in
5624: value_json_string; ^json:string result now process tainting
5625: inside and returns clean string, related to issue #153
5626:
5627: * src/main/untaint.C: bugfix: charset can be null (in
5628: ^string:save[] as example), thus check is added
5629:
5630: 2010-10-31 moko
5631:
5632: * src/classes/string.C: error message changed (fixes issue #149)
5633:
5634: 2010-10-29 moko
5635:
5636: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5637: port is not default (fixes issue #155); exception on invalid port
5638: added.
5639:
5640: * src/main/untaint.C: '*' is now not urlencoded to allow header
5641: "Accept: */*" to be passed
5642:
5643: 2010-10-28 moko
5644:
5645: * src/classes/curl.C: bugfix: detect_charset() was throwing
5646: exception on unknown charset even if response_charset was
5647: specified
5648:
5649: 2010-10-27 moko
5650:
5651: * src/classes/string.C: ^string.append removed for void
5652: compatibility
5653:
5654: 2010-10-26 moko
5655:
5656: * src/classes/json.C: libjson supports array at top level, we too
5657: (GPF fixed)
5658:
5659: 2010-10-25 moko
5660:
5661: * tests/: 253.html, results/253.processed: libjson supports array
5662: at top level, parser now supports it as well.
5663:
5664: * tests/261.html, tests/results/261.processed,
5665: src/types/pa_vstring.h: empty string is now void compatible
5666: (allows $empty.key)
5667:
5668: 2010-10-22 misha
5669:
5670: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5671: while adding additional expires checkout)
5672:
5673: * tests/030.html: - test for session cookie was added
5674:
5675: 2010-10-21 moko
5676:
5677: * src/: classes/string.C, classes/void.C, main/execute.C,
5678: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5679: string (feature #111)
5680:
5681: * tests/: 261.html, results/261.processed: checks void from string
5682: inheritance (feature #111)
5683:
5684: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5685: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5686: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5687: now true by default
5688:
5689: 2010-10-17 moko
5690:
5691: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5692: upload now uses binary blocks instead of L_FILE_POST tainting.
5693: (bugfix: #128)
5694:
5695: * tests/: 223.html, results/223.processed: binary file upload test
5696: added, GPF (issue #128) also checked in this test
5697:
5698: 2010-10-13 misha
5699:
5700: * tests/260.html: - test for math:convert
5701:
5702: * src/classes/math.C: - error in math:convert was fixed
5703:
5704: * operators.txt: - info about
5705: ^math:convert[number](from-base;to-base) was added
5706:
5707: * src/classes/math.C: - method
5708: ^math:convert[number](from-base;to-base) for converting number
5709: represention from one base to another was added ( new feature:
5710: #23 )
5711:
5712: 2010-10-13 moko
5713:
5714: * src/main/compile.tab.C: [] now is empty string, not void
5715:
5716: * src/main/compile.y: [] now is empty string, not void
5717:
5718: * src/types/pa_vvoid.h: void now passed as parameter
5719:
5720: * tests/: 259.html, results/259.processed: to test difference
5721: between void and empty string (see ticket #111)
5722:
5723: * tests/results/152.processed: $sEmpty[] is now empty string, not
5724: void
5725:
5726: * tests/256.html: $s[$void] is no longer empty string
5727:
5728: * tests/254.html: empty string is no longer void
5729:
5730: 2010-10-12 misha
5731:
5732: * src/types/pa_vcookie.C: - check if $.expires value can be
5733: converted to date during cookies set up ( bugfix: #104 )
5734:
5735: * tests/041.html: - more tests for ^table.locate were added
5736:
5737: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5738: work ( bugfix: #129 ) - exception comment for incorrect options
5739: ^table.locate[field;value;options] was fixed
5740:
5741: 2010-10-10 moko
5742:
5743: * src/: classes/reflection.C, main/execute.C: constructor returning
5744: another object feature returned
5745:
5746: * tests/results/258.processed: test result updated as constructor
5747: returning another object feature returned
5748:
5749: * tests/: 258.html, results/258.processed: test for constructor
5750: returning another object
5751:
5752: 2010-10-08 misha
5753:
5754: * tests/257.html: - whitespaces after @METACOMMANDS and their
5755: options shouldn't cause exceptions any longer
5756:
5757: 2010-10-06 moko
5758:
5759: * src/classes/: hash.C, table.C: length from sql server is now
5760: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5761:
5762: 2010-10-02 misha
5763:
5764: * operators.txt: - the X mark was removed from ^cache[file]. it is
5765: usable to delete cache file.
5766:
5767: 2010-10-02 moko
5768:
5769: * tests/: 253.html, results/253.processed: hook_key added for key
5770: checking
5771:
5772: * src/classes/json.C: null key bug fixed
5773:
5774: 2010-09-29 misha
5775:
5776: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5777:
5778: 2010-09-25 moko
5779:
5780: * src/classes/json.C: small fixed
5781:
5782: * tests/results/: 253.processed, 255.processed: just updated
5783:
5784: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5785: results/255.processed: charset transcode test added for
5786: json:parse
5787:
5788: 2010-09-24 moko
5789:
5790: * src/types/pa_value.h: warning war :)
5791:
5792: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5793: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5794: ^json:string
5795:
5796: 2010-09-22 moko
5797:
5798: * src/main/pa_charset.C: parser charset tables declare only
5799: white-space before 0x20, thus adding the missing chars
5800:
5801: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5802: to http://unicode.org/Public/MAPPINGS/VENDORS/
5803:
5804: 2010-09-21 misha
5805:
5806: * src/main/compile.y: - some semicolons were added (VS2010 don't
5807: want to compile grammar if they are absent)
5808:
5809: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5810:
5811: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5812:
5813: * src/main/main.vcproj: - path to bison is changed
5814:
5815: 2010-09-21 moko
5816:
1.116 moko 5817: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5818: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5819: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5820:
5821: 2010-09-20 misha
5822:
5823: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5824:
5825: * src/classes/json.C: - add EOL while json-serializing hash
5826:
5827: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5828: compilers don't like 'ES'.
5829:
5830: 2010-09-17 misha
5831:
5832: * operators.txt: - info about json class was added
5833:
5834: * src/classes/json.C: - ^json:string[object]
5835:
5836: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5837: preventing infinite recursion while executing json:string was
5838: added
5839:
5840: * src/include/pa_string.h: - method append_quoted was added
5841:
5842: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5843: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5844: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5845: was added to Value & Co
5846:
5847: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5848: were used
5849:
5850: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5851: were added
5852:
5853: 2010-09-10 moko
5854:
5855: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5856: die_or_abort (backport from 3.4.1)
5857:
5858: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5859: die_or_abort (bugfix: #106)
5860:
5861: 2010-09-09 moko
5862:
5863: * src/classes/json.C: warning war. :)
5864:
5865: 2010-09-08 misha
5866:
5867: * src/lib/json/Makefile.am: - additional include directories were
5868: added (for pa_memory.h and gc.h)
5869:
5870: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5871: compile as C++ instead default - additional include directory was
5872: added (for gc.h)
5873:
5874: * src/types/pa_vform.C: - little code reformating
5875:
5876: * src/classes/file.C: - $.content-type option now can be specified
5877: in ^file::create ( new feature: #102 )
5878:
5879: 2010-09-08 moko
5880:
5881: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5882: pa_malloc/pa_free
5883:
5884: 2010-09-07 moko
5885:
5886: * tests/results/254.processed: VStateless_class:put_element
5887: exception was fixed
5888:
5889: * src/types/: pa_value.h, pa_vstateless_class.h: now
5890: VStateless_class:put_element barks self.type, not this.type
5891: (bugfix: #105)
5892:
5893: 2010-09-06 moko
5894:
5895: * src/classes/reflection.C: bugfix: new String() is required for
5896: exception handling
5897:
5898: * tests/: 254.html, results/254.processed: test modified
5899:
5900: 2010-09-05 moko
5901:
5902: * tests/: 254.html, results/254.processed: ^reflection:copy test
5903: added
5904:
5905: * src/: classes/reflection.C, include/pa_request.h:
5906: ^reflection:copy implemented (new feature: #100)
5907:
5908: 2010-09-03 moko
5909:
5910: * src/lib/json/JSON_parser.C: c++ compatiblity
5911:
5912: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5913: option testing added
5914:
5915: 2010-09-02 moko
5916:
5917: * src/classes/json.C: $.distinct[first|last|all] added
5918:
5919: 2010-09-01 moko
5920:
5921: * tests/results/253.processed: json test result
5922:
5923: * tests/: 253.html, 253_json.txt: json test added
5924:
5925: * src/classes/json.C: json.C update to actual version + hash key
5926: creation bugfix
5927:
5928: 2010-08-31 misha
5929:
5930: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5931: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5932: src/lib/Makefile.am, src/classes/Makefile.am,
5933: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5934: json library was added
5935:
5936: 2010-08-30 moko
5937:
5938: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5939: types/pa_vobject.C: cosmetic optimization in
5940: request:execute_method usage
5941:
5942: * src/: include/pa_charset.h, main/pa_charset.C: small
5943: optimization, just to decrease number of lines. :)
5944:
5945: 2010-08-27 misha
5946:
5947: * src/classes/op.C: - taint[json] was added
5948:
5949: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5950: were added
5951:
5952: * src/main/pa_exec.C: - warning fix was rolled back.
5953:
5954: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5955: include/pa_string.h: - taint[json] was added - escaping was
5956: slightly modified
5957:
5958: 2010-08-25 misha
5959:
5960: * src/classes/file.C: - typo in file:sql exception was fixed
5961:
5962: * src/main/pa_exec.C: - warning about declared and not used
5963: variable forced_allow was removed
5964:
5965: 2010-08-14 misha
5966:
5967: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5968: were removed
5969:
5970: 2010-08-11 moko
5971:
5972: * tests/: 249.html, results/249.processed: default setter and
5973: anti-recursive default getter test added
5974:
5975: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5976: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5977: types/pa_vobject.h, types/pa_vstateless_class.C,
5978: types/pa_vstateless_class.h: default setter support +
5979: anti-recursive default getter support ( new feature: #13 )
5980:
5981: * src/include/pa_hash.h: optimization: threshold member removed
5982: from hash, reducing sizeof(hash)
5983:
5984: 2010-08-10 misha
5985:
5986: * tests/196.html: - junction-method was added to the test
5987:
5988: * tests/248.html: - ups. typo :)
5989:
5990: * tests/248.html: - test for checking .match with 4 params
5991:
5992: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5993: 247_windows1251.txt: - test for "transcode file from utf-8 to
5994: $request:charset during loading if the BOM code is detected"
5995:
5996: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5997: $request:charset during loading if the BOM code is detected ( new
5998: feature: #98 )
5999:
6000: 2010-08-05 misha
6001:
6002: * src/classes/image.C: - ^image.replace now can accept only 2
6003: params. in this case the whole image is affected ( new feature:
6004: #95 )
6005:
6006: 2010-08-04 misha
6007:
6008: * tests/246.html: - test tor ^hash._at[] was added
6009:
6010: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6011: #53 )
6012:
6013: * src/include/pa_hash.h: - methods for accessing the first and the
6014: last values of ordered hash were added (first_value and
6015: last_value)
6016:
6017: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6018: (similar to others file's methods):
6019: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6020: #68 )
6021:
6022: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6023:
6024: 2010-08-01 moko
6025:
6026: * src/classes/op.C: to correctly process $result[] in code, called
6027: from ^process
6028:
6029: * tests/245.html: $result in ^process[] test added
6030:
6031: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6032: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6033: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6034: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6035: caller, self) op_call(VMethodFrame &frame, bool constructing)
6036: removed, construct(class,method) added
6037:
6038: * tests/results/: 192.processed, 244.processed: request::construct
6039: added
6040:
6041: * tests/: 244.html, 245.html, results/244.processed,
6042: results/245.processed: object creation exceptions and ^process
6043: tests added
6044:
6045: 2010-07-28 misha
6046:
6047: * tests/make_tests.cmd: - win32 EOLs
6048:
6049: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6050: tests on Win32 were added (The system timezone should be GMT+3)
6051:
6052: 2010-07-26 misha
6053:
6054: * tests/: 212.html, results/212.processed: - sizes were removed
6055: mecause they could be different on different OSs
6056:
6057: * tests/065.html: - make it "win32 friendly"
6058:
6059: 2010-07-25 misha
6060:
6061: * src/main/compile.y: - all EOLs between methods are removed during
6062: compilation ( new feature: #47 )
6063:
6064: * tests/results/149.processed: - prepare tests to trim trailing
6065: methods' EOLs
6066:
6067: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6068:
6069: * tests/: results/006.processed, results/014.processed, 006.html,
6070: 014.html, 022.html: - prepare tests to trim trailing methods'
6071: EOLs
6072:
6073: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6074: results/071.processed, results/022.processed: - prepare tests to
6075: trim trailing methods' EOLs
6076:
6077: * tests/: results/073.processed, results/109.processed,
6078: results/142.processed, results/144.processed,
6079: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6080: 144.html: - prepare tests to trim trailing methods' EOLs
6081:
6082: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6083: 149.html, 152.html, results/096.processed, results/107.processed,
6084: results/109.processed, results/142.processed,
6085: results/144.processed: - prepare tests to trim trailing methods'
6086: EOLs
6087:
6088: 2010-07-24 moko
6089:
6090: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6091: the hash order in this test
6092:
6093: * tests/014.html: to check hash order, hash no is longer sorted
6094: before print
6095:
6096: * src/include/pa_hash.h: hash copy constructor now keeps order
6097: (bugfix: #54)
6098:
6099: 2010-07-23 moko
6100:
6101: * tests/results/224.processed: @auto[] is no longer inherited
6102:
6103: * src/types/pa_vstateless_class.C, tests/227.html,
6104: tests/results/227.processed: @auto[] is no longer inherited
6105: (bugfix: #57)
6106:
6107: 2010-07-22 misha
6108:
6109: * src/classes/table.C: - don't skip comment lines during
6110: table::load if encloser or separator is set as '#' ( new feature:
6111: #30 )
6112:
6113: * src/targets/cgi/parser3.C: - don't run as cgi if
6114: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6115: #12 )
6116:
6117: * src/classes/file.C: - set PARSER_VARSION env before external
6118: script executing
6119:
6120: 2010-07-13 misha
6121:
6122: * tests/058.html: - test for suppressing @border was added - test
6123: for user attribute was added
6124:
6125: * tests/results/186.processed: unescaping from \uXXXX
6126:
6127: * tests/186.html: unescaping from \uXXXX
6128:
6129: * tests/: 239.html, results/239.processed: method call type
6130:
6131: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6132: $junction_method.CLASS_NAME (+CLASS)
6133:
6134: 2010-07-07 misha
6135:
6136: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6137: *nix
6138:
6139: 2010-07-05 misha
6140:
6141: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6142: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6143: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6144: comment strings "options must be hash", "options must be hash,
6145: not code" and "called with invalid option" were replaced by
6146: constatns - exception comment string "invalid option passed" was
6147: replaced by "called with invalid option" (now in different
6148: methods are the same exception comment string)
6149:
6150: * src/include/pa_exception.h: - more exception strings were defined
6151:
6152: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6153: types/pa_vstateless_class.h: - now we can define possible
6154: method's call type ( new feature: #5 ) 1.
6155: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6156: methods 2. @static:method[params] (only static keyword could be
6157: used here) -- for specified methods
6158:
6159: * src/main/pa_common.C: - junction points should not be deleted on
6160: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6161: cleanup
6162:
6163: 2010-07-03 misha
6164:
6165: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6166: results/158.processed, results/160.processed,
6167: results/161.processed, results/162.processed,
6168: results/163.processed: - prepare tests to trim trailing methods'
6169: EOLs
6170:
6171: * tests/results/169.processed: - prepare tests to trim trailing
6172: methods' EOLs
6173:
6174: * tests/results/: 168.processed, 169.processed: - prepare tests to
6175: trim trailing methods' EOLs
6176:
6177: * tests/: results/170.processed, results/167.processed,
6178: results/168.processed, results/169.processed, 167.html, 168.html,
6179: 169.html: - prepare tests to trim trailing methods' EOLs
6180:
6181: * tests/: results/170.processed, results/171.processed,
6182: results/172.processed, results/173.processed,
6183: results/174.processed, results/175.processed, 170.html, 171.html,
6184: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6185: trailing methods' EOLs
6186:
6187: * tests/: results/176.processed, results/180.processed,
6188: results/184.processed, results/185.processed,
6189: results/191.processed, results/192.processed,
6190: results/196.processed, results/197.processed,
6191: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6192: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6193: to trim trailing methods' EOLs
6194:
6195: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6196: results/199.processed, results/208.processed,
6197: results/209.processed, results/213.processed,
6198: results/214.processed: - prepare tests to trim trailing methods'
6199: EOLs
6200:
6201: 2010-06-29 misha
6202:
6203: * tests/: 220.html, 218.html, results/218.processed,
6204: results/215.processed, results/217.processed, 215.html, 217.html:
6205: - prepare tests to trim trailing methods' EOLs
6206:
6207: * tests/: results/224.processed, 224.html, 223.html,
6208: results/223.processed, results/220.processed: - prepare tests to
6209: trim trailing methods' EOLs
6210:
6211: * tests/results/: 226.processed, 230.processed: - prepare tests to
6212: trim trailing methods' EOLs
6213:
6214: * tests/: 229.html, results/229.processed: - prepare tests to trim
6215: trailing methods' EOLs
6216:
6217: * tests/: 232.html, 235.html, results/232.processed,
6218: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6219: results/226.processed, results/227.processed,
6220: results/228.processed, results/230.processed: - prepare tests to
6221: trim trailing methods' EOLs
6222:
6223: 2010-06-16 moko
6224:
6225: * tests/: 229.html, results/229.processed: elseif now supported in
6226: ^if
6227:
6228: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6229:
6230: 2010-06-03 misha
6231:
6232: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6233: instead of memcopy for overlaped regions
6234:
6235: 2010-05-25 misha
6236:
6237: * src/main/pa_common.C: - wanring about unused vars was removed
6238:
6239: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6240: get_method_filename was moved to execute.C
6241:
6242: 2010-05-23 misha
6243:
6244: * src/main/pa_request.C: - more accurate detection of method's file
6245:
6246: 2010-05-22 misha
6247:
6248: * src/classes/reflection.C: - bugfix: core during detection of
6249: .file if filespec isn't detected successfully
6250:
6251: 2010-05-20 misha
6252:
6253: * src/main/pa_request.C: - fix in get_method_filename
6254:
6255: * src/include/pa_request.h: - new feature: #24 -- searching
6256: included file in @USE/^use is changed. if its filespec doesn't
6257: start from '/' it will be searched in caller file directory
6258:
6259: * src/classes/reflection.C: - ^reflection:method_info returns file
6260: where the method is defined
6261:
6262: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6263: classes/op.C: - new feature: #24 -- searching included file in
6264: @USE/^use is changed. if its filespec doesn't start from '/' it
6265: will be searched in caller file directory
6266:
6267: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6268: is moved to pa_common.h
6269:
6270: 2010-05-18 misha
6271:
6272: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6273: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6274: cookie parser decode \uXXXX as well as %uXXXX
6275:
6276: 2010-05-17 misha
6277:
6278: * src/classes/curl.C: beauty: - unused param is removed in method
6279: _curl_version_action - some spaces were removed or replaced by
6280: tabs
6281:
6282: * src/classes/table.C: - bugfix: #72 core with empty value during
6283: ^table.hash[...;name_of_the_last_column][$.type[string]]
6284:
6285: 2010-05-16 misha
6286:
6287: * src/classes/curl.C: new: #61 more curl options were added
6288: (contributed by Sumo)
6289:
6290: 2010-04-29 pretender
6291:
6292: * src/main/pa_string.C: fixes #63 Split result from empty string
6293: now empty string.
6294:
6295: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6296: string type.
6297:
6298: 2010-04-28 pretender
6299:
6300: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6301: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6302: macrodefinition removed
6303:
6304: 2010-04-19 pretender
6305:
6306: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6307: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6308:
6309: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6310: fixes #64 Now file.missing exception generates in unsafe mode to.
6311:
6312: * src/classes/file.C: fixes #48 Now not throw "not save environment
6313: variable" exception in grpunlim version.
6314:
6315: 2010-04-05 misha
6316:
6317: * src/classes/string.C: - new feature: 4th param was added to
6318: match. if specified its value is returned in case of nothing was
6319: found
6320:
6321: 2010-04-01 misha
6322:
6323: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6324: multiple execution of /a/b/auto.p
6325:
6326: 2010-03-19 misha
6327:
6328: * src/main/execute.C: - core in $table1.$table2 was fixed
6329:
6330: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6331:
6332: 2010-01-27 misha
6333:
6334: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6335: trying to open file by path /existing-file/non-exixting-file
6336:
6337: 2010-01-26 misha
6338:
6339: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6340: was added (returns file)
6341:
6342: 2009-12-22 misha
6343:
6344: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6345: now parser doesn't have class curl if it was built without it
6346:
6347: 2009-12-15 misha
6348:
6349: * configure.in: - little cheat with curl include dir was added
6350:
6351: 2009-12-05 misha
6352:
6353: * src/classes/curl.C: - some fixes
6354:
6355: 2009-12-04 misha
6356:
6357: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6358: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6359: buildall-with-xml, buildall-without-xml, configure.in: - curl
6360: class was added
6361:
6362: * src/include/pa_hash.h: - hash-iterator was added
6363:
6364: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6365: was added to pcre
6366:
6367: 2009-11-27 misha
6368:
6369: * src/classes/image.C: - don't add @border attribute to output of
6370: ^image.html[] if it was specified by user with empty value
6371:
6372: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6373: root element and we are trying to access .documentElement
6374:
6375: 2009-11-11 misha
6376:
6377: * src/classes/table.C: - in ^table.flip[] look at number of columns
6378: instead of number of items in first row for named tables
6379:
6380: 2009-11-10 misha
6381:
6382: * operators.txt: - info about hash-options in ^file::create was
6383: added
6384:
6385: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6386: added
6387:
6388: 2009-11-09 misha
6389:
6390: * buildall-with-xml: - moving to libxml 2.7.6
6391:
6392: * tests/236.html: - tests for comparations cords with functions
6393: were added
6394:
6395: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6396: added
6397:
6398: * src/main/pa_http.C: - little optimisation
6399:
6400: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6401: GPF mallocs + stringstream (table.save)
6402:
6403: * src/classes/file.C: - file::create now accepts 4th param: options
6404: with $.charset
6405:
6406: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6407: bug in cord (comparation cords with functions was buggy)
6408:
6409: 2009-11-06 misha
6410:
6411: * src/main/pa_string.C: - bugfix: calculation string.length
6412: sometimes was buggy
6413:
6414: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6415: destroyed if exception occured during match/replace
6416:
6417: * src/: main/pa_charset.C, include/pa_charset.h: - method
6418: lengthUTF8Char was added
6419:
6420: * src/classes/op.C: - clean tainting lang was added for user's
6421: usage
6422:
6423: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6424: fixed: checkouts are required after GC_MALLOC
6425:
6426: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6427:
6428: * operators.txt: - actually, there is no ^untaint[xml] in
6429: file::create
6430:
6431: 2009-10-15 misha
6432:
6433: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6434: were added
6435:
6436: * tests/234.html: - more tests for checking ^taint[uri] escaping
6437: were added
6438:
6439: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6440: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6441: hacking: for dealing with transcoding+^taint[uri]
6442: transcode_and_untaint was replaced by untaint_and_transcode
6443:
6444: 2009-10-13 misha
6445:
6446: * tests/: 121.html, results/121.processed: - test transcoding +
6447: url-escaping now
6448:
6449: * tests/results/auto.p: - more helpers' methods were added
6450:
6451: * src/main/pa_globals.C: - die instead of abort
6452:
6453: 2009-10-06 misha
6454:
6455: * src/main/pa_common.C: - don't allocate memory during
6456: capitalization if input string is already capitalized
6457:
6458: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6459:
6460: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6461: use format function because it calls malloc
6462:
6463: * src/include/pa_common.h: - more capitalized headers were added
6464:
6465: * src/main/pa_common.C: - in safe mode clear executable bits during
6466: file writing
6467:
6468: 2009-10-05 misha
6469:
6470: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6471:
6472: 2009-10-03 misha
6473:
6474: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6475: ^img.text[] & ^img.length[] can work in utf-8 now
6476:
6477: * src/: include/pa_charset.h, main/pa_charset.C: - class
6478: UTF8_string_iterator was added
6479:
6480: * src/classes/image.C: - respect utf-8 when calculate alphabet
6481: length
6482:
6483: * src/classes/mail.C: - check from before get message.cstr
6484:
6485: 2009-10-02 misha
6486:
6487: * tests/233.html: - test for image.font, image.length, image.text
6488: with text in utf-8 were added
6489:
6490: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6491:
6492: * buildall-with-xml, buildall-without-xml: - comment about gc
6493: version for freebsd 4 was added
6494:
6495: 2009-10-01 misha
6496:
6497: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6498: terminator) - read_pipe were slightly optimized
6499:
6500: 2009-09-28 misha
6501:
6502: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6503: removed
6504:
6505: * src/types/pa_vmail.C: - forgot about space after ':'
6506:
6507: * src/types/pa_vmail.C: - escape filenames while preparing mail
6508: body - small simplifications
6509:
6510: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6511: inout params like pa_base64
6512:
6513: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6514: option $.debug-print(1) was added to mail:send - changes for
6515: using uue_encode which uses less memory
6516:
6517: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6518:
6519: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6520: memory now
6521:
6522: 2009-09-26 misha
6523:
6524: * src/types/pa_vmail.C: - default encoding now is base64
6525:
6526: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6527:
6528: 2009-09-25 misha
6529:
6530: * src/types/pa_vmail.C: - capitalization of headers was added to
6531: sending mail as well
6532:
6533: * buildall-with-xml: - catalog package was removed from libxml
6534:
6535: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6536: win32 absolute path
6537:
6538: * src/include/pa_common.h: - one more capitalized header was added
6539:
6540: 2009-09-22 misha
6541:
6542: * INSTALL: - comment about building just httpd binary while
6543: building apache module was added
6544:
6545: 2009-09-21 misha
6546:
6547: * buildall-with-xml: - moving to the latest versions of xml libs:
6548: libxml 2.7.4 and libxslt 1.1.25
6549:
6550: 2009-09-19 misha
6551:
6552: * tests/231.html: - test for encoding cookie in win-1251
6553:
6554: 2009-09-18 misha
6555:
6556: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6557: object] were added
6558:
6559: * operators.txt: - info about method ^reflection:fields[class or
6560: object] was added
6561:
6562: * src/classes/reflection.C: - method ^reflection:fields[class or
6563: object] was added
6564:
6565: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6566: methods get_fields were added
6567:
6568: * tests/232.html: - tests for @GET[name]
6569:
6570: * src/classes/table.C: - some changes in handling hash-options for
6571: creare, join and locate
6572:
6573: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6574: defined with option: the type of requested value
6575:
6576: 2009-09-17 misha
6577:
6578: * tests/212.html: - tests for .pattern and .options were added
6579:
6580: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6581: $regex.options were added
6582:
6583: 2009-09-11 misha
6584:
6585: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6586: rewrited. it checks not just one case of sending cookies during
6587: file::load[http], but also sending headers and fields (including
6588: files)
6589:
6590: 2009-09-10 misha
6591:
6592: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6593: was removed => now parser can open files with Russian 'r' in
6594: filename
6595:
6596: * src/main/untaint.C: - bugfix: client charset whould be analized
6597: while escaping cookies but now source charset
6598:
6599: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6600: ^tainted[uri] so it was possible to make request with incorrect
6601: http header
6602:
6603: * src/main/pa_http.C: - capitalization of http headers during
6604: file::load[http was slightly changes - bugfix: all headers which
6605: parser sends during file::load[http should be transcoded and only
6606: then escaped
6607:
6608: * src/main/untaint.C: - a bit more comments were added
6609:
6610: * src/classes/: file.C, string.C: - types where changes (minus 2
6611: warnings)
6612:
6613: * src/include/pa_common.h: - 2 capitalized strings for making http
6614: headers during file::load[http were added
6615:
6616: 2009-09-08 misha
6617:
6618: * operators.txt: - changes in file.save and string.save were added
6619:
6620: * tests/: 230.html, 230.txt: - tests for checking options in
6621: file.save and string.save were added
6622:
6623: * src/main/pa_request.C: - http headers names, which are passed to
6624: SAPI::add_header_attribute are lowercased now (it'll be
6625: capitalized in that method)
6626:
6627: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6628: classes/string.C: - file_write accepts Request_charsets and asked
6629: charset and cound transcode content before writing - string.save
6630: and file.save have option $.charset now
6631:
6632: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6633: classes/xdoc.C: - file_write accepts Request_charsets and asked
6634: charset and cound transcode content before writing
6635:
6636: * src/include/pa_exception.h: - new exception comment string was
6637: defined
6638:
6639: 2009-09-07 misha
6640:
6641: * src/main/compile.y: - grammar $name\ name stops now for regex
6642: sub-pattern\s
6643:
6644: 2009-09-04 misha
6645:
6646: * src/main/pa_http.C: - capitalization of http headers during
6647: file::load[http was implemented
6648:
6649: 2009-09-03 misha
6650:
6651: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6652: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6653: types/pa_vmail.C, targets/cgi/parser3.C,
6654: targets/isapi/parser3isapi.C: - back to storing response http
6655: headers in lowercase - capitalize them during output
6656:
6657: 2009-08-31 misha
6658:
6659: * src/classes/table.C: - allow call with any brackets (it could be
6660: useful in methods with explict result declaration)
6661:
6662: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6663: correctly if $request:charset==koi8-r
6664:
6665: 2009-08-30 misha
6666:
6667: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6668: changed: content-type => Content-type and so on
6669:
6670: * src/classes/file.C, src/include/pa_common.h,
6671: src/include/pa_request.h, src/main/pa_http.C,
6672: src/main/pa_request.C, src/types/pa_vcookie.C,
6673: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6674: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6675: tests/results/002.processed, tests/results/003.processed,
6676: tests/results/004.processed, tests/results/005.processed,
6677: tests/results/006.processed, tests/results/007.processed,
6678: tests/results/008.processed, tests/results/009.processed,
6679: tests/results/010.processed, tests/results/011.processed,
6680: tests/results/012.processed, tests/results/013.processed,
6681: tests/results/014.processed, tests/results/015.processed,
6682: tests/results/016.processed, tests/results/017.processed,
6683: tests/results/018.processed, tests/results/019.processed,
6684: tests/results/020.processed, tests/results/021.processed,
6685: tests/results/022.processed, tests/results/023.processed,
6686: tests/results/024.processed, tests/results/025.processed,
6687: tests/results/026.processed, tests/results/027.processed,
6688: tests/results/028.processed, tests/results/029.processed,
6689: tests/results/030.processed, tests/results/031.processed,
6690: tests/results/032.processed, tests/results/033.processed,
6691: tests/results/034.processed, tests/results/035.processed,
6692: tests/results/036.processed, tests/results/037.processed,
6693: tests/results/038.processed, tests/results/039.processed,
6694: tests/results/040.processed, tests/results/041.processed,
6695: tests/results/042.processed, tests/results/043.processed,
6696: tests/results/044.processed, tests/results/045.processed,
6697: tests/results/046.processed, tests/results/047.processed,
6698: tests/results/048.processed, tests/results/049.processed,
6699: tests/results/050.processed, tests/results/051.processed,
6700: tests/results/052.processed, tests/results/053.processed,
6701: tests/results/054.processed, tests/results/055.processed,
6702: tests/results/056.processed, tests/results/057.processed,
6703: tests/results/058.processed, tests/results/059.processed,
6704: tests/results/060.processed, tests/results/061.processed,
6705: tests/results/062.processed, tests/results/063.processed,
6706: tests/results/064.processed, tests/results/065.processed,
6707: tests/results/066.processed, tests/results/067.processed,
6708: tests/results/068.processed, tests/results/069.processed,
6709: tests/results/070.processed, tests/results/071.processed,
6710: tests/results/072.processed, tests/results/073.processed,
6711: tests/results/074.processed, tests/results/075.processed,
6712: tests/results/076.processed, tests/results/077.processed,
6713: tests/results/078.processed, tests/results/079.processed,
6714: tests/results/080.processed, tests/results/081.processed,
6715: tests/results/082.processed, tests/results/083.processed,
6716: tests/results/084.processed, tests/results/085.processed,
6717: tests/results/086.processed, tests/results/087.processed,
6718: tests/results/088.processed, tests/results/089.processed,
6719: tests/results/090.processed, tests/results/091.processed,
6720: tests/results/092.processed, tests/results/093.processed,
6721: tests/results/094.processed, tests/results/095.processed,
6722: tests/results/096.processed, tests/results/097.processed,
6723: tests/results/098.processed, tests/results/099.processed,
6724: tests/results/100.processed, tests/results/101.processed,
6725: tests/results/102.processed, tests/results/103.processed,
6726: tests/results/104.processed, tests/results/105.processed,
6727: tests/results/106.processed, tests/results/107.processed,
6728: tests/results/108.processed, tests/results/109.processed,
6729: tests/results/110.processed, tests/results/111.processed,
6730: tests/results/112.processed, tests/results/113.processed,
6731: tests/results/114.processed, tests/results/115.processed,
6732: tests/results/116.processed, tests/results/117.processed,
6733: tests/results/118.processed, tests/results/119.processed,
6734: tests/results/120.processed, tests/results/121.processed,
6735: tests/results/122.processed, tests/results/123.processed,
6736: tests/results/124.processed, tests/results/125.processed,
6737: tests/results/126.processed, tests/results/127.processed,
6738: tests/results/128.processed, tests/results/129.processed,
6739: tests/results/130.processed, tests/results/131.processed,
6740: tests/results/132.processed, tests/results/133.processed,
6741: tests/results/134.processed, tests/results/135.processed,
6742: tests/results/136.processed, tests/results/138.processed,
6743: tests/results/139.processed, tests/results/140.processed,
6744: tests/results/141.processed, tests/results/142.processed,
6745: tests/results/143.processed, tests/results/144.processed,
6746: tests/results/145.processed, tests/results/146.processed,
6747: tests/results/147.processed, tests/results/148.processed,
6748: tests/results/149.processed, tests/results/150.processed,
6749: tests/results/151.processed, tests/results/152.processed,
6750: tests/results/153.processed, tests/results/154.processed,
6751: tests/results/155.processed, tests/results/156.processed,
6752: tests/results/157.processed, tests/results/158.processed,
6753: tests/results/159.processed, tests/results/160.processed,
6754: tests/results/161.processed, tests/results/162.processed,
6755: tests/results/163.processed, tests/results/164.processed,
6756: tests/results/165.processed, tests/results/166.processed,
6757: tests/results/167.processed, tests/results/168.processed,
6758: tests/results/169.processed, tests/results/170.processed,
6759: tests/results/171.processed, tests/results/172.processed,
6760: tests/results/173.processed, tests/results/174.processed,
6761: tests/results/175.processed, tests/results/176.processed,
6762: tests/results/177.processed, tests/results/178.processed,
6763: tests/results/179.processed, tests/results/180.processed,
6764: tests/results/181.processed, tests/results/182.processed,
6765: tests/results/183.processed, tests/results/184.processed,
6766: tests/results/185.processed, tests/results/186.processed,
6767: tests/results/187.processed, tests/results/188.processed,
6768: tests/results/189.processed, tests/results/190.processed,
6769: tests/results/191.processed, tests/results/192.processed,
6770: tests/results/193.processed, tests/results/194.processed,
6771: tests/results/195.processed, tests/results/196.processed,
6772: tests/results/197.processed, tests/results/198.processed,
6773: tests/results/199.processed, tests/results/200.processed,
6774: tests/results/201.processed, tests/results/202.processed,
6775: tests/results/203.processed, tests/results/204.processed,
6776: tests/results/205.processed, tests/results/206.processed,
6777: tests/results/207.processed, tests/results/208.processed,
6778: tests/results/209.processed, tests/results/210.processed,
6779: tests/results/211.processed, tests/results/212.processed,
6780: tests/results/213.processed, tests/results/214.processed,
6781: tests/results/215.processed, tests/results/216.processed,
6782: tests/results/217.processed, tests/results/218.processed,
6783: tests/results/219.processed, tests/results/220.processed,
6784: tests/results/221.processed, tests/results/222.processed,
6785: tests/results/223.processed, tests/results/224.processed,
6786: tests/results/225.processed, tests/results/226.processed,
6787: tests/results/227.processed, tests/results/228.processed,
6788: tests/results/229.processed: - http headers were changed:
6789: content-type => Content-type and so on
6790:
6791: 2009-08-27 misha
6792:
6793: * src/: main/pa_random.C, include/pa_random.h,
6794: targets/cgi/parser3.C: - year was updated :)
6795:
6796: 2009-08-26 misha
6797:
6798: * tests/: 224.html, 224.p: - test for creating of parser object
6799: using constructor without params - little bugfix in test
6800:
6801: * src/main/compile_tools.h: - bugfix: should't call autouse while
6802: checking existed class while processing partial option
6803:
6804: * src/classes/reflection.C: - bugfix: core when creating object
6805: with reflection and constructor doesn't have params
6806:
6807: 2009-08-24 misha
6808:
6809: * tests/229.html: - tests for checking the number of parameters
6810: were added
6811:
6812: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6813: number of method's parameters wasn't checked correctly (the bug
6814: was introduced in 3.4.0)
6815:
6816: 2009-08-22 misha
6817:
6818: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6819: transcoded, but tainted pieces are escaped only when
6820: content-type==url-encoding
6821:
6822: * tests/228.html: - test for checking
6823: ^file::load[http://...;$.body[]]
6824:
6825: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6826: post charset was too early (charsets is empty at this moment)
6827:
6828: 2009-08-21 misha
6829:
6830: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6831: main/untaint.C: - some fixes with transcode+untaint
6832:
6833: 2009-08-15 misha
6834:
6835: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6836: was increaced to 100 (was 50)
6837:
6838: * tests/227.html: - test for checking overriding properties in
6839: static classes was added
6840:
6841: * tests/: 226.html, 226.p: - test for @autoload[] was added
6842:
6843: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6844: main/execute.C, main/pa_request.C, classes/reflection.C: -
6845: autouse was implemented
6846:
6847: 2009-08-14 misha
6848:
6849: * src/classes/reflection.C: - outdated checkout was removed
6850:
6851: * src/classes/reflection.C: - optimization - method ^dynamical was
6852: added.
6853:
6854: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6855: types/pa_vstateless_class.h, main/execute.C: - optimization
6856:
6857: * src/types/pa_vclass.C: - exception if base on sytem class
6858:
6859: 2009-08-12 misha
6860:
6861: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6862: pa_vstateless_class.h: - little optimisation
6863:
6864: 2009-08-11 misha
6865:
6866: * tests/224.html: - method_params => method_info - checking for
6867: $.inherited
6868:
6869: * src/classes/reflection.C, operators.txt: - method method_params
6870: was renamed to method_info and now it returns class name, if
6871: method was defined in ancestor
6872:
6873: * tests/225.html: - tests for cheching properties in hierarhical
6874: classes were added
6875:
6876: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6877: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6878: main/compile.y, main/execute.C, classes/classes.C: - problems
6879: with properties in new classes implementation were fixed
6880:
6881: 2009-08-10 misha
6882:
6883: * src/main/execute.C: - now constructor shouldn't be defined in
6884: class. it could be defined in parent.
6885:
6886: 2009-08-09 misha
6887:
6888: * src/classes/reflection.C: - ^reflection:methods doesn't return
6889: base's methods
6890:
6891: 2009-08-08 misha
6892:
6893: * src/: classes/classes.h, classes/date.C, classes/file.C,
6894: classes/form.C, classes/hash.C, classes/hashfile.C,
6895: classes/image.C, classes/mail.C, classes/op.C,
6896: classes/reflection.C, classes/regex.C, classes/string.C,
6897: classes/table.C, classes/xdoc.C, classes/xnode.C,
6898: classes/xnode.h, include/pa_hash.h, main/execute.C,
6899: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6900: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6901: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6902: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6903: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6904: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6905: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6906: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6907: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6908: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6909: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6910: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6911: types/pa_vresponse.C, types/pa_vresponse.h,
6912: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6913: types/pa_vstateless_object.h, types/pa_vstatus.C,
6914: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6915: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6916: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6917: types/pa_wwrapper.h, types/types.vcproj: - new classes
6918: implementation
6919:
6920: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6921: USE_MUNMAP is used. so it is disabled as a workaround.
6922:
6923: 2009-08-05 misha
6924:
6925: * src/: main/pa_common.C, include/pa_common.h: - not needed
6926: parameter was removed
6927:
6928: * src/main/pa_http.C: - bugfix: error was during detecting
6929: content-type of file which was loaded by http
6930:
6931: 2009-08-01 misha
6932:
6933: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6934: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6935: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6936: can't be disabled with defines any longer
6937:
6938: 2009-07-29 misha
6939:
6940: * src/classes/reflection.C, tests/results/224.processed: - for
6941: native methods with any call type now returned empty call_type
6942: value
6943:
6944: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6945: classes/table.C, include/pa_hash.h, include/pa_request.h,
6946: main/pa_request.C: - break in cycles was optimized
6947:
6948: * INSTALL: - more defines were described
6949:
6950: 2009-07-28 misha
6951:
6952: * operators.txt: - some changes in information about reflection
6953: class
6954:
6955: * tests/: 224.html, 224.p: - tests for reflection class
6956:
6957: * src/classes/reflection.C: - some bugs were fixed, method classes
6958: was added, refactoring
6959:
6960: 2009-07-26 misha
6961:
6962: * src/classes/classes.vcproj: - reflection class wass added to
6963: project
6964:
6965: * operators.txt: - information about reflection class was added
6966:
6967: * src/classes/reflection.C: - class was redesigned
6968:
6969: 2009-07-24 misha
6970:
6971: * src/classes/: Makefile.am, reflection.C: - class reflection was
6972: added
6973:
6974: * src/types/pa_vstateless_class.h: - method for reflection method's
6975: in classes was added
6976:
6977: 2009-07-22 misha
6978:
6979: * src/main/compile_tools.h: - bugfix: $object.$var was
6980: over-optimized. it failed if $object1.$object2.field
6981:
6982: 2009-07-16 misha
6983:
6984: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6985: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6986: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6987: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6988: one more arg: length of cord
6989:
6990: 2009-07-15 misha
6991:
6992: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6993: tainted in ^file::load[http://...;$.cookies[]]
6994:
6995: * src/classes/: op.C, regex.C, string.C: - new string with
6996: exception was used
6997:
6998: * src/include/pa_exception.h: - new string with exception was added
6999:
7000: * tests/223.html: - test for checking cookie-encoding during
7001: ^file::load[http was added
7002:
7003: * tests/: 221.html, 222.html: - tests for checking type of
7004: $table.fields.field were added
7005:
7006: * src/types/pa_vtable.C: - not used var decl was removed
7007:
7008: * src/include/pa_string.h: - use cached string length in Body::mid.
7009: it improves speed of match with brackets in pattern
7010:
7011: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7012: outside
7013:
7014: 2009-07-14 misha
7015:
7016: * src/types/pa_vtable.C: - $table.fields.a return string even if
7017: column is empty (sometime returned void) - $table.fields was
7018: added for nameless tables
7019:
7020: * src/targets/cgi/getopt.c: - one warning resolved
7021:
7022: * src/main/pa_string.C: - potentian bug fixed
7023:
7024: * src/classes/op.C: - small optimization in taint/untaint
7025:
7026: 2009-07-13 misha
7027:
7028: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7029: added
7030:
7031: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7032: souldn't add the attribut to output
7033:
7034: 2009-07-11 misha
7035:
7036: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7037: stack size was increaced to 2MB (default=1MB)
7038:
7039: 2009-07-08 misha
7040:
7041: * src/main/pa_string.C: - link to UTF-8 description was added
7042:
7043: * src/include/pa_hash.h: - hash keeps element's order in more
7044: places (ex: ._keys[])
7045:
7046: * tests/220.html: - test for checking order of elements in hash in
7047: foreach was added
7048:
7049: * tests/172.html: - small changes in printing hash
7050:
7051: * tests/129.html: - small changes in printing hash
7052:
7053: * src/: include/pa_common.h, include/pa_hash.h,
7054: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7055: types/pa_vmethod_frame.h: - hash now keeps order of elements
7056:
7057: * tests/014.html: - small changes in printing hash
7058:
7059: 2009-07-07 misha
7060:
7061: * src/classes/op.C: - new taint language "parser-code" was added
7062:
7063: * tests/219.html: - test for auto untaint parser code in process
7064: was added
7065:
7066: * src/classes/op.C: - tainted pieces in body of process are
7067: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7068:
7069: * src/: include/pa_string.h, main/untaint.C: - new language
7070: L_PARSER_CODE for auto-untaint in process was added
7071:
7072: * src/: classes/file.C, classes/hash.C, classes/image.C,
7073: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7074: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7075: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7076: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7077: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7078: code cleanup
7079:
7080: 2009-07-06 misha
7081:
7082: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7083: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7084: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7085:
7086: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7087: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7088: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7089: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7090: should be used
7091:
7092: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7093: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7094: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7095: untaint_cstr[m] should be used
7096:
7097: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7098: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7099:
7100: * tests/218.html: - test for checking automatic file-spec-taint was
7101: added
7102:
7103: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7104: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7105: classes/file.C, classes/hash.C, classes/image.C,
7106: classes/string.C, classes/table.C, classes/void.C,
7107: classes/xdoc.C: - optimizations and simplification of
7108: string.cstr(...)
7109:
7110: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7111: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7112: - optimizations and simplification of string.cstr(...)
7113:
7114: 2009-07-04 misha
7115:
7116: * tests/217.html: - test for recursion detection was added
7117:
7118: * src/: types/types.vcproj, main/main.vcproj,
7119: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7120: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7121: from .vcproj
7122:
7123: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7124:
7125: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7126: uploading files and case-insensitive http-method were added
7127:
7128: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7129: tainted pattern in ^file:list[] was added
7130:
7131: 2009-07-03 misha
7132:
7133: * src/: classes/classes.vcproj, main/main.vcproj,
7134: types/types.vcproj, targets/cgi/parser3.vcproj,
7135: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7136: for dynamic_cast) - little options changes
7137:
7138: * src/main/pa_http.C: - file::load[http works now with uploading
7139: files _and_ changing $.charset
7140:
7141: 2009-06-29 misha
7142:
7143: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7144: while creating pattern
7145:
7146: 2009-06-25 misha
7147:
7148: * src/classes/image.C, operators.txt: - options' names for
7149: ^image.font were changed to $.space, $.width and $spacing -
7150: default space width now == gif's width
7151:
7152: 2009-06-24 misha
7153:
7154: * tests/215.html: - tests for $file.mode were added
7155:
7156: * operators.txt: - added info about $file.mode and changes in
7157: ^image.font[
7158:
7159: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7160: param now could be omited - third param now could be hash (with
7161: all widths options: $.space-width, $.letter-width) - it's
7162: possible to specify tracking ($.letter-space)
7163:
7164: * src/classes/file.C: - file objects now could have mode field
7165: (text|binary)
7166:
7167: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7168:
7169: 2009-06-23 misha
7170:
7171: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7172: trim can work with utf-8 chars now
7173:
7174: 2009-06-20 misha
7175:
7176: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7177: was implemented
7178:
7179: * src/classes/table.C: - string length cacheing was implemented
7180:
7181: * src/include/pa_string.h: - string length cacheing was implemented
7182:
7183: 2009-06-17 misha
7184:
7185: * src/main/execute.C: - value param was removed from
7186: WContext::WContext
7187:
7188: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7189: pa_wwrapper.h: - value param was removed from WContext::WContext
7190: - field wcontext was removed from VCodeFrame (using fparent
7191: instead)
7192:
7193: * tests/214.html: - test with hash copying
7194:
7195: 2009-06-16 misha
7196:
7197: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7198: strings doesn't work in expression anymore
7199:
7200: * src/main/execute.C: - less calls for get_constructing() - little
7201: refactoring
7202:
7203: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7204: include/pa_request.h: - less calls for get_constructing()
7205:
7206: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7207: introduced with OPTIMIZE_SINGLE_STRING optimization
7208:
7209: 2009-06-14 misha
7210:
7211: * src/: classes/date.C, classes/file.C, classes/hash.C,
7212: classes/hashfile.C, classes/image.C, classes/regex.C,
7213: classes/table.C, classes/xdoc.C, classes/xnode.h,
7214: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7215: types/pa_vstateless_class.h, main/execute.C: - create object for
7216: storing object's fields only for parser objects
7217:
7218: 2009-06-13 misha
7219:
7220: * buildall-with-xml, buildall-without-xml: - new option was added
7221: for building GC (it slightly reduces memory usage)
7222:
7223: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7224: single string write
7225:
7226: * src/main/execute.C: - bytecode optimization of ^class:constructor
7227: - optimization of single string write
7228:
7229: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7230: - bytecode optimization of ^class:constructor
7231:
7232: 2009-06-09 misha
7233:
7234: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7235: main (better compatibility)
7236:
7237: 2009-06-08 misha
7238:
7239: * src/main/compile.y: - I've forgot to commit it :(
7240:
7241: 2009-06-07 misha
7242:
7243: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7244: WITH_READ and WITH_ROOT
7245:
7246: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7247: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7248: WITH_ROOT - little refactoring
7249:
7250: 2009-06-06 misha
7251:
7252: * tests/213.html: - tests for 3rd match string-param were added
7253:
7254: * src/classes/string.C: - 3rd match param could be string now
7255:
7256: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7257: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7258: GET_OBJECT_ELEMENT
7259:
7260: 2009-06-05 misha
7261:
7262: * src/main/pa_http.C: - bugfix: content-length was not calculated
7263: if $.body was specified
7264:
7265: 2009-06-04 misha
7266:
7267: * src/classes/op.C: - optimizing write_assign_lang in connect
7268:
7269: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7270:
7271: * src/main/execute.C: - little refactoring - optimizing
7272: write_assign_lang in taint/untaint
7273:
7274: * src/include/pa_opcode.h: - little refactoring
7275:
7276: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7277: main/compile_tools.h, main/execute.C: - optimizations for
7278: $self.field, ^self.method, $self.field[...] and $self.field(...)
7279: were added
7280:
7281: 2009-06-03 misha
7282:
7283: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7284:
7285: 2009-06-02 misha
7286:
7287: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7288: include/pa_opcode.h: - refactoring in last optimizations
7289: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7290: now but code is much easy and it is ready for further
7291: improvements.
7292:
7293: 2009-05-27 misha
7294:
7295: * src/: types/pa_junction.h, types/pa_vjunction.C,
7296: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7297: changed in destructing junctions
7298:
7299: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7300: String:Body
7301:
7302: 2009-05-26 misha
7303:
7304: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7305: one method detect_charset was deleted - bug was fixed in this
7306: method (error while detecting charset in content_type withot last
7307: ';')
7308:
7309: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7310: once
7311:
7312: 2009-05-25 misha
7313:
7314: * src/classes/file.C: - bugfix: file::exec didn't work after
7315: optimizing of helper_length
7316:
7317: 2009-05-24 misha
7318:
7319: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7320: were added - little refactoring
7321:
7322: * src/main/execute.C: - core while printing in debug log
7323: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7324: optimisations were added
7325:
7326: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7327: were added
7328:
7329: 2009-05-23 misha
7330:
7331: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7332: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7333: CORD_cat optimization
7334:
7335: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7336: - call constr optimisation under separate define now
7337:
7338: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7339: in $b should be string, not void
7340:
7341: * src/main/compile.y: - little fix for rem-cut optimisation
7342:
7343: * src/: include/pa_opcode.h, main/compile_tools.C,
7344: main/compile_tools.h, main/execute.C: - optimisations for
7345: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7346:
7347: * INSTALL: - description of some #defined were added
7348:
7349: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7350: before 1st access (memory usage is reduced if don't access to
7351: .text field)
7352:
7353: * src/include/pa_array.h: - array grows step now not static (it
7354: reduces numbers of reallocs)
7355:
7356: 2009-05-20 misha
7357:
7358: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7359: $.b(2), $c[d] and $.e[f] was added
7360:
7361: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7362: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7363: $.e[f] was added
7364:
7365: * src/main/execute.C: - debug printing moved in defines
7366:
7367: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7368: and little refactoring for OP_GET_OBJECT_ELEMENT +
7369: OP_GET_OBJECT_VAR_ELEMENT optimisation
7370:
7371: 2009-05-19 misha
7372:
7373: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7374: execute.C: - $a.$b & ^a.$b bytecode optimisation
7375:
7376: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7377: ^a.$b optimisation)
7378:
7379: * src/main/compile.y: - compiler now generate new opcodes:
7380: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7381: ^a.b - compiler now cut off ^rem{ with all content ; any number
7382: of params }
7383:
7384: * src/main/execute.C: - code for handle new opcodes
7385: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7386:
7387: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7388: added for LA2V and LA2S
7389:
7390: * src/include/pa_opcode.h: - new defines which can be used for
7391: disable some bytecode optimisation and new opcodes were added
7392:
7393: 2009-05-17 misha
7394:
7395: * src/lib/cord/cordxtra.c: - bugfix.
7396:
7397: * tests/212.html: - .size[] and .study_size[] were added to tests
7398:
7399: * operators.txt: - info about regex class was added
7400:
7401: * tests/212.html: - tests for regex class were added
7402:
7403: 2009-05-16 misha
7404:
7405: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7406: gc7.1
7407:
7408: * tests/022.html: - test for ^file:list[path;] (empty second param)
7409: was added
7410:
7411: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7412: param) should work
7413:
7414: 2009-05-15 misha
7415:
7416: * src/classes/table.C: - automatically disable stringstream usage
7417: on freebsd4
7418:
7419: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7420: scope
7421:
7422: * tests/211.html: - test with different types of access to hash was
7423: added
7424:
7425: * tests/210.html: - test which checks for loosing tainting in
7426: hash's keys was added
7427:
7428: * tests/208.html: - some parser work added. or stime == 0 %-)
7429:
7430: * src/lib/cord/cordbscs.c: - little hack was added to cord
7431:
7432: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7433:
7434: * src/include/pa_version.h, configure.in: - moko have made a lot of
7435: optimisations for increacing version number more dramatically :)
7436:
7437: * src/classes/date.C: - little refactoring: use constructor which
7438: accepts formated string
7439:
7440: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7441: which can print formatted string was added
7442:
7443: 2009-05-14 misha
7444:
7445: * src/include/pa_string.h: - type was fixed
7446:
7447: * src/: classes/hashfile.C, classes/op.C,
7448: include/pa_cache_managers.h, include/pa_charset.h,
7449: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7450: include/pa_request.h, include/pa_sql_driver_manager.h,
7451: include/pa_string.h, include/pa_stylesheet_manager.h,
7452: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7453: main/pa_charsets.C, main/pa_string.C,
7454: main/pa_stylesheet_connection.C, types/pa_value.h,
7455: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7456: types/pa_vobject.C, types/pa_vstateless_class.C,
7457: types/pa_vstateless_class.h: - hash_code caching was implemented
7458: (seaches should be faster now)
7459:
7460: * src/: classes/file.C, classes/hash.C, classes/image.C,
7461: classes/string.C, classes/table.C, include/pa_string.h,
7462: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7463: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7464: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7465: types/pa_vrequest.C: - String constructors don't have that stupid
7466: true/false param which means 'tainted'. they accept lang instead.
7467:
7468: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7469: with OPTIMIZE_RESULT
7470:
7471: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7472: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7473:
7474: 2009-05-13 misha
7475:
7476: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7477: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7478: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7479: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7480: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7481: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7482: include/pa_string.h, classes/date.C, classes/file.C,
7483: classes/hash.C, classes/image.C, classes/string.C,
7484: classes/table.C, classes/xdoc.C: - result optimisation -
7485: helper_length parameter removed from string constructors
7486:
7487: 2009-05-11 misha
7488:
7489: * tests/209.html: - tests for ^hash::create[hash] were added
7490:
7491: * tests/208.html: - tests for $status:rusage, $status:memory,
7492: ^memory:compact[] were added
7493:
7494: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7495: log10 were added
7496:
7497: * tests/206.html: - test for try with finally was added
7498:
7499: 2009-05-10 misha
7500:
7501: * tests/205.html: - test for ^file::create[...] was added
7502:
7503: * tests/204.html: - test for ^response:clear[] was added
7504:
7505: * tests/038.html: - tests for trigonometric functions were added
7506:
7507: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7508: added - more tests for .add, .sub, .union, .intersects and
7509: .intersections
7510:
7511: * tests/065.html: - test for ^file:dirname was added
7512:
7513: * tests/030.html: - test for $cookie:fields was added
7514:
7515: * tests/203.html: - test for ^h._keys[column name] was added
7516:
7517: * tests/201.html: - tests for .trim were added
7518:
7519: * tests/202.html: - tests for last-day,
7520: date:calendar[type](YYYY;MM;DD) were added
7521:
7522: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7523: .offset[type](N) were added
7524:
7525: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7526: and .pos[c](N) were added
7527:
7528: * tests/141.html: - test for math:sha1 was added
7529:
7530: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7531:
7532: 2009-05-09 misha
7533:
7534: * src/main/compile.y: - rollback
7535:
7536: 2009-05-05 misha
7537:
7538: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7539: replaced by is_empty()
7540:
7541: * src/: include/pa_string.h, main/pa_charset.C: - little
7542: optimisation: somewhere length() was replaced by is_empty()
7543:
7544: * src/classes/table.C: - little optimisation: somewhere length()
7545: was replaced by is_empty()
7546:
7547: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7548: classes/op.C, classes/table.C, main/pa_exception.C: - little
7549: optimisation: somewhere length() was replaced by is_empty()
7550:
7551: 2009-05-04 misha
7552:
7553: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7554: types/pa_vstateless_class.h, main/execute.C,
7555: include/pa_request.h, classes/hash.C, classes/op.C,
7556: classes/table.C: - more optimisations were added: some operators
7557: don't switch write context anylonger
7558:
7559: 2009-05-01 misha
7560:
7561: * src/main/compile.y: - slightly more opcode optimisations for
7562: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7563:
7564: * src/main/execute.C: - simplifying process for getters
7565:
7566: 2009-04-30 misha
7567:
7568: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7569:
7570: * tests/results/199.processed: - test for checking $result into
7571: ^rem was added
7572:
7573: * tests/199.html: - test for checking $result into ^rem was added
7574:
7575: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7576: some OS it returns list in different order)
7577:
7578: * src/: include/pa_array.h, include/pa_request.h,
7579: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7580: changes in stack impl - get_element() optimisation: 3rd param
7581: removed - bugfix: problems with reading empty input param -
7582: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7583:
7584: * tests/results/198.processed: - test for reading empty local var
7585: was added
7586:
7587: * tests/198.html: - test for reading empty local var was added
7588:
7589: 2009-04-29 misha
7590:
7591: * src/main/compile.y: - bugfix: couldn't compile because
7592: OP_VALUE__GET_ELEMENT should be unde #ifdef
7593:
7594: * src/: include/pa_array.h, include/pa_opcode.h,
7595: include/pa_request.h, main/compile.y, main/execute.C,
7596: main/pa_request.C, types/pa_vmethod_frame.C,
7597: types/pa_vmethod_frame.h: - we can work without opcode
7598: OP_STORE_PARAM, so it was removed
7599:
7600: 2009-04-28 misha
7601:
7602: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7603: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7604: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7605: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7606: 4.
7607: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7608:
7609: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7610:
7611: * src/: main/pa_string.C, classes/string.C: - !length() =>
7612: is_empty()
7613:
7614: 2009-04-27 misha
7615:
7616: * src/types/pa_vregex.h: - back explicit vars initialisation
7617:
7618: 2009-04-24 misha
7619:
7620: * src/classes/string.C: - ups. typo fixed
7621:
7622: * src/main/execute.C: - more replacements '*new VBool' to
7623: 'VBool::get' - checks for ^break[], ^continue[] and
7624: parser.interrupted were optimised
7625:
7626: * src/classes/string.C: - number of params.count() calls was
7627: slightly reduced
7628:
7629: 2009-04-23 misha
7630:
7631: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7632: make it x64 friendly
7633:
7634: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7635: parser is x64 friendly now
7636:
7637: 2009-04-22 misha
7638:
7639: * src/types/pa_vhashfile.C: - coder friendly exception about
7640: exceeding record size was added
7641:
7642: * src/classes/file.C: - use vregex object instead of direct calls
7643: methods from pcre lib
7644:
7645: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7646: classes/string.C: - use vregex object instead of direct calls
7647: methods from pcre lib
7648:
7649: * src/: include/pa_common.h, main/pa_common.C: - method
7650: print_pcre_exec_error_text was moved to class vregex
7651:
7652: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7653: was added
7654:
7655: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7656: - class vregex was added
7657:
7658: 2009-04-21 misha
7659:
7660: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7661:
7662: * src/: types/pa_junction.h, types/pa_value.C,
7663: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7664: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7665: junction-optimisation (destructors)
7666:
7667: * src/include/pa_array.h: - free under if now
7668:
7669: 2009-04-19 misha
7670:
7671: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7672:
7673: 2009-04-18 misha
7674:
7675: * src/include/pa_version.h:
7676: :q :
7677:
7678: CV:
7679: ----------------------------------------------------------------------
7680:
7681: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7682: refactoring
7683:
7684: * src/: include/pa_array.h, include/pa_hash.h,
7685: types/pa_vmethod_frame.h: - destructors under #ifdef now
7686:
7687: * src/include/pa_memory.h: - define for using destructors was added
7688:
7689: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7690: main/execute.C: - some junctions will be cached now
7691:
7692: * src/include/pa_hash.h: - hash destructor frees pairs now
7693:
7694: * src/include/pa_array.h: - inline was added to destructor
7695:
7696: * src/types/pa_method.h: - comment was changed
7697:
7698: 2009-04-17 misha
7699:
7700: * src/: include/pa_array.h, include/pa_hash.h,
7701: types/pa_vmethod_frame.h: - destructors were added
7702:
7703: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7704: renamed to always_use_result
7705:
7706: * src/main/: compile.y, compile_tools.h: - rollback changes in
7707: compiler: full backward compatibility is better
7708:
7709: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7710: result in var's hash
7711:
7712: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7713: optimisation in method_frame
7714:
7715: * src/include/pa_array.h: - optimisation in array (allocate
7716: elements only when needed)
7717:
7718: * src/types/pa_vresponse.C: - check for $response:headers field
7719: before looking at custom fields
7720:
7721: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7722: not needed to check existance var with name 'result' in var's
7723: hash
7724:
7725: * src/main/compile.y: - compiler was changed: now it detects
7726: writings to $result and set flag writo_to_result in method
7727:
7728: * src/classes/string.C: - little optimisation: no needed to write
7729: number with lang
7730:
7731: * src/main/pa_charset.C: - methods readChar and skipChar which is
7732: used for read utf8-strings were renamed - is_escaped was renamed
7733: to isEscaped (to the same name convention)
7734:
7735: * src/: types/pa_method.h, main/compile_tools.h: - flag
7736: write_to_result added. compiler get this info from code.
7737:
7738: 2009-04-16 misha
7739:
7740: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7741: String only before 1st write
7742:
7743: * src/include/pa_string.h: - not needed template removed
7744:
7745: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7746: types/pa_vjunction.C, types/pa_vproperty.C,
7747: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7748: main/pa_request.C, classes/bool.C, classes/double.C,
7749: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7750: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7751: bool objects)
7752:
7753: 2009-04-15 misha
7754:
7755: * src/lib/cord/cordxtra.c: - more optimisation
7756:
7757: * src/: include/pa_string.h, main/untaint.C: - String::append
7758: optimisation
7759:
7760: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7761: then get and can sometime be used)
7762:
7763: * src/main/pa_string.C: - String::length optimisation
7764:
7765: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7766: these methods read different strings
7767:
7768: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7769: fresult_initial_void removed + some optimisation - if $result
7770: defined we don't write to context anymore
7771:
7772: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7773: need just skip char)
7774:
7775: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7776: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7777: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7778:
7779: * src/types/pa_vvoid.h: - added get() method for retreave one
7780: instance
7781:
7782: 2009-04-11 misha
7783:
7784: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7785:
7786: * tests/197.html: - test for parser://test in xml was added
7787:
7788: * src/classes/string.C: - small optimisation
7789:
7790: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7791: optimisation
7792:
7793: 2009-04-10 misha
7794:
7795: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7796: to pcre-7.8
7797:
7798: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7799:
7800: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7801: added
7802:
7803: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7804: $request:CLASS_NAME were added
7805:
7806: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7807: were added
7808:
7809: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7810: $env:CLASS_NAME were added
7811:
7812: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7813: '@todo' now
7814:
7815: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7816: compirer
7817:
7818: * src/main/pa_string.C: - little code cleanup
7819:
7820: * src/main/pa_common.C: - describe one more UTF-8 related error
7821: during PCRE compile/execute
7822:
7823: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7824: normalizing todo-comments: '@todo' now
7825:
7826: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7827:
7828: * src/main/pa_charset.C: - type changed for making compiler happy
7829:
7830: 2009-03-10 misha
7831:
7832: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7833: in main()
7834:
7835: 2009-02-01 misha
7836:
7837: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7838: boundary
7839:
7840: 2009-01-25 misha
7841:
7842: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7843:
7844: * src/classes/file.C: - more changes for parsing different number
7845: of params for file::load
7846:
7847: * tests/193.html: - tests for exception while base64-decode binary
7848: to string was added
7849:
7850: * tests/192.html: - tests for file::load with different number of
7851: options
7852:
7853: * src/classes/math.C: - ups. forgot '+1'
7854:
7855: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7856: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7857: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7858: (new option $.encode[multipart-form/data] should be specified) -
7859: $.method[] option for file::load now is not case-sensitive
7860:
7861: * src/: include/pa_string.h, main/untaint.C: - for file post the
7862: new taint language L_FILE_POST was added
7863:
7864: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7865: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7866: stuff was moved to separate files
7867:
7868: 2009-01-23 misha
7869:
7870: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7871: spaces to tabs were converted
7872:
7873: 2009-01-12 misha
7874:
7875: * src/main/pa_http.C: - value of $.method[] option force uppercased
7876: now
7877:
7878: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7879: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7880: their names
7881:
7882: * src/main/pa_common.C: - changes in formating
7883:
7884: * src/: classes/file.C, main/pa_http.C: - some constants changed
7885: their names
7886:
7887: * src/include/pa_http.h: - some spaces were converted to tabs
7888:
7889: * src/include/pa_common.h: - some constants changed their names
7890:
7891: * src/classes/file.C: - fixed 4-th paramether for file::load -
7892: little code rewriting
7893:
7894: * src/types/pa_vfile.C: - little code rewriting
7895:
7896: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7897: types/pa_value.h: - some formating changes
7898:
7899: * src/include/pa_common.h: - some formating spaces transformed to
7900: tabs
7901:
7902: * src/classes/string.C: - exception while base64-decode binary to a
7903: string
7904:
7905: 2009-01-11 misha
7906:
7907: * configure.in: - version changed to 3.3.1b
7908:
7909: 2008-09-05 misha
7910:
7911: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7912: release_3_3_0 on 2008-09-05 10:59:35 +0000
7913:
7914: 2008-09-04 misha
7915:
7916: * tests/: 130.html, 131.html: - these exceptions not typeless
7917: anymore
7918:
7919: * src/classes/op.C: - exception with 'invalid taint language' not
7920: typeless anylonger
7921:
7922: * src/classes/image.C: - some exceptions while operations with
7923: image not typeless anymore
7924:
7925: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7926: main/pa_exec.C, main/pa_http.C: - some exceptions while
7927: operations with files not typeless anymore
7928:
7929: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7930: types/pa_vdate.h: - exceptions while checking date range not
7931: typeless anymore
7932:
7933: * src/include/pa_exception.h: - exception type string for invalid
7934: date range was added
7935:
7936: 2008-09-03 misha
7937:
7938: * src/: classes/file.C, main/pa_string.C: - exception while pce
7939: operations not typeless anymore
7940:
7941: * src/include/pa_exception.h: - exception type for pce operations
7942: was added
7943:
7944: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7945: and .CLASS_NAME insite classes
7946:
7947: * src/classes/table.C: - don't save table header whiile
7948: ^table.save[append;filename] if file exists
7949:
7950: 2008-09-02 misha
7951:
7952: * src/main/compile.y, src/main/compile_tools.h,
7953: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7954: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7955: renamed to partial and it login changed: we must mark class as
7956: partial for allow their modifications in future.
7957:
7958: 2008-08-29 misha
7959:
7960: * tests/results/022.processed: - testing taint[regex] in mask for
7961: file:list
7962:
7963: * tests/022.html: - testing taint[regex] in mask for file:list
7964:
7965: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7966: for file:list was added
7967:
7968: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7969: file:list
7970:
7971: 2008-08-26 misha
7972:
7973: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7974: last derived object
7975:
7976: * src/classes/image.C: - many strings "image.format" replaced by
7977: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7978: understand some more exif tags
7979:
7980: * src/include/pa_exception.h: - string "image.format" was added
7981:
7982: 2008-08-21 misha
7983:
7984: * src/: main/pa_string.C, classes/file.C: - use method for print
7985: pcre_exec text error
7986:
7987: * src/main/pa_common.C: - method for print pcre_exec text error was
7988: added
7989:
7990: * src/include/pa_common.h: - method declaration for print pcre_exec
7991: text error was added
7992:
7993: 2008-08-19 misha
7994:
7995: * src/main/execute.C: - bugfix: opcodes must be in separate
7996: namespace while debug execution as well
7997:
7998: * tests/: 015.html, results/015.processed: - test for escaping some
7999: parser chars was added
8000:
8001: 2008-08-18 misha
8002:
8003: * tests/: 190.html, 190.p, results/190.processed: - test for
8004: $caller.self.field + default getter in one class was added
8005:
8006: * tests/: 189.html, results/189.processed: - test for
8007: ^date::create[date object]
8008:
8009: * tests/: 188.html, results/188.processed: - tests for match with
8010: UTF-8 strings
8011:
8012: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8013: ^string.match[]
8014:
8015: * ChangeLog: - parser 3.3.0 beta13
8016:
8017: 2008-08-15 misha
8018:
1.116 moko 8019: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8020: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8021: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8022: dftables.c: - old PCRE files removed
1.95 moko 8023:
8024: * src/lib/pcre/config.h: - configuration for PCRE library
8025:
8026: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8027: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8028:
8029: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8030: library and set flag UTF8 if $request:charset is UTF-8
8031:
8032: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8033: include/pa_config_fixed.h: - moved to new PCRE library
8034:
8035: * src/: main/main.vcproj, types/types.vcproj,
8036: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8037: win32\pcre instead of parser3\src\lib\pcre
8038:
8039: * src/: include/pa_opcode.h, include/pa_operation.h,
8040: main/compile.C, main/compile.y, main/compile_tools.C,
8041: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8042: opcodes were moved to separate namespace
8043:
8044: 2008-08-14 misha
8045:
8046: * src/types/pa_vstateless_class.C: - newline at the end missed
8047:
8048: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8049: tainting
8050:
8051: 2008-08-11 misha
8052:
8053: * tests/: 187.html, 187.p, results/187.processed: - tests for
8054: $caller.self, $caller.self.field and $caller.self.field[value]
8055: were added
8056:
8057: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8058: runtime as well (for $caller.self)
8059:
8060: 2008-07-25 misha
8061:
8062: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8063: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8064: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8065: tests with international characters
8066:
8067: 2008-07-23 misha
8068:
8069: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8070: file::load[...;http://
8071:
8072: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8073: now everywhere in separate namespace
8074:
8075: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8076: for vars
8077:
8078: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8079: can be escaped by '^'
8080:
8081: 2008-07-22 misha
8082:
8083: * src/classes/string.C, tests/186.html: - names changes:
8084: escape=>js-escape, unescape=>js-unescape
8085:
8086: 2008-07-21 misha
8087:
8088: * tests/results/186.processed: - test for string escape/unescape
8089:
8090: * tests/186.html: - test for string escape/unescape
8091:
8092: * src/classes/string.C: - string has escape and unescape methods
8093: now
8094:
8095: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8096: added
8097:
8098: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8099: method-layers added (with different params)
8100:
8101: 2008-07-18 misha
8102:
8103: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8104: was added
8105:
8106: * tests/185.html: - test for ^str.pos[sub](offset) added
8107:
8108: * src/classes/string.C, src/classes/void.C, operators.txt: -
8109: ^string.pos[substr](offset) -- 2nd param accepted now
8110:
8111: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8112: strings
8113:
8114: 2008-07-17 misha
8115:
8116: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8117: helper length added for mid for small optimisation
8118:
8119: 2008-07-16 misha
8120:
8121: * tests/: 185.html, results/185.processed: - tests for
8122: length/left/right/mid/pos with utf-8 strings
8123:
8124: * src/classes/string.C: - left/right/mid/length/pos works fine for
8125: utf-8 strings
8126:
8127: * src/main/untaint.C: - comments removed
8128:
8129: * src/: include/pa_string.h, main/pa_string.C,
8130: include/pa_charset.h, main/pa_charset.C: - methods for working
8131: with pos/mid for strings in utf-8 were added
8132:
8133: 2008-07-15 misha
8134:
8135: * tests/: 184.html, results/184.processed: - test for case body as
8136: expression: $var(^switch(1){^case(1)(true)..})
8137:
8138: * src/classes/op.C: - case body can be expression now:
8139: $var(^switch(1){^case(1)(true)..})
8140:
8141: * tests/: results/183.processed, 183.html: - added test for testing
8142: new cookie encoding (%uXXXX)
8143:
8144: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8145: decoding for backward compatibility they decoded from %XX in
8146: request:charset too
8147:
8148: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8149: - cookie class now decode cookies before first access after last
8150: request:charset changing (as form class).
8151:
8152: * src/main/pa_charset.C: - added method escape for escaping cookies
8153: as %uXXXX - before transcode calculate required space for dest
8154: string. it reduce mem usage for transcode
8155:
8156: * src/include/pa_charset.h: - added method escape for escaping
8157: cookies as %uXXXX
8158:
8159: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8160: was added. will used for escaping cookies as %uXXXX
8161:
8162: * src/include/pa_common.h: - escape method has new option for skip
8163: converting '+' to a space char
8164:
8165: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8166: transcode - escape method has new option for skip converting '+'
8167: to a space char
8168:
8169: 2008-07-08 misha
8170:
8171: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8172: (no UE if more then 1 case matches anylonger) - optimization:
8173: doing searching.as_string() || searching.as_double() only once
8174:
8175: 2008-07-04 misha
8176:
8177: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8178: now ^date::create[date object] works
8179:
8180: * src/classes/string.C: - left and right added as aliases for start
8181: and end in ^string.trim[]
8182:
8183: 2008-07-03 misha
8184:
8185: * src/classes/file.C: - allow $.limit for file::sql as well
8186:
8187: * src/classes/file.C: - allow $.offset option for file::sql - force
8188: send limit=1 to query for use sql specifics authomatically
8189:
8190: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8191: if $.limit value if empty. autoconvert it as everywere
8192:
8193: 2008-07-02 misha
8194:
8195: * configure.in: - time to change version number to 3.3.0 %-)
8196:
8197: * src/include/pa_version.h: - time to change version number to
8198: 3.3.0 %-)
8199:
8200: 2008-06-26 misha
8201:
8202: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8203: $.limit(0) fixes
8204:
8205: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8206: - $.limit(0) fixes
8207:
8208: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8209: new API)
8210:
8211: * src/: include/pa_sql_driver_manager.h,
8212: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8213: classes/op.C: - document_root added
8214:
8215: * src/main/compile.tab.C: - error message was changed
8216:
8217: 2008-06-25 misha
8218:
8219: * src/main/compile.y: - error message was changed
8220:
8221: 2008-06-24 misha
8222:
8223: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8224:
8225: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8226: tests for @OPTIONS\nappend
8227:
8228: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8229:
8230: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8231:
8232: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8233:
8234: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8235: compile.y
8236:
8237: 2008-06-17 misha
8238:
8239: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8240: compilation: ^if(default){true. it's incorrect. must be
8241: exception}
8242:
8243: 2008-06-16 misha
8244:
8245: * tests/: 181.ent, 181.html, results/181.processed: - test for
8246: checking external reference loading with 'http://localhost'
8247: prefix while creating xdoc
8248:
8249: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8250: ^math:long2ip[] and ^math:ip2long[]
8251:
8252: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8253: added which use scalar stateless class method when user object
8254: used in scalar context - use get_scalar_value when user object
8255: requested in scalar context
8256:
8257: * src/main/pa_common.C: - size must be int but not size_t or we
8258: can't compare with 0 sprintf result
8259:
8260: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8261: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8262: with internal switch between local/global vars
8263:
8264: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8265: specified
8266:
8267: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8268: pa_vstateless_object.h: - stateless class and object now has
8269: private scalar field and getter/setter for working with it
8270:
8271: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8272: moved to inet static class
8273:
8274: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8275: class added (^inet:aton[IP], ^inet:ntoa(number))
8276:
8277: * tests/: 180.html, results/180.processed: - tests for
8278: ^math:long2ip(long) and ^math:ip2long[IP]
8279:
8280: * src/classes/math.C: - ^math:ip2long[IP] added
8281:
8282: 2008-06-11 misha
8283:
8284: * src/main/pa_xml_io.C: - use file_read_text again because of we
8285: need cut BOM code and remove DOS newline chars. but don't
8286: transcode it anyway.
8287:
8288: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8289: main/pa_http.C: - option for disable transcoding while file_read
8290: and file_read_text added
8291:
8292: 2008-06-10 misha
8293:
8294: * tests/: 179.html, 179.p, results/179.processed: - test for many
8295: classes in 1 file
8296:
8297: * src/main/: compile.C, compile_tools.h: - compile return list of
8298: classes now.
8299:
8300: * src/main/: compile.y, compile.tab.C: - compile return list of
8301: classes now. internals.
8302:
8303: * src/main/pa_request.C: - compile return list of classes now. try
8304: call @conf and @auto for each returned class
8305:
8306: * src/include/pa_request.h: - compile return list of classes now
8307:
8308: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8309: return list of classes when compile buf)
8310:
8311: 2008-06-07 misha
8312:
8313: * src/main/pa_request.C: - constructing VRequest object with 3rd
8314: param -- form
8315:
8316: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8317: 3rd param: form. needed for get post_charset
8318:
8319: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8320: added
8321:
8322: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8323: types/pa_vform.C, types/pa_vform.h: - some polish
8324:
8325: 2008-06-06 misha
8326:
8327: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8328: charset and decode chars from it but not from response:charset
8329:
8330: * src/main/pa_http.C: - detect_charset moved out of here
8331:
8332: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8333: methods moved here - unescape_chars accepn one charset now
8334:
8335: * src/main/pa_http.C: - new constants used - don't allow
8336: $.content-type in ^file::load[;http://;$.method[POST]] - add
8337: charset info while ^file::load[;http://;$.method[POST]] - option
8338: $.omit-post-charset(true) added to ^file::load[;http://] for
8339: disabling charset during post
8340:
8341: * src/types/pa_vform.C: - new constants used
8342:
8343: * src/include/pa_common.h: - some constants were added
8344:
8345: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8346: instead of StrEqNc
8347:
8348: * src/main/pa_common.C: - new method for caseless search
8349: c-substring in c-string - use isxdigit instead of is_hex_digit
8350:
8351: * src/include/pa_common.h: - new method for caseless search
8352: c-substring in c-string
8353:
8354: 2008-06-05 misha
8355:
8356: * tests/results/178.processed: - test for testing default getter
8357:
8358: * tests/178.html: - test for testing default getter
8359:
8360: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8361: for test for testing default getter
8362:
8363: * src/main/execute.C: - default getter soul
8364:
8365: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8366: requested objects' field not found
8367:
8368: * src/types/pa_vclass.C: - register default getter if defined - get
8369: default getter if requested field not found
8370:
8371: * src/types/pa_vstateless_object.h: - method get_default_getter was
8372: added
8373:
8374: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8375: pointer to default getter and methods for get/set it were added
8376:
8377: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8378: auto_name field (for default getter)
8379:
8380: 2008-06-04 misha
8381:
8382: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8383: transcoding, no cutting BOM code, no fixing line breaks) and get
8384: it to libxml "as is"
8385:
8386: 2008-06-03 misha
8387:
8388: * src/main/pa_common.C: - use store_Char instead of
8389: transcodeCharFromUTF8
8390:
8391: * src/: include/pa_charset.h, main/pa_charset.C: - method
8392: store_Char added, transcodeCharFromUTF8 -- removed
8393:
8394: 2008-06-02 misha
8395:
8396: * tests/: results/177.processed, 177.html: - test for checking
8397: .[acm]date after local ^file::load[] was added
8398:
8399: * tests/: results/176.processed, 176.html: - test for checking
8400: @OPTION\locals + @method[vars][locals] added
8401:
8402: * tests/results/auto.p: - CLASS_PATH specified for checking use
8403:
8404: 2008-05-30 misha
8405:
8406: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8407: @OPTION\nlocals + @method[vars][;locals;] were added
8408:
8409: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8410: moved to separate method op_code - switch from VMethodFrame to
8411: VMethodFrameGlobal + VMethodFrameLocal
8412:
8413: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8414: was moved to separate method op_code
8415:
8416: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8417: VMethodFrame now
8418:
8419: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8420: all_vars_local as well
8421:
8422: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8423: pa_vmethod_frame_local.h, Makefile.am: - who children for
8424: VMethodFrame were added: one (global) works as VMethodFrame
8425: before and second (local) write all vars in self vars scope
8426:
8427: * src/types/pa_method.h: - method has bool flag all_vars_local now
8428:
8429: 2008-05-29 misha
8430:
8431: * tests/: 129.html, results/129.processed: - more tests for
8432: ^table.hash[]
8433:
8434: * src/classes/hash.C: - ^hash::sql has a new option:
8435: $.type[hash|string|table] as ^table.hash[] one.
8436:
8437: * src/classes/op.C: - ^try has 3rd param now: finally code which
8438: executed anyway after try or catch section
8439:
8440: 2008-05-27 misha
8441:
8442: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8443: must not fail if $.distinct(1) wasn't specified
8444:
8445: 2008-05-26 misha
8446:
8447: * src/classes/op.C: - allow ^throw[my type]
8448:
8449: 2008-05-22 misha
8450:
8451: * configure.in, configure: - version number updated to 3.2.4b
8452:
8453: * src/classes/: op.C, string.C: - trim format string before
8454: eval/format
8455:
8456: * tests/: results/175.processed, 175.html: - more tests for
8457: different format strings in .format[]
8458:
8459: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8460: as well (not only %XX)
8461:
8462: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8463: charset specified - checks for format before print number
8464: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8465: (instead of tabs) removed
8466:
8467: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8468: charset specified
8469:
8470: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8471: char in requested charset from utf code was added
8472:
8473: 2008-05-19 misha
8474:
8475: * tests/: 174.html, results/174.processed: - test for
8476: ^hashfile.cleanup[] added
8477:
8478: * src/classes/hashfile.C: - optimization: don't create any key or
8479: value variable if it's name weren't specified
8480: (^hf.foreach[;v]{...})
8481:
8482: 2008-05-16 misha
8483:
8484: * src/classes/hash.C: - optimization: don't create any key variable
8485: if variable name wasn't specified (^h.foreach[;v]{...})
8486:
8487: 2008-05-15 misha
8488:
8489: * src/classes/op.C: - small changes
8490:
8491: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8492:
8493: * src/classes/hash.C: - calculate var_context once before foreach
8494:
8495: 2008-05-14 misha
8496:
8497: * src/classes/hashfile.C: - incorrect vars context calculation for
8498: ^hashfile.foreach[;]{} fixed
8499:
8500: * src/classes/: hash.C, table.C: - little optimisation
8501:
8502: * src/classes/file.C: - bugfix: double absolute path while loading
8503: file
8504:
8505: * tests/: 174.html, results/174.processed: - tests for hashfile
8506: were added
8507:
8508: * buildall-with-xml: - moving to libxslt 1.1.24
8509:
8510: 2008-04-30 misha
8511:
8512: * src/classes/file.C: - stat file while loading (local only) so
8513: .adate, .mdate and .cdate available without additional ::stat
8514:
8515: 2008-04-28 misha
8516:
8517: * src/classes/file.C: - $.name and $.content-type available for
8518: stated file
8519:
8520: 2008-04-14 misha
8521:
8522: * src/targets/cgi/parser3.C: - new year in copyright %-)
8523:
8524: * src/include/pa_version.h: - new version number in head
8525:
8526: 2008-04-10 misha
8527:
8528: * tests/: 080.html, results/080.processed: - cut '0' from
8529: exponential part because of on diff OS it differ (20 or 020 for
8530: ex)
8531:
8532: * tests/: 119.html, results/119.processed: - check for encoding
8533: while creating xdoc
8534:
8535: 2008-04-09 misha
8536:
8537: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8538:
8539: * src/main/pa_common.C: - comment added
8540:
8541: * src/classes/date.C: - little refactoring
8542:
8543: 2008-04-07 misha
8544:
8545: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8546: style of ^table.save[]: prepare one big string and sabe it at
8547: once. it's safe on freebsd 4.x but use much more memory.
8548:
8549: * buildall-with-xml, buildall-without-xml: - option
8550: --disable-stringstream added (under comment. use it on freebsd
8551: 4.x)
8552:
8553: 2008-02-22 misha
8554:
8555: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8556: specified together in file::load[;http] - get back transcoding
8557: $.body[] in file::load[;http]
8558:
8559: 2008-02-21 misha
8560:
8561: * src/classes/date.C: - ^date.gmt-string[] was added
8562:
8563: * src/types/pa_value.C: - method for output date in RFC 822 format
8564: moved to pa_common.h
8565:
8566: * src/include/pa_common.h: - method for output date in RFC 822
8567: format moved here from pa_value.C
8568:
8569: * src/types/pa_vmail.C: - fixed core in sending mail with
8570: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8571:
8572: 2008-02-20 misha
8573:
8574: * src/main/pa_http.C: - transcode $.headers before escaping into
8575: specified charset while ^file::load[...;http://...] (L_URI
8576: instead of L_HTTP_HEADER) - $.cookies param available in
8577: ^file::load[;http://...] now (but we don't parse set-cookies from
8578: response yet) (cookies not transcoded as common $cookies)
8579:
8580: 2008-02-19 misha
8581:
8582: * src/main/pa_request.C: - rollback: we mustn't force taint
8583: $response:field values because in this case
8584: $response:locateion[http://...] don't works.
8585:
8586: 2008-02-15 misha
8587:
8588: * src/classes/op.C: - little refactoring
8589:
8590: * src/main/pa_http.C: - taint names of $.headers for load[;http
8591:
8592: * src/main/pa_request.C: - force taint values of $response:field
8593:
8594: 2008-02-14 misha
8595:
8596: * src/main/pa_request.C: - $response:field transcoded to
8597: $response:charset before escaping now
8598:
8599: * src/main/pa_http.C: - some outdated comments removed
8600:
8601: * src/classes/date.C: - lastdat -> last-day
8602:
8603: * src/classes/date.C: - ^date:lastday(year;month) and
8604: ^date.lastday[] were added - little code refactoring - comments
8605: changes
8606:
8607: * tests/: 159.html, results/159.processed: - test for number of
8608: days in February
8609:
8610: * src/types/pa_value.C: - fixes in code formatting
8611:
8612: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8613: and comments
8614:
8615: 2008-02-13 misha
8616:
8617: * src/main/pa_common.C: - bugfix for february at leap year
8618:
8619: 2008-01-28 misha
8620:
8621: * tests/: 160.html, results/160.processed: - more test for cache
8622: added
8623:
8624: * src/classes/op.C: - bugfix: cache body executed twice if contains
8625: unhandled exception
8626:
8627: 2008-01-25 misha
8628:
8629: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8630: bug when hashfile became inavailable after memory:compact)
8631:
8632: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8633:
8634: 2008-01-22 misha
8635:
8636: * src/classes/table.C: - little refactiring and exception texts
8637: changes in method ^table.hash[]
8638:
8639: * src/types/pa_vcookie.C: - link to cookie specification changed
8640:
8641: 2008-01-21 misha
8642:
8643: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8644: file::exec/cgi
8645:
8646: * src/classes/file.C: - bugfix: core while processing headers if
8647: executed cgi script don't return content
8648:
8649: 2008-01-18 misha
8650:
8651: * buildall-with-xml: - move to libxml2 version 2.6.31
8652:
8653: * src/include/pa_version.h, configure.in: - version number updated
8654: to '3.2.3b'
8655:
8656: 2007-12-28 misha
8657:
8658: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8659: hash.contains
8660:
8661: 2007-12-27 misha
8662:
8663: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8664: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8665: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8666: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8667: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8668: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8669: src/targets/cgi/parser3.vcproj,
8670: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8671: back to VS2003 because of Apache 1.3 module can't work if it was
8672: built in VS 2005. with cgi all file so VS2003 project files can
8673: be easy converted to the new format.
8674:
8675: 2007-12-04 misha
8676:
8677: * src/types/pa_vcode_frame.h: - changes in comment
8678:
8679: 2007-11-29 misha
8680:
8681: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8682: intercept strings any longer
8683:
8684: * tests/: 173.html, results/173.processed: - tests for
8685: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8686: but not in main code frame
8687:
8688: * tests/: 172.html, results/172.processed: - more tests for pass
8689: objects from code frames
8690:
8691: 2007-11-27 misha
8692:
8693: * tests/: 152.html, results/152.processed: - tests for converting
8694: strings 'true'/'false' to bool were added
8695:
8696: * tests/152.html: - added checks for converting strings
8697: 'true'/'false' to bool
8698:
8699: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8700: not only strings with numbers but with values 'true'/'false' as
8701: well
8702:
8703: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8704: for parser3.log increased
8705:
8706: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8707:
8708: * src/include/pa_common.h: - remove_crlf return cstring size now
8709:
8710: * src/include/pa_types.h: - constant with buffer size for
8711: parser3.log added
8712:
8713: 2007-11-16 misha
8714:
8715: * tests/cat.sh: - script for tests for file::exec/cgi
8716:
8717: * tests/171.html: - tests for file::exec/cgi
8718:
8719: * tests/results/171.processed: - tests results for file::exec/cgi
8720:
8721: 2007-11-15 misha
8722:
8723: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8724:
8725: * src/classes/file.C: - .body must be set before analyzing cgi
8726: headers
8727:
8728: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8729: only if exec/cgi return anything.
8730:
8731: 2007-11-14 misha
8732:
8733: * operators.txt: - info about new text|binary option for
8734: file::exec/cgi was added
8735:
8736: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8737: ^file:exec[[text|binary];script;...]
8738:
8739: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8740: classes/string.C, classes/table.C: - more text strings moved to
8741: the one place
8742:
8743: 2007-11-09 misha
8744:
8745: * src/types/pa_vrequest.C: - $request:argv must be taint
8746:
8747: * ChangeLog: - $request:argv [patch from Sumo]
8748:
8749: * operators.txt: - $request:argv
8750:
8751: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8752: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8753:
8754: 2007-10-25 misha
8755:
8756: * buildall-with-xml, buildall-without-xml: - options preparations
8757: for ./configure rewrited
8758:
8759: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8760: error occure in unhandled_exception finally fixed
8761:
8762: 2007-10-23 misha
8763:
8764: * tests/: 170.html, results/170.processed: - test for
8765: @method[][result]
8766:
8767: * operators.txt: - added info about node.prefix and
8768: node.namespaceURI
8769:
8770: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8771:
8772: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8773: added for node and attribute
8774:
8775: 2007-10-22 misha
8776:
8777: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8778:
8779: * src/main/pa_request.C: - added const content-transfer-encoding
8780:
8781: * src/include/pa_request.h: - added const content-transfer-encoding
8782: - ups. constants must be in lowercase (for search)
8783:
8784: * src/types/pa_vmail.C: - more constants used -
8785: content-transfer-encoding: 8bit added
8786:
8787: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8788:
8789: * src/include/pa_request.h: - more constants
8790:
8791: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8792: ommit anymore if $.content-disposition was specified - little
8793: refactoring
8794:
8795: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8796:
8797: 2007-10-17 misha
8798:
8799: * operators.txt: - info about
8800: table::create[nameless]{data}[>options<] was added
8801:
8802: * src/main/: compile.tab.C, compile.y: - if error occure while
8803: compile method don't put this method in methods table anymore.
8804: in other case the parser coredumped if @unhandled_exception
8805: method can't be compiled because of parser.compile error.
8806:
8807: * src/main/execute.C: - little code reformating
8808:
8809: * src/main/pa_request.C: - little code reformating - comment
8810: changed
8811:
8812: 2007-10-16 misha
8813:
8814: * tests/: 035.html, results/035.processed: - tests
8815: table::create[]{}[options] added
8816:
8817: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8818: options (only $.seperator[] yet)
8819:
8820: 2007-10-10 misha
8821:
8822: * src/classes/table.C: - some contstants moved to pa_common.h -
8823: some code changes
8824:
8825: 2007-10-02 misha
8826:
8827: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8828: then three time as much. but base64 encoding method still use
8829: less memory anyway.
8830:
8831: 2007-09-17 misha
8832:
8833: * operators.txt: - added info about $cookie:fields
8834:
8835: * src/types/pa_vcookie.C: - $cookie:fields available now
8836:
8837: * src/classes/hash.C: - some stuff for use with .for_each moved to
8838: common
8839:
8840: * src/include/pa_common.h: - some stuff for use with .for_each
8841: moved here
8842:
8843: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8844:
8845: 2007-09-14 misha
8846:
8847: * buildall-with-xml: - new xml libs again =)
8848:
8849: 2007-08-28 misha
8850:
8851: * operators.txt: - texts about ^table.columns[[column name]] and
8852: ^string.split[...][v][column name] were added
8853:
8854: * tests/: 168.html, 169.html, results/168.processed,
8855: results/169.processed: - tests for ^table.columns[[column name]]
8856: and ^string.split[...][v][column name] were added
8857:
8858: * src/classes/table.C: - new option ^table.columns[[column name]]
8859: was added
8860:
8861: * src/classes/string.C: - new option ^string.split[...;v;[column
8862: name]]
8863:
8864: * src/include/pa_exception.h: - error text message for
8865: ^hash._keys[], ^table.columns[] and ^string.split[]
8866:
8867: 2007-08-27 misha
8868:
8869: * src/main/untaint.C: - try to fix coredump on unix if print to
8870: body ^taint[sql][something] outside of connect
8871:
8872: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8873: outside of connect
8874:
8875: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8876: added (commented by default)
8877:
8878: 2007-08-20 misha
8879:
8880: * operators.txt: - comment about new method ^node.hasAttributes[]
8881: was added
8882:
8883: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8884: duplicated exception text strings were removed
8885:
8886: * src/include/pa_exception.h: - more exception text strings moved
8887: here
8888:
8889: * src/classes/table.C: - some duplicate exceptions' text strings
8890: removed
8891:
8892: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8893: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8894: removed
8895:
8896: * src/include/pa_exception.h: - some exception text strings movet
8897: to pa_exception
8898:
8899: * tests/: 149.html, results/149.processed: - test for
8900: ^xnode.hasAttributes[] was added - some code changes
8901:
8902: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8903: added
8904:
8905: 2007-08-17 misha
8906:
8907: * tests/: results/006.processed, results/059.processed, 006.html,
8908: 059.html: - more tests for match
8909:
8910: * tests/: 129.html, results/129.processed: - tests for
8911: ^table.hash[...][$.type[string|hash|table]] added
8912:
8913: * src/targets/cgi/parser3.C: - little syntax changes
8914:
8915: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8916: syntax changes
8917:
8918: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8919: messages in parser3.log switched off by default. If someone
8920: really still need it: use $SIGPIPE(1)
8921:
8922: 2007-08-08 misha
8923:
8924: * buildall-with-xml, buildall-without-xml: - remove libs source
8925: files by default since now
8926:
8927: 2007-08-07 misha
8928:
8929: * buildall-without-xml: - some option syntax changes
8930:
8931: * buildall-with-xml: - compile libxml2 without http support - some
8932: option syntax changes
8933:
8934: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8935:
8936: 2007-08-06 misha
8937:
8938: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8939:
8940: * tests/: 160.html, results/160.processed: - cache test was
8941: rewrited
8942:
8943: 2007-07-06 misha
8944:
8945: * tests/: 153.html, results/153.processed: - added test for
8946: ^math:sha1[string]
8947:
8948: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8949: transcoded
8950:
8951: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8952: were added
8953:
8954: 2007-06-28 misha
8955:
8956: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8957: some incorrect chars
8958:
8959: 2007-06-19 misha
8960:
8961: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8962: were moved on top because of gcc 4 had a problems during
8963: building.
8964:
8965: 2007-06-18 misha
8966:
8967: * tests/results/019.processed: - new image commited
8968:
8969: 2007-06-09 misha
8970:
8971: * src/classes/: op.C, table.C: - in while and table.select method
8972: as_expression used now
8973:
8974: * src/types/pa_vmethod_frame.h: - method as_expression was added
8975:
8976: 2007-06-08 misha
8977:
8978: * tests/: 166.html, results/166.processed: - test for
8979: ^match[...][n]
8980:
8981: * tests/: 165.html, results/165.processed: - tests for loops
8982:
8983: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8984: because of no speed/memory optimisation but some proglems with
8985: long cycles occure
8986:
8987: 2007-06-06 misha
8988:
8989: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8990: ^table.select(true) and ^table.select(1) didn't works because of
8991: awaiting junction-param only. fixed.
8992:
8993: 2007-05-24 misha
8994:
8995: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8996: with 0.5 secs interval
8997:
8998: * src/classes/op.C: - cache was rewrited. I hope it works with
8999: locking system now on unix
9000:
9001: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9002: system locks which wait till other threads release it but try get
9003: lock, if fail wait 1 sec and make 10 attempts.
9004:
9005: * src/include/pa_os.h: - consts for blocking locks + some comments
9006: were added
9007:
9008: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9009: opening files
9010:
9011: * src/classes/table.C: - changes in includes. if unclude <sstream>
9012: after our classes on unix it can't be build
9013:
9014: * src/types/pa_vhashfile.C: - not needed code removed
9015:
9016: 2007-05-23 misha
9017:
9018: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9019: include/pa_common.h: - cosmetic changes
9020:
9021: 2007-05-18 misha
9022:
9023: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9024: often. it's give some speed increasing
9025:
9026: * tests/results/160.processed: - returned time corrected
9027:
9028: * tests/160.html: - time increased because on unix 1 mean nothing
9029: :(
9030:
9031: * operators.txt: - added info about ^hash.contain[key]
9032:
9033: * src/classes/hash.C: - added ^hash.contain[key]
9034:
9035: * src/include/pa_hash.h: - added method for checking key exists in
9036: hash
9037:
9038: 2007-05-07 misha
9039:
9040: * src/include/pa_string.h: - was compilation error during build on
9041: freebsd4
9042:
9043: 2007-05-03 misha
9044:
9045: * src/classes/table.C: - option $.type[hash|string|table] was added
9046: for ^table.hash[]
9047:
9048: * src/classes/file.C: - comment removed
9049:
9050: 2007-04-26 misha
9051:
9052: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9053: real files doesn't opened in place anymore
9054:
9055: 2007-04-24 misha
9056:
9057: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9058:
9059: * src/include/pa_exception.h: "static" removed
9060:
9061: 2007-04-23 misha
9062:
9063: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9064:
9065: * src/classes/math.C: added: - ^math:ln(N) (the same as
9066: ^math:log(N)) - ^math:lg(N)
9067:
9068: * tests/: 097.html, results/097.processed: - charsets converstion
9069: during ^file::load[text;http://...] added
9070:
9071: * tests/: 164.html, results/164.processed: - check for set expires
9072: as a date
9073:
9074: * tests/: 164.html, results/164.processed: - test for hashfile
9075:
9076: * src/classes/hashfile.C: - little comment changes
9077:
9078: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9079: access
9080:
9081: * src/: classes/date.C, classes/double.C, classes/file.C,
9082: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9083: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9084: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9085: classes/xnode.h, include/pa_request.h, main/execute.C,
9086: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9087: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9088: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9089: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9090: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9091: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9092: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9093: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9094: "parser.runtime" strings were removed
9095:
9096: * src/classes/hashfile.C: - with .clear[] called files_delete()
9097: now.
9098:
9099: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9100:
9101: * src/include/pa_exception.h: - string constant with
9102: "parser.runtime" text was added
9103:
9104: 2007-04-20 misha
9105:
9106: * operators.txt: - some comments changing
9107:
9108: * operators.txt: - added info about .^hashfile.release[],
9109: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9110:
9111: * configure: =cheching for unsetenv
9112:
9113: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9114: ^hashfile.release[] were added
9115:
9116: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9117: ^string.match[][] understand new option now: return number of
9118: matches but not table wit results
9119:
9120: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9121: reopen now
9122:
9123: * src/classes/op.C: - bug. must be false
9124:
9125: * configure.in: - checking for unsetenv was added
9126:
9127: * src/types/pa_vform.C: - some comments
9128:
9129: 2007-04-18 misha
9130:
9131: * buildall-with-xml: moving to libxml2-2.6.28
9132:
9133: * buildall-with-xml, buildall-without-xml: added commented lines
9134: with --disable-safe-mode option
9135:
9136: * operators.txt: - info about $form:files
9137:
9138: 2007-04-17 misha
9139:
9140: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9141: $form:files was added
9142:
9143: * tests/: 163.html, results/163.processed: removing auto format
9144:
9145: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9146:
9147: 2007-04-16 misha
9148:
9149: * tests/: 163.html, results/163.processed: - test for .int[],
9150: floor, round, ceiling and .format[]
9151:
9152: * src/classes/file.C: - little optimization for getting args in
9153: exec/cgi
9154:
9155: 2007-04-13 misha
9156:
9157: * src/classes/file.C: - arguments for file::exec/cgi can be
9158: specified now as s table with one column
9159:
9160: 2007-03-27 misha
9161:
9162: * tests/: 162.html, results/162.processed: - test for
9163: ^table.select(^condition[$t])
9164:
9165: * tests/results/auto.p: - load windows-1251 charset for some tests
9166:
9167: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9168:
9169: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9170: 161_windows1251.txt: - added test for
9171: ^file::load[text;/local/file.txt;$.charset[...]]
9172:
9173: * tests/: results/013.processed, 013.html: - added test for
9174: checking $._default value while hash modifications
9175:
9176: * tests/: 160.html, results/160.processed: - add test for
9177: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9178:
9179: 2007-03-22 misha
9180:
9181: * src/include/pa_common.h: - "charset" string defined for
9182: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9183:
9184: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9185: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9186: added - not needed transcodes were removed from
9187: ^file::load[...;http://...]
9188:
9189: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9190: added
9191:
9192: * src/classes/date.C: - date.week was fixed
9193:
9194: * operators.txt: - added info about date.weekyear
9195:
9196: * tests/: 159.html, results/159.processed: - tests for date.week
9197: and date.weekyear added
9198:
9199: 2007-03-15 misha
9200:
9201: * src/classes/table.C: - enclose column numbers for nameless tables
9202: as well
9203:
9204: 2007-03-14 misha
9205:
9206: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9207:
9208: * src/classes/table.C: - table.save optimization: now required much
9209: less memory
9210:
9211: 2007-03-13 misha
9212:
9213: * tests/results/: 158.processed, 158.processes: - tests for
9214: table.save/table.load
9215:
9216: * tests/: 158.html, results/158.processes: - tests for
9217: table.save/table.load
9218:
9219: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9220:
9221: * buildall-with-xml: - pattern needed now for building
9222:
9223: * tests/results/097.processed: - added test results for xdoc::load
9224: & xdoc::load[http://...]
9225:
9226: * tests/097.html: - added test for xdoc::load
9227:
9228: 2007-03-12 misha
9229:
9230: * tests/: 107.html, results/107.processed: - added test for xpath
9231: '//man'
9232:
9233: 2007-03-01 misha
9234:
9235: * tests/: 097.html, results/097.processed: - added test for
9236: creating xdoc from file
9237:
9238: * tests/: results/157.processed, 157.html: - added test for
9239: file:move
9240:
9241: 2007-02-28 misha
9242:
9243: * src/classes/xdoc.C: - another attempt
9244:
9245: * src/classes/xdoc.C: - roll back last changes for a while
9246:
9247: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9248:
9249: * src/classes/file.C: - under lock we create non-exist dir anyway
9250:
9251: * tests/results/099.processed: - ever send content-disposition to
9252: client with file
9253:
9254: * tests/157.html: + test for file:copy
9255:
9256: 2007-02-26 misha
9257:
9258: * src/classes/file.C: - some similar strings moved to #define
9259: instead of to be copy/pasted many times
9260:
9261: * src/types/pa_vfile.h: - class name string ("file") moved to
9262: #define
9263:
9264: 2007-02-20 misha
9265:
9266: * bin/auto.p.dist.in: - added lines for sqlite
9267:
9268: * configure.in: - added some strings for sqlite detection
9269:
9270: 2007-02-19 misha
9271:
9272: * operators.txt: - some comments changes
9273:
9274: * buildall-with-xml, buildall-without-xml: - some modifications
9275:
9276: 2007-02-17 misha
9277:
9278: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9279:
9280: * src/main/pa_request.C: - damn, i forgot to commit it while I
9281: change console behaviour
9282:
9283: 2007-02-12 misha
9284:
9285: * src/targets/cgi/parser3.C: - don't print headers if
9286: $console:line[data] was used during cgi execution.
9287:
9288: * src/types/pa_vconsole.h: - console class have bool flag now which
9289: marked as 'true' if class was used.
9290:
9291: * tests/: 152.html, results/152.processed: - more types was added
9292: to test 152
9293:
9294: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9295: adding 'bool' (^if($image){} caused exception)
9296:
9297: 2007-02-09 misha
9298:
9299: * tests/: 152.html, results/152.processed: - test alightly updated
9300:
9301: * tests/: 152.html, results/152.processed: - test rewrited
9302:
9303: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9304: bugfix. I broke xdoc & xnode in expression
9305:
9306: 2007-02-08 misha
9307:
9308: * tests/: 152.html, results/152.processed: - add test for checking
9309: 'def' for void, string, bool, int & double
9310:
9311: 2007-02-07 misha
9312:
9313: * operators.txt: - ^file:base64[filespec] was added
9314:
9315: * tests/results/153.processed: - result test for
9316: ^file:base64[filespec] was updated
9317:
9318: * tests/153.html: - test for ^file:base64[filespec] was added
9319:
9320: * src/types/pa_vconsole.h: - little optimization
9321:
9322: * src/classes/file.C: - ^file:base64[filespec]
9323:
9324: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9325:
9326: * src/include/pa_common.h: - declarations for
9327: ^file:base64[filespec]
9328:
9329: * src/types/pa_vcookie.C: - little optimization
9330:
9331: 2007-02-06 misha
9332:
9333: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9334: were temporary commented
9335:
9336: * src/types/pa_vbool.h: - bugfix
9337:
9338: * tests/156.html: - added test for bool cookie
9339:
9340: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9341:
9342: * tests/: 155.html, results/155.processed: - added test for check
9343: $.encloser[] option for table save/load
9344:
9345: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9346:
9347: 2007-02-05 misha
9348:
9349: * tests/results/152.processed: - newline at the end was missed
9350:
9351: * tests/results/141.processed: - math:md5 must be lowercased
9352:
9353: * src/targets/cgi/parser3.C: - 2007 in help ;)
9354:
9355: 2007-02-03 misha
9356:
9357: * tests/results/: 150.processed, 151.processed, 152.processed: -
9358: test for bool added and some content length fixes
9359:
9360: * tests/152.html: - test for bool added
9361:
9362: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9363:
9364: * operators.txt: - info bool class was added
9365:
1.116 moko 9366: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9367: classes/classes.vcproj, classes/double.C, classes/int.C,
9368: classes/string.C, classes/void.C, classes/xnode.C,
9369: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9370: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9371: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9372: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9373: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9374: types/types.vcproj: - bool class was added
9375:
9376: * src/main/pa_request.C: - fix
9377:
9378: 2007-01-18 misha
9379:
9380: * src/: main/pa_string.C, classes/string.C: - return table during
9381: ^string.match[][] even if no matched found.
9382:
9383: 2006-12-20 misha
9384:
9385: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9386: http://www.parser.ru/forum/?id=55598 ]
9387:
9388: 2006-12-19 misha
9389:
9390: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9391: details: http://www.parser.ru/forum/?id=52359
9392:
9393: * src/main/pa_request.C: - always set content-disposition for
9394: $response:body[hash here]. more details:
9395: http://www.parser.ru/forum/?id=52130
9396:
9397: 2006-12-07 misha
9398:
9399: * operators.txt: - added info about bool params in cookie set
9400:
9401: * src/types/pa_vcookie.C: - bool param in cookies available now
9402: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9403: ]
9404:
9405: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9406: was added
9407:
9408: 2006-12-02 misha
9409:
9410: * src/classes/file.C: - file_block_read used instead of native read
9411:
9412: * src/main/pa_common.C: - added file_block_read with read error
9413: detection - file_block_read used instead of native read
9414:
9415: * src/include/pa_common.h: - added file_block_read declaration
9416:
9417: 2006-12-01 misha
9418:
9419: * operators.txt: - info about $var.CLASS_NAME was added
9420:
9421: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9422: $var.CLASS_NAME added
9423:
9424: * operators.txt: - added info about ^file:copy[]
9425:
9426: * src/classes/file.C: - ^file:copy[from;fo] was added
9427:
9428: 2006-11-20 misha
9429:
9430: * src/classes/date.C: - bug fix :)
9431:
9432: 2006-11-17 misha
9433:
9434: * src/include/pa_common.h: - array in crc32 calculation was changed
9435: to static
9436:
9437: * src/main/pa_common.C: - little optimization in getMonthDays -
9438: small changes in crc32 calculation
9439:
9440: * src/classes/date.C: - not needed code was removed
9441:
9442: 2006-11-16 misha
9443:
9444: * src/types/pa_vmail.C: - fix missed brakes
9445:
9446: * src/types/pa_vmail.C: - mail:send now set content-type:
9447: multipart/related instead of multipart/mixed if file have
9448: $.content-id[]
9449:
9450: 2006-11-15 misha
9451:
9452: * src/types/pa_vdouble.h: abs -> fabs
9453:
9454: 2006-11-14 misha
9455:
9456: * operators.txt: - added info about ^file.md5[] and
9457: ^file:md5[file-name]
9458:
9459: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9460: added
9461:
9462: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9463: FILE_BUFFER_SIZE
9464:
9465: * src/classes/math.C: - hex_string was moved to pa_common.h
9466:
9467: * src/include/pa_common.h: - hex_string was moved from math.C -
9468: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9469:
9470: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9471: values was fixed
9472:
9473: 2006-11-13 misha
9474:
9475: * operators.txt: - added info about ^math:crc32[string],
9476: ^file:crc32[file-name] & ^file.crc32[]
9477:
9478: * src/classes/math.C: - added ^math:crc32[string]
9479:
9480: * src/classes/file.C: - some comments were changed - added
9481: ^file:crc32[file-name] and ^file.crc32[]
9482:
9483: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9484: crc32 calculation added
9485:
9486: 2006-11-03 misha
9487:
9488: * src/include/pa_array.h: - not needed variable removed
9489:
9490: * tests/: 150.html, 151.html, results/150.processed,
9491: results/151.processed: - 2 tests were added
9492:
9493: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9494: with $.reverse(1) were fixed
9495:
9496: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9497: query converted to $.charset during ^file::load[http://...]
9498:
9499: 2006-11-02 misha
9500:
9501: * src/include/pa_table.h: ups. forget '=' char
9502:
9503: * src/include/pa_table.h: - one more fix in
9504: .locate[...][$.reverse(1)]
9505:
9506: 2006-11-01 misha
9507:
9508: * src/classes/math.C: - bug fix, details:
9509: http://www.parser.ru/forum/?id=53360
9510:
9511: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9512: false for all records )[$.reverse(1)]
9513:
9514: * src/main/pa_http.C: - second param for this mid method is length
9515: but not end_index so this method has error and can't detect
9516: charsets in next content-types: Content-type: text/html;
9517: charset="windows-1251" Content-type: text/html;
9518: charset="windows-1251"; Content-type: text/html;
9519: charset=windows-1251;
9520:
9521: only Content-type: text/html; charset=windows-1251 was fine
9522:
9523: 2006-10-31 misha
9524:
9525: * src/classes/file.C: - empty args in file::exec removed now
9526:
9527: 2006-09-11 misha
9528:
9529: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9530: replaced to table::create - some changes in text/code formatting
9531:
9532: 2006-09-03 paf
9533:
9534: * src/classes/file.C: proper tainting of
9535: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9536:
9537: 2006-06-09 paf
9538:
9539: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9540:
9541: * src/classes/table.C: formatting
9542:
9543: * src/classes/table.C: incorporated patch from misha: Sent:
9544: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9545: ignoring string options for ^table.save[]
9546:
9547: * src/classes/hash.C: incorporated patch from misha Sent:
9548: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9549: $hash._default disappear while
9550:
9551: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9552: $.format[!uue|!base64] << new base64 option. default uue ] ]
9553:
9554: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9555: PM Subject: patch for base64 in ^mail:send[] %-)
9556:
9557: 2006-04-09 paf
9558:
9559: * src/main/compile.tab.C: ` change compiled
9560:
9561: * gnu.vcproj, operators.txt, parser3.sln,
9562: src/classes/classes.vcproj, src/classes/file.C,
9563: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9564: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9565: src/classes/xnode.C, src/include/pa_array.h,
9566: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9567: src/include/pa_memory.h, src/include/pa_request.h,
9568: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9569: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9570: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9571: src/lib/pcre/pcre_dftables.vcproj,
9572: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9573: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9574: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9575: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9576: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9577: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9578: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9579: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9580: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9581: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9582: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9583: src/types/pa_value.h, src/types/pa_vcookie.C,
9584: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9585: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9586: src/types/pa_vstatus.C, src/types/types.vcproj,
9587: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9588: ^menu, ^hash/hashfile.foreach
9589:
9590: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9591: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9592: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9593: src/classes/xnode.C, src/include/pa_array.h,
9594: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9595: src/include/pa_memory.h, src/include/pa_request.h,
9596: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9597: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9598: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9599: src/lib/pcre/pcre_dftables.vcproj,
9600: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9601: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9602: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9603: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9604: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9605: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9606: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9607: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9608: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9609: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9610: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9611: src/types/pa_value.h, src/types/pa_vcookie.C,
9612: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9613: src/types/pa_vstatus.C, src/types/types.vcproj,
9614: tests/descript.ion: ! switched to VS2005 (projects and
9615: object<info explicitly typed>.for_each(, info)) +
9616: $response:field[] setting void means removing + grammar $name`
9617: name stops now, for mysql `$field` + started ^break[]
9618: ^continue[], in ^for. TODO: to other iterators (while, menu,
9619: foreach) + all log messages += [uri=, method=, cl=]
9620:
9621: * buildall-with-xml: merged . ftp paths update
9622:
9623: * buildall-with-xml: . ftp paths update
9624:
9625: 2006-03-04 paf
9626:
9627: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9628: checks++ [thanks to Igor Zinkovsky for detailed report]
9629:
9630: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9631: Igor Zinkovsky for detailed report]
9632:
9633: 2006-03-01 paf
9634:
9635: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9636: \n to ' ' in
9637:
9638: 2006-02-18 paf
9639:
9640: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9641: \n to ' ' in
9642:
9643: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9644:
9645: 2006-02-03 paf
9646:
9647: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9648: base64
9649:
9650: * src/main/pa_common.C: ! bugfix: decoding from base64
9651:
9652: 2006-01-20 paf
9653:
9654: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9655: economy fix
9656:
9657: * src/classes/: table.C: merged from HEAD ! bugfix
9658: ^table.save[$.encloser-s now handled properly
9659:
9660: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9661: handled properly
9662:
9663: 2006-01-19 paf
9664:
9665: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9666: libgc:USE_MUNMAP activates merging of free memory blocks which
9667: helps a lot in our case: after transform we want
9668: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9669:
9670: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9671: economy fix
9672:
9673: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9674: activates merging of free memory blocks which helps a lot in our
9675: case: after transform we want CORD(main.result)->cstr[big
9676: malloc]->transcode[big malloc]
9677:
9678: 2006-01-17 paf
9679:
9680: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9681: before reading them. got rid of reallocs = became quicker and
9682: less fragmentated
9683:
9684: 2005-12-29 paf
9685:
1.116 moko 9686: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9687: configure, configure.in, src/include/pa_version.h,
9688: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9689: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9690: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9691: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9692: src/lib/ltdl/missing: . merged from 3.2.1
9693:
1.116 moko 9694: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9695: packaged when 'make dist', so do configure companion files in
9696: src/lib/ltdl
9697:
9698: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9699: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9700: missing: . now config_auto.h is created with configure [were
9701: constant]
1.95 moko 9702:
9703: * INSTALL: . references to documentation and some clarification
9704:
9705: * buildall-with-xml, buildall-without-xml: . farawell doc
9706: indication
9707:
1.116 moko 9708: * Makefile.am: . dist+=buildall*
1.95 moko 9709:
9710: 2005-12-28 paf
9711:
9712: * configure: . 3.2.1
9713:
9714: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9715: simplify build process, see INSTALL
9716:
9717: 2005-12-26 paf
9718:
9719: * configure: ver
9720:
9721: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9722: version
9723:
9724: 2005-12-21 paf
9725:
9726: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9727: compiled with bison 1.875b, it reports unexpected token names
9728:
9729: 2005-12-19 paf
9730:
9731: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9732: holds a link to xmlNode to prevent premature gc(xmlNode)
9733:
9734: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9735: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9736: src/main/main.vcproj, src/main/pa_globals.C,
9737: src/targets/cgi/parser3.vcproj,
9738: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9739: configure, configure.in, src/include/pa_version.h: . killing
9740: gdome [what a relief]
9741:
9742: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9743: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9744: run_parser.sh, results/001.processed, results/002.processed,
9745: results/003.processed, results/004.processed,
9746: results/005.processed, results/006.processed,
9747: results/008.processed, results/009.processed,
9748: results/010.processed, results/011.processed,
9749: results/012.processed, results/013.processed,
9750: results/014.processed, results/015.processed,
9751: results/016.processed, results/017.processed,
9752: results/018.processed, results/020.processed,
9753: results/021.processed, results/022.processed,
9754: results/023.processed, results/024.processed,
9755: results/025.processed, results/026.processed,
9756: results/027.processed, results/028.processed,
9757: results/029.processed, results/030.processed,
9758: results/031.processed, results/032.processed,
9759: results/033.processed, results/034.processed,
9760: results/035.processed, results/036.processed,
9761: results/037.processed, results/038.processed,
9762: results/039.processed, results/040.processed,
9763: results/041.processed, results/042.processed,
9764: results/043.processed, results/044.processed,
9765: results/045.processed, results/046.processed,
9766: results/047.processed, results/048.processed,
9767: results/049.processed, results/050.processed,
9768: results/051.processed, results/052.processed,
9769: results/053.processed, results/054.processed,
9770: results/055.processed, results/056.processed,
9771: results/057.processed, results/058.processed,
9772: results/059.processed, results/060.processed,
9773: results/061.processed, results/062.processed,
9774: results/063.processed, results/064.processed,
9775: results/065.processed, results/066.processed,
9776: results/067.processed, results/068.processed,
9777: results/069.processed, results/070.processed,
9778: results/071.processed, results/072.processed,
9779: results/073.processed, results/074.processed,
9780: results/075.processed, results/076.processed,
9781: results/077.processed, results/078.processed,
9782: results/079.processed, results/080.processed,
9783: results/081.processed, results/082.processed,
9784: results/083.processed, results/084.processed,
9785: results/085.processed, results/086.processed,
9786: results/087.processed, results/088.processed,
9787: results/089.processed, results/090.processed,
9788: results/091.processed, results/092.processed,
9789: results/093.processed, results/094.processed,
9790: results/095.processed, results/096.processed,
9791: results/097.processed, results/099.processed,
9792: results/100.processed, results/101.processed,
9793: results/102.processed, results/104.processed,
9794: results/105.processed, results/106.processed,
9795: results/107.processed, results/108.processed,
9796: results/109.processed, results/110.processed,
9797: results/111.processed, results/112.processed,
9798: results/113.processed, results/114.processed,
9799: results/115.processed, results/117.processed,
9800: results/119.processed, results/120.processed,
9801: results/121.processed, results/122.processed,
9802: results/123.processed, results/124.processed,
9803: results/125.processed, results/126.processed,
9804: results/127.processed, results/128.processed,
9805: results/129.processed, results/130.processed,
9806: results/131.processed, results/132.processed,
9807: results/133.processed, results/134.processed,
9808: results/135.processed, results/136.processed,
9809: results/138.processed, results/139.processed,
9810: results/140.processed, results/141.processed,
9811: results/142.processed, results/143.processed,
9812: results/144.processed, results/145.processed,
9813: results/146.processed, results/147.processed,
9814: results/148.processed, results/149.processed, results/auto.p: .
9815: now works if we turn off default auto.p
9816:
1.116 moko 9817: * configure: . makes
1.95 moko 9818:
9819: * src/types/pa_vxnode.C: . less warnings
9820:
9821: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9822: tests/145.html, tests/149.html, tests/descript.ion,
9823: tests/outputs/d.cmd, tests/results/142.processed,
9824: tests/results/143.processed, tests/results/144.processed,
9825: tests/results/145.processed, tests/results/146.processed,
9826: tests/results/147.processed, tests/results/148.processed,
9827: tests/results/149.processed: . removed .nodeValue from all node
9828: types other than 5 (grabbed piece from gdome)
9829:
9830: * tests/: 137.html, results/137.processed: . not handled this case
9831: yet. code does not hang from inserting parent into child,
9832: considering thing minor issue -- nodes are removed from source
9833: anyway, don't know why shold that be an error after all
9834:
9835: * src/targets/cgi/parser3.C: . style
9836:
9837: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9838: xdoc too [were barking "not element"]
9839:
9840: 2005-12-16 paf
9841:
9842: * tests/: 146.html, 147.html, 148.html: . more tests
9843:
9844: * src/classes/xnode.C: . also bark on possible errors
9845:
9846: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9847: props
9848:
9849: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9850: main/compile.y: merged from HEAD ! fixed overoptimized
9851: ^call(false) case. (confused it with ^call[] case)
9852:
9853: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9854: ^call(false) case. (confused it with ^call[] case)
9855:
9856: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9857:
9858: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9859: results/001.processed, results/002.processed,
9860: results/003.processed, results/004.processed,
9861: results/005.processed, results/006.processed,
9862: results/008.processed, results/009.processed,
9863: results/010.processed, results/011.processed,
9864: results/012.processed, results/013.processed,
9865: results/014.processed, results/015.processed,
9866: results/016.processed, results/017.processed,
9867: results/018.processed, results/019.processed,
9868: results/020.processed, results/021.processed,
9869: results/022.processed, results/023.processed,
9870: results/024.processed, results/025.processed,
9871: results/026.processed, results/027.processed,
9872: results/028.processed, results/029.processed,
9873: results/030.processed, results/031.processed,
9874: results/032.processed, results/033.processed,
9875: results/034.processed, results/035.processed,
9876: results/036.processed, results/037.processed,
9877: results/038.processed, results/039.processed,
9878: results/040.processed, results/041.processed,
9879: results/042.processed, results/043.processed,
9880: results/044.processed, results/045.processed,
9881: results/046.processed, results/047.processed,
9882: results/048.processed, results/049.processed,
9883: results/050.processed, results/051.processed,
9884: results/052.processed, results/053.processed,
9885: results/054.processed, results/055.processed,
9886: results/056.processed, results/057.processed,
9887: results/058.processed, results/059.processed,
9888: results/060.processed, results/061.processed,
9889: results/062.processed, results/063.processed,
9890: results/064.processed, results/065.processed,
9891: results/066.processed, results/067.processed,
9892: results/068.processed, results/069.processed,
9893: results/070.processed, results/071.processed,
9894: results/072.processed, results/073.processed,
9895: results/074.processed, results/075.processed,
9896: results/076.processed, results/077.processed,
9897: results/078.processed, results/079.processed,
9898: results/080.processed, results/081.processed,
9899: results/082.processed, results/083.processed,
9900: results/084.processed, results/085.processed,
9901: results/086.processed, results/087.processed,
9902: results/088.processed, results/089.processed,
9903: results/090.processed, results/091.processed,
9904: results/092.processed, results/093.processed,
9905: results/094.processed, results/095.processed,
9906: results/096.processed, results/097.processed,
9907: results/099.processed, results/101.processed,
9908: results/102.processed, results/104.processed,
9909: results/105.processed, results/106.processed,
9910: results/107.processed, results/108.processed,
9911: results/109.processed, results/110.processed,
9912: results/111.processed, results/112.processed,
9913: results/113.processed, results/114.processed,
9914: results/115.processed, results/116.processed,
9915: results/117.processed, results/118.processed,
9916: results/119.processed, results/120.processed,
9917: results/121.processed, results/122.processed,
9918: results/123.processed, results/124.processed,
9919: results/125.processed, results/126.processed,
9920: results/127.processed, results/128.processed,
9921: results/129.processed, results/130.processed,
9922: results/131.processed, results/132.processed,
9923: results/133.processed, results/134.processed,
9924: results/135.processed, results/136.processed,
9925: results/137.processed, results/138.processed,
9926: results/139.processed, results/140.processed,
9927: results/141.processed: . refreshed old tests, made them work
9928: without auto.p (in utf8) . things noted: . gif got encoded
9929: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9930: some strange year)
9931:
9932: * INSTALL: . revived linux libgc fix
9933:
9934: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9935: glib/gdome in INSTALL and patches]
9936:
9937: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9938: include/pa_charset.h, include/pa_config_includes.h,
9939: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9940: include/pa_xml_exception.h, lib/cord/Makefile.am,
9941: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9942: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9943: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9944: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9945: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9946: types/pa_vxnode.h: . started killing gdome
9947:
9948: 2005-12-13 paf
9949:
9950: * src/main/: pa_request.C: merged from HEAD ! when code in
9951: @unhandled_exception thrown another exception, print correct
9952: origin (earlier code in catch of exception inside of
9953: @unhandled_exception grabbed parent_frame(original_exception)
9954: origin and printed it, instead of true origin)
9955:
9956: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9957: another exception, print correct origin (earlier code in catch of
9958: exception inside of @unhandled_exception grabbed
9959: parent_frame(original_exception) origin and printed it, instead
9960: of true origin)
9961:
9962: 2005-12-09 paf
9963:
9964: * INSTALL: . updated INSTALL doc to work around linux stack base
9965: detection problem, due to change in gc6.4 code
9966:
9967: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9968: ignored in ^string.matched :(
9969:
9970: * src/main/pa_string.C: ! regex tainting were ignored in
9971: ^string.matched :(
9972:
9973: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9974: src/include/pa_config_fixed.h, src/include/pa_version.h,
9975: src/main/compile.y, src/main/compile_tools.h,
9976: src/main/pa_charset.C, src/main/pa_common.C,
9977: src/main/pa_globals.C, src/main/pa_string.C,
9978: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9979: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9980:
9981: 2005-12-08 paf
9982:
9983: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9984: 500 chars now handled OK [were wrapped on 500th char according to
9985: rfc, but sendmail failed to unwrap it properly]
9986:
9987: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9988: handled OK [were wrapped on 500th char according to rfc, but
9989: sendmail failed to unwrap it properly]
9990:
9991: * src/targets/isapi/parser3isapi.C: . less warnings
9992:
9993: * src/targets/isapi/parser3isapi.C: . undone some strange change
9994: since 3.1.5
9995:
9996: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9997: link fixes
9998:
9999: * src/: classes/date.C, include/pa_config_fixed.h,
10000: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10001: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10002: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10003:
10004: * src/include/pa_config_fixed.h: . removed outdated string origins
10005: [in current storage scheme there's no place for them. someday we
10006: can add third CORD to store origins and special version of parser
10007: which stores origins there [separate binary]]
10008:
10009: 2005-12-07 paf
10010:
10011: * src/targets/isapi/parser3isapi.C: . now links in release mode
10012:
10013: * src/include/pa_version.h: makefiles
10014:
10015: * src/include/pa_version.h: . not beta
10016:
10017: * configure, configure.in, src/include/pa_version.h: not beta
10018:
10019: 2005-12-06 paf
10020:
10021: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10022: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10023: decided to undo the change ^call[$void] passes void. now it will
10024: pass empty string again.
10025:
10026: * src/main/: compile.tab.C, compile.y: . version readded
10027:
10028: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10029: = ^switch[void] problem
10030:
10031: 2005-12-01 paf
10032:
10033: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10034: caused ^case[string] to be coerced to double since searching
10035: value were not string (it was vvoid)
10036:
10037: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10038: ^case[string] to be coerced to double since searching value were
10039: not string (it was vvoid)
10040:
10041: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10042: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10043:
10044: 2005-11-30 paf
10045:
10046: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10047: win32 must putenv("TZ="), on unix works only putenv("TZ")
10048:
10049: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10050: putenv("TZ="), on unix works only putenv("TZ")
10051:
10052: * INSTALL: . xml libs versions updated
10053:
10054: * src/main/pa_globals.C: //20051130 trying to remove this, author
10055: claims that fixed a lot there // 20040920 for now both
10056: workarounds needed. wait for new libxml/xsl versions
10057:
10058: 2005-11-28 paf
10059:
10060: * src/classes/table.C: merged from HEAD: ! nameless table has
10061: columns==0
10062:
10063: * src/classes/table.C: ! nameless table has columns==0
10064:
10065: * src/main/pa_http.C: merged from HEAD: ! status line check made
10066: earlier [was totally wrong]
10067:
10068: * src/main/pa_http.C: ! status line check made earlier [was totally
10069: wrong]
10070:
10071: 2005-11-25 paf
10072:
10073: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10074: undoing for now...
10075:
10076: * src/include/pa_version.h: -this reduces speed(table::load),
10077: strange. undoing
10078:
10079: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10080:
10081: * src/classes/op.C: + ^while(){}[SEPARATOR]
10082:
10083: * src/include/pa_array.h: + optimistics added: all arrays (table
10084: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10085: this speeds things up and saves memory a LOT! (not noticed
10086: negative effect on syntetic tests, future will tell...)
10087:
10088: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10089: changed gc_malloc implementation, which obscured profiling
10090:
10091: * src/classes/table.C: merged from HEAD: + optimized
10092: table::load/sql, now row ArrayString-s allocated with
10093: columns.count() elements and don't always grow from
10094: count=3[realloc,realloc]
10095:
10096: * src/classes/table.C: + optimized table::load/sql, now row
10097: ArrayString-s allocated with columns.count() elements and don't
10098: always grow from count=3[realloc,realloc]
10099:
10100: * src/classes/table.C: merged from HEAD: . ^table.save unused
10101: buffer after save
10102:
10103: * src/classes/table.C: . ^table.save unused buffer after save
10104:
10105: 2005-11-24 paf
10106:
10107: * configure.in: . merged glib2-config patch
10108:
10109: * configure.in: + trying to find glib2-config
10110:
10111: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10112: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10113: file/dir_readable to simple file/dir_exist, this would help in
10114: situations "class not found because .p file has bad rights" << in
10115: that case error would be explicit "access denied to 'this' file"
10116:
1.116 moko 10117: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10118:
10119: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10120: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10121: to simple file/dir_exist, this would help in situations "class
10122: not found because .p file has bad rights" << in that case error
10123: would be explicit "access denied to 'this' file"
10124:
10125: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10126: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10127: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10128: ^file::exec/cgi[script;$.charset[changed]
10129: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10130: encoded in $.charset charset
10131:
10132: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10133: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10134: encoded in $.charset charset
10135:
10136: * src/: include/Makefile.am, include/pa_common.h,
10137: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10138: main/pa_common.C, main/pa_http.C: . extracted http:// into
10139: separate file [preparation for
10140: ^file::cgi[script;$.form[$.field1[]
10141:
10142: 2005-11-22 paf
10143:
10144: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10145:
10146: * acinclude.m4, configure.in: . merged underquting fixes
10147:
1.116 moko 10148: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10149:
10150: * src/classes/op.C: . overmerged a little
10151:
10152: * src/main/compile.tab.C: Makefile
10153:
10154: * src/main/: pa_common.C: . less gcc warnings
10155:
10156: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10157: now reports original exception if we have no old cache
10158:
10159: * src/classes/op.C: + $exception.handled[cache] now reports
10160: original exception if we have no old cache
10161:
10162: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10163: from HEAD: + ^taint/untaint[regex] << escapes these:
10164: \^$.[]|()?*+{}
10165:
10166: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10167: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10168:
10169: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10170: getenv-ed variable, which does not work both on win32&unix.
10171: copied old TZ value now
10172:
10173: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10174: stored pointer to getenv-ed variable, which does not work both on
10175: win32&unix. copied old TZ value now
10176:
10177: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10178: getenv-ed variable, which does not work both on win32&unix.
10179: copied old TZ value now
10180:
10181: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10182: access to internal hash
10183:
10184: * src/types/pa_vresponse.C: + $response:headers access to internal
10185: hash
10186:
10187: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10188: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10189: isapi] this reduces number of "GC Warning: Repeated allocation of
10190: very large block" messages to only important onces
10191:
10192: * src/targets/isapi/parser3isapi.C: +
10193: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10194: isapi] this reduces number of "GC Warning: Repeated allocation of
10195: very large block" messages to only important onces
10196:
10197: * src/classes/string.C: merged from HEAD: + removed limitation on
10198: ^string/int/double:sql{}[$.default[({param style})] ]
10199:
10200: * src/classes/string.C: + removed limitation on
10201: ^string/int/double:sql{}[$.default[({param style})] ]
10202:
10203: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10204: with ?params or $.form option" limitation
10205:
10206: * src/main/pa_common.C: + removed "use either uri with ?params or
10207: $.form option" limitation
10208:
10209: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10210: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10211: ^file::base64[encoded] decode
10212:
10213: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10214: main/pa_common.C: + ^file.base64[] encode +
10215: ^file::base64[encoded] decode
10216:
10217: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10218: ^string:base64[encoded] decode
10219:
10220: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10221: ^string:base64[in] encode + ^string.base64[] decode
10222:
10223: 2005-11-21 paf
10224:
10225: * src/classes/file.C: + merged from HEAD:
10226: ^file::create[text;file.xml;^untaint[xml]{data}]
10227:
10228: * src/classes/file.C: +
10229: ^file::create[text;file.xml;^untaint[xml]{data}]
10230:
10231: * src/main/pa_request.C: ! merged: $response:body[file] now
10232: differes from :download, it does not return content-disposition
10233: at all now [previusely it returned valueless content-disposition]
10234:
10235: * src/main/pa_request.C: ! $response:body[file] now differes from
10236: :download, it does not return content-disposition at all now
10237: [previusely it returned valueless content-disposition]
10238:
10239: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10240: literals, reverted to just vvod, recreating empty array with each
10241: void_value token. that's absolutely needed, since that array
10242: grows
10243:
10244: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10245: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10246: types/pa_vmethod_frame.h: + merged: expression literals:
10247: true/false. ^format[$.indent(true)]
10248:
10249: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10250: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10251: types/pa_vmethod_frame.h: + expression literals: true/false.
10252: ^format[$.indent(true)]
10253:
10254: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10255: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10256: i386-pc-win32)"
10257:
10258: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10259: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10260: i386-pc-win32)"
10261:
10262: 2005-11-18 paf
10263:
10264: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10265: null}[$.default(123)] will now return default value
10266:
10267: * src/classes/op.C: + merged ^cache[] << returns current cache
10268: expiration time
10269:
10270: * src/classes/op.C: + ^cache[] << returns current cache expiration
10271: time
10272:
10273: * src/classes/table.C: ! merged ^table::create[not'nameless';
10274: failed << Exception.problem_source pointed to local var!
10275:
10276: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10277: Exception.problem_source pointed to local var!
10278:
10279: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10280: now loads VFile.ptr!=0, so such files can be saved now
10281:
10282: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10283: loads VFile.ptr!=0, so such files can be saved now
10284:
10285: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10286: only . and .. now removed from list [were removed all .*]
10287:
10288: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10289: .. now removed from list [were removed all .*]
10290:
10291: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10292: open error now checked, were not :( [stole that piece from apache
10293: 1.3 sources]
10294:
10295: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10296: checked, were not :( [stole that piece from apache 1.3 sources]
10297:
10298: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10299: untainting of @main result if returned by $result or
10300: $response:body
10301:
10302: * src/main/pa_request.C: ! ensured proper untainting of @main
10303: result if returned by $result or $response:body
10304:
10305: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10306: issue: now tries to guess content-length and allocates one big
10307: piece if possible [regretfully gc_realloc works as malloc+free,
10308: leaving lots of holes behind]
10309:
10310: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10311: fixed file load memory issue: now tries to guess content-length
10312: and allocates one big piece if possible [regretfully gc_realloc
10313: works as malloc+free, leaving lots of holes behind]
10314:
10315: 2005-11-16 paf
10316:
10317: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10318: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10319: table::save with enclosers now doubles them: "->"" !
10320: table::save/load do not remove elements from options hash
10321:
10322: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10323: [were overoptimized ^if(double_literal), compiler confused
10324: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10325:
10326: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10327: [were overoptimized ^if(double_literal), compiler confused
10328: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10329:
10330: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10331: main/pa_common.C: ! table::save with enclosers now doubles them:
10332: "->"" ! table::save/load do not remove elements from options hash
10333:
10334: 2005-11-03 paf
10335:
1.116 moko 10336: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10337: compilation, not all makefiles liked that
1.95 moko 10338:
10339: 2005-08-30 paf
10340:
10341: * src/classes/op.C: merge . speedup check of [DEFAULT]
10342:
10343: * src/classes/op.C: . speedup check of [DEFAULT]
10344:
10345: 2005-08-26 paf
10346:
10347: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10348:
10349: * src/: classes/date.C, types/pa_vdate.h: + date.week
10350:
10351: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10352: complains about bad!=nameless
10353:
10354: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10355: about bad!=nameless
10356:
10357: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10358: optional options were allowed to be empty. were checked
10359: if(is_string), changed to !defined||is_string to allow void
10360:
10361: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10362: classes/string.C, classes/table.C, classes/void.C: ! optional
10363: options were allowed to be empty. were checked if(is_string),
10364: changed to !defined||is_string to allow void
10365:
10366: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10367: as_junction where they needed as_int/double, so failed with
10368: recent "(const) now no junction" optimization
10369:
10370: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10371: merged ! many classes/* used as_junction where they needed
10372: as_int/double, so failed with recent "(const) now no junction"
10373: optimization
10374:
10375: * src/: classes/double.C, classes/int.C, classes/math.C,
10376: classes/op.C, classes/string.C, classes/table.C,
10377: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10378: used as_junction where they needed as_int/double, so failed with
10379: recent "(const) now no junction" optimization
10380:
10381: 2005-08-24 paf
10382:
10383: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10384: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10385: stripped it
10386:
10387: 2005-08-09 paf
10388:
10389: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10390: not cleared
10391:
10392: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10393: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10394: classes/hashfile.C, classes/image.C, classes/int.C,
10395: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10396: classes/response.C, classes/string.C, classes/table.C,
10397: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10398: include/pa_array.h, include/pa_cache_managers.h,
10399: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10400: include/pa_config_fixed.h, include/pa_config_includes.h,
10401: include/pa_dictionary.h, include/pa_dir.h,
10402: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10403: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10404: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10405: include/pa_request_charsets.h, include/pa_request_info.h,
10406: include/pa_sapi.h, include/pa_socks.h,
10407: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10408: include/pa_stack.h, include/pa_string.h,
10409: include/pa_stylesheet_connection.h,
10410: include/pa_stylesheet_manager.h, include/pa_table.h,
10411: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10412: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10413: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10414: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10415: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10416: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10417: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10418: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10419: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10420: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10421: main/pa_sql_driver_manager.C, main/pa_string.C,
10422: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10423: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10424: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10425: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10426: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10427: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10428: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10429: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10430: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10431: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10432: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10433: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10434: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10435: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10436: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10437: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10438: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10439: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10440: types/pa_vresponse.C, types/pa_vresponse.h,
10441: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10442: types/pa_vstateless_object.h, types/pa_vstatus.C,
10443: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10444: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10445: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10446: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10447: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10448:
10449: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10450: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10451: speedup consequent checks in vmethod_frame
10452:
10453: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10454: not cleared
10455:
10456: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10457: params: 50 max (were 10)
10458:
10459: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10460: params: 50 max (were 10)
10461:
10462: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10463: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10464: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10465: empty string) ! simplified (double) speedup consequent checks in
10466: vmethod_frame
10467:
10468: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10469: optimized constants in expressions vstring->vdouble + optimized
10470: ^call(vdouble), no junction creation, no calls later
10471:
10472: 2005-08-08 paf
10473:
10474: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10475: integrated
10476:
10477: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10478: integrated
10479:
10480: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10481: compile_tools.h: merged + optimized constants in expressions
10482: vstring->vdouble + optimized ^call(vdouble), no junction
10483: creation, no calls later
10484:
10485: * src/types/pa_vdouble.h: merged . double values without fractional
10486: part now default printed as %.0f instead of %g
10487:
10488: * src/types/pa_vdouble.h: . double values without fractional part
10489: now default printed as %.0f instead of %g
10490:
10491: * src/classes/hashfile.C: . merged ! second hashfile::open would
10492: cause an exception
10493:
10494: * src/classes/hashfile.C: ! second hashfile::open would cause an
10495: exception
10496:
10497: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10498: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10499: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10500: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10501: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10502: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10503: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10504: types/pa_vresponse.h, types/pa_vstateless_class.C,
10505: types/pa_vstateless_object.h, types/pa_vvoid.h,
10506: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10507: merged VJunction(new Junction) optimization from 3.1.4
10508:
10509: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10510: types/pa_vstateless_class.C: + optimized new VJunction(new
10511: Junction(params)) to new VJunction(params), thousands of mallocs
10512: removed
10513:
10514: 2005-08-05 paf
10515:
10516: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10517: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10518: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10519: creation, no calls later
10520:
10521: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10522: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10523: classes/hashfile.C, classes/image.C, classes/int.C,
10524: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10525: classes/response.C, classes/string.C, classes/table.C,
10526: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10527: include/pa_array.h, include/pa_cache_managers.h,
10528: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10529: include/pa_config_fixed.h, include/pa_config_includes.h,
10530: include/pa_dictionary.h, include/pa_dir.h,
10531: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10532: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10533: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10534: include/pa_request_charsets.h, include/pa_request_info.h,
10535: include/pa_sapi.h, include/pa_socks.h,
10536: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10537: include/pa_stack.h, include/pa_string.h,
10538: include/pa_stylesheet_connection.h,
10539: include/pa_stylesheet_manager.h, include/pa_table.h,
10540: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10541: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10542: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10543: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10544: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10545: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10546: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10547: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10548: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10549: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10550: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10551: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10552: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10553: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10554: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10555: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10556: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10557: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10558: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10559: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10560: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10561: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10562: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10563: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10564: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10565: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10566: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10567: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10568: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10569: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10570: types/pa_vstateless_object.h, types/pa_vstatus.C,
10571: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10572: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10573: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10574: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10575: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10576:
10577: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10578: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10579: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10580: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10581: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10582: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10583: optimized constants in expressions vstring->vdouble
10584:
10585: 2005-07-29 paf
10586:
10587: * src/types/pa_vclass.C: . shaped up error messages a bit
10588:
10589: * src/types/pa_vclass.C: + property getter can now be overridden
10590:
10591: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10592: bug fix: static parent fields were not replaced in case
10593: $derived:field[put] + property setter can now be overridden
10594:
10595: 2005-07-28 paf
10596:
10597: * configure, configure.in, src/classes/classes.h,
10598: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10599: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10600: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10601: src/classes/xnode.h, src/include/pa_hash.h,
10602: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10603: src/types/Makefile.am, src/types/pa_method.h,
10604: src/types/pa_value.h, src/types/pa_vclass.C,
10605: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10606: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10607: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10608: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10609: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10610: src/types/pa_vobject.C, src/types/pa_vobject.h,
10611: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10612: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10613: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10614: src/types/pa_vstateless_class.h,
1.95 moko 10615: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10616: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10617: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10618: dynamic_fields_join
10619:
10620: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10621: classes/xnode.C, include/pa_hash.h, main/execute.C,
10622: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10623: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10624: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10625: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10626: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10627: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10628: types/pa_vresponse.h, types/pa_vstateless_object.h,
10629: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10630: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10631: restored its checks in vobject.put_element->static fields |
10632: dynamic properties
10633:
10634: 2005-07-27 paf
10635:
10636: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10637: is some old code containing @set_name $name
10638:
10639: * src/types/pa_vobject.h: . fixed warning
10640:
10641: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10642: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10643:
10644: * src/: classes/xnode.C, include/pa_hash.h,
10645: types/pa_vstateless_class.C: ! new asserts were all false.
10646: regretfully reverted them all to checks
10647:
10648: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10649: classes/op.C, main/execute.C, types/pa_method.h,
10650: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10651: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10652: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10653: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10654: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10655: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10656: types/pa_vstateless_object.h, types/pa_vvoid.h,
10657: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10658: joined_dynamic_fields: removed unused param from put_method
10659: (returned to 3 params)
10660:
10661: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10662: joined_dynamic_fields: dynamic get/set works with overriding
10663: props [alpha2]
10664:
10665: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10666: works [alfa]
10667:
10668: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10669: classes/op.C, include/pa_hash.h, main/execute.C,
10670: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10671: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10672: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10673: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10674: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10675: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10676: types/pa_vresponse.h, types/pa_vstateless_class.C,
10677: types/pa_vstateless_object.h, types/pa_vvoid.h,
10678: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10679: joined_dynamic_fields: just compiled
10680:
10681: * src/: classes/date.C, classes/file.C, classes/hash.C,
10682: classes/hashfile.C, classes/image.C, classes/table.C,
10683: classes/xdoc.C, classes/xnode.h, main/execute.C,
10684: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10685: types/pa_vstateless_class.h: joined_dynamic_fields: started
10686:
10687: * src/types/pa_vobject.C: . object setters [only started, does not
10688: work yet]
10689:
10690: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10691: object setters [only started, does not work yet]
10692:
10693: 2005-07-26 paf
10694:
10695: * src/: include/pa_request.h, main/execute.C: . properties: set
10696: works [alpha2]. for classes. todo: for objects
10697:
10698: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10699: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10700: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10701: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10702: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10703: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10704: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10705: types/pa_vstateless_object.h, types/pa_vvoid.h,
10706: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10707: properties: set works [alpha1]
10708:
10709: 2005-07-25 paf
10710:
10711: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10712: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10713: properties: started, get works [alpha1, other approach]
10714:
10715: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10716: properties: started, get works [alpha2]
10717:
10718: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10719: pa_vstateless_class.h: . properties: started, get works [alpha]
10720:
10721: 2005-07-15 paf
10722:
10723: * src/: classes/classes.h, classes/op.C, main/execute.C,
10724: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10725: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10726: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10727: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10728: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10729: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10730: types/pa_vresponse.C, types/pa_vresponse.h,
10731: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10732: types/pa_vstateless_object.h, types/pa_vvoid.h,
10733: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10734: types/pa_wwrapper.h, types/types.vcproj: + started property
10735: [getters work but think of changing them too to precaching]
10736:
10737: 2005-07-08 paf
10738:
10739: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10740: gpf
10741:
10742: 2005-06-28 paf
10743:
10744: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10745: in passing empty strings to file::exec/cgi environment
10746:
10747: 2005-06-06 paf
10748:
10749: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10750: ^table:sql ^hash:sql now DO process $.bind option
10751:
10752: 2005-05-24 paf
10753:
10754: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10755: $.limit] now work again [support was broken in 3.1.4]
10756:
10757: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10758: ALL_INTERIOR_POINTERS
10759:
10760: 2005-05-12 paf
10761:
10762: * configure: 3.1.5beta
10763:
10764: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10765:
10766: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10767: $.limit] now work again [support was broken in 3.1.4]
10768:
10769: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10770: line-width [was refusing to fill if line-width >1, thanks to
10771: Seras <seras@pinxit.lt> for repro case
10772:
10773: 2005-04-25 paf
10774:
10775: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10776: correctly
10777:
10778: 2005-04-19 paf
10779:
10780: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10781: in VString violating invariant!!
10782:
10783: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10784: getenv("TZ")==null
10785:
10786: 2005-04-08 paf
10787:
10788: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10789: bugfix: when there is no char in charset one byte produces 6
10790: (ÿ <<max). increased buffer size!
10791:
10792: 2005-03-23 paf
10793:
10794: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10795: ^date.sql-string now takes TZ into account
10796:
10797: 2005-03-16 paf
10798:
10799: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10800: gcc 3.4
10801:
10802: * src/types/pa_vhash.C: . warning about eof eol
10803:
10804: 2005-02-17 paf
10805:
10806: * operators.txt, src/classes/op.C: + operator ^sleep(double
10807: seconds)
10808:
10809: 2005-02-02 paf
10810:
10811: * src/classes/xnode.C: beauty: removed needless includes
10812:
10813: 2005-01-31 paf
10814:
10815: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10816: $.partNoNumber now alias to $.part1
10817:
10818: * src/types/pa_vmail.C: change: incoming letter part contains
10819: "content-disposition" header with any value? now considering that
10820: part to be "file#" [for text/plain text/html were $.text#
10821: $.html#]
10822:
10823: * INSTALL: updatet to latest working versions available
10824:
10825: 2005-01-20 paf
10826:
10827: * configure.in, src/include/pa_version.h: version
10828:
10829: 2005-01-19 paf
10830:
1.116 moko 10831: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10832: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10833: couple warnings in parser3.C
1.95 moko 10834:
10835: 2004-12-23 paf
10836:
10837: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10838:
10839: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10840: dir to directory of script (when shbang used), not to directory
10841: of its interpreter
10842:
10843: * src/include/pa_version.h: compiled on win32...
10844:
10845: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10846: we need more hspace
10847:
10848: * configure, configure.in, src/include/pa_version.h: configured
10849: host to pa_version. will be displayed everywhere
10850:
10851: * src/main/pa_request.C: new: @unhandled_exception can prevent
10852: exception from being logged by setting $exception.handled(1)
10853:
10854: * operators.txt, src/classes/file.C: change:
10855: ^file::sql{query}[[options]] options: $.name[file name]
10856: $.content-type[application/what]
10857:
10858: * src/: include/pa_common.h, main/pa_common.C,
10859: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10860: new file
10861:
10862: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10863: bugfix: table->hash now regards _default
10864:
10865: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10866: created by accessing $name_of_method it acquired bad self=closest
10867: methodframe; instead of proper self (current class)
10868:
10869: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10870: hashfile produced bad cord
10871:
10872: 2004-12-10 paf
10873:
10874: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10875: subsequent failures though defined in .h
10876:
10877: * src/main/pa_common.C: comment on volatile
10878:
10879: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10880: alarm function were not used since the beginning due to stupid
10881: error [setsigjmp were not checked in configure.in]
10882:
10883: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10884: unix too
10885:
10886: * src/main/pa_common.C: http: exception status of send/recv errors
10887: change to most probable http.timeout
10888:
10889: * src/main/pa_common.C: win32: http connection $.timeout option now
10890: works [setsockopt on send/receive]
10891:
10892: 2004-12-08 paf
10893:
10894: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10895: cstr-ed knowing mail charset, and untainting uri lang now knows
10896: proper charset
10897:
10898: 2004-11-24 paf
10899:
10900: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10901:
10902: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10903: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10904:
10905: 2004-11-12 paf
10906:
10907: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10908: [since 3.0.4]
10909:
10910: 2004-11-09 paf
10911:
10912: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10913: writes basics to c:\parser3.log
10914:
10915: 2004-10-21 paf
10916:
10917: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10918: tainted strings [were returning clean onces]
10919:
10920: 2004-10-15 paf
10921:
10922: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10923: cycles(i=1; i=2), which was wrong, now does ONE
10924:
10925: 2004-10-12 paf
10926:
10927: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10928:
10929: 2004-10-07 paf
10930:
10931: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10932: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10933: release asserts
10934:
10935: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10936: String.dump() to stdout in detailed form [were String.v() in
10937: short form]
10938:
10939: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10940: \t\r\n as @#| and truncates long char sequences less
10941:
10942: 2004-10-06 paf
10943:
10944: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10945: win32 beauty: socket errors properly decoded
10946:
10947: 2004-10-05 paf
10948:
10949: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10950: request::configure_user/admin done always, even if no
10951: file-to-process useful in @unhandled_exception [say, if they
10952: would want to mail by SMTP something]
10953:
10954: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10955: now performed prior to file loading [and @auto executing] thus
10956: making $cookie:value available in @auto and in
10957: @unhandled_exception when IIS is configured to run interpreter
10958: even if no file exist
10959:
10960: 2004-09-20 paf
10961:
10962: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10963: somewhere where it should have called xmlMalloc and it calls
10964: xmlFree when it should have not called it. inserted two
10965: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10966: xmlFree just ignored. put away a testcase, maybe someday libxml
10967: author would fix all that. until that day: we have SLOW garbage
10968: collecting when many xml objects are alive hint: do
10969: ^memory:compact[] before xdoc::create
10970:
10971: 2004-09-17 paf
10972:
10973: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10974: error from 3.0.8 version]
10975:
10976: 2004-09-14 paf
10977:
10978: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10979: part bugfix: hashfile.foreach iterated only part if hashfile were
10980: modified inside
10981:
10982: 2004-09-13 paf
10983:
10984: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10985: [were as octal]
10986:
10987: * src/types/pa_vhashfile.C: beauty: not reproduced
10988: $hashfile.key[$novalue] bug [reported by motorin], inserted
10989: safety-check
10990:
10991: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10992: [not something obscure from sdbm lib]
10993:
10994: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10995: = strerror now returnes something and we can properly report that
10996: to client
10997:
10998: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10999: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11000:
11001: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11002: [tainted as-is] this helps //[space][newline] to remain as-is and
11003: not be unnecessary optimized away [ruining javascript]
11004:
11005: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11006: [tainted as-is]
11007:
11008: * src/classes/mail.C: bugfix: typo error
11009:
11010: 2004-09-09 paf
11011:
11012: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11013: separators bugfix: loads header with endings \r\n\r\n and \n\n
11014: (bloody yandex.server)
11015:
11016: 2004-09-06 paf
11017:
11018: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11019: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11020: encoded
11021:
11022: 2004-09-01 paf
11023:
11024: * src/types/pa_vmail.C: change: multipart/mixed changed to
11025: multipart/related outlook express have no problems showing
11026: unrelated attachments. todo: someday figure out a way of
11027: multipart/mixed multipart/related text/html
11028: image/xxx application/octet-stream << true attachments
11029:
11030: * src/types/pa_vmail.C: new:
11031: ^mail:send[$.file[$.content-disposition can be overriden new:
11032: empty mail header fields removed from letter
11033:
11034: * src/: classes/mail.C, include/pa_config_fixed.h,
11035: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11036: ^mail:send[ $.file[ $.any[header]
11037:
11038: 2004-08-30 paf
11039:
11040: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11041: warnings
11042:
11043: * src/main/pa_common.C: beauty: do not bother with charset
11044: detection when ^file::load[binary
11045:
11046: 2004-08-27 paf
11047:
11048: * src/main/pa_common.C: hack: for yandex.server http server
11049:
11050: 2004-08-18 paf
11051:
11052: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11053: possibly-chunked response
11054:
11055: 2004-08-17 paf
11056:
11057: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11058: $f.content-type now = that of http response
11059:
11060: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11061: $f.content-type now = that of http response
11062:
11063: 2004-07-30 paf
11064:
11065: * src/: include/pa_request.h, main/pa_request.C,
11066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11067: win32: system&parser exceptions in release mode reported properly
11068: parser exception in exception handler WERE mistakenly reported as
11069: system exception, without details [in apache & isapi] +some
11070: beauty in exception text
11071:
11072: * src/: include/pa_exception.h, main/pa_request.C,
11073: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11074: release mode reported properly parser exception in exception
11075: handler WERE mistakenly reported as system exception, without
11076: details
11077:
11078: * src/main/execute.C: beauty: simplified system exception handling
11079:
11080: 2004-07-29 paf
11081:
11082: * src/classes/table.C: bugfix:
11083: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11084: were ignored, and \t used unconditionally]
11085:
11086: * src/types/Makefile.am: added vhash.c
11087:
11088: 2004-07-28 paf
11089:
11090: * src/: classes/date.C, classes/image.C, classes/math.C,
11091: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11092: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11093: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11094: failed on russian letters
11095:
11096: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11097: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11098: letters
11099:
11100: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11101: as 'currentDirectory' parameter to CreateProcess
11102:
11103: 2004-07-27 paf
11104:
11105: * src/targets/cgi/parser3.vcproj: beauty: win32:
11106: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11107: from release somewhere [to help searching for unhandled system
11108: exceptions]
11109:
11110: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11111: TZ shift
11112:
11113: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11114: but also in ctor
11115:
11116: 2004-07-26 paf
11117:
11118: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11119: src/main/pa_request.C, src/types/pa_vfile.h,
11120: src/types/pa_vhash.C, src/types/pa_vhash.h,
11121: src/types/types.vcproj: new: $response:body/download[
11122: $.file[name on disk] $.name[of file for user]
11123: $.mdate[date of last-modified. default from directory] ]
11124:
11125: * src/classes/file.C: moving file:send somewhere else..
11126:
11127: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11128: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11129: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11130: $response:download[ $.filename[filename] $.option[] ,, ]
11131:
11132: * src/classes/file.C: beauty: invalid mode thoroughly reported
11133:
11134: 2004-07-21 paf
11135:
11136: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11137: to several lines
11138:
11139: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11140:
11141: note: ms outlook[!express] shows only first 255 characters of
11142: subject
11143:
11144: 2004-07-15 paf
11145:
11146: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11147: off]
11148:
11149: 2004-07-14 paf
11150:
11151: * src/classes/table.C: bugfix: $.bind values now got untainted
11152: according to lang [were: as-is]
11153:
11154: 2004-07-07 paf
11155:
11156: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11157: checked that
11158:
11159: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11160: now untainted according to their languages. were: as-is.
11161: EVERYWHERE
11162:
11163: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11164: environment string now untainted according to their languages.
11165: were: as-is. EVERYWHERE
11166:
11167: * src/main/pa_exec.C: bufix: on unix environment string now
11168: untainted according to their languages. were: as-is. on win32:
11169: ok
11170:
11171: * parser3.vssscc: ...would not go unnoticed
11172:
11173: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11174: fails. in case on input appears nonutf, those bytes will be
11175: printed in %HH form. that can be easily decoded/recovered.
11176:
11177: this form is quite noticable, and hopefully would not go noticed
11178:
11179: 2004-07-06 paf
11180:
11181: * src/main/pa_exec.C: bufix: on unix environment string now
11182: untainted according to their languages. were: as-is. on win32:
11183: ok
11184:
11185: 2004-07-01 paf
11186:
11187: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11188: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11189: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11190: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11191: main/main.vcproj, targets/cgi/parser3.vcproj,
11192: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11193: option: global optimization ON
11194:
11195: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11196: to do xdoc::create{invalid chars} standard disables chars less
11197: then \x20, except tab, cr, lf.
11198:
11199: changed tainting so that those become '!'
11200:
11201: 2004-06-25 paf
11202:
11203: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11204: int on odd address [prev bugfix failed due to superwize
11205: optimizer, which turned memcpy into same 'ld' asm command]
11206:
11207: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11208: int on odd address
11209:
11210: 2004-06-22 paf
11211:
11212: * src/sql/pa_sql_driver.h: note: about possible optimization
11213:
11214: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11215: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11216: src/include/pa_config_includes.h: new: ^void:sql{call
11217: paf(:a)}[ $.bind[ $.a[2]
11218: ] ] output variables work. todo: check in out
11219: variables
11220:
11221: 2004-06-18 paf
11222:
11223: * src/: classes/file.C, classes/hash.C, classes/string.C,
11224: classes/table.C, classes/void.C, include/pa_globals.h,
11225: include/pa_sql_connection.h, main/compile.tab.C,
11226: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11227: $.bind[ $.a[2] ]
11228: ] input variables work. todo:output
11229:
11230: * src/targets/cgi/parser3.C: bugfix: iis specific
11231: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11232: /_bug.html?404;http://hpsv/test/
11233: --------------------------------------------------------------------------------
11234: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11235: --------------------------------------------------------------------------------
11236: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11237:
11238: 2004-06-16 paf
11239:
11240: * src/targets/cgi/parser3.C: new: iis specific
11241: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11242: $request:query
11243: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11244: $form:fields IIS-STATUS="404"
11245: IIS-DOCUMENT="http://server/_bug.html" f="v"
11246:
11247: todo: isapi too
11248:
11249: 2004-05-26 paf
11250:
11251: * src/include/pa_version.h: 3.1.3
11252:
11253: * operators.txt: beauty: removed outdated level 'table'
11254:
11255: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11256:
11257: * src/main/pa_string.C: beauty: removed 3 warnings
11258:
11259: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11260: classes/op.C: beauty: removed outdated level 'table'
11261:
11262: 2004-05-25 paf
11263:
11264: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11265: implementation. mistery: how anything worked
11266:
11267: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11268: changed, it is now safe to use url if pointers to it are stored
11269: to gc mem
11270:
11271: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11272: unknown errors reported and not cause SIGSEGV now
11273:
11274: 2004-05-24 paf
11275:
11276: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11277: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11278: less memory: CORD_chars_block originally intended to ... it was
11279: good that CORD_chars_block were not used: it consumes more memory
11280: [and, might be slow too] undoing that. [and removed that func so
11281: that it would not confuse parser developer in future]
11282:
11283: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11284: less memory: CORD_chars_block originally intended to
11285: speedup/reduce mem usage were forgotten, and were used stupid
11286: CORD_chars
11287:
11288: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11289:
11290: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11291: BIGENDIAN processors space-conserving mech failed, causing
11292: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11293: (1|2|3));
11294:
11295: 2004-05-14 paf
11296:
11297: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11298: bugfix: void now has vfile value, and $response:body[] works OK
11299:
11300: 2004-05-12 paf
11301:
11302: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11303: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11304: sources to use is_defined() {return as_bool();} along VBool
11305:
11306: 2004-05-11 paf
11307:
11308: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11309: referencing to local objects
11310:
11311: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11312: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11313: left intact
11314:
11315: 2004-04-15 paf
11316:
11317: * src/classes/date.C: merged: beauty: unused var removed
11318:
11319: * src/classes/date.C: beauty: unused var removed
11320:
11321: * src/include/: pa_exec.h: bugfix: interface without pointer
11322: provoked bug
11323:
11324: 2004-04-09 paf
11325:
11326: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11327:
11328: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11329:
11330: 2004-04-08 paf
11331:
11332: * src/classes/date.C: new: ^date::create[y-m-d
11333: h-M-s>>.milliseconds<<] now allowed, ignored so far
11334:
11335: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11336:
11337: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11338: to consult default catalog [usually, that file belongs to other
11339: user/group]
11340:
11341: 2004-04-06 paf
11342:
11343: * src/main/pa_common.C: beauty: gcc warning removed
11344:
11345: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11346: accept that trick, trying other
11347:
11348: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11349: explicit result problem
11350:
11351: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11352: explicit result problem
11353:
11354: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11355: explicit result problem
11356:
11357: * operators.txt, src/classes/string.C: new: ^string.append[string]
11358:
11359: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11360: main/execute.C: attempt_check_call_in_explicit_result_mode:
11361: failed
11362:
11363: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11364: http://i.p.a.ddress gethostbyaddr added [on some platforms
11365: gethostbyname failed with such 'domains'] now checked properly,
11366: were: needless reverse/forward dns lookup
11367:
11368: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11369: http://i.p.a.ddress gethostbyaddr added [on some platforms
11370: gethostbyname failed with such 'domains'] now checked properly,
11371: were: needless reverse/forward dns lookup
11372:
11373: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11374: @method[][result] means "no string output here" moved to lexical
11375: level [on grammar level it were too difficult]
11376:
11377: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11378: src/main/compile.y, src/main/compile_tools.h,
11379: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11380: @method[][result] means "no string output here", implemented part
11381: of that idea: compiler throws away string literal generation
11382: code. and barks nonwhitespace chars
11383:
11384: * operators.txt: truth: removed comment about $ORIGIN
11385:
11386: 2004-04-05 paf
11387:
11388: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11389: src/include/pa_version.h, src/main/pa_common.C,
11390: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11391:
11392: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11393: Konstantin Tomashevitch [mailto:konst@design.ru]
11394:
11395: * src/doc/html2chm.cmd: beauty: no need in bg here
11396:
11397: * src/doc/sources2html.cmd: beauty: same window, in bg it
11398: interfered with FAR console
11399:
11400: * configure, configure.in: 3.1.3
11401:
11402: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11403:
11404: * src/main/pa_common.C: removed warning
11405:
11406: * src/include/pa_version.h: 3.1.3
11407:
11408: 2004-04-02 paf
11409:
11410: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11411:
11412: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11413: allows to specify where to put parser log file
11414:
11415: 2004-04-01 paf
11416:
11417: * src/classes/table.C: bugfix: bugfix: table::load last line
11418: without tab and enter were ignored
11419:
11420: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11421: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11422: main/pa_socks.C, targets/cgi/parser3.C,
11423: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11424: bugfix: sql connections now are disconnected
11425:
11426: 2004-03-30 paf
11427:
11428: * src/classes/table.C: bugfix: table::load last line without tab
11429: and enter were ignored
11430:
11431: * src/classes/table.C: bufix: if last table lines were commented,
11432: gpfed
11433:
11434: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11435: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11436: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11437: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11438: doc/methoded.dox, doc/object.dox, doc/string.dox,
11439: doc/targets.dox, doc/value.dox, include/pa_version.h,
11440: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11441: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11442: bugfixes from 3.1.2, changed version to 3.1.3beta
11443:
11444: 2004-03-29 paf
11445:
11446: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11447: causes gpf
11448:
11449: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11450: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11451: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11452: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11453: value.dox: translated to english
11454:
11455: 2004-03-25 paf
11456:
11457: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11458: parser3project dependency removed
11459:
11460: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11461: bugfix: refused to compile without xml
11462:
11463: * src/types/pa_vform.C: beauty: removed warning
11464:
11465: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11466: any folder [removed last ;) folder dependency]
11467:
11468: * src/classes/classes.vcproj: bugfix: now all compiles in any
11469: folder [removed last ;) folder dependency]
11470:
11471: * src/include/pa_version.h: release
11472:
11473: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11474:
11475: * src/classes/table.C: beauty: comment& more meaningful error
11476: message
11477:
11478: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11479: $.hash[$.column_value1(true) ... ] [were producing some strang
11480: thing]
11481:
11482: 2004-03-23 paf
11483:
11484: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11485: and http status line parsing checked number of columns in table
11486: [user reported an assert]
11487:
11488: * operators.txt: example: on hashfile
11489:
11490: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11491: bugfix: junction reattach now actually reattaches a junction to
11492: new wcontext [were only assigning it to junction, which caused
11493: junction tracking to loose junction, and it's context were not
11494: killed, and it tried to process in invalid context, gpf]
11495:
11496: * src/targets/cgi/parser3.C: debug helper added
11497:
11498: 2004-03-19 paf
11499:
11500: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11501: "type(type)" in braces
11502:
11503: 2004-03-10 paf
11504:
11505: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11506: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11507: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11508: solution to search-in-namespaces problem:
11509: $xdoc.search-namespaces.x[http://pif.design.ru/]
11510: $nodes[^xdoc.select[//x:second]]
11511:
11512: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11513: expression][[NAMESPACES HASH]] allows to search for info in
11514: namespaces
11515:
11516: $nodes[^xdoc.select[//x:second][
11517: $.x[http://pif.design.ru/] ]]
11518:
11519: 2004-03-09 paf
11520:
11521: * operators.txt, src/main/pa_common.C: new:
11522: ^file::load[...][options] $.form[
11523: !$.field1[string]
11524: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11525: ] !$.body[string]
11526:
11527: GET ?here notGET(POST, HEAD, others) in content-type:
11528: application/x-www-form-urlencoded
11529:
11530: todo: upload files ability
11531:
11532: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11533: properly, done
11534:
11535: 2004-03-05 paf
11536:
11537: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11538: GET/POST $.form[$.fields started, not tested yet
11539: todo:$.field[table] for multiple values
11540:
11541: * operators.txt: new: http:// options $.user $.password basic
11542: authorization
11543:
11544: * src/main/pa_common.C: beauty: link to rtf added
11545:
11546: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11547: new: http:// options $.user $.password basic authorization
11548:
11549: * src/main/pa_common.C: beauty: removed needless vars
11550:
11551: * operators.txt: new: pgsql option [like that recently added to
11552: oracle driver] ClientCharset=parser-charset <<
11553: charset in which parser thinks client works
11554:
11555: * operators.txt: new: odbc option [like that recently added to
11556: oracle driver] ClientCharset=parser-charset <<
11557: charset in which parser thinks client works
11558:
11559: * src/sql/pa_sql_driver.h: beauty: important warning added
11560:
11561: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11562: char!
11563:
11564: * etc/parser3.charsets/windows-1251.cfg: typo
11565:
11566: 2004-03-04 paf
11567:
11568: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11569: cached, sql transcoding now goes faster
11570:
11571: * operators.txt: new: mysql option [like that recently added to
11572: oracle driver] ClientCharset=parser-charset <<
11573: charset in which parser thinks client works
11574:
11575: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11576: typo error
11577:
11578: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11579: chars commented
11580:
11581: 2004-03-03 paf
11582:
11583: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11584: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11585:
11586: 2004-03-02 paf
11587:
11588: * operators.txt: new[update typo]: !^void.left(n)
11589: nothing !^void.right(n) nothing !^void.mid(p[;n])
11590: nothing
11591:
11592: * operators.txt, src/classes/void.C: new: !^void.left(n)
11593: nothing !^void.right(n) nothing !^void.pos(p[;n])
11594: nothing
11595:
11596: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11597: ^file::sql[[name_to_become_$.name]]{} query result must be one
11598: row with columns: first: data second: file name third:
11599: content-type
11600:
11601: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11602: ^connect gets properly escaped string, which can be passed to
11603: request now this for mysql only. it's up to parser sql driver to
11604: fix zeros properly
11605:
11606: * INSTALL: note: added on building apache with this option:
11607: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11608:
11609: 2004-03-01 paf
11610:
11611: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11612: extension memory:compact befor processingrequest
11613:
11614: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11615: call sole column of result
11616:
11617: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11618: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11619: pixel color
11620:
11621: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11622: beauty: image -- less checks [were ugly impl]
11623:
11624: * src/classes/string.C: bugfix: ^string.left/right/mid with
11625: negative values now considered bad
11626:
11627: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11628:
11629: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11630: options now have unified defaults [after transform
11631: indent/omit-xml-declaration/standalone 'default' erroreously
11632: meant 'true']
11633:
11634: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11635: added [on some platforms gethostbyname failed with such
11636: 'domains']
11637:
11638: * src/include/pa_config_auto.h.in: no select check, no define
11639:
11640: * src/classes/string.C: feature: ^string.trim both parameters may
11641: be empty-strings, meaning kind=both chars=whitespaces
11642:
11643: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11644: exist
11645:
11646: * src/classes/string.C: check: trim 'chars' must not be empty,
11647: exception if it is
11648:
11649: * src/classes/string.C: changed: ^string.trim [] << both,
11650: whitespaces [start|both|end] << kind, whitespaces
11651: [start|both|end;chars] full
11652:
11653: 2004-02-27 paf
11654:
11655: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11656: method: ^string.trim[start|both|end[;chars]] default
11657: 'chars' -- whitespace chars finished
11658:
11659: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11660: src/main/pa_string.C: new method:
11661: ^string.trim[start|both|end[;chars]] default 'chars' --
11662: whitespace chars started, only start works
11663:
11664: * src/main/compile.C: bugfix: line numbers after
11665: ^process{}[$.line(-10]] can be negative, allowed to print they as
11666: signed
11667:
11668: * src/main/untaint.C: speed: there's no \n chars in output
11669: [normally], so no need to optimize them they could be retrived
11670: from databases, though. but 1. should be replaced 2. if not
11671: optimized, no harm done
11672:
11673: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11674: ^file::exec/cgi could return invalid status & zombie child can
11675: remain for short period until process exists [very bad in
11676: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11677:
11678: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11679: malicious SMTP server to attack as by returning too long status
11680: responses http://i2/tasks/edit/?id=4629448401140924947
11681:
11682: 2004-02-26 paf
11683:
11684: * operators.txt: feature: ^process...{CODE}[now has options] which
11685: are $.main[to what to rename @main] $.file[file,
11686: from which (user says) goes that CODE] $.lineno(line
11687: number in that file, where CODE starts. may be negative)
11688:
11689: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11690: src/main/compile.C, src/main/compile_tools.h,
11691: src/main/pa_request.C: feature: ^process...{CODE}[now has
11692: options] which are $.main[to what to rename @main]
11693: $.file[file, from which (user says) goes that CODE]
11694: $.lineno(line number in that file, where CODE starts. may be
11695: negative)
11696:
11697: 2004-02-25 paf
11698:
1.116 moko 11699: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11700: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11701:
11702: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11703: produces hash of column=>1
11704:
11705: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11706: with incomplete errno constants set
11707:
11708: 2004-02-24 paf
11709:
11710: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11711: "man select"
11712:
11713: * src/main/pa_os.C: beauty: <0 better then ==-1
11714:
11715: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11716:
11717: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11718:
1.116 moko 11719: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11720:
11721: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11722: unix: steps to work on unix [extracted 'to']
11723:
11724: * src/classes/mail.C: smtp on unix: steps to work on unix
11725:
11726: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11727:
1.116 moko 11728: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11729: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11730: unix [testing on solaris]
1.95 moko 11731:
11732: 2004-02-20 paf
11733:
11734: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11735: pointing that out
11736:
11737: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11738: fixed again [same solution, mistanenly removed one line]
11739:
11740: 2004-02-19 paf
11741:
11742: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11743: date::create from bad datetime in spring daylightsaving hole now
11744: OK for all platforms [on some platforms it failed]
11745:
11746: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11747: in daylightsaving hole] now throws error
11748:
11749: * src/classes/date.C: comment: mistake fixed
11750:
11751: 2004-02-18 paf
11752:
11753: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11754: now renderes in $request:charset, but in header puts
11755: $response:charset todo: make that default only so that coder
11756: could override that
11757:
11758: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11759: turns off omit-xml-declaration
11760:
11761: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11762: /.xsl for sample
11763:
11764: 2004-02-17 paf
11765:
11766: * src/classes/xdoc.C: beauty: needless helper class removed
11767:
11768: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11769: copied extra time
11770:
11771: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11772: part of libxml
11773:
11774: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11775: libxml to do the work] <xsl:output method="html"
11776: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11777: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11778: />
11779:
11780: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11781:
11782: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11783: caused assertion
11784:
11785: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11786: could hang. now such add does nothing, sub clears $hash
11787:
11788: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11789: not made quoted-printable
11790:
11791: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11792: string invariant
11793:
11794: 2004-02-16 paf
11795:
11796: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11797: cleared [were not cleared properly]
11798:
11799: 2004-02-13 paf
11800:
1.116 moko 11801: * src/include/pa_version.h: prerelease
1.95 moko 11802:
11803: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11804: used, introducing dependencies timestamp check
11805:
11806: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11807: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11808: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11809: .xsl.stamp now not used, introducing dependencies timestamp check
11810:
11811: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11812:
11813: 2004-02-12 paf
11814:
11815: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11816: ruined empty <input type=file> submits. parser thought there were
11817: nameless empty file and $form:field got value of type 'file'
11818:
11819: * INSTALL: --without-threads
11820:
11821: * src/include/pa_sapi.h: 2004
11822:
11823: 2004-02-11 paf
11824:
11825: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11826: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11827: classes/hashfile.C, classes/image.C, classes/int.C,
11828: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11829: classes/response.C, classes/string.C, classes/table.C,
11830: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11831: include/pa_array.h, include/pa_cache_managers.h,
11832: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11833: include/pa_config_fixed.h, include/pa_config_includes.h,
11834: include/pa_dictionary.h, include/pa_dir.h,
11835: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11836: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11837: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11838: include/pa_request_charsets.h, include/pa_request_info.h,
11839: include/pa_socks.h, include/pa_sql_connection.h,
11840: include/pa_sql_driver_manager.h, include/pa_stack.h,
11841: include/pa_string.h, include/pa_stylesheet_connection.h,
11842: include/pa_stylesheet_manager.h, include/pa_table.h,
11843: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11844: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11845: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11846: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11847: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11848: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11849: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11850: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11851: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11852: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11853: main/pa_sql_driver_manager.C, main/pa_string.C,
11854: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11855: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11856: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11857: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11858: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11859: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11860: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11861: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11862: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11863: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11864: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11865: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11866: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11867: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11868: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11869: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11870: types/pa_vresponse.h, types/pa_vstateless_class.C,
11871: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11872: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11873: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11874: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11875: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11876: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11877:
11878: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11879: debug version of gc.dll
11880:
11881: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11882: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11883: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11884: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11885: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11886: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11887: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11888: processes
11889:
11890: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11891: main/pa_globals.C, targets/cgi/parser3.vcproj,
11892: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11893: changes to reflect libxml xsl new folders
11894:
11895: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11896: lib/smtp/smtp.vcproj, main/main.vcproj,
11897: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11898: to reflect libxml xsl new folders
11899:
11900: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11901: lib/smtp/smtp.vcproj, main/main.vcproj,
11902: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11903: types/types.vcproj: started changes to reflect libxml xsl new
11904: folders
11905:
11906: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11907: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11908: src/main/compile.tab.C, src/main/main.vcproj,
11909: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11910: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11911: started changes to reflect libxml xsl new folders
11912:
11913: 2004-02-10 paf
11914:
11915: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11916: compile. recommened latest libxml up to date
11917:
11918: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11919: pattern compilation errors", on which spent 4 hours worktime. use
11920: versions higher than that. recommended now latest up to date
11921:
11922: 2004-02-06 paf
11923:
11924: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11925: beauty: unified destructing style
11926:
11927: * src/main/untaint.C: beauty: removed old def/ifdef
11928:
11929: * src/main/untaint.C: beauty: coredump @unknown untaint language
11930: now
11931:
11932: 2004-02-03 paf
11933:
11934: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11935: targets/isapi/parser3isapi.C, types/pa_value.C,
11936: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11937: then %ld/%lu
11938:
11939: * src/main/pa_common.C: typo: %l -> %u
11940:
11941: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11942: in attributes or documents-results of transform now not xx;
11943:
11944: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11945:
11946: * src/main/pa_charset.C: bugfix: forgot to undo some
11947:
11948: * src/main/pa_charset.C: beauty: uncomment
11949: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11950: libraries
11951:
11952: 2004-02-02 paf
11953:
11954: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11955: $cookie:example[ $.value[value] $.path[/there/] ]
11956:
11957: $cookie:example[ $.value[] $.expires[session]
11958: $.path[/there/] $.domain[test.com] ]
11959:
11960: * src/types/pa_vform.C: bugfix: empty values with
11961: enctype=multipart/form-data now produce entries in $form:tables
11962: <form method=post enctype=multipart/form-data> <input type=hidden
11963: name=a> <input type=hidden name=b>
11964:
11965: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11966: <hr> <pre>$request:body
11967:
11968: 2004-01-30 paf
11969:
11970: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11971: or documents-results of transform now not xx;
11972:
11973: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11974: produce exception.
11975:
11976: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11977: bugfix: ^date::create[invalid fields now produce exception.
11978:
11979: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11980: year] now produces exception. todo: check other fields
11981:
11982: 2004-01-29 paf
11983:
11984: * src/include/pa_memory.h: typo error
11985:
11986: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11987: more byte then specified, then zeroed it << useless and
11988: potentially harmful(could gpf)
11989:
11990: 2004-01-22 paf
11991:
11992: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11993:
11994: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11995: optimization
11996:
11997: * src/main/untaint.C: bugfix: whitespace now optimized properly
11998: [were bug: ^taint[1 & 2]="1 &2"
11999:
12000: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12001: errors
12002:
12003: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12004: overflow
12005:
12006: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12007: error-reporting code * in parser-error reporting code [when no
12008: @unhandled_exception defined]
12009:
12010: fixed in one place: my *snprintf override
12011:
12012: 2004-01-13 paf
12013:
12014: * operators.txt: typo erro
12015:
12016: 2003-12-25 paf
12017:
12018: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12019: garbled [pieces after zero bytes were removed]
12020:
12021: 2003-12-22 paf
12022:
1.116 moko 12023: * src/include/Makefile.am: bugfix: removed from dist:
12024: src/include/pa_config_auto.h which were configured for
1.95 moko 12025: make-dist-platform and badly updated proper config file in target
12026: [when .tar used for updating existing source tree]
12027:
12028: * ChangeLog, operators.txt, src/classes/op.C,
12029: src/include/pa_sql_connection.h,
12030: src/include/pa_sql_driver_manager.h,
12031: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12032: feature: sql introducing ability to transcode charsets
12033:
12034: 2003-12-19 paf
12035:
12036: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12037: error message
12038:
12039: * src/main/pa_charset.C: bugfix: memory for charsethandler
12040: structure for libxml now allocated properly
12041:
12042: 2003-12-17 paf
12043:
12044: * src/types/pa_vfile.C: beauty: removed outdated cast
12045:
12046: * src/main/pa_common.C: bugfix: empty http response caused gpf
12047:
12048: * src/include/pa_string.h: bugfix: removed too strong a assert
12049:
12050: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12051: unreported xmlGenericErrors]
12052:
12053: 2003-12-15 paf
12054:
12055: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12056: works}
12057:
12058: 2003-12-11 paf
12059:
12060: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12061: id
12062: !$status:tid thread id
12063:
12064: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12065: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12066: bugfix(solaris): removed dependency on object initialization
12067: order [one more place]
12068:
12069: * src/: classes/file.C, classes/mail.C, classes/op.C,
12070: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12071: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12072: understand that
12073:
12074: * src/: classes/file.C, classes/mail.C, classes/op.C,
12075: classes/xdoc.C, include/pa_cache_managers.h,
12076: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12077: include/pa_stylesheet_manager.h, main/pa_request.C,
12078: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12079: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12080: ctor call [relying on implicit String::Body(cstr) call]
12081:
12082: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12083: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12084: object initialization order [two places]
12085:
12086: 2003-12-10 paf
12087:
12088: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12089: << time now ok
12090:
12091: * operators.txt, src/main/pa_sql_driver_manager.C,
12092: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12093: operational
12094:
12095: * ChangeLog, operators.txt, src/classes/xdoc.C,
12096: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12097: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12098: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12099: back operational
12100:
12101: 2003-12-02 paf
12102:
12103: * src/types/pa_vmail.C: bugfix:
12104: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12105: as-is forced]
12106:
12107: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12108: exceptions out of libxml callbacks: reimplemented error handling
12109: of http://localhost, parser://method and safemode check callbacks
12110:
12111: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12112: [merged from HEAD]
12113:
12114: * src/classes/image.C: nothing: comment removed
12115:
12116: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12117: addresses to int
12118:
12119: 2003-12-01 paf
12120:
12121: * src/main/pa_xml_io.C: bugfix: typo
12122:
12123: * src/main/pa_globals.C: bugfix: win32: compile prob
12124:
12125: * src/classes/xdoc.C: bugfix: typo
12126:
12127: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12128: exception
12129:
12130: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12131:
12132: 2003-11-28 paf
12133:
12134: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12135: all xml documents read
12136:
12137: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12138:
12139: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12140: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12141: replaced original open mech of xdoc::create & co to use libxml
12142: open, so that this would work for root document todo: safe mode
12143: checks to libxml: ideally to some 1 point
12144:
12145: * src/main/pa_xml_io.C: comment
12146:
12147: * operators.txt, src/main/pa_xml_io.C: leading / in
12148: http://parser[abscent params]
12149:
12150: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12151: works. todo: maybe replace original open mech of xdoc::create &
12152: co to use libxml open, so that this would work for root document
12153:
12154: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12155: "parser://method/params/here"> <test> &test^; </test> }]
12156:
12157: ^taint[^xdoc.string[]]
12158:
12159: @method[param] <!ENTITY test
12160: "test-entity-value+$form:user+$param!">
12161:
12162: 2003-11-27 paf
12163:
12164: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12165:
12166: * src/classes/date.C: bugfix: typo error
12167:
12168: 2003-11-26 paf
12169:
12170: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12171: src/main/Makefile.am, src/main/main.vcproj,
12172: src/main/pa_globals.C, src/main/pa_request.C,
12173: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12174: xml errors to hash<thread_id,error> reorganization: xml io moved
12175: to pa_xml_io.C/h
12176:
12177: * src/types/pa_value.h: warnings: --
12178:
12179: 2003-11-25 paf
12180:
12181: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12182: whatever)
12183:
12184: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12185: a, (c?x:y, z)
12186:
12187: * src/main/untaint.C: bugfix: consequences of not reading this
12188: comment: CORD_pos_chars_left /* Number of characters in cache.
12189: <= 0 ==> none */
12190:
12191: * src/include/pa_array.h: removed needless checks
12192:
12193: 2003-11-24 paf
12194:
12195: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12196: removed limit: now $form:xxx can be accessed anytime, even in
12197: @auto/conf [and request/response:charset still can be changed
12198: anytime]
12199:
12200: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12201: now not transcodes response body
12202:
12203: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12204: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12205: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12206: $xdoc.firstChild.firstChild.nodeValue[different]
12207: ^taint[^xdoc.string[]]
12208:
12209: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12210: workaround: static Hash::allocates -> static Hash_allocates
12211:
12212: 2003-11-21 paf
12213:
1.116 moko 12214: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12215: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12216: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12217:
12218: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12219:
12220: * src/classes/mail.C: bugfix: typo
12221:
12222: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12223: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12224: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12225: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12226: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12227: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12228:
12229: * src/main/pa_exec.C: bug in safe mode
12230:
12231: * src/include/Makefile.am: pa_xml_exception.h
12232:
12233: * src/targets/isapi/parser3isapi.C: more warnings --
12234:
12235: 2003-11-20 paf
12236:
12237: * src/: classes/math.C, classes/op.C, classes/string.C,
12238: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12239: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12240: --
12241:
12242: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12243: more warnings --
12244:
12245: * src/classes/xdoc.C: more warnings --
12246:
12247: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12248:
12249: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12250: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12251:
12252: * src/: classes/date.C, classes/file.C, classes/hash.C,
12253: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12254: classes/table.C, include/pa_cache_managers.h,
12255: include/pa_stylesheet_connection.h, main/pa_request.C,
12256: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12257: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12258: --
12259:
12260: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12261: can't report problem (undefined @unhandled_exception) problem
12262: source string were not reported
12263:
12264: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12265: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12266: classes/hashfile.C, classes/image.C, classes/int.C,
12267: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12268: classes/response.C, classes/string.C, classes/table.C,
12269: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12270: include/pa_array.h, include/pa_cache_managers.h,
12271: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12272: include/pa_config_fixed.h, include/pa_dictionary.h,
12273: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12274: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12275: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12276: include/pa_request.h, include/pa_request_charsets.h,
12277: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12278: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12279: include/pa_stack.h, include/pa_string.h,
12280: include/pa_stylesheet_connection.h,
12281: include/pa_stylesheet_manager.h, include/pa_table.h,
12282: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12283: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12284: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12285: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12286: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12287: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12288: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12289: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12290: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12291: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12292: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12293: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12294: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12295: targets/isapi/parser3isapi.C, types/pa_junction.h,
12296: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12297: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12298: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12299: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12300: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12301: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12302: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12303: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12304: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12305: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12306: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12307: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12308: types/pa_vresponse.h, types/pa_vstateless_class.C,
12309: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12310: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12311: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12312: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12313: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12314: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12315: const IDENT
12316:
12317: * src/: include/pa_array.h, include/pa_pool.h,
12318: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12319: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12320: types/pa_wcontext.h: more warnings --
12321:
12322: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12323: classes/file.C, classes/hash.C, classes/hashfile.C,
12324: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12325: classes/memory.C, classes/op.C, classes/string.C,
12326: classes/table.C, classes/xdoc.C, classes/xnode.C,
12327: include/pa_config_includes.h, include/pa_operation.h,
12328: include/pa_sql_connection.h, include/pa_table.h,
12329: include/pa_types.h, lib/ltdl/config_fixed.h,
12330: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12331: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12332: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12333: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12334: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12335: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12336: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12337: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12338: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12339: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12340: types/pa_vmail.C, types/pa_vobject.C,
12341: types/pa_vstateless_class.h, types/pa_vtable.C,
12342: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12343: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12344: on all projects (except libltdl=off & libsdbm=level3) found
12345: several unitialized vars
12346:
12347: 2003-11-19 paf
12348:
12349: * src/classes/op.C: more ansi C++ comp
12350:
12351: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12352: src/main/pa_request.C: ^cache[...]{body}{catch block with
12353: $exception.handled[cache] meaning "get expired cache, if any.
12354: else error"}
12355:
12356: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12357: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12358: ^cache[...]{body}{catch code with $exception.cache field}
12359:
12360: 2003-11-12 paf
12361:
12362: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12363: [copy/paste bug]
12364:
12365: 2003-11-11 paf
12366:
12367: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12368: failed]
12369:
12370: * bin/auto.p.dist.in: colno
12371:
12372: 2003-11-10 paf
12373:
12374: * src/types/pa_vconsole.h: flush
12375:
12376: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12377: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12378: read/write [for nntp]
12379:
12380: * operators.txt: mysql: transaction support: ?autocommit=0
12381:
12382: * operators.txt: comment: updated
12383:
12384: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12385: serialize version and exipire now removes entries
12386:
12387: * operators.txt: ^hashfile.delete[] removes files altogether [and
12388: dir, if could]
12389:
12390: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12391: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12392: removes files altogether [and dir, if could]
12393:
12394: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12395: nonexistent pair. .c coded that that was error. fixed
12396:
12397: * src/types/pa_vhashfile.C: sdbm: exception type change to
12398: file.access [regretfull can't split it to different exceptions
12399: without modifying sdbm source wich would prefer not to]
12400:
12401: 2003-11-07 paf
12402:
12403: * src/: classes/date.C, classes/file.C, classes/hash.C,
12404: classes/hashfile.C, classes/image.C, classes/table.C,
12405: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12406: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12407: main/execute.C, main/main.vcproj, main/pa_pool.C,
12408: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12409: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12410: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12411: destructing objects at request processing end
12412:
12413: 2003-11-06 paf
12414:
12415: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12416: updates
12417:
12418: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12419: to include sdbm
12420:
1.116 moko 12421: * src/include/: pa_config_includes.h, pa_version.h: our
12422: replacements of max& co only for cpp
1.95 moko 12423:
12424: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12425: upper dir, .am updated
12426:
12427: * tests/todo.txt: hashfile: done
12428:
12429: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12430: expiration [time in value. todo: move time to key]
12431:
12432: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12433:
12434: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12435: to do that in foreach, no errors, but surely wrong]
12436:
12437: * operators.txt, src/types/pa_vhashfile.C,
12438: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12439:
12440: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12441: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12442: foreach
12443:
12444: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12445: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12446:
12447: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12448: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12449:
12450: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12451: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12452: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12453: get/put [raw]
12454:
12455: * src/: classes/op.C, main/pa_os.C: just linked
12456:
12457: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12458: XmlException changes
12459:
12460: * src/: include/pa_charset.h, include/pa_globals.h,
12461: include/pa_stylesheet_connection.h, main/pa_exception.C:
12462: XmlException changes
12463:
12464: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12465:
12466: * src/: include/pa_common.h, include/pa_exception.h,
12467: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12468: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12469: main/pa_xml_exception.C: locking move to pa_os [along with
12470: pa_sleep] apr-impl locking done
12471:
12472: * configure, configure.in, operators.txt, parser3.sln,
12473: src/classes/classes.vcproj, src/classes/hashfile.C,
12474: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12475: src/include/pa_exception.h, src/include/pa_globals.h,
12476: src/include/pa_memory.h, src/include/pa_version.h,
12477: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12478: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12479: src/main/compile.tab.C, src/main/main.vcproj,
12480: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12481: src/types/Makefile.am, src/types/pa_vhash.C,
12482: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12483: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12484: again with sdbm from apache
12485:
12486: 2003-11-05 paf
12487:
12488: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12489: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12490: \parser3project dir anymore
12491:
12492: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12493: thoughtlessly from xalan]
12494:
12495: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12496: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12497: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12498:
12499: * src/main/helpers/CaseFolding.txt:
12500: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12501:
12502: 2003-11-04 paf
12503:
12504: * operators.txt: comment: ^mail:send[$.options[
12505:
12506: * src/classes/table.C: compiled on unix
12507:
1.116 moko 12508: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12509:
12510: * src/classes/mail.C: compiled on unix
12511:
12512: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12513: src/types/pa_vmail.h: !^mail:send[
12514: $.options[unix: string to append to sendmail command
12515: line]
12516:
12517: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12518: tests/todo.txt: ^table.save[... $.separator[^#09]
12519: $.encloser["] <nothing> by default
12520:
12521: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12522: !$.separator[^#09] !$.encloser["] <nothing> by
12523: default
12524:
12525: 2003-11-03 paf
12526:
12527: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12528: ^table::load[; options: !$.column-separator[^#09]
12529: !$.column-encloser["]
12530:
12531: * operators.txt, src/include/pa_config_fixed.h,
12532: src/types/pa_vrequest.C: $request:document-root
12533:
12534: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12535: [already included into uri=xxx]
12536:
12537: * operators.txt, src/classes/image.C, tests/todo.txt:
12538: ^image.gif[filename] for $response:download
12539:
12540: * src/classes/date.C: minor precaution
12541:
12542: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12543: !^date.unix-timestamp[]
12544:
12545: 2003-10-30 paf
12546:
12547: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12548: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12549:
12550: * src/classes/: date.C, image.C: improvement diagnostics:
12551: $now[^date::create[$undefined]] now is error
12552:
12553: * src/main/pa_common.C: read errors would now be reported 'actually
12554: read -1 bytes'
12555:
12556: 2003-10-24 paf
12557:
12558: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12559: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12560: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12561: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12562:
12563: 2003-10-22 paf
12564:
12565: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12566:
12567: 2003-10-21 paf
12568:
12569: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12570: fixed: string.match[g] without <'> option produced columns with
12571: NULL's, which gpf'ed at table.save time
12572:
12573: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12574: recoursion' message with intensive throw-catches fixed: incorrect
12575: name and line (one name upper then needed) in error message about
12576: problems inside try block
12577:
12578: 2003-10-10 paf
12579:
12580: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12581: check offset argument for validity did that in String::Body::pos
12582: myself http://i2/tasks/edit/?id=4577425257580789777
12583:
12584: 2003-10-07 paf
12585:
12586: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12587: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12588:
12589: 2003-10-03 paf
12590:
12591: * parser3.sln, src/include/pa_dictionary.h,
12592: src/main/pa_dictionary.C, src/main/pa_string.C,
12593: src/targets/cgi/parser3.vcproj: dictionary optimized by
12594: precalculating cstr&length
12595:
12596: 2003-10-02 paf
12597:
12598: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12599: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12600: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12601: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12602:
12603: 2003-09-30 paf
12604:
12605: * src/main/pa_string.C: string::replace bug fix [were ignoring
12606: occurrances after lang-mismatched
12607:
12608: 2003-09-29 paf
12609:
12610: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12611: helper
12612:
12613: * src/main/pa_string.C: string::serialize bug fix with
12614: zero-terminator
12615:
12616: * src/classes/table.C: ^nameless_table.save column row now has no
12617: \t at the end
12618:
12619: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12620: @postprocess now takes $response:body/download
12621:
12622: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12623: error message
12624:
12625: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12626:
12627: * src/classes/table.C: bugfix: flip: must produce nameless
12628: http://i2/tasks/edit/?id=4573405524674081244
12629:
12630: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12631: main/helpers/simple_folding.pl: utf-8 upper/lower
12632:
12633: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12634: to typo error http://i2/tasks/edit/?id=4573354650786434584
12635:
12636: 2003-09-26 paf
12637:
12638: * src/main/untaint.C: removed needless field
12639:
12640: * src/main/untaint.C: removed needless const
12641:
12642: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12643: String.for_each bug fixed [omited one-char cases]
12644:
12645: * src/include/pa_stack.h: bugfix: before collecting garbage,
12646: runtime-executor stack were cleared... BADLY
12647:
12648: * src/main/pa_string.C: ^stirng.replace code used old
12649: param-convention on langs.append, fixed that search fo the like,
12650: found none
12651:
12652: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12653: string::serialize/deserialize implemented Language enum assigned
12654: meaningful letters [more convinient for debugging. read warning
12655: before adding/changing anything]
12656:
12657: 2003-09-25 paf
12658:
12659: * src/: include/pa_string.h, include/pa_version.h,
12660: main/pa_string.C, main/untaint.C: templates and anonymous unions
12661: differences on unix
12662:
12663: * parser3.sln, src/classes/file.C, src/classes/image.C,
12664: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12665: src/classes/xdoc.C, src/classes/xnode.C,
12666: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12667: src/include/pa_charsets.h, src/include/pa_common.h,
12668: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12669: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12670: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12671: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12672: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12673: src/main/compile_tools.h, src/main/pa_charset.C,
12674: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12675: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12676: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12677: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12678: src/types/pa_vmail.C, src/types/pa_vmath.C,
12679: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12680: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12681:
12682: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12683: functions aligned to that of eeparser3 look
12684:
12685: * src/lib/cord/cordprnt.c: removed warnings
12686:
12687: 2003-09-24 paf
12688:
12689: * src/: classes/file.C, classes/image.C, classes/mail.C,
12690: classes/op.C, classes/xdoc.C, classes/xnode.C,
12691: include/pa_cache_managers.h, include/pa_charset.h,
12692: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12693: include/pa_sql_driver_manager.h, include/pa_string.h,
12694: include/pa_stylesheet_manager.h, include/pa_table.h,
12695: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12696: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12697: main/pa_sql_driver_manager.C, main/pa_string.C,
12698: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12699: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12700: types/pa_vstateless_class.h, types/pa_vstatus.C,
12701: types/pa_vxnode.C: v() functions of String::Body,
12702: String::Languages and String itself StringBody->String::Body
12703:
12704: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12705: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12706: never optimized anything. todo: somehow speed up harder cases:
12707: concatenationA+concatenationB when last block of A and first of B
12708: contain same letters
12709:
12710: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12711: lib/cord/include/cord.h: langs: speed up by joining adjucent
12712: blocks of same char [CORD_append_block]
12713:
12714: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12715: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12716: save space by extending blocks when appending block with c ==
12717: lastblock.c
12718:
12719: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12720: working yet :( but more working &understood :)
12721:
12722: * src/: classes/table.C, include/pa_string.h,
12723: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12724:
12725: 2003-09-23 paf
12726:
12727: * src/main/untaint.C: $a[ok!] $a works!
12728:
12729: * src/main/untaint.C: something even more works :)
12730:
12731: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12732: something more works :)
12733:
12734: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12735: lib/cord/cordxtra.c: something already works :)
12736:
12737: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12738: serialize&deserialize
12739:
12740: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12741: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12742: main/untaint.C: main idea implemented, details left
12743:
12744: 2003-09-22 paf
12745:
12746: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12747:
12748: * src/classes/xnode.C: copy/paste comment bugfix
12749:
12750: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12751: allocator returns 0, just die.
12752: http://i2/tasks/edit/?id=4570798492410259445
12753:
12754: * src/classes/xdoc.C: copy/paste comment bugfix
12755:
12756: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12757: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12758: xnode: getAttributeNS setAttributeNS removeAttributeNS
12759: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12760:
12761: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12762: chars due to bitwise operation signed-char error]
12763:
12764: 2003-09-19 paf
12765:
12766: * src/types/pa_wcontext.C: output message: more practical
12767: suggestion
12768:
12769: * src/main/pa_common.C, operators.txt: merged
12770: $f[^file::load[binary;http://...]] $f.tables
12771:
12772: 2003-09-02 paf
12773:
12774: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12775: flush stdout without referencing 'stdout' symbol. to hell with
12776: non-ansi libraries without 'stdout' symbol
12777:
12778: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12779: unix (users reported problems with some old libc)
12780:
12781: * src/types/pa_vdate.h: forgot initializer
12782:
12783: 2003-09-01 paf
12784:
12785: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12786: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12787: zone]
12788:
12789: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12790:
12791: 2003-08-19 paf
12792:
12793: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12794: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12795: simplified a little
12796:
12797: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12798: [lost fix from 3.0.8]
12799:
12800: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12801: visible here }
12802:
12803: bug fix
12804:
12805: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12806:
12807: * src/main/compile.tab.C: initialized couple of variables about
12808: which user reported runtime problems when parser were compiled
12809: with VC7, warning level4. study shows that later in bison
12810: they've fixed that. would migrate to latest bison someday
12811:
12812: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12813: recoding headers)
12814:
12815: * src/types/pa_vmail.C: works as before, same charset problems:
12816: gmime recodes to UTF-8 only headers, not body. so not recoding
12817: anything for now
12818:
12819: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12820: problems with body
12821:
12822: * src/types/pa_vmail.C: mail_receive just compiled
12823:
12824: 2003-08-18 paf
12825:
12826: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12827: main/main.vcproj, types/types.vcproj: win32: continued process
12828: detaching from \parser3project directory
12829:
12830: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12831: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12832: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12833: src/lib/pcre/pcre_dftables.dsp,
12834: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12835: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12836: src/types/types.dsp: moved to MSVC 7
12837:
12838: * gnu.vcproj.vspscc, parser3.vssscc,
12839: src/classes/classes.vcproj.vspscc,
12840: src/lib/cord/cord.vcproj.vspscc,
12841: src/lib/ltdl/libltdl.vcproj.vspscc,
12842: src/lib/md5/md5.vcproj.vspscc,
12843: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12844: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12845: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12846: src/targets/isapi/parser3isapi.vcproj.vspscc,
12847: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12848: moved to MSVC 7
12849:
12850: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12851: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12852: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12853: src/lib/pcre/pcre_dftables.vcproj,
12854: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12855: src/targets/cgi/parser3.vcproj,
12856: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12857: new VS project files
12858:
12859: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12860: .NET to detect Jalindi Igloo capabilities.
12861:
12862: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12863: src/classes/classes.awk, src/doc/footer.htm,
12864: src/include/pa_config_fixed.h, src/include/pa_version.h,
12865: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12866: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12867: src/types/pa_vmail.C: merged 3.1.0 latest changes
12868:
12869: 2003-08-15 paf
12870:
12871: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12872: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12873:
12874: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12875: non-ascii <yyy> now encoded correctly
12876:
12877: 2003-07-29 paf
12878:
1.116 moko 12879: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12880: dist
1.95 moko 12881:
12882: * src/types/pa_vmail.C: just started --with-mail-receive
12883:
12884: 2003-07-28 paf
12885:
1.116 moko 12886: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12887: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12888:
12889: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12890:
12891: 2003-07-25 paf
12892:
12893: * src/doc/footer.htm: year
12894:
12895: 2003-07-24 paf
12896:
12897: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12898: fix
12899:
12900: * src/include/pa_version.h: release
12901:
1.116 moko 12902: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12903:
12904: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12905: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12906: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12907: getting rid of win32xml pseudo project
12908:
12909: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12910:
1.116 moko 12911: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12912: configure.in, operators.txt, parser3.dsw,
1.95 moko 12913: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12914: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12915: src/classes/classes.C, src/classes/classes.awk,
12916: src/classes/classes.dsp, src/classes/classes.h,
12917: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12918: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12919: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12920: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12921: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12922: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12923: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12924: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12925: src/include/pa_array.h, src/include/pa_cache_managers.h,
12926: src/include/pa_charset.h, src/include/pa_charsets.h,
12927: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12928: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12929: src/include/pa_dictionary.h, src/include/pa_dir.h,
12930: src/include/pa_exception.h, src/include/pa_exec.h,
12931: src/include/pa_globals.h, src/include/pa_hash.h,
12932: src/include/pa_memory.h, src/include/pa_opcode.h,
12933: src/include/pa_operation.h, src/include/pa_pool.h,
12934: src/include/pa_pragma_pack_begin.h,
1.95 moko 12935: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12936: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12937: src/include/pa_sapi.h, src/include/pa_socks.h,
12938: src/include/pa_sql_connection.h,
12939: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12940: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12941: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12942: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12943: src/include/pa_uue.h, src/lib/Makefile.am,
12944: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12945: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12946: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12947: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12948: src/lib/cord/include/ec.h,
12949: src/lib/cord/include/private/Makefile.am,
12950: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12951: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12952: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12953: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12954: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12955: src/main/compile_tools.C, src/main/compile_tools.h,
12956: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12957: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12958: src/main/pa_charsets.C, src/main/pa_common.C,
12959: src/main/pa_dictionary.C, src/main/pa_dir.C,
12960: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12961: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12962: src/main/pa_request.C, src/main/pa_socks.C,
12963: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12964: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12965: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12966: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12967: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12968: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12969: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12970: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12971: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12972: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12973: src/targets/isapi/parser3isapi.dsp,
12974: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12975: src/types/pa_junction.h, src/types/pa_method.h,
12976: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12977: src/types/pa_vclass.C, src/types/pa_vclass.h,
12978: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12979: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12980: src/types/pa_vdouble.h, src/types/pa_venv.h,
12981: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12982: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12983: src/types/pa_vimage.C, src/types/pa_vimage.h,
12984: src/types/pa_vint.h, src/types/pa_vjunction.h,
12985: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12986: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12987: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12988: src/types/pa_vobject.C, src/types/pa_vobject.h,
12989: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12990: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12991: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12992: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12993: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12994: src/types/pa_vstring.h, src/types/pa_vtable.C,
12995: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12996: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12997: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12998: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12999: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13000: HEAD
13001:
13002: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13003: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13004: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13005: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13006: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13007: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13008: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13009: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13010: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13011: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13012: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13013: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13014: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13015: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13016: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13017: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13018: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13019: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13020: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13021: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13022: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13023: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13024: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13025: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13026: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13027: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13028: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13029: outputs/create-dir, results/001.processed, results/002.processed,
13030: results/003.processed, results/004.processed,
13031: results/005.processed, results/006.processed,
13032: results/007.processed, results/008.processed,
13033: results/009.processed, results/010.processed,
13034: results/011.processed, results/012.processed,
13035: results/013.processed, results/014.processed,
13036: results/015.processed, results/016.processed,
13037: results/017.processed, results/018.processed,
13038: results/019.processed, results/020.processed,
13039: results/021.processed, results/022.processed,
13040: results/023.processed, results/024.processed,
13041: results/025.processed, results/026.processed,
13042: results/027.processed, results/028.processed,
13043: results/029.processed, results/030.processed,
13044: results/031.processed, results/032.processed,
13045: results/033.processed, results/034.processed,
13046: results/035.processed, results/036.processed,
13047: results/037.processed, results/038.processed,
13048: results/039.processed, results/040.processed,
13049: results/041.processed, results/042.processed,
13050: results/043.processed, results/044.processed,
13051: results/045.processed, results/046.processed,
13052: results/047.processed, results/048.processed,
13053: results/049.processed, results/050.processed,
13054: results/051.processed, results/052.processed,
13055: results/053.processed, results/054.processed,
13056: results/055.processed, results/056.processed,
13057: results/057.processed, results/058.processed,
13058: results/059.processed, results/060.processed,
13059: results/061.processed, results/062.processed,
13060: results/063.processed, results/064.processed,
13061: results/065.processed, results/066.processed,
13062: results/067.processed, results/068.processed,
13063: results/069.processed, results/070.processed,
13064: results/071.processed, results/072.processed,
13065: results/073.processed, results/074.processed,
13066: results/075.processed, results/076.processed,
13067: results/077.processed, results/078.processed,
13068: results/079.processed, results/080.processed,
13069: results/081.processed, results/082.processed,
13070: results/083.processed, results/084.processed,
13071: results/085.processed, results/086.processed,
13072: results/087.processed, results/088.processed,
13073: results/089.processed, results/090.processed,
13074: results/091.processed, results/092.processed,
13075: results/093.processed, results/094.processed,
13076: results/095.processed, results/096.processed,
13077: results/097.processed, results/098.processed,
13078: results/099.processed, results/100.processed,
13079: results/101.processed, results/102.processed,
13080: results/103.processed, results/104.processed,
13081: results/105.processed, results/106.processed,
13082: results/107.processed, results/108.processed,
13083: results/109.processed, results/110.processed,
13084: results/111.processed, results/112.processed,
13085: results/113.processed, results/114.processed,
13086: results/115.processed, results/116.processed,
13087: results/117.processed, results/118.processed,
13088: results/119.processed, results/120.processed,
13089: results/121.processed, results/122.processed,
13090: results/123.processed, results/124.processed,
13091: results/125.processed, results/126.processed,
13092: results/127.processed, results/128.processed,
13093: results/129.processed, results/130.processed,
13094: results/131.processed, results/132.processed,
13095: results/133.processed, results/134.processed,
13096: results/135.processed, results/136.processed,
13097: results/137.processed, results/138.processed,
13098: results/139.processed, results/140.processed,
13099: results/141.processed: merged(copied) to HEAD from template_gc
13100:
13101: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13102: towards \parser3project not having to be in root
13103:
13104: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13105: module compiled [were minor unnecessary changes in lib/md5
13106: interface]
13107:
13108: * src/include/pa_version.h: release
13109:
13110: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13111:
13112: * src/classes/math.C: merged uuid bugfix
13113:
13114: * tests/: 141.html, results/141.processed: fixed bug with
13115: too-small-a-buffer
13116:
13117: * src/classes/math.C: uuid bugfix
13118:
13119: * tests/: 141.html, Makefile, results/005.processed,
13120: results/030.processed, results/075.processed,
13121: results/078.processed: to reflect date format change (were -
13122: become ' ')
13123:
13124: * src/classes/math.C: uuid bugfix
13125:
13126: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13127: debug/release changes
13128:
13129: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13130:
13131: 2003-07-23 paf
13132:
13133: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13134: renamed a little [to move to comman naming conv]
13135:
1.116 moko 13136: * src/targets/Makefile.am: apache13 splitted to simplify apache
13137: build
1.95 moko 13138:
13139: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13140: main/pa_request.C, main/pa_sql_driver_manager.C,
13141: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13142: stack top_index() fixed
13143:
13144: * src/main/pa_globals.C: minor style changes
13145:
13146: * src/: classes/op.C, include/pa_sql_connection.h: connection
13147: closing/caching fixed [connections were not closed/put to cache]
13148:
13149: 2003-07-22 paf
13150:
13151: * INSTALL: gc part updated stightly
13152:
13153: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13154: new sapi interface
13155:
13156: * src/classes/file.C: comment on OS
13157:
13158: * src/main/pa_string.C: removed reduntant invariant check [there is
13159: one deeper in cord lib]
13160:
13161: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13162:
13163: * src/main/pa_memory.C: out of memory is no longer coredump
13164:
13165: * INSTALL: disable-threads adviced
13166:
13167: 2003-07-21 paf
13168:
1.116 moko 13169: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13170:
13171: * src/classes/file.C: file::exec/cgi environment variables now must
13172: be UPPERCASE and A-Z 0-9 _-
13173:
13174: * src/classes/file.C: env passing fixed
13175:
13176: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13177:
13178: * src/main/pa_common.C: http:// CRLF now
13179:
13180: 2003-07-02 paf
13181:
13182: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13183: fields to reflect their real meaning
13184:
13185: 2003-06-27 paf
13186:
13187: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13188: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13189: file::exec/cgi .charset
13190:
13191: 2003-06-26 paf
13192:
13193: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13194: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13195: src/classes/table.C: fixed several uninitialized local
13196: structures. notably ^hash.foreach now inserts delimiters
13197: properly [were inserting it before first body]
13198:
13199: 2003-06-24 paf
13200:
13201: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13202:
13203: 2003-06-20 paf
13204:
13205: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13206: src/main/pa_globals.C: introducing
13207: $f[^file::load[binary;http://...]] $f.tables
13208:
13209: 2003-06-06 paf
13210:
13211: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13212: table. [were method lookup: inconsistent]
13213:
13214: 2003-06-02 paf
13215:
13216: * src/include/pa_memory.h: empty string clone fixed to return
13217: writable memory
13218:
13219: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13220: were not appended] which violated string invariant
13221:
13222: 2003-05-30 paf
13223:
13224: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13225: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13226:
13227: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13228: GMT ; RFC 822, updated by RFC 1123
13229:
13230: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13231: targets/isapi/parser3isapi.C: initialized request_info properly
13232:
13233: * src/classes/xnode.C: found minor bug, commended for future
13234:
13235: 2003-05-28 paf
13236:
13237: * src/classes/form.C: request_info.content_length can't be <0,
13238: size_t for some time
13239:
13240: 2003-05-26 paf
13241:
13242: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13243: forgotten <0 changed to !=STRING_NOT_FOUND
13244:
13245: * src/classes/math.C: merged ffffu from HEAD
13246:
13247: 2003-05-11 paf
13248:
13249: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13250:
13251: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13252: premature doc free. transformed document had xmlDoc reference
13253: stored to non-gc-memory (libgdome) added holding-reference
13254:
13255: 2003-04-29 paf
13256:
13257: * src/main/pa_globals.C: started digging on double free. on win32
13258: found that that's perfectly normal.
13259:
13260: 2003-04-25 paf
13261:
13262: * src/classes/table.C: table.join bug fix [bad limit check]
13263:
13264: * src/classes/math.C: merged from HEAD: simpiler hash_string
13265:
13266: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13267: print anything. changed to quicker and simplier code
13268:
13269: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13270: strict a check]
13271:
13272: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13273:
13274: 2003-04-24 paf
13275:
13276: * src/include/pa_table.h: too strict assert loosened
13277:
13278: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13279: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13280: report
13281:
13282: 2003-04-21 paf
13283:
1.116 moko 13284: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13285:
13286: * src/main/pa_globals.C: pcre memory management changed to use GC
13287: memory
13288:
13289: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13290: xmlMallocAtomic [author agreed to my suggestion], used that
13291:
13292: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13293:
13294: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13295: types/pa_vmail.C: attributed_meaning_to_string added
13296: L_UNSPECIFIED piece which was sortof OK, but violated string
13297: invariant [assertion barked on that] changed to L_PASS_APPEND,
13298: made that param obligatory
13299:
13300: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13301: fixed [assert helped]
13302:
13303: * src/include/pa_string.h: assert added [looking for bug]
13304:
13305: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13306: names on Win32 considered disk-global
13307:
13308: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13309: considered disk-global
13310:
13311: 2003-04-18 paf
13312:
13313: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13314: filenames
13315:
13316: * src/main/untaint.C: enabled '~' letter in filenames
13317:
13318: 2003-04-16 paf
13319:
13320: * src/classes/file.C: small bug introduced in autoptr times fixed
13321:
13322: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13323: HEAD
13324:
1.116 moko 13325: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13326:
13327: 2003-04-15 paf
13328:
13329: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13330: src/lib/md5/pa_md5c.c, tests/141.html,
13331: tests/results/141.processed: merged from head ^math:uuid[]
13332: ^math:uid64[] ^math:md5[string]
13333:
13334: test added: 141.html
13335:
13336: * operators.txt, src/classes/math.C: ^math:uid64[]
13337:
13338: * src/classes/math.C: ^math:uuid[]
13339:
13340: * operators.txt, src/classes/math.C: ^math:uuid[]
13341:
13342: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13343: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13344:
13345: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13346: src/include/pa_config_fixed.h, src/main/pa_common.C:
13347: ^file::load[mode;name; $.offset $.limit
13348:
13349: 2003-04-14 paf
13350:
13351: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13352: started ^math:md5
13353:
13354: * src/classes/table.C, src/include/pa_array.h,
13355: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13356: tests/results/140.processed: table $.reverse option works in
13357: create&co table $.distinct[tables] bug fix merged
13358:
13359: * src/: classes/table.C, include/pa_table.h: table
13360: $.distinct[tables] bug fixed
13361:
13362: * src/classes/table.C: more warnings
13363:
13364: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13365: removed checks in table::set_current, moved them back to
13366: table::locate implemented table::create/join ñ $.reverse
13367:
13368: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13369: removed checks in table::set_current, moved them back to
13370: table::locate
13371:
13372: 2003-04-11 paf
13373:
13374: * operators.txt, src/classes/date.C, src/classes/table.C,
13375: src/include/pa_array.h, src/include/pa_common.h,
13376: src/include/pa_config_includes.h, src/include/pa_string.h,
13377: src/include/pa_table.h, src/main/pa_request.C,
13378: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13379: src/main/pa_table.C: merged from HEAD from
13380: before_append_array_limit_sense_change to
13381: after_append_array_limit_sense_change
13382:
13383: * src/classes/table.C: typo
13384:
13385: * operators.txt, src/classes/date.C, src/classes/table.C,
13386: src/include/pa_array.h, src/include/pa_common.h,
13387: src/include/pa_config_includes.h, src/include/pa_globals.h,
13388: src/include/pa_table.h, src/main/pa_array.C,
13389: src/main/pa_globals.C, src/main/pa_request.C,
13390: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13391: src/main/pa_table.C: append_array_limit_sense_change locate
13392: accepts options same as create new option: $.reverse(1) [do not
13393: work in table::create]
13394:
13395: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13396: (stat xxx,
13397:
13398: * src/classes/: table.C: typo
13399:
13400: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13401: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13402: results/130.processed, results/131.processed,
13403: results/132.processed, results/133.processed,
13404: results/134.processed, results/135.processed,
13405: results/136.processed, results/137.processed,
13406: results/138.processed, results/139.processed: added few mustfail
13407: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13408: date/time 132.html mustfail: access to junction outside of
13409: context 133.html mustfail: access to junction outside of context,
13410: case version 134.html mustfail: hash: adding a key inside of
13411: foreach 135.html mustfail: modifying system class 136.html
13412: mustfail: $.name outside of $hash[here] 137.html mustfail:
13413: appendChild without import 138.html mustfail: invalid encoding
13414: inside of xml 139.html mustfail: bad XPath
13415:
13416: * operators.txt, src/classes/table.C, tests/084.html,
13417: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13418: tests/129.html, tests/results/125.processed,
13419: tests/results/126.processed, tests/results/127.processed,
13420: tests/results/128.processed, tests/results/129.processed: merged
13421: from HEAD ^table.hash[key][$.distinct[tables]]
13422:
13423: maked appropriate tests [changed one old nonconforming]
13424:
13425: * operators.txt, src/classes/table.C:
13426: ^table.hash[key][$.distinct[tables]]
13427:
13428: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13429: merged fix for found very old xml (dom) bug: were passing
13430: domString objects and later ERROREOUSLY freed them
13431:
13432: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13433: src/main/pa_charset.C: re-added libgdome patch. regretfully
13434: libgdome bug can not be worked around
13435:
13436: 2003-04-10 paf
13437:
13438: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13439: found very old xml (dom) bug: were passing domString objects and
13440: later ERROREOUSLY freed them
13441:
13442: * src/doc/string.dox, src/include/pa_memory.h,
13443: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13444: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13445: tests/123.html, tests/124.html, tests/results/001.processed,
13446: tests/results/002.processed, tests/results/003.processed,
13447: tests/results/004.processed, tests/results/005.processed,
13448: tests/results/006.processed, tests/results/008.processed,
13449: tests/results/009.processed, tests/results/010.processed,
13450: tests/results/011.processed, tests/results/012.processed,
13451: tests/results/013.processed, tests/results/014.processed,
13452: tests/results/015.processed, tests/results/016.processed,
13453: tests/results/017.processed, tests/results/018.processed,
13454: tests/results/020.processed, tests/results/021.processed,
13455: tests/results/022.processed, tests/results/023.processed,
13456: tests/results/024.processed, tests/results/025.processed,
13457: tests/results/026.processed, tests/results/027.processed,
13458: tests/results/028.processed, tests/results/029.processed,
13459: tests/results/030.processed, tests/results/031.processed,
13460: tests/results/032.processed, tests/results/033.processed,
13461: tests/results/034.processed, tests/results/035.processed,
13462: tests/results/036.processed, tests/results/037.processed,
13463: tests/results/038.processed, tests/results/039.processed,
13464: tests/results/040.processed, tests/results/041.processed,
13465: tests/results/042.processed, tests/results/043.processed,
13466: tests/results/044.processed, tests/results/045.processed,
13467: tests/results/046.processed, tests/results/047.processed,
13468: tests/results/048.processed, tests/results/049.processed,
13469: tests/results/050.processed, tests/results/051.processed,
13470: tests/results/052.processed, tests/results/053.processed,
13471: tests/results/054.processed, tests/results/055.processed,
13472: tests/results/056.processed, tests/results/057.processed,
13473: tests/results/058.processed, tests/results/059.processed,
13474: tests/results/060.processed, tests/results/061.processed,
13475: tests/results/062.processed, tests/results/063.processed,
13476: tests/results/064.processed, tests/results/065.processed,
13477: tests/results/066.processed, tests/results/067.processed,
13478: tests/results/068.processed, tests/results/069.processed,
13479: tests/results/070.processed, tests/results/071.processed,
13480: tests/results/072.processed, tests/results/073.processed,
13481: tests/results/074.processed, tests/results/075.processed,
13482: tests/results/076.processed, tests/results/077.processed,
13483: tests/results/078.processed, tests/results/079.processed,
13484: tests/results/080.processed, tests/results/081.processed,
13485: tests/results/082.processed, tests/results/083.processed,
13486: tests/results/084.processed, tests/results/085.processed,
13487: tests/results/086.processed, tests/results/087.processed,
13488: tests/results/088.processed, tests/results/089.processed,
13489: tests/results/090.processed, tests/results/091.processed,
13490: tests/results/092.processed, tests/results/093.processed,
13491: tests/results/094.processed, tests/results/095.processed,
13492: tests/results/096.processed, tests/results/097.processed,
13493: tests/results/101.processed, tests/results/102.processed,
13494: tests/results/104.processed, tests/results/105.processed,
13495: tests/results/106.processed, tests/results/107.processed,
13496: tests/results/108.processed, tests/results/109.processed,
13497: tests/results/110.processed, tests/results/111.processed,
13498: tests/results/112.processed, tests/results/113.processed,
13499: tests/results/114.processed, tests/results/115.processed,
13500: tests/results/116.processed, tests/results/117.processed,
13501: tests/results/118.processed, tests/results/119.processed,
13502: tests/results/120.processed, tests/results/121.processed,
13503: tests/results/122.processed, tests/results/123.processed,
13504: tests/results/124.processed: new convention: char* never 0.
13505: assert in cord on that
13506:
13507: * src/main/pa_charset.C: couple more asserts
13508:
13509: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13510: speedup
13511:
13512: * src/main/pa_charset.C: couple assertions on fantastic situations
13513: added [may be those is the case now?]
13514:
13515: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13516: that's memory from gc_malloc, not from g_malloc :(, but would
13517: hope]
13518:
13519: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13520: that's memory from gc_malloc, not from g_malloc :(, but would
13521: hope]
13522:
13523: * src/main/pa_charset.C: checked custom malloc for returning 0
13524:
13525: 2003-04-09 paf
13526:
13527: * src/classes/date.C: merged ^date.roll changes
13528:
13529: * src/classes/date.C: ^date.roll bug fix
13530:
13531: * src/classes/date.C: ^date.roll now throws less errors: month
13532: shifts handles end of month situation by reducing day number
13533: hour-hole shift reduces hour to recover
13534:
13535: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13536: Sort by function time
13537:
13538: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13539: http:// $.charset[] param done
13540:
13541: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13542: added [after volatile fix. passes on win&intel-solaris]
13543:
13544: 2003-04-08 paf
13545:
13546: * src/: classes/file.C, classes/op.C, classes/table.C,
13547: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13548: include/pa_common.h, include/pa_request_charsets.h,
13549: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13550: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13551: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13552: types/pa_vresponse.C: started http:// $.charset[] param and
13553: http response charset detection just compiled. todo:test
13554:
13555: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13556:
13557: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13558: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13559: types/pa_vmail.C: changed transcode param converntion along with
13560: string creating convention -- all strings are zero-terminated,
13561: this allowed to fix one remaining String("123", 2) case
13562:
13563: * src/: classes/date.C, classes/file.C, classes/hash.C,
13564: classes/op.C, classes/string.C, classes/table.C,
13565: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13566: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13567: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13568: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13569: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13570: violated String::invariant. started fixing [not compiled now]
13571:
13572: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13573: main/compile.tab.C, main/compile.y, main/pa_string.C,
13574: main/untaint.C, targets/cgi/parser3.C: number of string style
13575: improvements & optimizations
13576:
13577: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13578: :(]
13579:
13580: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13581: [for it's a pointer really]
13582:
13583: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13584: 'n' param. worked that around
13585:
13586: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13587: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13588: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13589: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13590: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13591:
13592: Thanks for the bug report and patch.
13593:
13594: I hadn't looked at this code in a while. Reading it now, it
13595: seems to me that the tests should also be ">= MAX_DEPTH" to
13596: comply with the invariant, though that may not matter a lot. I
13597: changed that, too.
13598:
13599: Hans
13600:
13601: 2003-04-07 paf
13602:
13603: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13604: merged from head:safe mode error message now includes numbers
13605:
13606: * src/main/execute.C: n-th attempt to make a=a work with double.
13607: problem: as_double returns it's result in fp-register compiler
13608: optimizes access to that register after b->as_double, and just
13609: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13610: from memory. _SAME_ double values do not match here. when
13611: forced to REload fp-register, values do match.
13612:
13613: tried to make them volatile.
13614:
13615: * src/main/execute.C: n-th attempt to make a=a work with double.
13616: problem: as_double returns it's result in fp-register compiler
13617: optimizes access to that register after b->as_double, and just
13618: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13619: from memory. _SAME_ double values do not match here. when
13620: forced to REload fp-register, values do match.
13621:
13622: tried to make them volatile.
13623:
13624: * src/types/pa_vobject.h: small style change
13625:
13626: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13627:
13628: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13629: mode error message now includes numbers
13630:
13631: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13632: now causes death
13633:
13634: 2003-04-04 paf
13635:
13636: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13637: incorportated pa_exec patch by From: "Victor Fedoseev"
13638: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13639: Sent: Thursday, January 23, 2003 9:14 AM
13640:
13641: huge speedup on ^file::cgi with big result
13642:
13643: * src/classes/table.C: sort table with 0 rows bug fixed
13644:
13645: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13646: fix http://i2/tasks/edit/?id=4493701604654042676
13647:
13648: @main[] $with_default[ $.a[1] $._default[default from
13649: with_default] ] ^show[$with_default]
13650:
13651: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13652: =$to_add_to.xxx=<br>
13653:
13654: ^show[$to_add_to]
13655:
13656: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13657: ^show[$cloned]
13658:
13659: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13660:
13661: } <hr>
13662:
13663: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13664: http://i2/tasks/edit/?id=4493701604654042676
13665:
13666: @main[] $with_default[ $.a[1] $._default[default from
13667: with_default] ] ^show[$with_default]
13668:
13669: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13670: =$to_add_to.xxx=<br>
13671:
13672: ^show[$to_add_to]
13673:
13674: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13675: ^show[$cloned]
13676:
13677: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13678:
13679: } <hr>
13680:
13681: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13682: http://i2/tasks/edit/?id=4507350336410850921
13683:
13684: * src/classes/xdoc.C: memory allocation func bugfix
13685: http://i2/tasks/edit/?id=4499303470368629745
13686:
13687: * src/classes/math.C: allowed random 1...
13688:
13689: * src/classes/math.C: allowed random 0..
13690:
13691: * src/main/pa_globals.C: exif mem leak
13692: http://i2/tasks/edit/?id=4480590323629807263
13693:
13694: * src/: classes/classes.dsp, main/main.dsp,
13695: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13696: fix http://i2/tasks/edit/?id=4493946731322521294
13697: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13698:
13699: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13700: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13701: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13702: links to xml libs made relative, no need to unpack parser3project
13703: to /parser3project.
13704:
13705: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13706: column more precise - tab handling bug fixed
13707:
13708: * src/main/: compile.tab.C, compile.y: more understandable error
13709: message in case @CLASS with more then one line inside
13710:
13711: * src/targets/cgi/parser3.C: more understandable error message in
13712: case of errors in @unhandled_exception
13713:
13714: 2003-04-03 paf
13715:
13716: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13717: src/main/compile.tab.C, src/main/compile.y,
13718: src/main/compile_tools.C, src/main/compile_tools.h,
13719: src/main/execute.C, src/main/pa_request.C: debug info format
13720: simplified, now it's: OP_VALUE Operation::Origin << here value*
13721:
13722: higher limits: file number (max: 255) line number (max:
13723: 64535) column number (max: 255)
13724:
13725: * src/classes/math.C: top limit
13726:
13727: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13728: precise parse error position in case of
13729:
13730: ^bug ]
13731:
13732: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13733: changed to realities, and passed [bug fixed]
13734:
13735: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13736: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13737: main/compile_tools.h, main/pa_request.C: introducing
13738: ^process...[main-method-alias]
13739:
13740: * src/: classes/date.C, classes/image.C, classes/op.C,
13741: classes/string.C, classes/table.C, classes/xdoc.C,
13742: types/pa_vmethod_frame.h: MethodParams& now [methods without
13743: params receive zero reference, but they are expected not to look
13744: there]
13745:
13746: * operators.txt, src/classes/date.C, src/classes/double.C,
13747: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13748: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13749: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13750: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13751: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13752: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13753: [methods without params receive zero reference, but they are
13754: expected not to look there]
13755:
13756: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13757: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13758: ^process...[filename] useful for better error reporting
13759: [file/line/col]
13760:
13761: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13762: types/pa_vstring.h: slightly improved error messages text: 1. is
13763: '%s', it 2. method undefined in case of ^void[]
13764:
13765: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13766: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13767: handling done. now we have error columns todo: test it
13768:
13769: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13770: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13771:
13772: this makes life easier: were: bad stack order -- were in
13773: exception catch unwind order, which didn't match execution order
13774:
13775: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13776:
13777: @first[] ^throw[a;1]
13778:
13779: showed throw a first throw b try
13780:
13781: which is no good
13782:
13783: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13784: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13785: trace reset after handled exception [old bug fixed]
13786:
13787: * src/main/: compile.tab.C, compile.y: parse position old bug
13788: fixed. position reporting made precise [both, in parse erros and
13789: runtime errors]
13790:
13791: 2003-04-02 paf
13792:
13793: * src/: include/pa_operation.h, include/pa_request.h,
13794: main/compile.C, main/compile.tab.C, main/compile.y,
13795: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13796: main/pa_exception.C, main/pa_request.C: debug info: started
13797: using. todo:complete
13798:
13799: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13800: main/compile.C, main/compile.tab.C, main/compile.y,
13801: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13802: main/pa_request.C: prepared debug info todo:use it
13803:
13804: * src/include/pa_operation.h: strange mistake fixed: forgot to
13805: return Operation class->union after switching from autoptrs.
13806:
13807: * tests/: Makefile, results/108.processed, results/117.processed:
13808: meta considered OK [it's up to coder now to remove it not needed]
13809:
13810: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13811: Dictionary constructor when moved to gc]
13812:
13813: * src/main/pa_common.C: uncommented http:// file loading
13814:
13815: * src/include/pa_array.h, src/main/execute.C,
13816: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13817: fix [gdGrowingBuf]
13818:
13819: * configure.in, src/lib/Makefile.am: removed patches
13820:
13821: * configure, src/include/pa_config_auto.h.in,
13822: src/main/pa_charset.C: --enable-assertions autoconf-ed
13823:
13824: * src/main/pa_common.C: uncommented http:// file loading
13825:
13826: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13827: xdoc::create/load
13828:
13829: * src/: classes/form.C, classes/hash.C, classes/image.C,
13830: classes/string.C, classes/table.C, classes/void.C,
13831: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13832: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13833: String::String(str,helper_length) are checked. found/fixed one
13834: place: $request:body now zero-terminated,
13835:
13836: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13837: main/compile_tools.C, main/execute.C, types/pa_value.h,
13838: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13839: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13840: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13841: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13842: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13843: types/pa_vxnode.h: more locally scoped vars in execute (more
13844: easily optimizable)
13845:
13846: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13847: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13848:
13849: * src/: include/pa_array.h, include/pa_stack.h,
13850: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13851: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13852: become assertion iterator in methodframe filler
13853:
13854: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13855: targets/cgi/parser3.C: array::get/put inlined
13856:
13857: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13858: gc_substitute_memory_management_functions +installed CORD_oom
13859: function
13860:
13861: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13862: src/include/pa_config_includes.h, src/include/pa_string.h,
13863: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13864: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13865: assertions started configure.in --enable-assertions
13866:
13867: 2003-04-01 paf
13868:
13869: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13870: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13871: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13872: gdome uses glib memory, and stores last pointer to xmlDoc there,
13873: gc misses that and collects valid memory fixed by remembering
13874: xmlDoc from dom object in xdoc. todo: do something with
13875: premature free of xdoc with xnodes/node values referring into it
13876:
13877: * src/classes/: mail.C: typo fix
13878:
13879: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13880: changes
13881:
13882: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13883: main/pa_memory.C: moved memory debugging to global level: to
13884: pa_gc_malloc
13885:
13886: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13887: debugging showed no errors. todo: debug parser memory
13888:
13889: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13890: configurations
13891:
13892: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13893: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13894: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13895: types/types.dsp: prepared xml-static configuration
13896:
13897: 2003-03-31 paf
13898:
13899: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13900: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13901: xml lib memory debugging, simple checks failed: it seems that
13902: library does realloc(bad ptr), and recording those ptrs in heap
13903: [for debugging] was bad: heap situation changes = everything
13904: works fine
13905:
13906: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13907: xmlRegisterCharEncodingHandler limitation [currently imposed
13908: limit of 10 user-defined charsets]
13909:
13910: 2003-03-28 paf
13911:
13912: * src/main/execute.C: execution stack copied to local register
13913: variable, removed lots [~2e7) of memory accesses
13914:
13915: 2003-03-27 paf
13916:
13917: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13918: works in debug, but fails in release todo: fix that
13919:
13920: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13921: targets/cgi/parser3.C: forgot to merge XML memory funcs
13922: replacement from gc branch
13923:
13924: * src/main/pa_exec.C: introducing append_help_length [radical
13925: improvement here]
13926:
13927: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13928: 'not recommened' in gc.h, on win32 noticed no difference]
13929:
13930: * src/include/pa_array.h: returned checked array get [were disabled
13931: for debugging] result:not slower [don't understand that, it were
13932: INLINED] todo: find out a way of inlining it!
13933:
13934: * src/: include/pa_string.h, lib/gc/include/gc.h,
13935: lib/gc/include/gc_fake.h, main/compile.tab.C,
13936: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13937: convention changed: all resulting strings are zero-terminated
13938:
13939: * src/: classes/date.C, classes/file.C, classes/hash.C,
13940: classes/string.C, classes/table.C, classes/void.C,
13941: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13942: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13943: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13944: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13945: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13946: types/pa_vfile.C, types/pa_vmail.C: introducing
13947: append_help_length [radical improvement here]
13948:
13949: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13950: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13951: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13952: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13953: even slower
13954:
13955: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13956: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13957: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13958: clients of &get(): most to use non-ref version, some[in tight
13959: places] to get_unchecked_ref
13960:
13961: * src/doc/memory.dox: forgot to add
13962:
13963: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13964: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13965: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13966: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13967: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13968: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13969: targets/cgi/parser3.dsp, types/pa_vmail.C,
13970: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13971: T>>&<< removed after Stack::pop wiping removed [moved to separate
13972: func] other Array & removed
13973:
13974: 2003-03-26 paf
13975:
13976: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13977: classes/table.C, include/pa_array.h, include/pa_charset.h,
13978: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13979: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13980: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13981: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13982: main/pa_exec.C, main/pa_sql_driver_manager.C,
13983: main/pa_stylesheet_manager.C, main/pa_table.C,
13984: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13985: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13986: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13987: pre-evaluated .count() in some places
13988:
13989: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13990: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13991: types/types.dsp: .dsp profiling updated
13992:
13993: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13994: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13995: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13996:
13997: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13998: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13999: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14000: use lib/gc,lib/cord
14001:
1.116 moko 14002: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14003: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14004: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14005: src/include/pa_config_includes.h, src/include/pa_request.h,
14006: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14007: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14008: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14009: src/lib/cord/include/Makefile.am,
1.116 moko 14010: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14011: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14012: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14013: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14014: src/types/pa_vform.h, src/types/pa_vhash.h,
14015: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14016: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14017: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14018: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14019: funcs ported pa_exec
1.95 moko 14020:
14021: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14022:
14023: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14024: bundled gc includes
14025:
14026: * src/: classes/op.C, include/pa_array.h,
14027: include/pa_sql_connection.h, include/pa_string.h,
14028: include/pa_version.h, main/compile.tab.C, main/compile.y,
14029: main/execute.C, main/pa_common.C, main/pa_exception.C,
14030: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14031: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14032: first real site (aval)]
14033:
14034: 2003-03-25 paf
14035:
14036: * operators.txt, src/main/pa_sql_driver_manager.C,
14037: src/types/pa_vstatus.C: $status.memory used free since_compact
14038: process
14039:
14040: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14041: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14042:
14043: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14044:
14045: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14046: src/types/pa_value.h, src/types/pa_vfile.h,
14047: src/types/pa_vobject.C, src/types/pa_vobject.h,
14048: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14049: tests/results/121.processed: untaint.C L_URI
14050:
14051: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14052: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14053: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14054: src/types/pa_vmemory.h: ^memory:compact[]
14055:
14056: * tests/results/109.processed: it was a bug in parser. updated 109
14057: test result
14058:
14059: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14060:
14061: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14062: tests/results/107.processed: fixed dom language [values are now
14063: considered tainted. it was a bug in parser. updated 107 test
14064: result
14065:
14066: * src/classes/xdoc.C: fixed transform params
14067:
14068: * src/: include/pa_stylesheet_manager.h,
14069: main/pa_stylesheet_manager.C: fixed stylesheet caching
14070:
14071: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14072: overloads for structure handling
14073:
14074: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14075: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14076: StringBody(0) ambiguilty, introducting static
14077: StringBody::Format(int)
14078:
14079: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14080: linked
14081:
14082: * src/types/pa_vxdoc.C: vxdoc compiled
14083:
14084: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14085: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14086: finalizers isntalled
14087:
14088: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14089: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14090: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14091: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14092: compiled todo: xnode.C / finalizers
14093:
14094: * src/doc/string.dox: updated: new string internals
14095:
14096: 2003-03-24 paf
14097:
14098: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14099: include/pa_charset.h, include/pa_config_fixed.h,
14100: include/pa_request.h, include/pa_stylesheet_connection.h,
14101: include/pa_stylesheet_manager.h, main/pa_charset.C,
14102: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14103: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14104: types/pa_vxnode.h: started XML
14105:
14106: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14107:
14108: * src/: classes/file.C, classes/image.C, classes/mail.C,
14109: include/pa_string.h, main/pa_common.C,
14110: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14111:
14112: * src/: classes/file.C, classes/image.C, classes/mail.C,
14113: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14114: main/pa_request.C, main/pa_sql_driver_manager.C,
14115: types/pa_vimage.h: size_t pos everywhere checks changed to check
14116: for eq STRING_NOT_FOUND
14117:
14118: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14119: optimize bit implemented
14120:
14121: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14122: String::ArrayFragment::append_positions fixed
14123:
14124: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14125: String::this_starts fixed
14126:
14127: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14128:
14129: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14130: hashcode implemented fully, including per-char callback [it can
14131: be - substr CORD node]
14132:
14133: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14134: rewritten to rewalloc with 100byte buf ahead
14135:
14136: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14137: src/include/pa_string.h, src/main/compile.tab.C,
14138: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14139: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14140: CORD_ec [bad] would rewrite as realloc now
14141:
14142: * src/: classes/date.C, classes/file.C, classes/form.C,
14143: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14144: include/pa_cache_managers.h, include/pa_charsets.h,
14145: include/pa_common.h, include/pa_request.h,
14146: include/pa_sql_driver_manager.h, include/pa_table.h,
14147: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14148: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14149: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14150: types/pa_vmail.C, types/pa_vmethod_frame.C,
14151: types/pa_vstateless_class.h: 2*2 worked :)
14152:
14153: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14154: src/include/pa_exec.h, src/include/pa_string.h,
14155: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14156: passed OK
14157:
14158: * src/: classes/hash.C, classes/string.C, classes/table.C,
14159: types/pa_value.C: all linked todo: debug
14160:
14161: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14162: types/pa_vstateless_class.C: all compiled. todo:link
14163:
14164: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14165:
14166: * src/types/pa_vtable.C: pa_vtable.C compiled
14167:
14168: * src/types/pa_vstring.C: pa_vstring.C compiled
14169:
14170: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14171:
14172: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14173: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14174: pa_vstateless_class.C, pa_vstateless_class.h:
14175: pa_vstateless_class.C compiled
14176:
14177: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14178: types/pa_vmath.C: pa_vmail.C compiled
14179:
14180: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14181:
14182: * src/types/pa_vform.C: pa_vform.C compiled
14183:
14184: * src/types/pa_vfile.C: pa_vfile.C compiled
14185:
14186: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14187: pa_vstateless_class.C: pa_vcookie.C compiled
14188:
14189: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14190: types/pa_vhash.h: pa_value.C compiled
14191:
14192: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14193: classes.lib main.lib compiled
14194:
14195: * src/classes/void.C: void.C compiled
14196:
14197: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14198: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14199: compiled
14200:
14201: * src/: classes/string.C, include/pa_request.h,
14202: include/pa_string.h, main/pa_string.C: string.C compiled
14203:
14204: * src/: classes/op.C, classes/string.C, classes/table.C,
14205: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14206: main/pa_request.C, main/pa_string.C: op.C compiled
14207:
14208: * src/classes/: math.C, op.C: math.C compiled
14209:
14210: * src/: classes/mail.C, classes/string.C, classes/table.C,
14211: types/pa_vmail.h: mail.C compiled
14212:
14213: * src/classes/: int.C, table.C: int.C compiled
14214:
14215: * src/: classes/hash.C, classes/image.C, classes/string.C,
14216: classes/table.C, include/pa_memory.h, include/pa_string.h,
14217: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14218: compiled
14219:
14220: * src/: classes/hash.C, classes/string.C, classes/table.C,
14221: classes/void.C, classes/xdoc.C, include/pa_request.h,
14222: include/pa_sql_connection.h: hash.C compiled
14223:
14224: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14225: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14226: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14227: classes/math.C, classes/op.C, classes/response.C,
14228: classes/string.C, classes/table.C, classes/void.C,
14229: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14230: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14231: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14232: file.C table.C compiled
14233:
14234: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14235: main/untaint.C: main.lib compiled
14236:
14237: 2003-03-21 paf
14238:
14239: * src/: classes/op.C, include/pa_cache_managers.h,
14240: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14241: include/pa_stylesheet_manager.h, main/pa_exception.C,
14242: main/pa_globals.C, main/pa_sql_driver_manager.C,
14243: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14244: compiled
14245:
14246: * src/: classes/hash.C, classes/image.C, classes/op.C,
14247: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14248: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14249: main/compile.C, main/pa_common.C, main/pa_request.C,
14250: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14251: pa_request.C compiled
14252:
14253: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14254: include/pa_request.h, main/execute.C, main/pa_request.C,
14255: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14256: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14257: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14258: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14259: compiled
14260:
14261: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14262: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14263: on unix
14264:
14265: * src/: include/pa_charset.h, include/pa_charsets.h,
14266: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14267: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14268: pa_charsets.C compiled
14269:
14270: * src/: classes/image.C, classes/mail.C, classes/op.C,
14271: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14272: main/compile.y, main/execute.C, main/pa_common.C,
14273: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14274: types/pa_vcode_frame.h, types/pa_vimage.h,
14275: types/pa_vmethod_frame.h: execute.C compiled
14276:
14277: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14278: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14279: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14280: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14281: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14282: include/pa_cache_managers.h, include/pa_charsets.h,
14283: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14284: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14285: include/pa_sql_driver_manager.h, include/pa_string.h,
14286: include/pa_stylesheet_connection.h,
14287: include/pa_stylesheet_manager.h, include/pa_table.h,
14288: main/compile.C, main/compile.tab.C, main/compile.y,
14289: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14290: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14291: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14292: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14293: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14294: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14295: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14296: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14297: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14298: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14299: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14300: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14301: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14302: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14303: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14304: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14305: types/pa_vresponse.h, types/pa_vstateless_class.C,
14306: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14307: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14308: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14309: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14310: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14311: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14312: [C++ CORD wrapper]
14313:
14314: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14315:
14316: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14317: $file::exec/cgi[script; $.charset[this is script's charset]
14318:
14319: command line, env values, input got transcoded before call
14320: stdout, stderr got transcoded after call
14321:
14322: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14323: by default. use: ^file::exec[...;$.stdin[$request.body]
14324:
14325: * src/main/pa_common.C: } typo bug fix
14326:
14327: * src/main/pa_common.C: } typo bug fix
14328:
14329: 2003-03-20 paf
14330:
14331: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14332: main/untaint.C: cord bug fix, but still errors todo: clear out
14333:
14334: * src/include/pa_string.h: more tests
14335:
14336: * src/main/pa_string.C: string.pos fixed
14337:
1.116 moko 14338: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14339: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14340: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14341: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14342: replaces
1.95 moko 14343:
14344: * src/: classes/image.C, include/pa_dictionary.h,
14345: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14346: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14347: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14348: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14349:
14350: * src/include/pa_string.h: warning
14351:
14352: * src/include/pa_string.h: this_starts fixed
14353:
14354: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14355: new String ctor & append params convention
14356:
14357: * src/: classes/file.C, classes/hash.C, classes/image.C,
14358: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14359: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14360: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14361: main/pa_exception.C, main/pa_exec.C,
14362: main/pa_sql_driver_manager.C, main/pa_string.C,
14363: main/pa_stylesheet_manager.C, main/untaint.C,
14364: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14365: types/pa_vmail.C: more tests OK
14366:
14367: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14368: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14369: gc/exit runned OK
14370:
14371: * src/types/pa_vmail.C: another naming problem: should not name
14372: vars like that: unpredictable close caused problems with later
14373: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14374: descriptors missing on startup: stdin; Bad file number
14375:
14376: todo: find out why so many filters(stream) here. probably wrong?
14377:
14378: * src/: include/pa_dictionary.h, include/pa_string.h,
14379: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14380: main/untaint.C: test compiled
14381:
14382: * src/: classes/image.C, classes/mail.C, classes/math.C,
14383: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14384: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14385: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14386: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14387: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14388: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14389: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14390: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14391: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14392:
14393: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14394: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14395: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14396: src/include/pa_memory.h, src/include/pa_request.h,
14397: src/include/pa_request_charsets.h,
14398: src/include/pa_sql_connection.h, src/include/pa_string.h,
14399: src/main/compile.tab.C, src/main/execute.C,
14400: src/main/pa_charset.C, src/main/pa_common.C,
14401: src/main/pa_exception.C, src/main/pa_exec.C,
14402: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14403: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14404: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14405: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14406: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14407: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14408: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14409: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14410: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14411: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14412: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14413: pa_common.C [done, without http for now]
14414:
14415: 2003-03-19 paf
14416:
14417: * src/: classes/date.C, classes/form.C, classes/hash.C,
14418: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14419: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14420: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14421: include/pa_string.h, include/pa_table.h, main/compile.C,
14422: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14423: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14424: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14425: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14426: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14427: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14428: types/pa_vstateless_class.h, types/pa_vtable.C,
14429: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14430: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14431: types/pa_wwrapper.h: started test
14432:
1.116 moko 14433: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14434: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14435:
14436: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14437: include/pa_string.h, main/pa_string.C: string compiled todo: test
14438: it
14439:
14440: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14441: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14442: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14443: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14444: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14445: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14446: types/pa_vmethod_frame.h, types/types.dsp: string
14447: reimplementation with cord+array<fragment>: 70%
14448:
14449: 2003-03-18 paf
14450:
14451: * src/: classes/date.C, classes/file.C, classes/form.C,
14452: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14453: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14454: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14455: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14456: can ignore lang in cmp and pos really, but would
14457: split properly!
14458:
14459: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14460: cord part made parser/src/lib: it's not compiled into libgc by
14461: default
14462:
14463: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14464: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14465: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14466: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14467: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14468: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14469: src/classes/xnode.C, src/classes/xnode.h,
14470: src/include/Makefile.am, src/include/pa_cache_managers.h,
14471: src/include/pa_charset.h, src/include/pa_charsets.h,
14472: src/include/pa_common.h, src/include/pa_dictionary.h,
14473: src/include/pa_exception.h, src/include/pa_exec.h,
14474: src/include/pa_globals.h, src/include/pa_hash.h,
14475: src/include/pa_memory.h, src/include/pa_pool.h,
14476: src/include/pa_request.h, src/include/pa_request_charsets.h,
14477: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14478: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14479: src/include/pa_stylesheet_connection.h,
14480: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14481: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14482: src/main/compile.C, src/main/compile.tab.C,
14483: src/main/compile_tools.C, src/main/compile_tools.h,
14484: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14485: src/main/pa_charsets.C, src/main/pa_common.C,
14486: src/main/pa_dictionary.C, src/main/pa_exception.C,
14487: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14488: src/main/pa_pool.C, src/main/pa_request.C,
14489: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14490: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14491: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14492: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14493: src/types/pa_junction.h, src/types/pa_method.h,
14494: src/types/pa_value.C, src/types/pa_value.h,
14495: src/types/pa_vclass.C, src/types/pa_vclass.h,
14496: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14497: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14498: src/types/pa_vdouble.h, src/types/pa_venv.h,
14499: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14500: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14501: src/types/pa_vimage.C, src/types/pa_vimage.h,
14502: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14503: src/types/pa_vmath.C, src/types/pa_vmath.h,
14504: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14505: src/types/pa_vobject.C, src/types/pa_vobject.h,
14506: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14507: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14508: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14509: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14510: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14511: src/types/pa_vstring.h, src/types/pa_vtable.C,
14512: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14513: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14514: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14515: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14516: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14517: gc: PA_Object done lots of replacements also
14518:
14519: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14520: gc logging
14521:
14522: 2003-03-17 paf
14523:
14524: * src/: classes/date.C, classes/file.C, classes/form.C,
14525: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14526: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14527: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14528: include/pa_string.h, include/pa_types.h, main/compile.C,
14529: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14530: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14531: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14532: main/pa_sql_driver_manager.C, main/pa_string.C,
14533: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14534: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14535: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14536: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14537: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14538: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14539: types/pa_vxnode.h: libgc attempt
14540:
14541: 2003-03-13 paf
14542:
14543: * src/: include/pa_sql_driver_manager.h,
14544: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14545: called
14546:
14547: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14548: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14549: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14550: types/pa_value.h, types/pa_vobject.h,
14551: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14552: set_base, set_derived simplified [counter leaks fixed]
14553:
14554: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14555: src/types/types.dsp: incorporated status class patch From:
14556: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14557: 2003 8:14 AM
14558:
14559: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14560: Win32 specific: QuotaPeakNonPagedPoolUsage
14561: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14562:
14563: 2003-03-12 paf
14564:
1.116 moko 14565: * configure, configure.in, src/lib/ltdl/configure,
14566: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14567: lib/ltdl/Makefile now created by /configure.in only [were by
14568: lib/ltdl/configure.in OVERWRITE]
14569:
1.116 moko 14570: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14571: linkage fixed for g++ 3.2.2
1.95 moko 14572:
14573: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14574: on using privately declared class [fixed]
14575:
14576: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14577: 3.2 rightliy complained on using privately declared class [fixed]
14578:
14579: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14580: sigpipe before request constructor now causes death
14581:
14582: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14583: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14584: not cause exception in exception handler
14585:
1.116 moko 14586: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14587: now default links libstdc++ statically. that can be overriden by
14588: --with-dynamic-stdcpp
1.95 moko 14589:
14590: 2003-03-11 paf
14591:
14592: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14593: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14594: necessity of libstdc++
14595:
14596: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14597:
14598: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14599:
14600: 2003-03-08 paf
14601:
14602: * tests/Makefile: make install & co
14603:
14604: * src/: include/pa_request.h, classes/op.C: removing
14605: vclass,object.h -> pa_request.h dependency
14606:
14607: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14608: main/pa_request.C: removing vform,response,cookie.h ->
14609: pa_request.h dependency
14610:
14611: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14612: dependency [testing...]
14613:
14614: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14615: return 0; fixed
14616:
14617: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14618: types/pa_vmail.h: vmail.C received just compiled [not tested]
14619:
14620: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14621:
14622: * src/main/pa_request.C: forgotten: ifdef XML
14623:
14624: * src/main/pa_request.C: forgotten: ifdef XML
14625:
14626: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14627: win32 and run memleak tests again
14628:
14629: * src/targets/cgi/parser3.C: charsets: see some strange things with
14630: old xml lib-- it's internal memory handling has faults
14631:
14632: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14633: problems when transcode from charset A to A.
14634:
14635: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14636: todo: still problems when transcode from charset A to A.
14637:
14638: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14639: classes/table.C, include/pa_array.h,
14640: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14641: started full-scale-site-test [~ http://parser.ru sources]
14642:
14643: some fixes
14644:
14645: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14646: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14647: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14648: results/110.processed, results/111.processed,
14649: results/112.processed, results/113.processed,
14650: results/114.processed, results/115.processed,
14651: results/116.processed, results/117.processed,
14652: results/118.processed, results/119.processed,
14653: results/120.processed: xml: tests 109 dom create/show 110 xpath
14654: selectSingle 111 xdoc.create from tainted & 112
14655: xdoc.create/output with russian attr value 113 xpath
14656: selectString/Number 114 dom attributes.count 115 xpath selectBool
14657: 116 output media-type change 117 transform by dom stylesheet 118
14658: empty transform result 119 dom setAttribute 120 nbsp letter
14659: output
14660:
14661: =END OF PREPARED XML TESTS=
14662:
14663: 2003-03-07 paf
14664:
14665: * src/classes/xdoc.C, src/include/pa_charset.h,
14666: src/include/pa_stylesheet_connection.h, tests/108.html,
14667: tests/108.xsl, tests/results/108.processed: xml: test 108
14668: transform with params [bugs fixed]
14669:
14670: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14671: from copy/paste bug
14672:
14673: * src/classes/xdoc.C, src/include/pa_charset.h,
14674: src/include/pa_request.h, src/main/execute.C,
14675: src/main/pa_charset.C, src/main/pa_exception.C,
14676: src/main/pa_globals.C, src/main/pa_request.C,
14677: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14678: src/types/pa_vxnode.C, tests/107.html,
14679: tests/results/107.processed: xml: test: 107 bug fixes
14680:
14681: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14682: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14683: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14684:
14685: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14686: string
14687:
14688: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14689: mem alloc functions used for different cases [libxml, libxsl]
14690:
14691: * src/classes/classes.C: fixed: prevent system classes from
14692: modification to lock ALL the classes, not only directly used
14693:
14694: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14695: linked
14696:
14697: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14698:
14699: 2003-03-06 paf
14700:
14701: * src/classes/xdoc.C: xdoc.C 50%
14702:
14703: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14704: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14705: main/pa_globals.C, main/pa_request.C,
14706: main/pa_stylesheet_manager.C: xnode.C compiled
14707:
14708: * src/: include/pa_stylesheet_connection.h,
14709: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14710: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14711:
14712: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14713: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14714: xml: stylesheet&manager STARTED
14715:
14716: * src/: include/pa_globals.h, main/pa_charset.C,
14717: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14718:
14719: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14720: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14721: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14722: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14723: charsets
14724:
14725: * tests/023.html: in some cases it rounded up badly. postponing
14726: solution of that problem, making more simple test
14727:
14728: * tests/: 058_paf2000.png, results/058.processed: .png added with
14729: -kb now
14730:
14731: * src/: include/pa_charset.h, include/pa_charsets.h,
14732: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14733: moved to charsets.C
14734:
14735: 2003-03-05 paf
14736:
14737: * src/classes/string.C, src/include/pa_string.h,
14738: src/main/pa_string.C, tests/105.html,
14739: tests/results/105.processed: String::match bug fixed
14740:
14741: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14742: tests/results/104.processed: ^bpt operator added [does int3 in
14743: debug build on win32]
14744:
14745: * tests/: 057.html, results/057.processed: test bug fixed
14746:
1.116 moko 14747: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14748:
14749: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14750: missing
14751:
1.116 moko 14752: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14753: forgotten files added to Makes
1.95 moko 14754:
14755: * ltmain.sh: ltmain.sh added
14756:
14757: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14758: change undone ;(
14759:
14760: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14761: made static
14762:
14763: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14764: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14765: todo:make linker happy
1.95 moko 14766:
14767: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14768: env param made optional
14769:
14770: 2003-03-04 paf
14771:
14772: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14773: types/pa_vimage.h: number of gcc compiler bugs fixed
14774:
14775: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14776: results/103.processed: tests: 103 image.copy transparence test
14777:
14778: * src/main/execute.C, tests/101.html, tests/102.html,
14779: tests/results/101.processed, tests/results/102.processed: tests:
14780: 101 method/variable name conflict test 102 form fields change
14781: should not not change anything [bug fix]
14782:
14783: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14784: results/099.processed, results/100.processed: tests: 57 date
14785: create 2002: added 99,100 response:body/download
14786:
14787: * src/classes/image.C, tests/098.html, tests/098font.gif,
14788: tests/results/098.processed: test: 98 image font text [bug fixed]
14789:
14790: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14791: tests/results/097.processed: test: 97 file::load http:// [bugs
14792: fixed]
14793:
14794: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14795: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14796: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14797: image EXIF [bug fixed]
14798:
14799: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14800: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14801: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14802: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14803: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14804: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14805: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14806: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14807: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14808: tests/094.html, tests/095.html, tests/results/061.processed,
14809: tests/results/062.processed, tests/results/063.processed,
14810: tests/results/064.processed, tests/results/065.processed,
14811: tests/results/066.processed, tests/results/067.processed,
14812: tests/results/068.processed, tests/results/069.processed,
14813: tests/results/070.processed, tests/results/071.processed,
14814: tests/results/072.processed, tests/results/073.processed,
14815: tests/results/074.processed, tests/results/075.processed,
14816: tests/results/076.processed, tests/results/077.processed,
14817: tests/results/078.processed, tests/results/080.processed,
14818: tests/results/081.processed, tests/results/082.processed,
14819: tests/results/083.processed, tests/results/084.processed,
14820: tests/results/085.processed, tests/results/086.processed,
14821: tests/results/087.processed, tests/results/088.processed,
14822: tests/results/089.processed, tests/results/090.processed,
14823: tests/results/091.processed, tests/results/092.processed,
14824: tests/results/093.processed, tests/results/094.processed,
14825: tests/results/095.processed, tests/079.html,
14826: tests/results/079.processed: tests: 61 file::stat size 62
14827: string->int autoconvert 63 double .int,dec,div,mul 64 date
14828: compare 65 file: basename,justname,justext 66 math:crypt 67
14829: string.match simple on long 68 string.match normalized simple on
14830: long 69 string.int 70 file::stat content-type 71 table.join 72
14831: hash parameter conditional pass 73 date daylightsaving,yearday 74
14832: date arithmetics 75 response date values/attributes 76 string.pos
14833: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14834: with local 80 scientific numeric literal in string autoconvert 81
14835: xor: logical and numerical 82 for delims 83 menu delims 84
14836: table.hash distinct 85 long string replace 86 throw+catch
14837: current language preserve 87 bit shifts 88 junction tests +
14838: $caller test 89 hash.foreach selfmodification 90 int/void to int
14839: 91 $caller test 92 junction is + def junction tests 93 $caller
14840: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14841:
14842: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14843: fixed] 60 string eq string [bug fixed]
14844:
14845: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14846: 058.html, 058_paf2000.png, 059.html, 060.html,
14847: results/053.processed, results/054.processed,
14848: results/055.processed, results/056.processed,
14849: results/057.processed, results/058.processed,
14850: results/059.processed, results/060.processed: test: 53
14851: string.replace 54 junctions 55 table.hash 56 call indirect 57
14852: date.create[string] 58 image.measure[png]
14853:
14854: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14855: outputs/051.processed, results/052.processed: test: 52
14856: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14857: task: fix that
14858:
14859: 2003-03-03 paf
14860:
14861: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14862: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14863: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14864: outputs/049.processed, outputs/050.processed,
14865: outputs/051.processed, results/001.processed,
14866: results/002.processed, results/003.processed,
14867: results/005.processed, results/006.processed,
14868: results/008.processed, results/009.processed,
14869: results/011.processed, results/012.processed,
14870: results/013.processed, results/014.processed,
14871: results/015.processed, results/016.processed,
14872: results/017.processed, results/020.processed,
14873: results/021.processed, results/022.processed,
14874: results/024.processed, results/025.processed,
14875: results/026.processed, results/027.processed,
14876: results/028.processed, results/029.processed,
14877: results/030.processed, results/031.processed,
14878: results/049.processed, results/050.processed,
14879: results/051.processed, results/043.processed,
14880: results/044.processed, results/045.processed,
14881: results/046.processed, results/047.processed,
14882: results/048.processed: tests: 43,44,45 date rolls 46
14883: autoevaluating junction 47 table.select 48 name with subvar 49
14884: hash-creating switch 50 process 51 started parent/child, works as
14885: it were but it were NOT GOOD, created separate task to fix that
14886:
14887: * tests/: 042.html, results/042.processed: test: 42
14888: exception.handled
14889:
14890: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14891: expression
14892:
14893: * tests/: 040.html, results/040.processed: test: 39 method result
14894: of type table 40 method param junction auto evaluate
14895:
14896: * tests/: 039.html, results/039.processed: test: 37 method result
14897: of type table
14898:
14899: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14900: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14901: tests/038.html, tests/results/033.processed,
14902: tests/results/034.processed, tests/results/035.processed,
14903: tests/results/036.processed, tests/results/037.processed,
14904: tests/results/038.processed: tests: 33 string.replace 34
14905: string.upper 35 table created 36 local/global vars with juntions
14906: 37 table clone 38 math PI & number formatting
14907:
14908: math class registring typo fixed
14909:
14910: * src/classes/op.C, src/include/pa_request.h,
14911: src/include/pa_string.h, src/main/execute.C,
14912: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14913: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14914: tests/032.html, tests/results/032.processed: uchar changed to
14915: String_UL in all places [was not everywhere] untaint test: 032
14916:
14917: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14918: tests/results/004.processed, tests/parser-cygwin.sh,
14919: tests/parser-unix.sh: removed -H command line key, now testing
14920: using .sh file with SERVER_SOFTWARE=xxx
14921:
14922: 2003-02-26 paf
14923:
14924: * src/main/execute.C, src/types/pa_vstateless_class.h,
14925: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14926: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14927: tests/results/024.processed, tests/results/025.processed,
14928: tests/results/026.processed, tests/results/027.processed,
14929: tests/results/028.processed, tests/results/029.processed,
14930: tests/results/030.processed, tests/results/031.processed: fixed
14931: bug with name_cstr mutable CharPtr more tests
14932:
14933: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14934: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14935: << abort. die now just exits
14936:
14937: * src/classes/classes.awk, src/classes/classes.h,
14938: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14939: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14940: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14941: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14942: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14943: src/classes/xnode.C, src/include/pa_memory.h,
14944: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14945: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14946: src/types/pa_vform.C, tests/015.html, tests/016.html,
14947: tests/017.html, tests/018.html, tests/019.html,
14948: tests/019paf2001.gif, tests/020.html, tests/021.html,
14949: tests/022.html, tests/023.html, tests/022_dir/a.html,
14950: tests/022_dir/b.txt, tests/022_dir/c.htm,
14951: tests/results/015.processed, tests/results/016.processed,
14952: tests/results/017.processed, tests/results/018.processed,
14953: tests/results/019.processed, tests/results/020.processed,
14954: tests/results/021.processed, tests/results/022.processed,
14955: tests/results/023.processed: methoded_array now contains all Mxxx
14956: classes SAPI::get_env now returns info on pool more tests
14957:
14958: * src/include/pa_array.h, src/include/pa_hash.h,
14959: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14960: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14961: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14962: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14963: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14964: tests/results/001.processed, tests/results/002.processed,
14965: tests/results/003.processed, tests/results/004.processed,
14966: tests/results/005.processed, tests/results/006.processed,
14967: tests/results/007.processed, tests/results/008.processed,
14968: tests/results/009.processed, tests/results/010.processed,
14969: tests/results/011.processed, tests/results/012.processed,
14970: tests/results/013.processed, tests/results/014.processed: hash
14971: cloning fixed
14972:
14973: 2003-02-25 paf
14974:
14975: * src/main/pa_common.C: typo fixed
14976:
14977: 2003-02-24 paf
14978:
14979: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14980: [one remained]
14981:
14982: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14983: [should have been get_string(&pool)] todo: check other such calls
14984:
14985: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14986: test10, bad lookups
14987:
14988: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14989: object got destructed, and xxx points to sky
14990:
14991: * ChangeLog, src/classes/string.C: match bug fixed
14992:
14993: * src/types/pa_vmail.C: body [text/html] transcoded to
14994: $.charset[specified] now
14995:
14996: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14997: which failed to handle sigsetjmp+throw: crashed inside of
14998: pre-throw code. rewritten simplier [though duplicating
14999: closesocket code]
15000:
15001: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15002: which failed to handle sigsetjmp+throw: crashed inside of
15003: pre-throw code. rewritten simplier [though duplicating
15004: closesocket code]
15005:
15006: 2003-02-21 paf
15007:
15008: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15009: $cookie:name[$.expires[date << can be now]]
15010:
15011: written makefile with regression tests [raw]
15012:
15013: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15014: tests' only [it's not forcing CGI mode now] now use -H to output
15015: CGI header when parser used in command line [useful for tests
15016: also]
15017:
15018: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15019: switches on CGI mode, and is used in regression tests
15020:
15021: * src/: include/pa_request.h, main/pa_request.C,
15022: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15023: fixed
15024:
15025: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15026: handling pa_*
15027:
15028: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15029: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15030: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15031: memory handling files
15032:
15033: * src/main/pa_array.C: pool::format_integer terminator fixed
15034:
15035: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15036: compiles OK test to show benefits of free
15037:
15038: * src/: classes/file.C, classes/image.C, classes/mail.C,
15039: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15040: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15041: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15042: use pool [as the one in ^process]
15043:
15044: * src/classes/op.C: fixed process. sould now check for all cstr's
15045: -- some must use pool [as the one in ^process]
15046:
15047: 2003-02-20 paf
15048:
15049: * src/: classes/date.C, classes/double.C, classes/file.C,
15050: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15051: classes/math.C, classes/op.C, classes/response.C,
15052: classes/string.C, classes/table.C, classes/void.C,
15053: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15054: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15055: string cmp fixed
15056:
15057: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15058: values passed OK now
15059:
15060: 2003-02-19 paf
15061:
15062: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15063: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15064: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15065: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15066: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15067: all remaning leaks resulted from pooled::malloc calls [excluding
15068: in gd -- planning complete rewrite extremely ugly code]
15069:
15070: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15071: files
15072:
15073: 2003-02-17 paf
15074:
15075: * src/: classes/date.C, classes/double.C, classes/file.C,
15076: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15077: classes/response.C, classes/string.C, classes/table.C,
15078: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15079: include/pa_stylesheet_connection.h,
15080: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15081: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15082: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15083: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15084: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15085: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15086: of unitialized simple-typed field
15087:
15088: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15089: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15090: simple-typed field fixed. todo: find&kill all like that one
15091:
15092: * src/: main/execute.C, targets/cgi/pa_pool.C,
15093: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15094: debug output fixed
15095:
15096: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15097: main/pa_request.C: stack-stored items need extra .ref to prevent
15098: object_ptr from delete[them]
15099:
15100: * src/: classes/date.C, classes/op.C, classes/table.C,
15101: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15102: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15103: main/pa_charset.C, main/pa_common.C,
15104: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15105: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15106: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15107: calls
15108:
15109: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15110: couple mem leaks rusulted from old pooled::malloc usage.
15111: todo:find more like those
15112:
15113: * src/main/: compile.C, compile_tools.C: 2*2!
15114:
15115: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15116: stackItem fixed [there were no string on stack before]
15117:
15118: * src/: main/execute.C, main/pa_request.C,
15119: types/pa_vmethod_frame.C: first letters out OK
15120:
15121: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15122: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15123: main/pa_string.C, main/untaint.C, types/pa_value.h,
15124: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15125: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15126: type not initialized with zeros :( while class fields of class
15127: types initialized with default constructors. learn C++
15128:
15129: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15130: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15131: classes/math.C, classes/xdoc.C, classes/xnode.C,
15132: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15133: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15134:
15135: 2003-02-14 paf
15136:
15137: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15138: 13 link errors
15139:
15140: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15141: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15142: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15143: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15144: errors :)
15145:
15146: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15147: classes/hash.C, classes/mail.C, classes/op.C,
15148: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15149: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15150: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15151: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15152:
15153: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15154: classes/table.C, include/pa_common.h, include/pa_globals.h,
15155: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15156: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15157: types/pa_vint.h, types/types.dsp: op compiled
15158:
15159: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15160: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15161: main/untaint.C, types/pa_vtable.h: string, response compiled
15162:
15163: 2003-02-07 paf
15164:
15165: * src/: classes/table.C, types/pa_vtable.h: table compiled
15166:
15167: 2003-02-06 paf
15168:
15169: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15170: mail compiled
15171:
15172: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15173: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15174: types/pa_vfile.h, types/pa_vimage.h: image compiled
15175:
15176: * src/classes/: file.C, form.C: form compiled
15177:
15178: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15179: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15180: types/pa_vfile.C, types/pa_vfile.h: file compiled
15181:
15182: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15183: types/pa_vmath.h: math compiled [win32]
15184:
15185: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15186: types/pa_vstring.h: hash compiled
15187:
15188: 2003-02-04 paf
15189:
15190: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15191: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15192: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15193: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15194: types/pa_vhash.h: hash 50% compiled
15195:
15196: * src/: classes/date.C, classes/file.C, classes/hash.C,
15197: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15198: classes/string.C, classes/table.C, classes/xdoc.C,
15199: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15200: main/pa_string.C: date compiled
15201:
15202: * src/classes/: classes.dsp, double.C: double compiled
15203:
15204: * src/: classes/date.C, classes/double.C, classes/file.C,
15205: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15206: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15207: classes/string.C, classes/table.C, classes/void.C,
15208: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15209: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15210: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15211: compiled
15212:
15213: * src/: classes/date.C, classes/double.C, classes/file.C,
15214: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15215: classes/math.C, classes/op.C, classes/response.C,
15216: classes/string.C, classes/table.C, classes/void.C,
15217: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15218: types/pa_vvoid.h: void compiled :)
15219:
15220: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15221: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15222: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15223: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15224: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15225: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15226: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15227: types/pa_vresponse.C, types/pa_vstateless_class.C,
15228: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15229: types/pa_wcontext.C, types/types.dsp: removed stupid
15230: value_includes.h
15231:
15232: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15233: trying to remove stupid value_includes.h
15234:
15235: * src/main/pa_exec.C: pa_exec compiled on win32
15236:
15237: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15238:
15239: * src/: include/pa_globals.h, include/pa_request.h,
15240: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15241: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15242: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15243: types/pa_vrequest.C, types/pa_vstateless_class.C,
15244: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15245:
15246: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15247: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15248: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15249:
15250: * src/: include/pa_array.h, include/pa_config_includes.h,
15251: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15252: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15253: compiled
15254:
15255: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15256: name conflicts)
15257:
15258: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15259: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15260: yelds "virtual memory exhausted" while trying to compile
15261: execute.C [eating up to 127MB]
15262:
15263: 2003-02-03 paf
15264:
15265: * src/: include/pa_config_includes.h, include/pa_hash.h,
15266: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15267: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15268: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15269: types/pa_vint.h, types/pa_vjunction.h,
15270: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15271: started gcc compiling pa_common compiled
15272:
15273: * src/: include/pa_exception.h, include/pa_pool.h,
15274: main/pa_exception.C: exception gcc change #1
15275:
1.116 moko 15276: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15277: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15278:
15279: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15280:
15281: * src/types/pa_vtable.C: vtable compiled
15282:
15283: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15284:
15285: * src/: include/pa_cache_managers.h, main/pa_request.C,
15286: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15287:
15288: * src/types/pa_vstateless_class.C: vstateless_class compiled
15289:
15290: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15291:
15292: * src/types/pa_vrequest.C: vrequest compiled
15293:
15294: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15295: pa_vobject.C, pa_vobject.h: vobject compiled
15296:
15297: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15298: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15299: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15300: compiled
15301:
15302: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15303:
15304: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15305: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15306: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15307: compiled
15308:
15309: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15310: main.lib - 0 error(s), 0 warning(s)
15311:
15312: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15313: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15314:
15315: 2003-01-31 paf
15316:
15317: * src/: include/pa_array.h, include/pa_operation.h,
15318: include/pa_request.h, main/execute.C, main/main.dsp,
15319: types/pa_vjunction.h: started last file from main library:
15320: execute
15321:
15322: * src/: include/pa_request.h, include/pa_sapi.h,
15323: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15324: main/pa_request.C, targets/cgi/parser3.C,
15325: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15326: types/pa_vhash.h: pa_request compiled
15327:
15328: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15329: include/pa_globals.h, include/pa_request.h,
15330: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15331: main/execute.C, main/main.dsp, main/pa_common.C,
15332: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15333: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15334: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15335: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15336: types/types.dsp: most pa_request compiled
15337:
15338: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15339: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15340: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15341: classes/op.C, classes/response.C, classes/string.C,
15342: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15343: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15344: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15345: include/pa_config_fixed.h, include/pa_config_includes.h,
15346: include/pa_dictionary.h, include/pa_dir.h,
15347: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15348: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15349: include/pa_pool.h, include/pa_request.h,
15350: include/pa_request_charsets.h, include/pa_request_info.h,
15351: include/pa_sapi.h, include/pa_socks.h,
15352: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15353: include/pa_stack.h, include/pa_string.h,
15354: include/pa_stylesheet_connection.h,
15355: include/pa_stylesheet_manager.h, include/pa_table.h,
15356: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15357: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15358: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15359: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15360: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15361: main/compile.C, main/compile.tab.C, main/compile.y,
15362: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15363: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15364: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15365: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15366: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15367: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15368: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15369: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15370: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15371: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15372: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15373: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15374: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15375: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15376: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15377: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15378: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15379: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15380: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15381: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15382: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15383: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15384: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15385: types/pa_vresponse.h, types/pa_vstateless_class.C,
15386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15387: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15388: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15389: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15390: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15391: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15392:
15393: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15394: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15395: src/include/pa_charsets.h, src/include/pa_common.h,
15396: src/include/pa_dictionary.h, src/include/pa_exception.h,
15397: src/include/pa_exec.h, src/include/pa_pool.h,
15398: src/include/pa_request.h, src/include/pa_sapi.h,
15399: src/include/pa_sql_connection.h,
15400: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15401: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15402: src/main/compile.tab.C, src/main/compile_tools.C,
15403: src/main/compile_tools.h, src/main/main.dsp,
15404: src/main/pa_charset.C, src/main/pa_charsets.C,
15405: src/main/pa_common.C, src/main/pa_dictionary.C,
15406: src/main/pa_exception.C, src/main/pa_exec.C,
15407: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15408: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15409: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15410: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15411: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15412: src/types/pa_vdouble.h, src/types/pa_venv.h,
15413: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15414: src/types/pa_vhash.h, src/types/pa_vimage.C,
15415: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15416: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15417: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15418: src/types/pa_vobject.C, src/types/pa_vobject.h,
15419: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15420: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15421: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15422: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15423: src/types/pa_vstring.h, src/types/pa_vtable.h,
15424: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15425: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15426: died, long live StringPtr
15427:
15428: 2003-01-30 paf
15429:
15430: * src/: include/pa_charset.h, include/pa_request.h,
15431: include/pa_sql_driver_manager.h, main/compile.tab.C,
15432: main/compile.y, main/compile_tools.h, main/pa_request.C,
15433: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15434:
15435: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15436: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15437: types/pa_vhash.h, types/pa_vmethod_frame.h,
15438: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15439: types/types.dsp: vstateless_class compiled
15440:
15441: * src/main/compile.C: compile compiled
15442:
15443: * src/: include/pa_array.h, include/pa_operation.h,
15444: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15445: main/pa_table.C: compile_tools compiled
15446:
15447: * src/: include/pa_operation.h, main/compile.y,
15448: main/compile_tools.C, main/compile_tools.h: started
15449: compile_tools. vagues ideas of how to free compiled code
15450:
15451: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15452: main/main.dsp, types/pa_value.C, types/pa_value.h,
15453: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15454: compiled
15455:
15456: 2003-01-29 paf
15457:
15458: * src/: include/pa_globals.h, include/pa_request.h,
15459: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15460: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15461: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15462: compiled
15463:
15464: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15465: now
15466:
15467: * src/: include/pa_array.h, include/pa_exception.h,
15468: include/pa_pool.h, main/pa_exception.C: gd compiled
15469:
15470: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15471: compiled
15472:
15473: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15474: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15475: types/pa_vfile.h: vfile compiled
15476:
15477: * src/: include/pa_common.h, include/pa_globals.h,
15478: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15479: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15480: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15481:
15482: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15483: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15484: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15485: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15486: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15487:
15488: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15489: main/main.dsp, main/untaint.C: more compiled
15490:
15491: * src/: include/pa_charsets.h, include/pa_request.h,
15492: include/pa_request_info.h, include/pa_string.h,
15493: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15494: types/pa_vresponse.h: vrequest compiled
15495:
15496: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15497: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15498: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15499:
15500: * src/: classes/classes.h, include/pa_charset.h,
15501: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15502: include/pa_request.h, include/pa_string.h, main/main.dsp,
15503: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15504: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15505: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15506: types/pa_vrequest.C, types/pa_vrequest.h,
15507: types/pa_vstateless_class.h, types/pa_vstring.h,
15508: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15509:
15510: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15511: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15512: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15513: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15514: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15515: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15516: types/pa_vobject.h, types/pa_vstateless_class.h,
15517: types/pa_vstateless_object.h, types/pa_vstatus.h,
15518: types/pa_vstring.h, types/types.dsp: vmath compiled
15519:
15520: 2003-01-28 paf
15521:
15522: * src/: classes/classes.h, classes/date.C, classes/file.C,
15523: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15524: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15525: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15526: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15527: compile_tools
15528:
15529: * src/: include/pa_charset.h, include/pa_exception.h,
15530: include/pa_request.h, include/pa_string.h, main/untaint.C:
15531: untaint compiled
15532:
15533: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15534: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15535: more compiled. struck with string::store_to needing to know
15536: source/client charsets
15537:
15538: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15539: types/pa_vfile.h: uue compiled
15540:
15541: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15542: table compiled
15543:
15544: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15545: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15546:
15547: * src/: include/pa_charset.h, main/pa_charset.C,
15548: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15549: introduced]
15550:
15551: * src/: classes/date.C, include/pa_charset.h,
15552: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15553: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15554: pa_charsets compiled
15555:
15556: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15557: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15558:
15559: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15560: common compiled
15561:
15562: * src/: include/pa_charsets.h, main/pa_charsets.C,
15563: main/pa_sql_driver_manager.C: pa_charsets compiled
15564:
15565: * src/: include/pa_array.h, include/pa_charset.h,
15566: include/pa_charsets.h, include/pa_pool.h,
15567: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15568: include/pa_stack.h, include/pa_string.h,
15569: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15570: sql_driver_manager compiled
15571:
15572: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15573: letter i with two dots added to koi, all ukranian letters added
15574: to win1251.
15575:
15576: typographic simbol 0xb9 deleted from win1251 [strange one & were
15577: abscent from koi]
15578:
15579: 2003-01-27 paf
15580:
15581: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15582: include/pa_sql_driver_manager.h, include/pa_string.h,
15583: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15584: sql/pa_sql_driver.h: paused on sql_manager
15585:
15586: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15587: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15588: include/pa_stack.h, main/pa_sql_driver_manager.C,
15589: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15590:
15591: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15592: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15593: include/pa_table.h, main/pa_sql_driver_manager.C,
15594: main/pa_table.C: table compiled
15595:
15596: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15597: cache_managers compiled
15598:
15599: * src/: include/pa_array.h, include/pa_charset.h,
15600: include/pa_pool.h, main/pa_charset.C: charset compiled
15601:
15602: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15603:
15604: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15605: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15606: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15607: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15608: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15609:
15610: 2003-01-24 paf
15611:
15612: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15613: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15614: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15615: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15616: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15617: types/pa_vint.h, types/pa_vjunction.h,
15618: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15619: types/pa_vstatus.h, types/pa_vstring.h: more patched
15620:
15621: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15622: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15623: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15624: main/pa_string.C, main/pa_table.C: string compiled
15625:
15626: * src/: include/pa_array.h, include/pa_common.h,
15627: include/pa_dictionary.h, include/pa_exception.h,
15628: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15629: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15630: main/pa_string.C: dictionary compiled
15631:
15632: 2003-01-23 paf
15633:
15634: * src/: include/pa_array.h, include/pa_common.h,
15635: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15636: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15637: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15638: types/pa_value.h: resurrected pool in new sense: now it's
15639: factory, producing&accounting memory chunks for read[autofree]
15640: buffers
15641:
15642: * src/: include/pa_array.h, include/pa_exception.h,
15643: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15644: main/pa_exception.C, main/pa_table.C: table compiled
15645:
15646: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15647: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15648: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15649: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15650: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15651: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15652: main/pa_table.C: aint that easy
15653:
15654: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15655: main/main.dsp: continued with Hash
15656:
15657: * src/main/pa_common.C: connect_string allocated on heap[wes on
15658: stack] now. and exception can be reported OK now [can be reported
15659: outside of pro c with that stack]
15660:
15661: 2003-01-22 paf
15662:
15663: * src/: include/pa_array.h, include/pa_charset.h,
15664: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15665: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15666: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15667: base: contains references_count. auto_ptr template calls
15668: add_ref/release
15669:
15670: 2003-01-21 paf
15671:
15672: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15673: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15674: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15675: classes/op.C, classes/response.C, classes/string.C,
15676: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15677: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15678: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15679: include/pa_config_fixed.h, include/pa_config_includes.h,
15680: include/pa_dictionary.h, include/pa_dir.h,
15681: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15682: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15683: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15684: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15685: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15686: include/pa_stack.h, include/pa_string.h,
15687: include/pa_stylesheet_connection.h,
15688: include/pa_stylesheet_manager.h, include/pa_table.h,
15689: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15690: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15691: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15692: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15693: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15694: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15695: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15696: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15697: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15698: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15699: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15700: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15701: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15702: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15703: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15704: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15705: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15706: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15707: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15708: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15709: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15710: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15711: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15713: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15714: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15715: types/pa_vstateless_object.h, types/pa_vstatus.C,
15716: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15717: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15718: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15719: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15720: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15721: 2002->2003
15722:
15723: 2003-01-16 paf
15724:
15725: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15726: src/main/pa_globals.C: http:// introducing $.any-status(1)
15727:
15728: * operators.txt, src/include/pa_config_fixed.h,
15729: src/main/pa_common.C: http request now return status. and not
15730: fail on status!=200
15731:
15732: 2003-01-15 paf
15733:
15734: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15735:
15736: 2003-01-14 paf
15737:
15738: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15739: mkinstalldirs: removed some ancient files [they in / really]
15740:
15741: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15742: regretfully needed patch in two places. in config_fixed.h made
15743: stubs for lib to compile in MSVC
15744:
15745: 2003-01-13 paf
15746:
15747: * config.guess, config.sub, ltmain.sh: removed last piece of
15748: configure.in(libtool) hacks
15749:
1.116 moko 15750: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15751: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15752: ltdl.h: moved to latest libtool (1.4.3)
15753:
15754: 2003-01-10 paf
15755:
15756: * src/lib/ltdl/: configure, configure.in: PROG_NM
15757:
15758: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15759: patches. libxml2 >= 2.5.1
15760: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15761: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15762: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15763:
15764: * INSTALL: moved to latest versions of xml libs libxml2 >=
15765: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15766: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15767: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15768:
15769: 2003-01-09 paf
15770:
15771: * INSTALL: xml,xslt,gdome lib urls updated
15772:
15773: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15774: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15775: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15776: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15777: 1.7.2
1.95 moko 15778:
15779: * depcomp: moving to automake 1.7.2
15780:
15781: 2002-12-27 paf
15782:
15783: * src/include/pa_version.h: 0007
15784:
15785: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15786: outdated parts, made links to language docs
15787:
15788: * src/include/pa_config_auto.h.in: comment
15789:
15790: 2002-12-26 paf
15791:
15792: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15793: not contain trailing / fixed.
15794:
15795: * INSTALL: changing SAFE_MODE politics
15796:
15797: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15798:
15799: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15800:
15801: 2002-12-25 paf
15802:
15803: * src/main/pa_globals.C: optimized-xml
15804:
15805: * src/main/pa_globals.C: optimized-as-is
15806:
15807: 2002-12-24 paf
15808:
15809: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15810: fixed [were really called with zero size when .html?a=&b=]
15811:
15812: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15813: with --with-sendmail
15814:
15815: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15816: fixed]
15817:
15818: 2002-12-23 paf
15819:
15820: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15821: ignoring parameters & were storing only string with default
15822: expires
15823:
15824: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15825: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15826: December 23, 2002 4:22 AM Subject: bug â
15827: Charset::transcode_buf2xchar
15828:
15829: 2002-12-20 paf
15830:
15831: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15832: non-cgi [script] runs
15833:
15834: 2002-12-19 paf
15835:
15836: * INSTALL: --without-iconv recommended [it crashes on some systems
15837: [tested on elik]] moreover, it's not needed there [parser
15838: registers charsets itself]
15839:
15840: * INSTALL: --without-iconv recommended [it crashes on some systems
15841: [tested on elik]]
15842:
15843: * operators.txt, src/include/pa_globals.h,
15844: src/include/pa_request.h, src/main/pa_globals.C,
15845: src/main/pa_request.C: $response:download
15846:
15847: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15848: compiler [win32]].
15849:
15850: 2002-12-18 paf
15851:
15852: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15853:
15854: 2002-12-17 paf
15855:
15856: * src/targets/cgi/parser3.C: merged die&iis changes
15857:
15858: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15859: to exit(1) 2. more flexible iilegal call check
15860:
15861: 2002-12-16 paf
15862:
15863: * ltmain.sh: some automakes silly insist on having this handy
15864:
15865: * src/main/untaint.C: filespec russian small 'r' changed to latin
15866: 'p' bug fix
15867:
15868: 2002-12-15 paf
15869:
15870: * src/main/untaint.C: filespec russian small 'r' changed to latin
15871: 'p'
15872:
15873: * configure.in, src/include/pa_config_auto.h.in,
15874: src/main/compile.C, src/main/pa_common.C: merged small changes
15875: from branch 6 to HEAD
15876:
15877: * src/main/compile.C: removed warning
15878:
15879: * src/main/pa_common.C: ftruncate having checked
15880:
15881: * configure.in, src/include/pa_version.h: new version
15882:
15883: 2002-12-14 paf
15884:
15885: * src/classes/table.C: removed unnecessary code
15886:
15887: * src/sql/pa_sql_driver.h: exception type fixed
15888:
15889: 2002-12-09 paf
15890:
15891: * src/types/pa_vvoid.h: $void.store[now] error
15892:
15893: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15894:
15895: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15896: tries to write core dump
15897:
15898: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15899:
15900: * src/: classes/hash.C, classes/string.C, classes/table.C,
15901: classes/void.C, main/pa_sql_driver_manager.C,
15902: sql/pa_sql_driver.h: changed exception handling mech in sql
15903: handlers #2
15904:
15905: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15906: exception handling mech in sql handlers
15907:
15908: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15909: handlers
15910:
15911: * src/: classes/hash.C, classes/string.C, classes/table.C,
15912: classes/void.C, main/pa_sql_driver_manager.C,
15913: sql/pa_sql_driver.h: changed exception handling mech in sql
15914: handlers
15915:
1.116 moko 15916: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15917: to write makefile which used libtool to install things, which is
15918: not needed
1.95 moko 15919:
15920: 2002-12-06 paf
15921:
15922: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15923: $hash.fields -- pseudo field to make 'hash' more like 'table'
15924:
15925: 2002-12-05 paf
15926:
15927: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15928: cc/bcc OK now
15929:
15930: * src/main/untaint.C: mail header closed properly
15931:
15932: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15933: header ',' allowed. still bugs in smtp [only one receiptient
15934: works, cc, bcc ignored now, and MAILED ;)]
15935:
15936: [strncpy killed, memnchr used]
15937:
15938: * src/main/pa_table.C: table-copy now current=0
15939:
15940: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15941: lowlevel proc
15942:
15943: * src/targets/cgi/parser3.C: more checks on
15944: http://domain/parser.cgi start [maybe some getenv returns "",
15945: checked that now
15946:
15947: * src/targets/cgi/parser3.C: more checks on
15948: http://domain/parser.cgi start [maybe some getenv returns "",
15949: checked that now
15950:
15951: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15952: out-of-mem errors reached log]
15953:
15954: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15955: mail:send MIME-Version default
15956:
15957: * src/main/main.dsp: pa_version included into main.dsp
15958:
15959: 2002-12-04 paf
15960:
15961: * src/types/pa_vform.C: $form:field string value cut by premature 0
15962:
15963: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15964: lib/libltdl -> lib/ltdl Win32 changes. s
15965:
15966: * src/classes/classes.awk: more strict *.C$
15967:
15968: * gnu.dsp: restored
15969:
1.116 moko 15970: * configure.in, gnu.dsp, src/lib/Makefile.am,
15971: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15972: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15973: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15974: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15975: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15976: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15977: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15978: now created with /configure, not ltdl/configure, so it does have
15979: no problems with automake. ltdl/configure
15980: AC_OUTPUT(Makefile<<removed)
1.95 moko 15981:
15982: 2002-12-02 paf
15983:
15984: * operators.txt: removed outdated status:db
15985:
15986: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15987: src/main/pa_common.C, src/main/pa_request.C,
15988: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15989: tainted parts becomes http-header
15990:
15991: 2002-11-29 paf
15992:
15993: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15994: dates now objects of type date
15995:
15996: * src/classes/image.C: file.seek removed [it were used in image.C
15997: only, and for parser user this means that jpeg image has bad
15998: size in fragment's header] now used image.format
15999:
16000: * src/: include/pa_common.h, main/pa_common.C,
16001: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16002: now handled exactly like $response:header values. e.g. can be
16003: hash [can have subattributes] & contain date values.
16004:
16005: * src/main/pa_common.C: http:// param values lang forced URI
16006:
16007: * src/main/pa_common.C: http:// tainted partes now %xx
16008:
16009: 2002-11-28 paf
16010:
16011: * operators.txt: http.timeout
16012:
16013: * src/classes/image.C: ^image.length now counts interchar space.
16014: plus space after last char
16015:
16016: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16017:
16018: * src/classes/image.C: ^image.font width measurer now scans full
16019: height [were -1]
16020:
16021: * configure.in: stopped double libltdl/Makefile generation
16022:
16023: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16024: chars [one top horizontal line of 1pixel height were missing]
16025:
16026: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16027: 'false' to go into (Hash *) parameter
16028:
16029: 2002-11-27 paf
16030:
16031: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16032: types/pa_vmail.C: response:body[file] if file nows it's name now
16033: returns content-disposition: >>attachment<<
16034:
16035: * src/classes/image.C: ^image.font << bad font file-size now
16036: properly reported
16037:
16038: 2002-11-26 paf
16039:
16040: * src/main/pa_request.C: fixed lang in reponse header
16041:
16042: * src/main/pa_common.C: utf8 prefix ignored @read text
16043:
16044: * operators.txt, src/main/pa_common.C: http:// response status!=200
16045: made exception: http.status with source=bad status#
16046:
16047: 2002-11-25 paf
16048:
16049: * configure.in, src/classes/image.C,
16050: src/include/pa_config_auto.h.in,
16051: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16052: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16053: const void related probs fixed
1.95 moko 16054:
16055: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16056:
16057: $file[^file::load[http://there]] $file.SERVER
16058:
16059: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16060: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16061: http options [invalid onces now reported] made default
16062: user-agent: paf
16063:
16064: * operators.txt, src/classes/file.C, src/classes/table.C,
16065: src/classes/xdoc.C, src/include/pa_common.h,
16066: src/include/pa_globals.h, src/main/pa_common.C,
16067: src/main/pa_globals.C, src/main/pa_request.C,
16068: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16069: now understand http:// prefix and additional params, sample:
16070: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16071: $.USER-AGENT[parser3] ]]
16072:
16073: 2002-11-22 paf
16074:
16075: * src/classes/image.C, src/include/pa_globals.h,
16076: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16077: src/types/pa_vimage.h, operators.txt: $image.exif support
16078: $image.exif.DateTime & co
16079:
16080: 2002-11-21 paf
16081:
16082: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16083: _PASS_APPENDED)
16084:
16085: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16086: EXIF information [were big block and it's size were considered
16087: negative :(]
16088:
16089: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16090: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16091: internals rewritten. no there's reader.seek, and all's ready for
16092: EXIF extraction [now we fail to measure files with EXIF info]
16093:
16094: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16095: O_TRUNC truncates even exclusevely write-locked file [thanks to
16096: Igor Milyakov <virtan@rotabanner.com> for discovering]
16097:
16098: 2002-11-20 paf
16099:
16100: * src/targets/cgi/parser3.C: logging @signal += query_string
16101:
16102: * configure.in, src/include/pa_config_auto.h.in,
16103: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16104: comment
16105:
16106: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16107:
16108: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16109: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16110: currently processed document SIGPIPE >> interrupts request
16111: processing [exception = DB rollback]
16112:
16113: * src/main/pa_exec.C: comment
16114:
16115: * src/main/pa_exec.C: pa_exec: data written only if size>0
16116:
16117: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16118: << disable HTTP-POST repassing
16119:
16120: * src/: include/pa_config_fixed.h, main/pa_common.C,
16121: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16122: pipe read errors now checked
16123:
16124: 2002-11-19 paf
16125:
16126: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16127: CGI: Illegal call
16128:
16129: 2002-11-01 paf
16130:
16131: * src/main/execute.C: comment
16132:
16133: 2002-10-31 paf
16134:
16135: * src/main/execute.C: found out why, checked that for now. todo:
16136: find out a way for that user could do that
16137:
16138: * src/types/pa_vstateless_object.h: object put replaces static
16139: parent if any
16140:
16141: * src/types/pa_vobject.C: object put replaces static parent if any
16142:
16143: * src/: classes/form.C, classes/mail.C, classes/op.C,
16144: classes/xnode.h, main/compile.tab.C, main/execute.C,
16145: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16146: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16147: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16148: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16149: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16150: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16151: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16152: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16153: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16154: types/pa_vstateless_object.h, types/pa_vstatus.C,
16155: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16156: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16157: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16158: types/pa_wwrapper.h: static fix merged
16159:
16160: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16161: $virtual_fields in dynamic, but one can reach derived
16162: static[class] variable from base
16163:
16164: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16165: types/pa_vobject.C, types/pa_vobject.h,
16166: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16167: statics, left $virtual_fields in dynamic
16168:
16169: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16170: one can't remember derivates in base class: there's so many of
16171: them. also there can be no virtual method calls in static
16172: classes
16173:
16174: * src/: classes/form.C, classes/mail.C, classes/op.C,
16175: classes/xnode.h, main/execute.C, main/pa_request.C,
16176: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16177: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16178: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16179: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16180: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16181: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16182: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16183: types/pa_vresponse.C, types/pa_vresponse.h,
16184: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16185: types/pa_vstateless_object.h, types/pa_vstatus.C,
16186: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16187: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16188: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16189: types/pa_wwrapper.h: static call $self fixed
16190:
16191: * src/main/execute.C: comment
16192:
16193: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16194: ^process[$caller.self]{...} now compiles to last derived object
16195: part of that 'self'
16196:
16197: 2002-10-29 paf
16198:
16199: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16200: re-passing [iis to blame]
16201:
16202: * src/classes/string.C: changed string.save to pass current sql
16203: connection to cstr thus one can ^connect[some server]{
16204: $s[insert into table x (x) values (^taint[sql]{value})]
16205: ^s.save[some.sql] } and he'd get in some.sql file code with
16206: properly escaped. [tried in mssql->mysql export->import of
16207: binary data]
16208:
16209: 2002-10-25 paf
16210:
16211: * src/types/pa_vresponse.C: case insensitive response user fields
16212: get/put
16213:
16214: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16215: types/pa_vresponse.C: saving for maybe-future
16216:
16217: 2002-10-23 paf
16218:
16219: * operators.txt, src/classes/table.C: ^table.hash{code}...
16220: ^table.hash(expr)...
16221:
16222: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16223:
16224: 2002-10-22 paf
16225:
16226: * src/types/: pa_vform.C, pa_vform.h: removed needless
16227: VForm::Append...(...Value)
16228:
16229: * src/main/execute.C: $.name outside of $name[...] checked
16230:
16231: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16232: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16233:
16234: 2002-10-21 paf
16235:
16236: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16237: $form:qtail $form:imap.x/y
16238:
16239: * operators.txt, src/types/pa_vform.C: $form:nameless =
16240: "?value&...", "...&value&...", "...&value"
16241:
16242: * operators.txt, src/types/pa_vform.C: $form:image-map
16243:
16244: * operators.txt, src/classes/file.C: /some/page.html:
16245: ^file:fullpath[a.gif] => /some/a.gif
16246:
16247: 2002-10-17 paf
16248:
16249: * src/main/: compile.tab.C, compile.y: operators precedence changed
16250: a little: logical not and bitwise negation precedence made
16251: highest, << and >> bitshits precedence made equal [were << higher
16252: than >>]
16253:
16254: * src/classes/op.C: exception handling fixed [were bad with
16255: contexts]
16256:
16257: 2002-10-16 paf
16258:
16259: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16260: main/pa_request.C: Request::self considered equal to
16261: VMethodFrame::self, and removed, Request::get_self() mapped to
16262: VMethodFrame.self()
16263:
16264: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16265: $hash in open field now gives old good error meesage
16266:
16267: 2002-10-15 paf
16268:
16269: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16270: use ^if($junction is junction){was and now true}
16271:
16272: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16273: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16274: types/pa_vxnode.C: xml->parser strings now have origin, which
16275: points to place where value left xml library and came to parser:
16276: place of dom field extraction/call
16277:
16278: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16279: main/compile.tab.C, main/compile.y, main/execute.C,
16280: types/pa_vmethod_frame.h: removed last pieces of old code
16281: allowing $junction.xxx at compile time
16282:
16283: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16284: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16285: objects also considered [were only classes]
16286:
16287: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16288: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16289: with CLASS self. [ (request&method_frame).self temporarily
16290: changed ]
16291:
16292: * src/classes/: hash.C, op.C: method_frame now always changed, with
16293: no exception to native calls. for&foreach changed to use
16294: method_frame.caller for their var's name context
16295:
16296: * src/: main/execute.C, targets/cgi/parser3.C,
16297: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16298: compiling to system classes disabled
16299:
16300: * operators.txt, src/classes/op.C:
16301: ^process[$caller.CLASS]{code-string} added
16302:
16303: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16304: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16305: src/types/Makefile.am, src/types/pa_vjunction.C,
16306: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16307: src/types/types.dsp: removed $junction.get $junction.set[]
16308: introducing $caller
16309:
16310: * src/types/pa_value.h: removed outdated comments. doxygen would
16311: find them lower by inheritance tree
16312:
16313: * src/types/pa_vjunction.C: ident
16314:
16315: 2002-10-14 paf
16316:
16317: * src/classes/op.C: process compiles to code's class class
16318:
16319: * src/: classes/form.C, classes/mail.C, classes/op.C,
16320: include/pa_request.h, main/compile.C, main/compile.tab.C,
16321: main/compile.y, main/execute.C, main/pa_request.C,
16322: types/pa_vstateless_class.h: operators now main-class-methods
16323:
16324: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16325: better stack trace [has "call" & co there]
16326:
16327: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16328: operators @auto now executed in MAIN context
16329:
16330: * src/main/execute.C: operator execution context now = MAIN, not
16331: closest stack frame
16332:
16333: @touchit[] $i[after]
16334:
16335: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16336: were 'after'
16337:
16338: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16339: 'after'
16340:
16341: * src/main/execute.C: comment
16342:
16343: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16344: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16345: action]
16346:
16347: * src/types/pa_vxnode.C: misreplace fixed
16348:
16349: * configure, configure.in, src/include/pa_config_auto.h.in,
16350: src/types/pa_vstatus.C, operators.txt:
16351: $status:rusage.tv_secs/usecs introduced
16352:
16353: 2002-10-09 paf
16354:
16355: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16356: on empty string [or uses (default)]
16357:
16358: 2002-10-08 paf
16359:
16360: * src/main/untaint.C: mail header quoted printable changed after
16361: RFC reread
16362:
16363: * operators.txt: plan on ^if(method
16364:
16365: * src/types/pa_vxnode.C: misreplace
16366:
16367: 2002-09-24 paf
16368:
1.116 moko 16369: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16370:
16371: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16372: mailreceive would compile on freebsd now
16373:
16374: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16375: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16376: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16377: mailreceive would compile on freebsd now
1.95 moko 16378:
16379: * src/: classes/file.C, main/untaint.C: 1. file spec language
16380: changed: now there are only few chars are untainted: * ? ' " < >
16381: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16382: one should use ^untaint[uri]{...} now]
16383:
16384: 2. $list[^file:list[dir]] now returns simply tainted names in
16385: $list.name, not tainted as filespec
16386:
16387: @russianindex[] #dir with files with russian-lang names
16388: $where[dir]
16389:
16390: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16391: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16392:
16393: 2002-09-23 paf
16394:
16395: * src/types/pa_vdouble.h: double->int round added
16396:
16397: * src/classes/date.C: date bug fix, now
16398: round(floatDays*secondsPerDay)
16399:
16400: * src/classes/date.C: date bug fix, now
16401: round(floatDays*secondsPerDay)
16402:
16403: 2002-09-20 paf
16404:
16405: * src/main/execute.C: code junction calls disabled [before: code
16406: was compiled in such a way, that there were no code-junctions in
16407: OP_CALL]
16408:
16409: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16410:
16411: @badjunctioncallinside[code] ^code[]
16412:
16413: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16414: expanding to include ^junction.method
16415:
16416: * src/main/pa_common.C: -d "DIR/" now true
16417:
16418: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16419: as internal xdoc encoding, and after decoding attributes set by
16420: dom functions now encoded OK, not as digital entities
16421:
16422: * src/classes/xdoc.C: empty transform result, being taken as file
16423: now returns empty file, not raises stupid error about "stat-ed
16424: file"
16425:
16426: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16427: allowed
16428:
16429: * src/types/types.dsp: introducing $junction.get/put(1) one can
16430: write iterators now:
16431:
16432: ^user-foreach[key;value]{$key=$value<br>}
16433:
16434: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16435: $code.value($i*2) $code }
16436:
16437: * src/main/compile_tools.h: mistype
16438:
1.116 moko 16439: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16440: thus taking linking options configure changes into account [were:
16441: ignoring]
1.95 moko 16442:
16443: * src/types/: pa_vjunction.C, Makefile.am: introducing
16444: $junction.get/put(1) one can write iterators now:
16445:
16446: ^user-foreach[key;value]{$key=$value<br>}
16447:
16448: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16449: $code.value($i*2) $code }
16450:
16451: * src/: include/pa_opcode.h, include/pa_request.h,
16452: main/compile.tab.C, main/compile.y, main/execute.C,
16453: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16454: introducing $junction.get/put(1) one can write iterators now:
16455:
16456: ^user-foreach[key;value]{$key=$value<br>}
16457:
16458: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16459: $code.value($i*2) $code }
16460:
16461: 2002-09-19 paf
16462:
1.116 moko 16463: * Makefile.am: new: make commit
1.95 moko 16464:
16465: * aclocal.m4: forced to be older
16466:
16467: 2002-09-18 paf
16468:
16469: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16470: src/main/compile.y, src/main/execute.C: << >> int shifts
16471:
16472: * src/: include/pa_common.h, include/pa_request.h,
16473: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16474: - now this - fatal error
16475:
16476: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16477: that one can pass binary data there
16478:
16479: * src/: classes/date.C, classes/double.C, classes/file.C,
16480: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16481: classes/op.C, classes/response.C, classes/string.C,
16482: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16483: include/pa_request.h: pa_request contexts made privated, plus
16484: get_{self/method_frame} to read. Request_context_saver used in
16485: ^try to save flang too. [were not saved]
16486:
16487: * src/types/pa_vresponse.C: header value chains joined before
16488: output, this should help $.subject[$var $var] from being
16489: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16490:
16491: 2002-09-17 paf
16492:
16493: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16494: removed changes, operators executed with calling self. lots of
16495: code with ^include code relies on defined/defining self variables
16496:
16497: $a[1] ^include[print_a.p] print_a.p: $a
16498:
16499: ^include[set_a.p] a=$a set_a.p: $a[1]
16500:
16501: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16502: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16503: types/pa_vstateless_class.h: operators now executed with MAIN
16504: self. it's for ^include sake, too strong a change
16505:
16506: * src/classes/op.C: made place for ^process to compile it's code to
16507: in case of no self
16508:
16509: * src/main/execute.C: found ancient param to Junction, removed.
16510: allowed passing self to native_code_operators [for ^process to
16511: work, she needs self]
16512:
16513: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16514: types/pa_vstateless_class.h: found ancient param to Junction,
16515: removed. allowed passing self to native_code_operators [for
16516: ^process to work, she needs self]
16517:
16518: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16519: types/pa_value.h, types/pa_vmethod_frame.h,
16520: types/pa_vstateless_class.h: allowed Request.self to be 0,
16521: checked that in VMethodFrame get/put and $self.
16522:
16523: * src/classes/: table.C, xdoc.C: table::sql options table::create
16524: copy options options checked, wrong option now fatal error
16525:
16526: * src/main/pa_string.C: string.replace fixed [were missing words on
16527: pieces boundaries]
16528:
16529: * bin/auto.p.dist.in: strange \n
16530:
16531: * configure, configure.in: .so now detected [can be .sl on hpux,
16532: .dll on cygwin, .so in other cases)
16533:
1.116 moko 16534: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16535: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16536:
16537: * operators.txt, src/classes/hash.C, src/classes/table.C,
16538: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16539: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16540: record taken [were last]
16541:
16542: * src/: classes/hash.C, classes/table.C,
16543: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16544: now errors
16545:
16546: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16547:
16548: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16549: ,2,3]
16550:
16551: 2002-09-16 paf
16552:
16553: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16554: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16555: stdout to be binary. now detected closest header break.
16556:
16557: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16558: closed right
16559:
16560: 2002-09-13 paf
16561:
16562: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16563: src/main/compile_tools.h: (expression #comment)
16564:
16565: (multiline expression #comment line2 #comment )
16566:
16567: (expression #comment with (brackets) comment) << OK
16568:
16569: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16570: bitwise !|| numerical xor now [preparing for expression
16571: #comments]
16572:
16573: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16574: error
16575:
16576: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16577: cheched in pa_socks.C
16578:
1.116 moko 16579: * configure, configure.in, src/include/pa_config_auto.h.in:
16580: HAVE_WINSOCK_H created in configure.in
1.95 moko 16581:
16582: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16583: cookie date now clean [were mistakenly tainted & that worked bad
16584: with opera -- 'happily' that worked OK with msie]
16585:
16586: 2002-09-12 paf
16587:
16588: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16589: VClass get_element now first looks to fields, next to methods &
16590: co todo: the rest reason: more speed
16591:
16592: * src/main/untaint.C: quoted printable encoding stops before
16593: \s*<...>$
16594:
16595: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16596: stops before <...>$
16597:
16598: 2002-09-11 paf
16599:
16600: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16601: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16602: forgot to check users of those funcs. not all were using that
16603: return value convention
16604:
16605: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16606: windows-1254 added
16607:
16608: 2002-09-10 paf
16609:
16610: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16611: VCodeFrame parent param were specified badly
16612:
16613: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16614: WWrapper which used in constructing objects(second param to sql
16615: method) ^...sql{}[$.default{code}] now has parent, wich helps
16616: code in hash to survivi
16617:
16618: * src/: include/pa_request.h, main/execute.C: removed redundant
16619: param to execute [stack said 'thanks']
16620:
16621: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16622: types/pa_value.h, types/pa_vcode_frame.h,
16623: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16624: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16625: responsibility to wcontext
16626:
16627: * src/classes/file.C: decided not to log exec's with stderr, that
16628: could be warnings, and it's up to scritper to log/show them
16629:
16630: * src/: classes/double.C, main/execute.C: double:sql badly called
16631: write_assign_lang, not write_no_lang, thus doing unnecessary
16632: double/string converstion, which were loosing time&precesion
16633:
16634: * src/: main/pa_charset.C, types/pa_vmail.C:
16635: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16636: case of unfinished in buffer processing, causing accidental
16637: transcode stop [in case that source enc != utf-8 & there is
16638: incomplete utf-8 sequence at the end of 16000block iside of
16639: libxml lib] tfm readed & code updated
16640:
16641: 2002-09-04 paf
16642:
16643: * configure: makes with sjlj
16644:
16645: * INSTALL, src/include/pa_config_fixed.h,
16646: src/include/pa_sql_connection.h,
16647: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16648: checked. on win32 it made default
16649:
16650: * src/include/pa_config_auto.h.in: sjlj define
16651:
16652: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16653: can not work with longjump/throw pair, and one must switch that
16654: on there. todo: detect that automatically]
16655:
16656: * src/types/pa_vxnode.C: removed too strong checks of
16657: xnode.elements. now, for instance, if element does not have any
16658: attributes, $xnode.attributes is void, not error
16659:
16660: 2002-09-02 paf
16661:
16662: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16663: removed double_result, didn't help
16664:
16665: * src/main/execute.C: double_result made to move that var away from
16666: hungry g++ optimizer (-O2), before: it were optimized and
16667: comparison operators worked badly
16668:
16669: * src/types/pa_vdate.h: removed debug
16670:
1.116 moko 16671: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16672:
16673: * src/main/execute.C: fixed numeric < & co so that thay now use
16674: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16675: unknown reason.
16676:
16677: 2002-08-29 paf
16678:
16679: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16680: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16681: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16682: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16683: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16684: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16685: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16686: [called less frequent, allowed to remove ugly
16687: Junction.change_context-s from many places, switch,
16688: mail:send..html{}, ..] request.root renamed to method_frame [more
16689: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16690: [speed up]
16691:
16692: 2002-08-28 paf
16693:
16694: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16695: tainted
16696:
16697: * src/types/pa_vcookie.C: fixed cookie delete when
16698: $cookie:name[$.value[]]
16699:
16700: * operators.txt, src/classes/string.C:
16701: ^string.split[delim[;options]]
16702:
16703: 2002-08-27 paf
16704:
1.116 moko 16705: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16706:
16707: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16708: delimiter
16709:
16710: * INSTALL: recommended latest gmime 1.0.5
16711:
16712: 2002-08-26 paf
16713:
16714: * configure, configure.in: apache13/hook added to make dist.
16715:
16716: 2002-08-23 paf
16717:
16718: * src/: include/pa_common.h, main/pa_common.C,
16719: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16720: beside binary [cgi, isapi] not accessible [due to bad rights or
16721: whatever] it's error now
16722:
16723: 2002-08-21 paf
16724:
1.116 moko 16725: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16726:
16727: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16728: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16729: class". compiled as if here they named base class
16730:
16731: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16732: cloning constructor]
16733:
16734: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16735:
16736: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16737: src/types/pa_vfile.C, src/types/pa_vmail.C:
16738: $mail.received.file.value.content-type fixed
16739:
16740: 2002-08-20 paf
16741:
16742: * src/classes/file.C: fixed language of file:file result
16743:
16744: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16745: from 3.0.0005
16746:
16747: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16748:
16749: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16750: 3.0.0005
16751:
16752: * src/classes/void.C, operators.txt: ^void.length[] = 0
16753:
16754: 2002-08-19 paf
16755:
16756: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16757: work now
16758:
16759: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16760: error in xnode, which were not catched in xdoc]
16761:
16762: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16763: prepared: // validate each document after load/create (?)
16764: //xmlDoValidityCheckingDefaultValue = 1;
16765:
16766: 2002-08-15 paf
16767:
16768: * src/classes/classes.h: write to static var caused useless
16769: Exception, introduced Methoded::put_element wich consumes those
16770:
16771: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16772: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16773: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16774: $response:field[date] $response:field[$.xxx[date]]
16775:
16776: * src/: classes/hash.C, classes/string.C, classes/table.C,
16777: classes/void.C, include/pa_sql_connection.h: fixed source of
16778: ^hash::sql{bad}
16779:
16780: * operators.txt: $request:body unprecessed POST request body
16781:
16782: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16783:
16784: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16785: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16786:
16787: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16788: src/include/pa_request.h, src/main/pa_pool.C,
16789: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16790: $request:body r.post_data now const
16791:
16792: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16793: classes/xnode.C, main/execute.C, types/pa_value.h,
16794: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16795: types/pa_vtable.h: instead of type() checking everywhere used
16796: Value.as now user descendants can be used in params.
16797:
16798: VObject::as_*, is_defined now taken from bases. xtable(table)
16799: ^if($xtable) now OK
16800:
16801: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16802: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16803: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16804:
16805: 2002-08-14 paf
16806:
16807: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16808: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16809: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16810: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16811: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16812: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16813: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16814: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16815: types/pa_vresponse.C, types/pa_vresponse.h,
16816: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16817: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16818: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16819: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16820: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16821: & VClass
16822:
16823: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16824:
16825: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16826: removed fixopt stupidity. on stupid linux use cd /document/root
16827: ../cgi/parser3 script
16828:
16829: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16830: params, splitting them by space, excluding argv[0], argv[argc-1]
16831:
16832: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16833: fixopt.h: fixopt now preprocesses command line params, splitting
16834: them by space, excluding argv[0], argv[argc-1]
16835:
16836: * src/targets/cgi/parser3.C: -f config file
16837:
16838: * src/targets/cgi/parser3.C: fixed .log file dir
16839:
16840: 2002-08-13 paf
16841:
16842: * src/types/pa_vobject.C: allow override parent variables, useful
16843: for form descendants [in vobject too, were in vclass]
16844:
16845: * src/types/pa_vclass.C: allow override parent variables, useful
16846: for form descendants
16847:
16848: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16849: overwritten in derived(table)
16850:
16851: * src/: classes/form.C, classes/mail.C, classes/op.C,
16852: classes/xnode.h, include/pa_request.h, main/execute.C,
16853: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16854: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16855: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16856: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16857: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16858: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16859: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16860: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16861: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16862: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16863: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16864: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16865: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16866: Value::get_element(..., bool looking_down) [needed to exclude
16867: endless recoursion]
16868:
16869: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16870: fix bug with put endless recoursion todo: check 'as'
16871:
16872: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16873: reorganized modules todo: fix bug with put endless recoursion
16874: todo: check 'as'
16875:
16876: * src/types/pa_vobject.h: checked: table fields can be overwritten
16877: in derived(table)
16878:
16879: * src/types/pa_vobject.h: derived classes can have fields of their
16880: own now
16881:
16882: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16883: fixed error message on using non-created table
16884:
16885: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16886: classes/op.C, classes/xnode.h, include/pa_request.h,
16887: main/compile.C, main/compile.tab.C, main/execute.C,
16888: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16889: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16890: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16891: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16892: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16893: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16894: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16895: types/pa_vresponse.C, types/pa_vresponse.h,
16896: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16897: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16898: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16899: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16900: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16901: looking down/up tree todo: fix error message on non-constructed
16902: parents
16903:
16904: 2002-08-12 paf
16905:
16906: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16907: derived OK
16908:
16909: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16910: thorough testing
16911:
16912: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16913: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16914: types/pa_vobject.h, types/pa_vstateless_class.h,
16915: types/pa_vstateless_object.h, types/pa_wcontext.h,
16916: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16917: ^base:create[] dynamic call rewritten todo: thorough testing
16918:
16919: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16920: now instantates base class, remembers it and saves child in
16921: parent VObject.get_class now returns last child = downward
16922: virtual calls OK
16923:
16924: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16925: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16926: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16927: types/pa_vobject.h, types/pa_vresponse.h,
16928: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16929: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16930: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16931: VAliased [redundant], moved $CLASS to VObject only [parser class
16932: instance]
16933:
16934: * bin/auto.p.dist.in: more like in dist on parser.ru
16935:
16936: * bin/auto.p.dist.in: fixed sendmail default comment
16937:
16938: * src/main/pa_request.C: $response:body[file] content-type check
16939: fixed [were bad when content-type is hash]
16940:
16941: 2002-08-09 paf
16942:
16943: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16944: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16945:
16946: 2002-08-08 paf
16947:
16948: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16949: src/main/pa_globals.C: year column in month calendar [week year]
16950:
16951: * src/main/execute.C: error reporting on object writes to MAIN
16952: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16953:
16954: * operators.txt, src/types/pa_vdate.h: $date.yearday
16955: $date.daylightsaving
16956:
16957: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16958: use tainted data now. only she must specify the language.
16959:
16960: ^mail:send[ $.from[paf@mail.design.ru]
16961: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16962: $.text[^taint[uri][ìîñêâà]=] ]
16963:
16964: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16965: now prints more precise origin
16966:
16967: * src/include/pa_string.h: String::first_char now not fails on
16968: empty strings ^if(-f '') now ok and in 3 other places.
16969:
16970: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16971: String::first_char now not fails on empty strings ^if(-f '') now
16972: ok and in 3 other places.
16973:
16974: 2002-08-07 paf
16975:
16976: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16977: fixed
16978:
16979: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16980:
16981: * src/: main/execute.C, types/pa_vcode_frame.h,
16982: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16983: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16984: mistakenly not completely transparent to object writes.
16985: $hash[^if(1){$hash}] now works
16986:
16987: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16988: now erasing cache file [there were bad check on that]
16989:
16990: * src/: classes/classes.dsp, classes/table.C,
16991: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16992: all Debug dirs in .dsp now named 'Debug'
16993:
1.116 moko 16994: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16995:
16996: * operators.txt, src/classes/mail.C: exception_type email.send
16997:
16998: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16999:
17000: * src/types/pa_vmail.C: mail:send empty email checked
17001:
17002: 2002-08-06 paf
17003:
17004: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17005: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17006: ^table::create[$source;$.options] ^table::join[$source;$.options]
17007:
17008: * operators.txt, src/classes/hash.C, src/classes/string.C,
17009: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17010: # $.default() }
17011:
17012: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17013:
17014: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17015: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17016: $file.content-type [instead of .mime-type] now works for
17017: file::stat also
17018:
17019: * src/main/pa_request.C: case insensitive mime_type_of
17020:
17021: * bin/auto.p.dist.in: jpeg
17022:
17023: 2002-08-05 paf
17024:
17025: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17026:
17027: * src/types/pa_vmail.C: file buffer relocated to parser heap
17028:
17029: * operators.txt: comment on date:calendar week column
17030:
17031: * src/main/pa_common.C: write checked
17032:
17033: * src/main/: pa_common.C: write checked
17034:
17035: * src/classes/date.C: +1 buf size for stupid snprintfs
17036:
17037: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17038: month calendar week column [ISO 8601 Week Numbers]
17039:
17040: 2002-08-02 paf
17041:
17042: * src/: include/pa_config_fixed.h, main/pa_string.C,
17043: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17044: DEBUG*
17045:
17046: * configure, configure.in, src/include/pa_version.h: release
17047: 3_0_0005
17048:
17049: * bin/auto.p.dist.in: unhandled_exception comments
17050:
17051: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17052: multipart post fixed
17053:
17054: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17055: response transcoded source->client only when text/* or simple
17056: onoverridden $response:body
17057:
17058: 2002-08-01 paf
17059:
17060: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17061: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17062: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17063: classes/op.C, classes/response.C, classes/string.C,
17064: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17065: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17066: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17067: include/pa_config_fixed.h, include/pa_dictionary.h,
17068: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17069: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17070: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17071: include/pa_socks.h, include/pa_sql_connection.h,
17072: include/pa_sql_driver_manager.h, include/pa_stack.h,
17073: include/pa_string.h, include/pa_stylesheet_connection.h,
17074: include/pa_stylesheet_manager.h, include/pa_table.h,
17075: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17076: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17077: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17078: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17079: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17080: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17081: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17082: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17083: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17084: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17085: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17086: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17087: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17088: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17089: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17090: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17091: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17092: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17093: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17094: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17095: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17096: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17097: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17098: types/pa_vmethod_frame.h, types/pa_vobject.h,
17099: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17100: types/pa_vresponse.h, types/pa_vstateless_class.C,
17101: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17102: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17103: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17104: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17105: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17106: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17107:
17108: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17109: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17110: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17111: classes/math.C, classes/op.C, classes/response.C,
17112: classes/string.C, classes/table.C, classes/void.C,
17113: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17114: include/pa_array.h, include/pa_cache_managers.h,
17115: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17116: include/pa_config_fixed.h, include/pa_config_includes.h,
17117: include/pa_dictionary.h, include/pa_dir.h,
17118: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17119: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17120: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17121: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17123: include/pa_stack.h, include/pa_string.h,
17124: include/pa_stylesheet_connection.h,
17125: include/pa_stylesheet_manager.h, include/pa_table.h,
17126: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17127: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17128: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17129: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17130: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17131: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17132: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17133: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17134: main/pa_sql_driver_manager.C, main/pa_string.C,
17135: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17136: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17137: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17138: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17139: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17140: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17141: targets/isapi/pool_storage.h, types/pa_valiased.C,
17142: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17143: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17144: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17145: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17146: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17147: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17148: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17149: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17150: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17151: types/pa_vresponse.C, types/pa_vresponse.h,
17152: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17153: types/pa_vstateless_object.h, types/pa_vstatus.C,
17154: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17155: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17156: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17157: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17158: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17159: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17160: types/Makefile.am: ident.C* removed
17161:
17162: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17163: file:find[/can/do/this/now.txt]
17164:
17165: * src/targets/cgi/parser3.C: usage to stdout now
17166:
17167: 2002-07-31 paf
17168:
17169: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17170:
17171: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17172: default "postmaster"
17173:
17174: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17175: -f postmaster now default sendmail key word "postmaster"
17176: replaced to $.from
17177:
17178: 2002-07-30 paf
17179:
1.116 moko 17180: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17181: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17182:
17183: * src/main/pa_charset.C: comment
17184:
17185: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17186: table, &#decimal;
17187:
17188: * src/main/pa_request.C: comment
17189:
17190: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17191: paragraf]
17192:
17193: 2002-07-11 paf
17194:
17195: * src/main/pa_exec.C: build command line badly added params twice
17196: [and first time without ' ']. double wrong. fixed.
17197:
17198: * src/main/pa_exec.C: invalid .exe caused error message with params
17199: wich parser did not provide = reported badly. fixed that.
17200:
17201: * src/classes/mail.C: $MAIL[ # xxx ]
17202:
17203: now ok
17204:
17205: * operators.txt: plan: sql detailed exception
17206:
17207: 2002-07-01 paf
17208:
17209: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17210: [MForm.configure_admin were called when request.main_class ==0
17211:
17212: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17213:
17214: * src/classes/form.C: content_length type fix
17215:
17216: 2002-06-30 paf
17217:
17218: * src/classes/mail.C: merged from 4
17219:
17220: * src/classes/mail.C: restored $MAIL
17221:
17222: 2002-06-28 paf
17223:
17224: * configure, configure.in: removed paths.h
17225:
1.116 moko 17226: * configure, src/include/pa_version.h,
1.95 moko 17227: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17228: merged, makes updated
17229:
17230: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17231: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17232: src/include/pa_pool.h, src/include/pa_version.h,
17233: src/main/pa_charset.C, src/main/pa_pool.C,
17234: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17235: src/types/pa_vmail.C: merged latest updates to head
17236:
17237: 2002-06-27 paf
17238:
17239: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17240: not error now
17241:
17242: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17243: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17244: src/main/pa_charset.C, src/main/pa_pool.C:
17245: ^xdoc::create[[uri]]... base uri for document being created,
17246: imports and other relative file names would be relative to this
17247: uri default uri=path_translated
17248:
17249: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17250:
17251: 2002-06-26 paf
17252:
17253: * configure, configure.in, src/include/pa_version.h:
17254: release_3_0_0004
17255:
17256: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17257: 0 now
17258:
17259: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17260:
17261: 2002-06-25 paf
17262:
17263: * src/main/pa_string.C: emtpy string, or string of whitespaces
17264: considered bad number now
17265:
17266: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17267: now
17268:
17269: * operators.txt, src/classes/string.C: ^string.normalize [old
17270: name: optimize
17271:
17272: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17273: library configured
17274:
17275: * src/main/pa_request.C: configure_admin forced if no @conf
17276:
17277: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17278: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17279: when needed and to call system crypt() if not $apr1$ prefix
17280:
17281: 2002-06-24 paf
17282:
17283: * INSTALL: --with-static/shared-mailreceive described
17284:
17285: * src/include/pa_config_fixed.h: ssize_t fixed
17286:
1.116 moko 17287: * configure, configure.in, src/include/pa_config_auto.h.in,
17288: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17289: src/types/pa_vmail.C: $mail:received makes update
17290:
17291: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17292: WITH_MAILRECEIVE
17293:
17294: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17295:
17296: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17297: option, for $mail:receive
17298:
17299: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17300: introducting $message:received ^mail:send rewritten with backward
17301: comp
17302:
17303: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17304: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17305: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17306: now
17307:
17308: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17309: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17310: src/include/pa_request.h, src/include/pa_string.h,
17311: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17312: src/main/pa_globals.C, src/main/pa_request.C,
17313: src/main/pa_string.C, src/main/pa_uue.C,
17314: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17315: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17316: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17317: uue to separate file introducting $message:received ^mail:send
17318: rewritten with backward comp
17319:
17320: 2002-06-21 paf
17321:
1.116 moko 17322: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17323: co changes
1.95 moko 17324:
1.116 moko 17325: * configure, configure.in, src/lib/md5/Makefile.am,
17326: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17327: restructure .in and .am files appropriate changes
1.95 moko 17328:
17329: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17330: pcre to libs/ added libs/md5 which is linked to non-apache
17331: targets ^math:crypt[password;$apr1$salt]
17332:
17333: * INSTALL, configure.in, operators.txt, parser3.dsw,
17334: src/Makefile.am, src/classes/Makefile.am,
17335: src/classes/classes.dsp, src/classes/math.C,
17336: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17337: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17338: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17339: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17340: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17341: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17342: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17343: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17344: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17345: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17346: src/lib/pcre/pcre_parser_ctype.dsp,
17347: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17348: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17349: src/main/compile.tab.C, src/main/main.dsp,
17350: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17351: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17352: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17353: to libs/ added libs/md5 which is linked to non-apache targets
17354: ^math:crypt[password;$apr1$salt]
17355:
17356: 2002-06-20 paf
17357:
17358: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17359: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17360: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17361: src/include/pa_request.h, src/main/execute.C,
17362: src/main/pa_request.C, src/targets/cgi/parser3.C,
17363: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17364: marged latest HEAD updates, mainly file:justname&co &
17365: @auto/conf[filespec
17366:
17367: * operators.txt, src/classes/file.C:
17368: !^file:dirname[/a/some.tar.gz]=/a
17369: !^file:dirname[/a/b/]=/a
17370: !^file:basename[/a/some.tar.gz]=some.tar.gz
17371: !^file:justname[/a/some.tar.gz]=some.tar
17372: !^file:justext[/a/some.tar.gz]=gz
17373:
17374: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17375: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17376: @conf/auto[filespec]
17377:
17378: * bin/auto.p.dist.in: <noindex>
17379:
1.116 moko 17380: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17381:
17382: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17383: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17384: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17385: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17386:
17387: 2002-06-18 paf
17388:
17389: * configure, configure.in, src/include/pa_version.h: version to
17390: configure.in
17391:
17392: * INSTALL: reflected .conf.dist dir change
17393:
1.116 moko 17394: * Makefile.am, configure, configure.in, bin/Makefile.am,
17395: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17396: .in & *.am updated
17397:
17398: * src/classes/file.C: strncasecmp
17399:
17400: * src/classes/file.C: strcasecmp
17401:
1.116 moko 17402: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17403: from etc
1.95 moko 17404:
17405: * src/classes/file.C: ^file::exec[script;$.bad error case
17406: insensitive check now
17407:
17408: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17409:
17410: * configure, configure.in, src/include/pa_pool.h,
17411: src/include/pa_types.h: pack configure.in detection simplified.
17412: figured out that gcc on sparc not that stupid as thought
17413: previously: on sparc: when it sees packed class it modifies it's
17414: field-access-code to byte operations [stb, ldub] instead of 4byte
17415: operations [st, lduh] so packed must be all parts of packed
17416: class, i.e. it's parents&fields(classes). for now it's only
17417: String that packed and what was wrong is that it's parent -
17418: Pooled, were not packed. fixed that.
17419:
17420: 2002-06-14 paf
17421:
17422: * operators.txt: more precise xml-to-text options
17423:
17424: * operators.txt, src/types/pa_vxnode.C: xnode
17425: attribute_node.name/value xnode pi.node.data
17426:
17427: 2002-06-12 paf
17428:
1.116 moko 17429: * configure, configure.in, src/targets/cgi/Makefile.am,
17430: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17431:
17432: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17433: src/include/pa_globals.h, src/include/pa_request.h,
17434: src/main/compile.tab.C, src/main/pa_globals.C,
17435: src/main/pa_request.C, src/targets/cgi/parser3.C,
17436: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17437:
17438: * src/classes/mail.C: sendmail -ti [default now]
17439:
17440: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17441: to be strings. for convinient #ing
17442:
17443: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17444: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17445:
17446: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17447: main/pa_globals.C, main/pa_request.C: @conf
17448:
17449: 2002-06-11 paf
17450:
17451: * src/classes/file.C: check simplified
17452:
17453: * src/: classes/file.C, targets/cgi/parser3.dsp,
17454: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17455: valid prefix
17456:
17457: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17458: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17459: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17460:
17461: 2002-06-10 paf
17462:
17463: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17464: src/main/pa_common.C: lock failures reported now
17465:
17466: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17467: string->double @ compile time were not-enough-checking...
17468:
17469: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17470: autoconvert now ignored
17471:
17472: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17473: check
17474:
17475: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17476: $response:body content-type:name
17477:
17478: * configure, configure.in: hpux check, nsl link, no socket
17479:
17480: * operators.txt: old merge conflict removed
17481:
17482: * configure, configure.in: pack even address access on sparc&co
17483: arch checked in configure
17484:
17485: * configure, src/include/pa_version.h: makes
17486:
17487: * configure, configure.in, src/include/pa_version.h: makes
17488:
17489: * src/main/untaint.C: (bug#2) mail subject got always prepended
17490: with charset even when all letters were 7bit one
17491:
17492: * src/main/pa_common.C: merged fixed -d (bug)
17493:
17494: * src/main/pa_common.C: fixed -d (bug)
17495:
17496: 2002-06-03 paf
17497:
17498: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17499: src/classes/classes.dsp, src/main/compile.tab.C,
17500: src/main/main.dsp, src/main/pa_globals.C,
17501: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17502: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17503: .dsp-s along with reorganized cvs modules dirs structure
17504:
17505: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17506: main/pa_globals.C, targets/cgi/parser3.dsp,
17507: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17508: modules
17509:
17510: 2002-05-28 paf
17511:
17512: * src/targets/cgi/parser3.C: info.uri now ""
17513:
17514: 2002-05-17 paf
17515:
17516: * src/classes/: table.C: ^table.save << checked empty
17517: pre/match/post columns
17518:
17519: 2002-05-16 paf
17520:
17521: * src/classes/image.C: image::measure can png now
17522:
17523: 2002-05-15 paf
17524:
17525: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17526: added
17527:
17528: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17529:
17530: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17531: %H[:%M[:%S]]]]]] [-%m now
17532:
17533: 2002-05-14 paf
17534:
17535: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17536:
17537: 2002-05-07 paf
17538:
17539: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17540: src/include/pa_globals.h, src/include/pa_request.h,
17541: src/include/pa_table.h, src/main/compile.tab.C,
17542: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17543: src/main/pa_request.C, src/main/pa_table.C,
17544: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17545: src/targets/isapi/parser3isapi.dsp,
17546: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17547: name2number field now &. main_method_name now on Request pool
17548: rather on global_pool [Junction+VJunction created on same pool as
17549: name = were created on global pool, causing mem leaks]
17550:
17551: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17552: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17553: main/compile.y, main/main.dsp, main/pa_globals.C,
17554: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17555: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17556: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17557: field now &. main_method_name now on Request pool rather on
17558: global_pool [Junction+VJunction created on same pool as name =
17559: were created on global pool, causing mem leaks]
17560:
17561: 2002-05-06 paf
17562:
17563: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17564: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17565: 100*40 bytes per request memory leak [nonpool malloc in globals]
17566:
17567: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17568: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17569: 100*40 bytes per request memory leak [nonpool malloc in globals]
17570:
17571: 2002-04-30 paf
17572:
17573: * configure, src/include/pa_version.h: version now not b
17574:
17575: * src/targets/cgi/parser3.C: request.uri now never 0
17576:
17577: 2002-04-29 paf
17578:
17579: * configure.in: removed b
17580:
17581: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17582: Exception::comment/type checked in (), no there's no empty
17583: type/comment by default
17584:
17585: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17586: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17587: src/doc/value.dox, src/include/pa_exception.h,
17588: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17589: 0001
17590:
17591: 2002-04-26 paf
17592:
17593: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17594: size reduced
17595:
17596: 2002-04-25 paf
17597:
17598: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17599: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17600: now that took into account
17601:
17602: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17603: 01:03:04]
17604:
17605: * ChangeLog, operators.txt, src/classes/date.C:
17606: ^date::create[2002-12-33 01:03:04]
17607:
17608: * ChangeLog: updated changelog
17609:
17610: * src/classes/table.C: removed restriction on column count to
17611: ^table.hash to work, now must be >0 [were >1]
17612:
17613: 2002-04-24 paf
17614:
17615: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17616: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17617: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17618: targets
17619:
17620: 2002-04-23 paf
17621:
17622: * operators.txt, src/classes/string.C:
17623: int/double/string:sql{}[$.default{code}] fixed [were barking:
17624: "junction used outside of context"]
17625:
17626: 2002-04-22 paf
17627:
17628: * types.txt, src/classes/string.C, src/include/pa_string.h,
17629: src/main/pa_string.C, src/types/pa_vstring.C,
17630: src/types/pa_vstring.h: ^string.optimize[]
17631:
17632: * src/: include/pa_globals.h, include/pa_table.h,
17633: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17634: table template
17635:
17636: * src/classes/: string.C: optimize removed from string
17637: .left/right/pos
17638:
17639: * src/main/execute.C: rolled back to
17640: before_killing_userjunction_contexts
17641:
17642: * src/main/execute.C: user junctions context killed
17643:
17644: * src/main/execute.C: junctions to local contexts got
17645: cleanized&checked later
17646:
17647: 2002-04-19 paf
17648:
17649: * src/: classes/string.C, include/pa_request.h,
17650: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17651: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17652: prior to .left .right .mid .pos .match when that is profitable,
17653: and always before .replace when $ORIGINS(1) optimization disabled
17654: economy from not wasting mem on lots of strings which occur by
17655: lots of String:mid calls to get parts of source string between
17656: found_occurances
17657:
17658: * src/classes/file.C: ovector now local economy: 16 bytes per
17659: ^file:list
17660:
17661: * src/: include/pa_globals.h, include/pa_table.h,
17662: main/pa_globals.C, main/pa_string.C: String::match table columns
17663: globalized, not created @ each ^match anymore economy:
17664: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17665:
17666: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17667: removed from each String::match replace iteration, and made
17668: stacked sizeof(VTable)=12bytes economy on each replace code
17669:
17670: * src/doc/footer.htm: 2001,
17671:
17672: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17673: string.match[]['] option enables generation of $match.prematch
17674: .match .postmatch columns
17675:
17676: * src/main/pa_string.C: String::match options analized without
17677: cstr-ing them now
17678:
17679: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17680: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17681: config updated to doxygen 1.2.15, created helper which fixes
17682: minor bugs in chm project files & htm tree. changed extension to
17683: .htm
17684:
17685: 2002-04-18 paf
17686:
17687: * src/doc/doxygen.cfg: .chi generation disabled
17688:
17689: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17690: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17691: fields&methods
17692:
17693: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17694: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17695: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17696: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17697: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17698: types/pa_vresponse.h, types/pa_vstateless_class.h,
17699: types/pa_vstateless_object.h, types/pa_vstatus.h,
17700: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17701: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17702: VStateless_class to VObject
17703:
17704: * src/: main/pa_request.C, types/pa_valiased.h,
17705: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17706: types/pa_vstring.h: VStateless_string_object speicalized light
17707: version of VStateless_object
17708:
17709: * src/classes/op.C: ^throw comment param made optional
17710:
17711: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17712: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17713: and implemented down in VClass, fclass_alias removed,
17714:
17715: * src/types/pa_value.C: forced to cut that from .h because of
17716: VStateless_class usage [undefined in .h]
17717:
17718: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17719: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17720: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17721: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17722: on each CALL]
17723:
17724: * src/: classes/classes.h, classes/date.C, classes/double.C,
17725: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17726: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17727: classes/response.C, classes/string.C, classes/table.C,
17728: classes/void.C, classes/xnode.C, include/pa_globals.h,
17729: include/pa_request.h, main/execute.C, main/pa_globals.C,
17730: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17731: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17732: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17733: types/pa_vstateless_class.h, types/pa_wcontext.C,
17734: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17735: removed Value::fname
17736:
17737: 2002-04-17 paf
17738:
17739: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17740: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17741: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17742: include/pa_pool.h, include/pa_types.h: dox updated to current
17743: state, PTHROW freshen to throw & co
17744:
17745: * src/types/pa_vhash.h: vstring wrong parent fixed
17746:
17747: * src/classes/op.C: taint local result var bug fixed
17748:
17749: 2002-04-16 paf
17750:
17751: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17752: Attic asm.txt as most interesting
17753:
17754: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17755: check, preventing content-length: 0 from appearing
17756:
17757: * src/main/execute.C: $result in @main now taken into account as in
17758: usual functions
17759:
17760: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17761: & @unhandled_exception now taken into account as in usual
17762: functions
17763:
17764: * src/doc/postbuild.txt: instructions on post .html build
17765:
17766: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17767:
17768: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17769: tainted
17770:
17771: * src/main/pa_request.C: uri in error log
17772:
17773: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17774: cheched date:create(days) param for validity [later were assumed
17775: valid and crashed on invalid onces]
17776:
17777: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17778: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17779: and used that for removing VString wrapper
17780:
17781: * src/classes/op.C: exception2vhash file now tainted
17782:
17783: * src/classes/op.C: _process pseudo origin copied from local var to
17784: heap
17785:
17786: * src/classes/op.C: extra check on empty file in origin in _execute
17787:
17788: 2002-04-15 paf
17789:
17790: * src/: main/execute.C, types/pa_value.h: fixed name update
17791:
17792: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17793: functions
17794:
17795: * src/: classes/file.C, classes/hash.C, classes/op.C,
17796: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17797: started dual write_xxx_lang functions, if checked & works
17798:
17799: * src/: classes/date.C, classes/file.C, classes/mail.C,
17800: classes/string.C, classes/xnode.C, include/pa_request.h,
17801: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17802: unnecessary VString shells
17803:
17804: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17805: prev changes]
17806:
17807: * src/: classes/image.C, classes/op.C, classes/string.C,
17808: classes/table.C, include/pa_request.h, main/execute.C,
17809: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17810: StringOrValue wcontext result, now ready for dual writes
17811:
17812: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17813: checked that
17814:
17815: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17816: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17817: changed to OP_WRITE_VALUE in var get cases
17818:
17819: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17820: include/pa_request.h, main/compile.tab.C, main/compile.y,
17821: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17822: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17823: switch in hash constructor fixed [were problems with using of
17824: stacked wwrapper after it's death]
17825:
17826: 2002-04-12 paf
17827:
17828: * operators.txt, src/classes/table.C: table.select(expression) 0
17829:
17830: 2002-04-11 paf
17831:
17832: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17833: Request::process_internal codeFrame & wwrapper stacked [not
17834: wasting heap anymore]
17835:
17836: 2002-04-10 paf
17837:
17838: * src/: classes/double.C, classes/file.C, classes/hash.C,
17839: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17840: classes/string.C, classes/table.C, classes/void.C,
17841: classes/xdoc.C, include/pa_request.h, main/execute.C,
17842: main/pa_string.C: killed Request::process() wrapping
17843: VString(String) in case we need only String
17844:
17845: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17846: killed 8 bytes from String.head
17847:
17848: 2002-04-09 paf
17849:
17850: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17851: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17852: local*/char b[...]; a=b; situations
17853:
17854: * operators.txt, src/classes/xdoc.C: xslt params made literal
17855:
17856: * src/classes/xdoc.C: xslt params fixed
17857:
17858: * src/: main/pa_common.C, targets/cgi/parser3.C,
17859: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17860: not pool.malloc(MAX_NUMBER) but really neaded
17861:
17862: * operators.txt, src/classes/double.C, src/classes/int.C:
17863: int/double.int/double(default)
17864:
17865: 2002-04-04 paf
17866:
17867: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17868: [when reconstructing pieces were split by
17869: max_integral(piece.size), thus some strings to replace happen to
17870: be split into two = not replaced)
17871:
17872: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17873: standalone version = current dir
17874:
17875: * src/targets/cgi/parser3.C: document root in standalone version =
17876: current dir
17877:
17878: 2002-04-03 paf
17879:
17880: * configure, configure.in: more checks on nonexistent charset
17881:
1.116 moko 17882: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17883:
17884: 2002-04-02 paf
17885:
17886: * src/main/compile.C: parser.compile [exception name more like in
17887: doc]
17888:
17889: 2002-04-01 paf
17890:
17891: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17892: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17893: .content-type.charset, not .charset
17894:
17895: 2002-03-29 paf
17896:
17897: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17898:
17899: * operators.txt, src/classes/date.C: ^date::create now may not
17900: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17901: days' year. | 31.05->31.04 roll
17902:
17903: 2002-03-28 paf
17904:
17905: * operators.txt, src/classes/date.C, src/classes/op.C,
17906: src/include/pa_globals.h, src/include/pa_hash.h,
17907: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17908: ^cache(seconds) ^cache[date] }
17909:
17910: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17911: param
17912:
17913: 2002-03-27 paf
17914:
17915: * operators.txt, src/classes/date.C, src/classes/double.C,
17916: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17917: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17918: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17919: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17920: src/classes/xnode.C, src/include/pa_exception.h,
17921: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17922: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17923: src/main/pa_array.C, src/main/pa_charset.C,
17924: src/main/pa_charsets.C, src/main/pa_common.C,
17925: src/main/pa_dictionary.C, src/main/pa_exception.C,
17926: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17927: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17928: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17929: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17930: src/types/pa_value.h, src/types/pa_vcookie.C,
17931: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17932: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17933: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17934: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17935: src/types/pa_wwrapper.h: assigned exception types
17936:
17937: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17938: src/include/pa_request.h, src/main/execute.C,
17939: src/main/pa_request.C: decided agains resetting exception_trace,
17940: just changed name
17941:
17942: 2002-03-26 paf
17943:
17944: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17945: fixed
17946:
17947: * src/classes/op.C: forced language of $source field of exception
17948: to 'tainted', so that sql-langed-frags could be outputed outside
17949: of connect
17950:
17951: * operators.txt: removed date.roll limit of +-1 offset
17952:
17953: * src/classes/date.C: removed date.roll limit of +-1 offset
17954:
17955: * operators.txt, src/classes/date.C: fixed date roll on
17956: daylightsaving days mktime took into account tm_isdst flag, which
17957: remained from BEFORE roll, but should have been reset
17958:
17959: 2002-03-25 paf
17960:
17961: * operators.txt, src/targets/cgi/parser3.C:
17962: http_site_config_filespec
17963:
17964: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17965: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17966: with any/both --disable-foreign-group-files --disable-execs
17967:
17968: * INSTALL: "--with=sendmail=COMMAND" comment
17969:
17970: * INSTALL, configure, configure.in, src/classes/mail.C,
17971: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17972: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17973: disables execs also. introducing --sendmail
1.95 moko 17974:
17975: * operators.txt: pgsql options comment
17976:
17977: * INSTALL: comment on --disable-link-stdcpp
17978:
1.116 moko 17979: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17980: libstdc++ link skipping configure option
1.95 moko 17981:
17982: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17983: with error were put to cache with 'marked_to_rollback' flag, all
17984: consequent even OK requests rolled back
17985:
17986: 2002-03-22 paf
17987:
17988: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17989: false return
17990:
17991: * operators.txt: few comments on sets
17992:
17993: 2002-03-18 paf
17994:
17995: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17996: src/include/pa_globals.h, src/include/pa_request.h,
17997: src/include/pa_stack.h, src/main/pa_globals.C,
17998: src/main/pa_request.C: introducing ^try
17999:
18000: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18001: types/pa_vdouble.h: removed some tested @tests
18002:
18003: 2002-03-15 paf
18004:
18005: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18006:
18007: 2002-03-13 paf
18008:
18009: * src/main/pa_exception.C: checked not-pooled malloc
18010:
18011: 2002-03-11 paf
18012:
18013: * INSTALL, configure, configure.in,
18014: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18015:
18016: * src/main/pa_common.C: --disable-foreign-group-files
18017:
18018: * INSTALL: --disable-execs
18019:
18020: * src/main/pa_exec.C: --disable-execs
18021:
18022: * configure, configure.in, src/include/pa_config_auto.h.in:
18023: --disable-execs
18024:
18025: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18026:
18027: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18028: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18029:
18030: 2002-03-05 paf
18031:
18032: * operators.txt, src/classes/date.C: date week calendar columns
18033: named
18034:
18035: * operators.txt, src/classes/date.C: date week calendar columns
18036: named
18037:
18038: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18039: requires headers to be terminated with \r\n manually [refuses to
18040: separate header/body itself]
18041:
18042: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18043: targets/isapi/parser3isapi.C: isapi site config beside .dll
18044:
18045: 2002-03-04 paf
18046:
18047: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18048: in PASS language
18049:
18050: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18051: deserialize checks on broken file
18052:
18053: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18054: parser3isapi.dsp: isapi updated
18055:
18056: 2002-03-01 paf
18057:
18058: * src/main/pa_exec.C: execle -> execve, now argc OK
18059:
18060: 2002-02-28 paf
18061:
18062: * src/main/untaint.C: removed some debug comments
18063:
18064: * src/main/pa_charsets.C: when placing charset to cache using
18065: global name now [were request]
18066:
18067: * configure, configure.in: apache module updated
18068:
18069: * src/main/pa_string.C: origin by first piece preferred before last
18070: piece
18071:
18072: 2002-02-27 paf
18073:
18074: * src/main/pa_charset.C: size_t
18075:
18076: * INSTALL: shared/static-xml with-pathlink
18077:
18078: * operators.txt: SMTP comment
18079:
18080: 2002-02-26 paf
18081:
18082: * src/main/pa_exec.C: more precise names for vars, cosmetic
18083:
18084: * src/classes/xnode.C: in some situation, xpath query returned
18085: result with type NODESET, but empty nodeset member field, checked
18086: that
18087:
18088: 2002-02-22 paf
18089:
18090: * INSTALL: without-zlib comment
18091:
18092: * etc/parser3.charsets/windows-1251.cfg: °
18093:
18094: * configure, configure.in: glib###.a detection fixed
18095:
18096: * INSTALL: hashfile removed from INSTALL
18097:
1.116 moko 18098: * Makefile.am: make update
1.95 moko 18099:
18100: * src/main/pa_string.C: string iterators fixed again, so were
18101: String::join_chain
18102:
18103: * src/main/pa_string.C: string iterators fixed again, so were
18104: String::join_chain
18105:
18106: * src/: include/pa_string.h, main/pa_string.C: string iterators
18107: fixed again, so were String::join_chain
18108:
18109: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18110:
18111: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18112: "session"
18113:
1.116 moko 18114: * configure, configure.in, src/include/pa_config_auto.h.in:
18115: --with-shared-xml --with-static-xml
1.95 moko 18116:
18117: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18118: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18119: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18120: xalan&xml
18121:
18122: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18123:
18124: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18125: src/types/types.dsp: removed hashfile support from sources for
18126: now
18127:
1.116 moko 18128: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18129: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18130: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18131: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18132: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18133: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18134: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18135: src/types/Makefile.am, src/types/pa_vhashfile.C,
18136: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18137:
18138: 2002-02-21 paf
18139:
18140: * src/main/untaint.C: removed debug code, activated commented-for
18141: debug parts
18142:
1.116 moko 18143: * Makefile.am: make cvsupdate
1.95 moko 18144:
18145: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18146: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18147: append_row, not at link zero now string to string appending works
18148:
18149: 2002-02-20 paf
18150:
18151: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18152: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18153: DEBUG_STRING_APPENDS_VS_EXPANDS
18154:
18155: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18156: economy: 22%
18157:
18158: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18159: space uptimized: string::link_row removed
18160:
18161: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18162: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18163: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18164: types/pa_vstring.h: speed uptimized: string::is_empty
18165:
18166: * operators.txt, src/include/pa_common.h,
18167: src/include/pa_config_fixed.h, src/include/pa_string.h,
18168: src/include/pa_types.h, src/main/compile.tab.C,
18169: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18170: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18171: string append optimiziation idea and estimates
18172:
18173: 2002-02-19 paf
18174:
18175: * src/classes/math.C: not used directly [but erroreously reported
18176: that 'is', thus registering twice&other probs]
18177:
18178: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18179: to node [element]
18180:
18181: * src/main/compile.C: without string_origins parse error
18182: file+line+col possible
18183:
18184: * src/main/: compile.C: without string_origins not worked
18185:
18186: 2002-02-18 paf
18187:
18188: * src/types/pa_vdouble.h: since we have in_expression removed that
18189: trick i've installed into double::as_string
18190:
18191: * src/main/pa_globals.C: extern "C" was removed too fast
18192:
18193: * src/: include/pa_opcode.h, include/pa_request.h,
18194: main/compile.tab.C, main/compile.y, main/execute.C,
18195: types/pa_wcontext.h: in_expression aimed to solve old problem
18196: with string/nonstring values, now in expressions double/int
18197: values are passed as-is, without stupid tostring/fromstring
18198: conversions
18199:
18200: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18201: __cplusplus } #endif
18202:
18203: * src/main/compile.tab.C: bison env set so one could compile
18204: without cygwin installed
18205:
18206: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18207: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18208: gnome xml libs parser .dsp-s changed accordingly
18209:
18210: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18211:
18212: * operators.txt, src/classes/date.C: date::create [were date::set,
18213: with backward comp
18214:
18215: * src/classes/math.C: math:random range check fixed
18216:
18217: * src/main/: compile.tab.C, compile.y: integer division stops name
18218:
18219: * INSTALL: local install comment
18220:
1.116 moko 18221: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18222:
1.116 moko 18223: * acinclude.m4, aclocal.m4, configure, configure.in,
18224: src/include/pa_config_auto.h.in,
18225: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18226: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18227:
18228: * operators.txt: \ comment
18229:
18230: 2002-02-13 paf
18231:
18232: * src/include/pa_config_includes.h: sys/time time both included
18233: now. vaguely remember confilicts on this on some system [not on
18234: six|ablv] so when would see them again would think up proper
18235: check
18236:
1.116 moko 18237: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18238: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18239:
18240: * src/main/pa_common.C: truncation never occured when writing files
18241: on unix [since i've changed cache mech] fix
18242:
18243: * src/main/pa_common.C: strnchr: sanity check added
18244:
18245: * etc/parser3.charsets/windows-1257.cfg: id added
18246:
18247: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18248: baltic charset file generated, in generation script ispunct check
18249: added
18250:
18251: 2002-02-08 paf
18252:
1.116 moko 18253: * src/: include/Makefile.am, sql/Makefile.am,
18254: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18255:
18256: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18257: forgotten
18258:
18259: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18260:
18261: * INSTALL, README: install&others updated
18262:
18263: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18264:
1.116 moko 18265: * Makefile.am, configure, configure.in,
18266: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18267: src/classes/Makefile.am, src/main/Makefile.am,
18268: src/main/pa_status_provider.C, src/targets/Makefile.am,
18269: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18270: works
1.95 moko 18271:
18272: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18273: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18274: classes/hashfile.C, classes/int.C, classes/mail.C,
18275: classes/math.C, classes/op.C, classes/response.C,
18276: classes/string.C, classes/table.C, classes/void.C,
18277: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18278: include/pa_array.h, include/pa_cache_managers.h,
18279: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18280: include/pa_config_fixed.h, include/pa_config_includes.h,
18281: include/pa_db_connection.h, include/pa_db_manager.h,
18282: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18283: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18284: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18285: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18286: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18287: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18288: include/pa_stack.h, include/pa_string.h,
18289: include/pa_stylesheet_connection.h,
18290: include/pa_stylesheet_manager.h, include/pa_table.h,
18291: include/pa_threads.h, include/pa_types.h, main/compile.C,
18292: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18293: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18294: main/pa_db_connection.C, main/pa_db_manager.C,
18295: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18296: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18297: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18298: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18299: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18300: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18301: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18302: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18303: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18304: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18305: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18306: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18307: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18308: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18309: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18310: types/pa_vmethod_frame.h, types/pa_vobject.h,
18311: types/pa_vrequest.h, types/pa_vresponse.h,
18312: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18313: types/pa_vstateless_object.h, types/pa_vstatus.C,
18314: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18315: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18316: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18317: classes/image.C, main/pa_common.C, main/pa_exec.C,
18318: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18319: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18320: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18321: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18322: types/pa_vxnode.C, main/pa_charset.C: name spelling
18323:
18324: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18325: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18326: classes/hashfile.C, classes/image.C, classes/int.C,
18327: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18328: classes/string.C, classes/table.C, classes/void.C,
18329: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18330: include/pa_array.h, include/pa_cache_managers.h,
18331: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18332: include/pa_config_fixed.h, include/pa_config_includes.h,
18333: include/pa_db_connection.h, include/pa_db_manager.h,
18334: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18335: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18336: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18337: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18338: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18339: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18340: include/pa_stack.h, include/pa_string.h,
18341: include/pa_stylesheet_connection.h,
18342: include/pa_stylesheet_manager.h, include/pa_table.h,
18343: include/pa_threads.h, include/pa_types.h, main/compile.C,
18344: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18345: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18346: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18347: main/pa_db_connection.C, main/pa_db_manager.C,
18348: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18349: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18350: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18351: main/pa_socks.C, main/pa_sql_driver_manager.C,
18352: main/pa_status_provider.C, main/pa_string.C,
18353: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18354: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18355: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18356: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18357: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18358: targets/isapi/pool_storage.h, types/pa_valiased.C,
18359: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18360: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18361: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18362: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18363: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18364: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18365: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18366: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18367: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18368: types/pa_vresponse.h, types/pa_vstateless_class.C,
18369: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18370: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18371: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18372: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18373: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18374: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18375:
18376: 2002-02-07 paf
18377:
18378: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18379:
1.116 moko 18380: * configure, configure.in, src/include/pa_config_auto.h.in,
18381: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18382: added yet another locking function: fcntl
1.95 moko 18383:
18384: * config.sub: on cygwin configure passes it with strange i1586
18385: const, hacked it to mean i586
18386:
18387: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18388: disabled $if reference due to conflicts with local variables
18389:
18390: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18391: xdoc::set obsolete now, now xdoc::create, with both sences
18392:
18393: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18394: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18395: table::create now // 'set' name obsolete now table clone.
18396:
18397: * operators.txt, src/classes/string.C,
18398: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18399: ^int/double/string.format now can be called with normal []
18400: brackets, not stupid {} as it were implemented for some strange
18401: reason. retaining backward compatibility due to some
18402: already-implemented servers
18403:
18404: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18405: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18406: operators now detected by check at name_without_curly_rdive_read
18407: rule whether diving code constists only of
18408: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18409: with OP_GET_ELEMENT_OR_OPERATOR to form
18410: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18411:
18412: 2002-02-06 paf
18413:
18414: * configure, configure.in: prefix expanded, grr
18415:
18416: * operators.txt, src/classes/mail.C: mail:send config changed
18417:
18418: 2002-02-05 paf
18419:
18420: * operators.txt: regex options commented
18421:
18422: * src/main/: pa_exec.C: argv0 now correct
18423:
18424: * src/types/pa_vstatus.C: status:rusage 3
18425:
18426: * src/types/pa_vstatus.C: status:rusage 2
18427:
18428: * operators.txt: status:rusage described int operators
18429:
18430: * src/types/pa_vstatus.C: status:rusage 1
18431:
18432: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18433: src/types/types.dsp: status:rusage
18434:
18435: * configure.in, operators.txt, src/classes/file.C,
18436: src/classes/op.C, src/include/pa_common.h,
18437: src/include/pa_config_includes.h, src/main/compile.tab.C,
18438: src/main/pa_common.C: rewritten ^cache to use
18439: non-blocking-exclusive-caches
18440:
18441: * src/main/pa_common.C: text file read mode on win32 adjusted
18442: [speed impact. was off for debugging purpose, but forgotten
18443: afterwards]
18444:
18445: 2002-02-01 paf
18446:
18447: * src/classes/op.C: file_write does EX lock after create, while
18448: file_read does SH after open, so there's a moment after create
18449: but before EX lock when read can sneak into, and read
18450: just-created-for-writing-and-not-yet-locked file, added a check
18451: for that in ^cache...read
18452:
18453: 2002-01-31 paf
18454:
18455: * src/main/: compile.y, compile.tab.C: disabled operator call after
18456: ^xxx:
18457:
18458: * src/main/: compile.tab.C, execute.C: made operators lookup first
18459: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18460:
18461: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18462: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18463: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18464: operators check 6.1 rewritten. now check is done at compile time
18465:
18466: * src/main/execute.C: operators check 5 floated up old error of
18467: staying in 'entered class/object' state after $a($a..) it
18468: prevented operators from being called thereafter
18469:
18470: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18471: main/execute.C: operators check 4 floated up old error of staying
18472: in 'entered object' state after ^a.a(a) it prevented operators
18473: from being called thereafter
18474:
18475: * src/main/execute.C: operators check 3 floated up old error of
18476: staying in 'entered class' state after $a:a(a) it prevented
18477: operators from being called thereafter
18478:
18479: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18480: floated up old error of staying in 'entered class' state after
18481: $a:a[a] it prevented operators from being called thereafter
18482:
18483: * src/main/execute.C: operators check, thay mistakenly seen in
18484: $class:operator $object.operators contexts
18485:
18486: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18487: win32
18488:
1.116 moko 18489: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18490: src/classes/Makefile.am, src/main/Makefile.am,
18491: src/targets/cgi/Makefile.am,
1.95 moko 18492: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18493: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18494:
1.116 moko 18495: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18496: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18497: configure, configure.in, form.txt, ident.awk, install-sh,
18498: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18499: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18500: etc/parser3.charsets/Makefile.am,
18501: etc/parser3.charsets/koi8-r.cfg,
18502: etc/parser3.charsets/windows-1250.cfg,
18503: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18504: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18505: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18506: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18507: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18508: straightened installation scripts procedure made
18509: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18510: change
18511:
18512: 2002-01-30 paf
18513:
18514: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18515: removed] those comments were a mistake, and prevented libltdl
18516: from function properly
18517:
18518: 2002-01-29 paf
18519:
1.116 moko 18520: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18521: creation [modified acinclude.m4 which were creating int into just
18522: assignment LIBTOOL=../libtool] added default system
18523: config&charsetts prepared 'make install', now it installs
18524: targets/cgi/parser3 into bin directory etc/parser3.conf &
18525: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18526: $sysconfdir/parser3.charsets respectively
18527:
18528: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18529: main/pa_globals.C: few forgotten ifdef XML added
18530:
18531: 2002-01-28 paf
18532:
1.116 moko 18533: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18534: removed
18535:
18536: * src/main/pa_exception.C: dom|generic error output fix
18537:
18538: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18539:
18540: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18541:
18542: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18543: [fixed as_node helper func to accept docs]
18544:
18545: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18546: xdoc.importNode 0
18547:
18548: * src/classes/xdoc.C: xdoc::set now untaints OK
18549:
18550: 2002-01-25 paf
18551:
18552: * src/main/: compile.tab.C, compile.y: #comment before @ after
18553: @SPECIAL now works OK
18554:
18555: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18556:
18557: * src/main/pa_exec.C: max arg count now 10, and proper message on
18558: violation that added
18559:
18560: * src/classes/hash.C: unified hash::sql, now
18561: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18562:
18563: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18564: ^file:lock[filename]{code}
18565:
18566: * src/: classes/file.C, classes/op.C, classes/string.C,
18567: classes/table.C, classes/xdoc.C, include/pa_common.h,
18568: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18569: to some pa_common funcs
18570:
18571: * src/: include/pa_charset.h, main/pa_globals.C:
18572: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18573:
18574: * src/: include/pa_charset.h, main/pa_charset.C,
18575: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18576: not stupid illegal define
18577:
18578: 2002-01-24 paf
18579:
18580: * src/include/pa_version.h: changed version number
18581:
18582: * src/: classes/hashfile.C, include/pa_db_table.h,
18583: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18584: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18585: main/pa_db_connection.C, main/pa_db_table.C,
18586: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18587: hashfile without logfiles
18588:
18589: * src/: classes/hashfile.C, include/pa_db_table.h,
18590: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18591: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18592: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18593: DB_INIT_TXN init bits, thus got rid of huge log files, which
18594: cluttered disk without huge need]
18595:
18596: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18597: handy macro, which is strangly abscent in dome lib
18598:
18599: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18600:
18601: * src/classes/xdoc.C: checked empty response
18602:
18603: * src/classes/xnode.C: xdoc.select fixed context node [were always
18604: /, not self node]
18605:
18606: * src/classes/xnode.C: xnode.select returns array always now, in
18607: case 'nothing found' returns empty array
18608:
18609: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18610: be more tender with ctrl/c/v
18611:
18612: 2002-01-23 paf
18613:
18614: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18615: substituted. // 2. when dom tree with entites goes under
18616: transform text nodes // got [erroreosly] cut on first
18617: entity occurance
18618:
18619: * src/types/pa_vdouble.h: double prec. todo: get rid of
18620: twice-converting
18621:
18622: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18623: 'e' in output this is for regretful twice-converting here:
18624: $a(double value) when they write double falue they convert it to
18625: string first, thus %g were losing precesion.
18626:
18627: todo: think up some way to remove double->string string->double
18628: twice-converting
18629:
18630: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18631: %.20E now default float format this is for regretful
18632: twice-converting here: $a(double value) when they write double
18633: falue they convert it to string first, thus %g were losing
18634: precesion.
18635:
18636: todo: think up some way to remove double->string string->double
18637: twice-converting
18638:
18639: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18640: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18641: reasons in comment inside
18642:
18643: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18644: statically linked]
18645:
18646: * src/: include/pa_exception.h, main/compile.tab.C,
18647: main/pa_exception.C: removed exception va_list constructor. 1.
18648: not needed anymore 2. there were a conflict[causing errors]
18649: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18650: never detected an ambiguilty here, compiling ctor(, "hello") into
18651: ctor(, va_list) which, of course, caused gpf
18652:
18653: * src/main/pa_globals.C: removed debug xslt messages
18654:
18655: 2002-01-22 paf
18656:
18657: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18658: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18659: helps compiling stylesheet properly. example: this refused to
18660: work, <b>«<xsl:value-of select="@title"
18661: />»</b> stranly worked only this way:
18662: <b>«<xsl:value-of select="@title" />»</b>
18663:
18664: docs says "set it to 1", never going into details, so I decided
18665: to try NOT to do that
18666:
18667: * src/classes/table.C: join behaived badly in case named tables
18668: structure mismatched: 0 strings sneaked into dest failing
18669: afterwards. replaced them with empty strings
18670:
18671: 2002-01-21 paf
18672:
18673: * src/main/pa_charset.C: checked empty transcoders in
18674: transcode_cstr|buf
18675:
18676: * src/classes/xdoc.C: xdoc::load error source = filespec
18677:
18678: * src/classes/xdoc.C: transform error source now
18679: stylesheet_filespec
18680:
1.116 moko 18681: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18682: include/pa_stylesheet_connection.h, main/pa_charset.C,
18683: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18684: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18685: gnome
1.95 moko 18686:
18687: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18688: include/pa_globals.h, include/pa_stylesheet_connection.h,
18689: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18690: xslt generic error 1
18691:
18692: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18693: xml generic message 1
18694:
18695: * src/classes/table.C: ^table::load empty lines or #comments before
18696: headline
18697:
18698: * src/: include/pa_array.h, include/pa_globals.h,
18699: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18700: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18701: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18702: errors 0
18703:
18704: 2002-01-16 paf
18705:
18706: * src/: classes/hash.C, classes/op.C, classes/string.C,
18707: classes/table.C, classes/void.C, classes/xdoc.C,
18708: include/pa_db_connection.h, include/pa_request.h,
18709: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18710: include/pa_stylesheet_connection.h,
18711: include/pa_stylesheet_manager.h, main/pa_request.C,
18712: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18713: targets/cgi/pool_storage.h: auto closers to sql_connection,
18714: stylesheet_connection auto destroyers to remaining gnome objects
18715:
18716: * src/classes/xdoc.C: few comments
18717:
18718: 2002-01-15 paf
18719:
18720: * src/classes/xdoc.C: xdoc file save string
18721:
18722: ready. todo: error handling
18723:
18724: * src/classes/xdoc.C: xdoc save rewritten using
18725: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18726: result
18727:
18728: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18729: started output options parsing
18730:
18731: 2002-01-14 paf
18732:
18733: * src/classes/xdoc.C: method
18734:
18735: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18736: include/pa_pool.h, include/pa_stylesheet_connection.h,
18737: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18738: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18739: xslt transform0. TODO: use output options handle errors
18740:
18741: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18742:
18743: 2002-01-11 paf
18744:
18745: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18746: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18747: partial logical && || evaluation
18748:
18749: * src/classes/xnode.C: xpath selectNodes
18750:
18751: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18752: string/number/bool
18753:
18754: * src/classes/xnode.C: xpath selectNode 2
18755:
18756: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18757: xpath selectNode 1
18758:
18759: 2002-01-10 paf
18760:
18761: * src/classes/xnode.C: xpath selectNode -100 [just written]
18762:
18763: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18764: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18765: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18766: refcounter]
18767:
18768: 2001-12-29 paf
18769:
18770: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18771: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18772: glib works 0
18773:
18774: 2001-12-28 paf
18775:
18776: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18777: main/pa_exception.C: started glib transcoders
18778:
18779: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18780:
18781: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18782: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18783: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18784: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18785: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18786: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18787: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18788: libs just compiled in. no refcounting no xpath no xslt yet
18789:
18790: 2001-12-27 paf
18791:
18792: * src/: include/pa_charset.h, include/pa_common.h,
18793: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18794: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18795: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18796: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18797: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18798: from xalan&xerces, started the process. globals [initialization
18799: pool [charset update charset [transcodings vxnode vxdoc [DOM
18800: calls
18801:
18802: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18803: anymore
18804:
18805: 2001-12-26 paf
18806:
18807: * src/: include/pa_charset.h, include/pa_charsets.h,
18808: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18809: key globalized [bug]
18810:
18811: 2001-12-25 paf
18812:
18813: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18814: main/pa_string.C: table set & append changed splitting languages,
18815: separators now can be clean AND as-is same to mail command line
18816: $MAIN:MAIL.progX arguments
18817:
18818: 2001-12-24 paf
18819:
18820: * src/classes/mail.C: one parted text messages - no multipart
18821: mime-type anymore. for convinient if $.attach-ments
18822:
18823: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18824: main/pa_string.C: read from cache size check updated
18825:
18826: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18827:
18828: 2001-12-21 paf
18829:
18830: * src/classes/date.C: date:sql-string now returns localtime
18831:
18832: * src/main/pa_request.C: $result in @main actually not working, to
18833: hell with it for now
18834:
18835: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18836: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18837: @postprocess @exception
18838:
18839: * src/main/execute.C: junction evaluation canceled - endless
18840: recursion detected
18841:
18842: 2001-12-19 paf
18843:
18844: * src/main/pa_charset.C: charset->charset transcoding via unicode
18845: intermediate
18846:
18847: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18848:
18849: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18850:
18851: * src/classes/op.C: ^cache keypath now relative
18852:
18853: * src/classes/mail.C: changed weighting prior to sort
18854:
18855: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18856: were missing
18857:
18858: 2001-12-17 paf
18859:
18860: * src/main/pa_charset.C: ifndef XML were bad type
18861:
18862: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18863: outdated unset services_pool
18864:
18865: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18866: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18867: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18868:
18869: * src/main/untaint.C: allowed space in filespec
18870:
18871: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18872:
18873: * src/classes/image.C: no govno
18874:
18875: * src/classes/image.C: govno
18876:
18877: 2001-12-16 paf
18878:
18879: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18880:
18881: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18882: charset_connection&manager replaced by charset&charsets
18883:
18884: * src/main/pa_charset.C: name_cstr 0
18885:
18886: * src/main/untaint.C: uri lang now knows about client/source
18887: charsets
18888:
18889: * src/: classes/file.C, classes/math.C, classes/op.C,
18890: classes/string.C, classes/table.C, classes/xdoc.C,
18891: include/pa_array.h, include/pa_cache_managers.h,
18892: include/pa_charset_connection.h, include/pa_charset_manager.h,
18893: include/pa_common.h, include/pa_db_connection.h,
18894: include/pa_db_manager.h, include/pa_db_table.h,
18895: include/pa_dictionary.h, include/pa_exception.h,
18896: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18897: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18898: include/pa_sapi.h, include/pa_socks.h,
18899: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18900: include/pa_string.h, include/pa_stylesheet_connection.h,
18901: include/pa_stylesheet_manager.h, include/pa_table.h,
18902: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18903: main/pa_charset.C, main/pa_charset_connection.C,
18904: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18905: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18906: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18907: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18908: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18909: types/types.dsp: introducing Charset
18910:
18911: 2001-12-14 paf
18912:
18913: * src/: include/pa_request.h, include/pa_transcoder.h,
18914: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18915: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18916: uri lang
18917:
18918: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18919:
18920: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18921:
18922: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18923: defalts_name global
18924:
18925: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18926: include/pa_request.h, main/main.dsp,
18927: main/pa_charset_connection.C, main/pa_charset_manager.C,
18928: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18929: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18930: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18931: changed charset model. now important: $request:charset
18932: $response:charset while $response:content-type.charset become
18933: unimportant [informational]
18934:
18935: 2001-12-13 paf
18936:
18937: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18938:
18939: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18940: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18941: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18942: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18943: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18944: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18945:
18946: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18947: auto_ptr part other way, because of stupid gcc 2.96
18948: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18949: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18950: FormatterListener] /usr/include/g++-3/memory:48:
18951: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18952: _Tp1 = FormatterListener, _Tp = FormatterListener]
18953:
18954: * src/classes/xdoc.C: removed extra inc
18955:
18956: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18957:
18958: * src/include/pa_types.h: msvc head debugging flag
18959:
18960: * src/classes/xdoc.C: freed up listener
18961:
18962: * src/classes/string.C: change msg '... code is not code'
18963:
18964: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18965: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18966: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18967: [past/future prob]
18968:
18969: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18970: include/pa_config_fixed.h, include/pa_db_manager.h,
18971: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18972: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18973:
18974: * src/: include/pa_config_fixed.h, main/pa_common.C,
18975: main/pa_string.C: removed signed mismatch warnings
18976:
18977: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18978: 'expires' from header outputs
18979:
18980: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18981: row ptr
18982:
18983: * src/classes/file.C: file::cgi bug, request_method were passed to
18984: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18985:
18986: * src/classes/xdoc.C: lang list updated
18987:
18988: 2001-12-10 paf
18989:
18990: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18991:
18992: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18993: erase files like that, knowing their full name introducing //
18994: theoretical problem with, for instance, "_2B" and "." fragments,
18995: // they would yield the same // because
18996: need_file_encode('_')=false // but we need to delete such files
18997: somehow, getting names from ^index
18998:
18999: * src/main/pa_string.C: ^string.replace bug fixed [bad
19000: string::join_chank break]
19001:
19002: 2001-12-07 paf
19003:
19004: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19005: include/pa_common.h, include/pa_config_auto.h.in,
19006: include/pa_config_fixed.h, include/pa_config_includes.h,
19007: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19008: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19009: types/pa_vhashfile.C: merged from r14_simple_cache
19010:
19011: * src/main/pa_string.C: stupid sparc architecture failed to access
19012: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19013: lduh [ %i2 + 1 ], %l0
19014:
19015: bus error, fixed that
19016:
19017: * src/main/pa_string.C: strange string deserialize bug on
19018: client[pmts], a bit shortened,
19019:
19020: * src/include/pa_config_auto.h.in: makes
19021:
19022: * src/: include/pa_common.h, include/pa_config_fixed.h,
19023: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19024: file write shared lock file read
19025:
19026: * src/: classes/op.C, include/pa_common.h,
19027: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19028:
19029: 2001-12-06 paf
19030:
19031: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19032: main/pa_request.C: #ifdef RESOURCES_DEBUG
19033:
19034: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19035: info
19036:
19037: * src/classes/hashfile.C: removed transaction from ^cache
19038:
19039: 2001-12-05 paf
19040:
19041: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19042: IIS5 there were a prob with illegal call check
19043:
19044: 2001-12-04 paf
19045:
19046: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19047: main/pa_request.C: measures to log
19048:
19049: 2001-11-23 paf
19050:
19051: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19052: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19053: types/pa_vhashfile.C: merged from _0014, 1
19054:
19055: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19056: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19057: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19058: ^cache(33) would change
19059:
19060: 0660 bits in file_write & hashfile create
19061:
19062: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19063: after pa_string optimization]
19064:
19065: 2001-11-22 paf
19066:
19067: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19068: table.offset[whence]
19069:
19070: * src/classes/op.C: process cstr(,connection)
19071:
19072: * src/classes/op.C: process now gets its body on current language,
19073: not as-is
19074:
19075: * src/main/untaint.C: ORIGINS mode removed UHTML
19076:
19077: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19078: bit
19079:
1.116 moko 19080: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19081:
19082: 2001-11-21 paf
19083:
19084: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19085: <xsl:output output options made identical to xsl:output
19086: attributes exclusion: cdata-section-elements what xalan can do
19087: but that not used now: it can escape and remove CDATA sections
19088:
19089: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19090: produced by xslt
19091:
19092: * src/targets/cgi/parser3.C: removed debug cgi||1
19093:
19094: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19095:
19096: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19097: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19098: default language for {code}, it happen to change it's language
19099: from CLEAN, so later refused to split by CLEAN \t
19100:
19101: 2001-11-20 paf
19102:
1.116 moko 19103: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19104: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19105: bottom of dependeces, so that errors would popup quicklier, fixed
19106: line numbering in table::sql
19107:
19108: 2001-11-19 paf
19109:
19110: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19111: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19112: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19113: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19114: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19115: at wcontext.write
19116:
1.116 moko 19117: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19118: _set_new_handler
19119:
1.116 moko 19120: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19121: set_new_handler in apache&isapi
1.95 moko 19122:
19123: 2001-11-16 paf
19124:
19125: * src/targets/cgi/parser3.C: pool debug @ die
19126:
19127: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19128: removed 8 bytes from String, 2 bytes from
19129: string::chunk::row::item
19130:
19131: * src/main/pa_string.C: removed 1+4 bytes from String
19132:
19133: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19134: types/pa_vstring.C: removed 1+4 bytes from String
19135:
19136: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19137: 0
19138:
19139: * src/: include/pa_globals.h, include/pa_string.h,
19140: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19141: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19142: targets/cgi/parser3.C: introducing estimating
19143: String::cstr_bufsize, 0
19144:
19145: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19146:
19147: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19148:
19149: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19150: include/pa_pool.h: die in pool::fail
19151:
19152: 2001-11-15 paf
19153:
19154: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19155: main/pa_exception.C, targets/cgi/parser3.C: exception with
19156: dynamic buffer re-back now with counter
19157:
19158: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19159: static buffer back
19160:
19161: * src/targets/cgi/parser3.C: std::
19162:
19163: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19164: include/pa_config_includes.h: setnewhandler check
19165:
1.116 moko 19166: * src/include/pa_config_auto.h.in: makes
1.95 moko 19167:
19168: * src/targets/cgi/parser3.C: set_new_handler started
19169:
19170: 2001-11-14 paf
19171:
19172: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19173: was wrong
19174:
19175: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19176: was wrong
19177:
19178: * src/main/pa_request.C: z
19179:
19180: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19181: full returns win32 -1 solaris >buffer_size
19182:
19183: checked all that
19184:
19185: * src/classes/op.C: ^untaint{body} as-is default now
19186:
19187: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19188: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19189: with no_bad_constructors_try
19190:
19191: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19192: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19193: this: $bred[^string::length[]] $bred[^response::clear[]]
19194: $bred[^int::int[]]
19195:
19196: now VObject creation moved into overriden
19197: VClass::create_new_value, thus 0 from create_new_value means that
19198: class has no ctors
19199:
19200: 2001-11-13 paf
19201:
19202: * src/classes/classes.C: returned accedently removed if in foreach
19203: callbacks [when hash no-0-restructure]
19204:
19205: 2001-11-12 paf
19206:
19207: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19208: passed as-is to method, xalan makes & into & itself
19209:
19210: * src/classes/date.C: date.roll parser2 alg used
19211:
19212: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19213: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19214: main/pa_dictionary.C, main/pa_hash.C,
19215: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19216: now does not containt 0 values. put 0 actullay removes. no check
19217: on 0 value in foreach now required
19218:
19219: 2001-11-11 paf
19220:
19221: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19222:
19223: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19224:
19225: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19226: driver initialize not const
19227:
19228: 2001-11-10 paf
19229:
19230: * src/main/pa_exec.C: doc
19231:
19232: 2001-11-09 paf
19233:
19234: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19235: param properly
19236:
19237: * src/classes/string.C: string.save now does untainting before
19238: saving
19239:
19240: * src/main/pa_common.C: line endings fixing fixed last piece[was
19241: still cstr oriented]
19242:
19243: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19244: line endings fixing got rid of cstr, now must work ok with post
19245: multipart
19246:
19247: * src/types/pa_vform.C: line endings fixed at post / multipart /
19248: not file also now
19249:
19250: 2001-11-08 paf
19251:
19252: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19253: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19254: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19255: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19256: main/pa_stylesheet_manager.C: restructured Cache manager to be
19257: simple parent, not second parent [gcc 2.96 strangly refused to
19258: call virtual from second parent]
19259:
1.116 moko 19260: * src/: include/pa_common.h, main/Makefile.am,
19261: targets/cgi/pa_pool.C: makes
1.95 moko 19262:
19263: * src/: include/pa_request.h, main/pa_request.C,
19264: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19265: 'status' class enabler
19266:
19267: <Location /parser-status.html> ParserStatusAllowed </Location>
19268:
19269: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19270: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19271: include/pa_stylesheet_manager.h, main/main.dsp,
19272: main/pa_cache_managers.C, main/pa_charset_manager.C,
19273: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19274: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19275: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19276: todo: apache 'status' class enabler
19277:
19278: 2001-11-05 paf
19279:
19280: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19281: debug to normal
19282:
19283: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19284: hence i removed skipping 0 values in hash::for_each-es we need to
19285: check cleaned cache items manually. few more checks.
19286:
19287: expiring to 0 time was wrong, changed to 'now' time
19288:
19289: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19290: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19291: on apache already done :)
19292:
19293: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19294: skipping 0 values in hash::for_each-es we need to check cleaned
19295: cache items manually
19296:
19297: * src/main/: pa_db_connection.C, pa_db_table.C:
19298: parser_multithreaded check was wrong
19299:
19300: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19301: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19302: classes/hashfile.C, classes/image.C, classes/int.C,
19303: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19304: classes/string.C, classes/table.C, classes/void.C,
19305: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19306: include/pa_array.h, include/pa_charset_connection.h,
19307: include/pa_charset_manager.h, include/pa_common.h,
19308: include/pa_config_fixed.h, include/pa_config_includes.h,
19309: include/pa_db_connection.h, include/pa_db_manager.h,
19310: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19311: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19312: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19313: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19314: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19315: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19316: include/pa_stack.h, include/pa_string.h,
19317: include/pa_stylesheet_connection.h,
19318: include/pa_stylesheet_manager.h, include/pa_table.h,
19319: include/pa_threads.h, include/pa_types.h, main/compile.C,
19320: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19321: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19322: main/pa_charset_manager.C, main/pa_common.C,
19323: main/pa_db_connection.C, main/pa_db_manager.C,
19324: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19325: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19326: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19327: main/pa_socks.C, main/pa_sql_driver_manager.C,
19328: main/pa_status_provider.C, main/pa_string.C,
19329: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19330: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19331: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19332: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19333: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19334: targets/isapi/pool_storage.h, types/pa_valiased.C,
19335: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19336: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19337: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19338: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19339: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19340: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19341: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19342: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19343: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19345: types/pa_vstateless_object.h, types/pa_vstatus.h,
19346: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19347: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19348: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19349: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19350: $status:db fixed used not initialized in db_connection & db_table
19351:
19352: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19353: $status:charset
19354:
19355: * src/: classes/xdoc.C, include/pa_db_connection.h,
19356: include/pa_stylesheet_connection.h,
19357: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19358: types/pa_vstatus.h: $status:stylesheet
19359:
19360: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19361: include/pa_request.h, include/pa_sql_connection.h,
19362: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19363: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19364: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19365: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19366: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19367: types/pa_vxnode.C, types/types.dsp: started status parser class
19368:
19369: 2001-11-01 paf
19370:
19371: * src/include/pa_config_auto.h.in: makes
19372:
19373: * src/main/pa_hash.C: removed old extra include
19374:
19375: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19376: checks [for hp, there are such in math.h]
19377:
19378: * src/classes/op.C: ^for endless loop check strightened
19379:
19380: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19381: behavior in native calls. it left unchanged, so ^for ^foreach &
19382: co can use r.root to write their i & key,value there
19383:
19384: * src/classes/op.C: detected for var storage bug, fixed.
19385: todo:foreach
19386:
19387: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19388: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19389: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19390: changing of hash inside of foreach
19391:
19392: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19393: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19394: were hash.foreach
19395:
19396: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19397: types/pa_vstring.C, types/pa_vstring.h:
19398: ^foreach[key|value]{body}[[separator]|{separator}]
19399:
19400: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19401: types/pa_vcookie.C: ^hash.delete[key]
19402:
19403: 2001-10-31 paf
19404:
19405: * src/main/: compile.C, pa_common.C: completely empty file now
19406: considered "read", not ignored [not perfect trick used]
19407:
19408: * src/main/pa_common.C: simplier common ifdefs
19409:
19410: * src/main/pa_common.C: typing bug in common - bad ifdeff
19411:
19412: * src/main/pa_db_connection.C: z
19413:
19414: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19415: lockdetector flags
19416: dbenv.lk_detect=DB_LOCK_RANDOM;
19417:
19418: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19419: from accidental show [imagine user forgot @exception]
19420:
19421: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19422:
19423: * src/: classes/file.C, classes/image.C, classes/mail.C,
19424: classes/string.C, classes/xnode.C, include/pa_common.h,
19425: main/pa_common.C: ^string.save[[append;]path]
19426:
19427: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19428: main/execute.C: \ in expression: int divide 10/3=3
19429:
19430: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19431: inside of ^cache
19432:
19433: * src/: include/pa_threads.h, main/pa_db_connection.C,
19434: main/pa_db_table.C, targets/cgi/pa_threads.C,
19435: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19436: needed
19437:
19438: 2001-10-30 paf
19439:
19440: * src/: classes/classes.dsp, main/main.dsp,
19441: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19442: types/types.dsp: enabled debug incremental compile
19443:
19444: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19445: form post data line endings not reformatted now.
19446:
19447: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19448: now required [had bug when file= has no value]
19449:
19450: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19451: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19452: cstr(asis) default param removed
19453:
19454: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19455:
19456: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19457:
19458: * src/include/pa_dir.h: LOAD_DIR fixed
19459:
19460: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19461: was broken} fix_line_breaks
19462:
19463: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19464: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19465: packed with #pragma pack
19466:
1.116 moko 19467: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19468:
19469: 2001-10-29 paf
19470:
19471: * src/types/pa_wcontext.h: bitfield syntax stricter
19472:
19473: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19474: string hash.puts
19475:
19476: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19477:
19478: * src/include/pa_sql_connection.h: there were one wrong
19479: SQL_CONNECTION_FUNC_GUARDED [failed]
19480:
19481: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19482: param.someday either ifdef or remove it
19483:
19484: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19485:
19486: * src/main/untaint.C: optimizing returned after debugging
19487:
19488: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19489: main/untaint.C: memory hunging #pragma pack(1)
19490:
19491: 16 419 844 13 169 394
19492:
19493: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19494: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19495: places [todo:Array]
19496:
19497: * src/: main/execute.C, targets/cgi/pa_pool.C,
19498: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19499: types/pa_wwrapper.h: debugging memory WContext flags to bits
19500:
19501: total 5 652 652/158731 total 5 469 332/158731
19502:
19503: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19504: Array:: without cache in get/put now
19505:
19506: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19507: 18:25:27 2001] total 5 652 652/158731
19508:
19509: * src/: include/pa_string.h, main/pa_string.C,
19510: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19511: now
19512:
19513: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19514: 18:11:53 2001] total 5796092/158731
19515:
19516: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19517: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19518: key ref now
19519:
19520: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19521: 17:11:17 2001] total 16867948/202658
19522:
19523: * src/: classes/file.C, classes/image.C, classes/string.C,
19524: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19525: main/execute.C, main/pa_array.C, main/pa_common.C,
19526: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19527: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19528: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19529: string::as_int/double now usually uses stack, not heap [200K out
19530: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19531:
19532: * src/main/pa_sql_driver_manager.C: ping to have services [old
19533: hiding bug]
19534:
19535: * src/Makefile.am: .am order
19536:
19537: * src/: include/pa_array.h, include/pa_charset_manager.h,
19538: include/pa_db_connection.h, include/pa_db_manager.h,
19539: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19540: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19541: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19542: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19543: required "friend class"
19544:
19545: ../include/pa_request.h:51: friend declaration requires
19546: class-key, i.e. `friend class Temp_lang'
19547:
19548: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19549: main/pa_exception.C, main/pa_sql_driver_manager.C,
19550: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19551:
19552: the idea is to #1 jump to C++ some function to main body, where
19553: every function stack frame has exception unwind information and
19554: from there... #2 propagate_exception()
19555:
19556: 2001-10-28 paf
19557:
19558: * src/main/pa_db_connection.C: removed old consts
19559:
19560: * src/main/pa_db_connection.C: expire table [was accidently pasted
19561: with wrong type/cast]
19562:
19563: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19564: translation
19565:
1.116 moko 19566: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19567: remember to build DB2 with -fexceptions!!!
19568:
19569: * src/main/pa_db_table.C: DB_RMW defed
19570:
19571: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19572: include/pa_db_connection.h, include/pa_db_manager.h,
19573: include/pa_db_table.h, main/pa_db_connection.C,
19574: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19575:
19576: 2001-10-27 paf
19577:
19578: * src/: classes/hashfile.C, include/pa_db_connection.h,
19579: include/pa_db_table.h, main/pa_db_connection.C,
19580: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19581: types/pa_vhashfile.C: DB2 ifdefs
19582:
1.116 moko 19583: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19584: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19585: makes with DB2
19586:
1.116 moko 19587: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19588: types/Makefile.am: makes db
1.95 moko 19589:
19590: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19591: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19592: globals.C
19593:
19594: * src/: classes/hashfile.C, include/pa_db_connection.h,
19595: include/pa_db_table.h, main/pa_db_connection.C,
19596: main/pa_db_table.C: ^hashfile.clear[]
19597:
19598: * src/classes/classes.awk: no $ in var names
19599:
19600: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19601: connection&table [forgotten calls]
19602:
19603: 2001-10-26 paf
19604:
19605: * src/main/pa_db_connection.C: db checkpoints
19606:
19607: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19608: checkpoints
19609:
19610: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19611: default. but entities still reparsed. todo: tothink
19612:
19613: * src/main/pa_db_connection.C: db recover mech 2
19614:
19615: * src/: classes/hashfile.C, include/pa_db_connection.h,
19616: include/pa_db_manager.h, include/pa_db_table.h,
19617: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19618: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19619: types/pa_vhashfile.h: db connections & tables now cached at
19620: create time & multithreaded
19621:
19622: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19623: parsed_source
19624:
19625: * src/main/pa_db_connection.C: about to remove connection from
19626: vhashfile
19627:
19628: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19629: transaction commit/rollback responsibility left to parent [as it
19630: sould - else there were a bug with double free]
19631:
19632: * src/include/pa_db_table.h: db: child transaction commit/rollback
19633: responsibility left to parent [as it sould - else there were a
19634: bug with double free]
19635:
19636: 2001-10-25 paf
19637:
19638: * src/: classes/hashfile.C, include/pa_common.h,
19639: include/pa_db_connection.h, include/pa_db_manager.h,
19640: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19641: types/pa_vhashfile.C, types/pa_vhashfile.h,
19642: include/pa_db_table.h, main/pa_db_table.C: started db_home
19643: [multiple, cached] todo: autorecover [tried, but not succeded,
19644: yet]
19645:
19646: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19647:
19648: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19649: transaction parent passed
19650:
19651: 2001-10-24 parser
19652:
1.116 moko 19653: * src/classes/Makefile.am: makes
1.95 moko 19654:
19655: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19656: isapi/pool_storage.h: pool_storage fixed
19657:
19658: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19659: types/pa_vform.h: form fix_line_breaks
19660:
1.116 moko 19661: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19662:
19663: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19664: targets/cgi/pool_storage.h: makes
19665:
19666: * src/sql/pa_sql_driver.h: version
19667:
19668: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19669: types/pa_vform.C, types/pa_vform.h: .am
19670:
19671: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19672: this: DB_RMW Acquire write locks instead of read locks when doing
19673: the retrieval. Setting this flag may decrease the likelihood of
19674: deadlock during a read-modify-write cycle by immediately
19675: acquiring the write lock during the read part of the cycle so
19676: that another thread of control acquiring a read lock for the same
19677: item, in its own read-modify-write cycle, will not result in
19678: deadlock
19679:
19680: * src/targets/isapi/parser3isapi.dsp: doc
19681:
19682: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19683:
19684: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19685:
19686: * src/: classes/hashfile.C, include/pa_db_connection.h,
19687: main/pa_db_connection.C: hashfile expired deleted from db when
19688: get & iterate
19689:
19690: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19691: expiring 1
19692:
19693: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19694:
19695: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19696: db_connection not bothers with key when not returning expired
19697: data
19698:
19699: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19700: types/pa_vhashfile.C: db_cursor constructor public now
19701:
19702: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19703: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19704: stamped, todo: put_element analize
19705:
19706: * src/: include/pa_db_connection.h, include/pa_string.h,
19707: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19708: serialize. todo stamp
19709:
19710: 2001-10-23 parser
19711:
19712: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19713: classes/image.C, classes/mail.C, classes/response.C,
19714: classes/string.C, classes/table.C, classes/xdoc.C,
19715: include/pa_config_fixed.h, include/pa_db_connection.h,
19716: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19717: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19718: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19719: types/pa_vtable.C: ^hashfile.hash[]
19720:
19721: * src/: classes/hashfile.C, classes/xdoc.C,
19722: include/pa_config_fixed.h, main/pa_db_manager.C,
19723: main/pa_globals.C: ifdefs so it compiled without db
19724:
19725: * src/: classes/hashfile.C, include/pa_db_connection.h,
19726: include/pa_db_manager.h, main/pa_db_connection.C,
19727: main/pa_db_manager.C, types/pa_vhashfile.h:
19728: ^hashfile.transaction{code} ^hashfile:clear[filename]
19729: ^hashfile.delete[key]
19730:
19731: 2001-10-22 parser
19732:
19733: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19734: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19735:
19736: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19737: classes/xnode.C, include/pa_charset_connection.h,
19738: include/pa_db_connection.h, include/pa_db_manager.h,
19739: include/pa_exception.h, include/pa_sapi.h,
19740: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19741: include/pa_stylesheet_connection.h,
19742: include/pa_stylesheet_manager.h,
19743: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19744: main/pa_db_connection.C, main/pa_db_manager.C,
19745: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19746: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19747: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19748: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19749: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19750: types/types.dsp: hashfile 0
19751:
19752: * src/types/pa_vhashfile.C: z
19753:
19754: * src/: classes/classes.dsp, classes/hashfile.C,
19755: include/pa_config_fixed.h, main/execute.C,
19756: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19757: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19758:
19759: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19760:
19761: * src/: include/pa_exception.h, include/pa_request.h,
19762: main/execute.C, main/pa_exception.C, main/pa_request.C,
19763: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19764: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19765:
19766: 2001-10-19 parser
19767:
19768: * src/include/pa_pool.h: header
19769:
19770: * src/main/pa_pool.C: auto compiled on gcc
19771:
19772: * src/classes/image.C: comment
19773:
1.116 moko 19774: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19775:
19776: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19777: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19778: types/pa_vxnode.h: xnode clone got freed
19779:
19780: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19781: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19782: can free up xalandomstring resulting from pool::transcode
19783:
19784: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19785: include/pa_config_fixed.h, include/pa_exception.h,
19786: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19787: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19788: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19789: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19790: from non-xml compile
19791:
19792: * src/main/pa_request.C: pool:: context - get_context
19793:
19794: * src/: classes/classes.h, classes/date.C, classes/double.C,
19795: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19796: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19797: classes/string.C, classes/table.C, classes/void.C,
19798: include/pa_config_fixed.h, include/pa_exception.h,
19799: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19800: main/compile.C, main/compile_tools.C, main/execute.C,
19801: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19802: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19803: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19804: main/pa_string.C, main/pa_table.C, main/untaint.C,
19805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19806: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19807: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19808: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19809: types/pa_vstateless_class.h, types/pa_vtable.C,
19810: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19811: exceptions 0
19812:
19813: * src/classes/classes.awk: $ removed
19814:
19815: 2001-10-18 parser
19816:
19817: * src/types/pa_vcookie.C: cookie:CLASS
19818:
19819: * src/main/main.dsp: project
19820:
19821: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19822: set_document & ctor question "who owns document" solved
19823:
19824: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19825:
19826: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19827: main/pa_pool.C: encoding in dom creating funcs
19828:
19829: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19830: be transformed now
19831:
19832: * src/classes/xdoc.C: dom created by create can be transformed now
19833:
19834: * src/classes/xdoc.C: z
19835:
19836: * src/classes/xdoc.C: comment
19837:
19838: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19839: create now uses XercesDocumentBridge, appendChild&co now works
19840:
19841: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19842: @ recompile
19843:
19844: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19845: $origin @exception[
19846:
19847: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19848: tag names forced to XML lang
19849:
19850: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19851: leechy-found bugs in code&doc fixed
19852:
19853: 2001-10-17 parser
19854:
19855: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19856: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19857: n functionality preserved
19858:
19859: * src/types/pa_vimage.h: removed unused vimage::save
19860:
19861: 2001-10-16 parser
19862:
19863: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19864:
19865: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19866:
19867: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19868:
19869: * src/classes/image.C: image.copy tolerance
19870:
19871: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19872: ineffective, but works for small paleted image
19873:
19874: * src/types/pa_vimage.C: comment
19875:
19876: * src/classes/image.C: gd size/resize bugfix
19877:
19878: * src/: classes/classes.dsp, main/main.dsp,
19879: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19880: types/types.dsp: ident >nul 2>&1
19881:
19882: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19883: systems
19884:
19885: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19886: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19887:
19888: 2001-10-15 parser
19889:
19890: * src/main/execute.C: z
19891:
19892: * src/classes/: xdoc.C: !::create{qualifiedName}
19893:
19894: * src/types/pa_vxnode.C: document_type_node.
19895: !readonly attribute DOMString name
19896: !notation_node.
19897: !readonly attribute DOMString publicId
19898: !readonly attribute DOMString systemId
19899:
1.116 moko 19900: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19901: ::write badly passed string too transparently [failed to
19902: intercept it]
1.95 moko 19903:
19904: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19905: include/pa_request.h, main/pa_sql_driver_manager.C,
19906: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19907: types/pa_vxnode.h: DOM1 major addtion, only few
19908: attributes/methods left
19909:
19910: 2001-10-13 parser
19911:
19912: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19913: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19914: in main handler
19915:
19916: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19917: cleanups & frees order
19918:
19919: * src/types/pa_vcode_frame.h: couple comments
19920:
19921: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19922: transparent enough to handle hash if creation&passing
19923:
19924: * src/: include/pa_config_fixed.h, main/execute.C,
19925: main/pa_exception.C: noticed that vcodeframe not transparent
19926: enough, would change now
19927:
19928: 2001-10-12 parser
19929:
19930: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19931: fixed. initialization&free on each thread!
19932:
19933: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19934: handling changed: now type of default param analized always, not
19935: only at problem time, thus helping early problem spotting
19936:
19937: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19938: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19939: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19940: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19941: multithread bug fixed. initialization&free on each thread!
19942:
19943: 2001-10-11 parser
19944:
19945: * src/classes/xnode.C: xnode.selectSingle now
19946:
19947: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19948: include/pa_pool.h, include/pa_stylesheet_connection.h,
19949: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19950: convertors out of Pool into Exception
19951:
19952: * src/main/pa_string.C: const
19953:
19954: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19955: linked pieces of same language together prior to String::replace
19956:
19957: * src/classes/hash.C: !^hash.add[addme]
19958: !^hash.sub[subme]
19959: !^a.union[b] = new
19960: !^a.intersection[b] = new
19961: !^a.intersects[b] = bool
19962:
19963: * src/classes/hash.C: !^hash::append[append_from]
19964:
19965: * src/: classes/hash.C, types/pa_vhash.h:
19966: !^hash::create[[copy_from]]
19967:
19968: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19969: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19970: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19971: fixed. got rid of empty_string, which caused errors - it hasnt
19972: exception but somebody[value.bark] tried to throw it on it's pool
19973:
1.116 moko 19974: * src/include/pa_config_auto.h.in: makes
1.95 moko 19975:
19976: 2001-10-10 parser
19977:
19978: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19979:
19980: * src/main/: compile.tab.C, compile.y: ^a[
19981:
19982: @next_method << now unclosed ] would be reported here
19983:
19984: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19985: compile error
19986:
19987: 2001-10-09 parser
19988:
1.116 moko 19989: * src/: classes/Makefile.am, main/Makefile.am,
19990: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19991:
19992: * src/classes/Makefile.am: makes
19993:
19994: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19995: win32 errors intercepted [xalan transformer patched and
19996: incorporated]
19997:
19998: * src/: classes/classes.dsp, classes/xdoc.C,
19999: include/pa_stylesheet_connection.h, main/main.dsp,
20000: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20001: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20002: patches starting
20003:
20004: * src/classes/: string.C, table.C: ^string.save[file]
20005:
20006: * src/classes/: date.C, table.C: calendar moved to date
20007:
20008: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20009: string/table] now
20010:
20011: * src/classes/: op.C, table.C: z
20012:
20013: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20014: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20015: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20016: be code [be string..]
20017:
20018: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20019: table.C: lots of
20020: params->as_int/double/as_string/as_junction/as_no_junction
20021: messages added
20022:
20023: 2001-10-08 parser
20024:
20025: * src/: classes/date.C, classes/image.C, classes/string.C,
20026: classes/table.C, classes/void.C, include/pa_request.h:
20027: params->as_int/double message added
20028:
20029: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20030:
20031: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20032: image:sector removed image:html internal "line-*" attribs
20033:
20034: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20035: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20036:
20037: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20038: way
20039:
20040: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20041: main/untaint.C: header untainting to UL_HTTP_HEADER,
20042: UL_MAIL_HEADER made nonforced [only tainted pieces]
20043:
20044: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20045: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20046: @ SAPI::log
20047:
20048: * src/main/untaint.C: \r to ' ' in origins mode
20049:
20050: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20051: set]
20052:
20053: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20054: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20055: nonstandard liaison freed up
20056:
20057: 2001-10-07 parser
20058:
20059: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20060: project
20061:
20062: 2001-10-05 parser
20063:
20064: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20065: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20066: from outputing to cerr. lots of "todos"
20067:
20068: * src/main/untaint.C: http_header tainting more gentle with
20069: enquoting now
20070:
20071: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20072: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20073: xml errorhandler. fixed string.replace a little, read @test
20074:
20075: * src/main/pa_string.C: found replace bug - first_that_starts(char
20076: *) does not have limit, and looks further eos, fixing....
20077:
20078: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20079:
20080: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20081:
20082: * src/main/: pa_charset_connection.C: ctype another mem clear
20083: bugfix
20084:
1.116 moko 20085: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20086: $result[^[$p^]z] now works fine
1.95 moko 20087:
20088: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20089: wrong. fixed it
20090:
20091: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20092: of totable appered to be vital
20093:
20094: 2001-10-04 parser
20095:
20096: * src/classes/image.C: ^image.length[text]
20097:
20098: 2001-10-03 parser
20099:
20100: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20101:
20102: * src/main/pa_request.C: restored pcre defaulting in request
20103: [mindlessly "optimized" yesterday] comment left
20104:
20105: 2001-10-02 parser
20106:
20107: * src/: main/pa_charset_manager.C,
20108: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20109: needed
20110:
20111: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20112: forgot non-xml pool.*charset needed
20113:
20114: * src/classes/table.C: # config comments fixed
20115:
20116: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20117: charset_connection #comment now
20118:
20119: * src/: classes/classes.dsp, types/types.dsp: release projects
20120: options fixed to use release msvcrt lib
20121:
20122: * src/main/pa_charset_connection.C: pcre tables now const inside
20123: removed default - pcre handles that internally fixed bug on
20124: not-cleaning tables [previously was calloced, now member]
20125:
20126: * src/: include/pa_request.h, main/pa_charset_connection.C,
20127: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20128: inside removed default - pcre handles that internally fixed bug
20129: on not-cleaning tables [previously was calloced, now member]
20130:
20131: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20132: tested charset reload on file change @ apache version = OK tested
20133: freeing up prev encoding on adding new = OK
20134:
20135: 2001-10-01 parser
20136:
20137: * src/main/pa_charset_connection.C: removed entitify external hack
20138: [internal installed]
20139:
1.116 moko 20140: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20141:
20142: * src/: include/pa_charset_connection.h,
20143: include/pa_charset_manager.h,
20144: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20145: main/pa_charset_connection.C, main/pa_charset_manager.C,
20146: main/pa_request.C: charset loading & caching mech 0
20147:
20148: * src/: include/pa_stylesheet_connection.h,
20149: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20150: main/pa_globals.C, main/pa_request.C: would make charset loading
20151: & caching mech now
20152:
20153: 2001-09-30 parser
20154:
20155: * src/main/pa_request.C: forgot to fill toTable
20156:
20157: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20158: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20159: failed on win32 for now..
20160:
20161: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20162: now charsets table configuration variable is: CHARSETS
20163:
20164: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20165: ctype with unicode 1. todo: no П entities on output somehow
20166:
20167: * src/: classes/file.C, classes/op.C, classes/string.C,
20168: include/pa_request.h, main/pa_request.C: started ctype with
20169: unicode values
20170:
20171: 2001-09-28 parser
20172:
20173: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20174: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20175: string passed AS-IS now
20176:
20177: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20178: way of user-configuring... todo: implement
20179:
20180: 2001-09-27 parser
20181:
20182: * src/classes/table.C: table.sort changed to sort table itself
20183:
20184: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20185: X^.getElementsByTagName[tagname] = array of xnode
20186: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20187: nodes removed - regretfully not supported @ xalan. maybe someday
20188: would reimplement, if needed.
20189:
20190: win32build system: solved long waiting anti-non-started-apache
20191: problem
20192:
20193: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20194: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20195: types/types.dsp: win32 ident make system so not to rebuild
20196: library [ident.C.new]
20197:
20198: 2001-09-26 parser
20199:
20200: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20201: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20202: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20203: types/pa_vxnode.C, types/types.dsp: z
20204:
20205: * src/classes/classes.C: forgot one non-xml check
20206:
1.116 moko 20207: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20208: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20209:
20210: * src/targets/cgi/parser3.C: z
20211:
20212: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20213: targets/isapi/parser3isapi.C: #ifdef SMTP
20214:
20215: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20216: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20217: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20218: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20219: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20220: types/types.dsp: xdoc&xnode now
20221:
20222: * src/: classes/classes.C, classes/classes.awk,
20223: classes/classes.dsp, classes/classes.h, classes/date.C,
20224: classes/dnode.C, classes/dnode.h, classes/dom.C,
20225: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20226: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20227: classes/op.C, classes/response.C, classes/string.C,
20228: classes/table.C, classes/void.C, include/pa_array.h,
20229: include/pa_common.h, include/pa_config_fixed.h,
20230: include/pa_config_includes.h, include/pa_dictionary.h,
20231: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20232: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20233: include/pa_socks.h, include/pa_sql_connection.h,
20234: include/pa_sql_driver_manager.h, include/pa_stack.h,
20235: include/pa_string.h, include/pa_stylesheet_connection.h,
20236: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20237: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20238: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20239: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20240: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20241: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20242: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20243: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20244: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20245: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20246: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20247: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20248: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20249: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20250: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20251: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20252: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20253: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20254: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20255: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20256: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20257: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20258: types/pa_vmethod_frame.h, types/pa_vobject.h,
20259: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20260: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20261: types/pa_vstateless_object.h, types/pa_vstring.C,
20262: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20263: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20264: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20265: main.dsp splitted to main+classes+types along to .am
20266:
20267: * src/classes/Makefile.am: removed useless var
20268:
20269: * src/: classes/classes.cmd, main/main.dsp,
20270: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20271: main.dsp
20272:
20273: 2001-09-25 parser
20274:
20275: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20276: 1251 though, todo ICU
20277:
1.116 moko 20278: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20279: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20280: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20281: types/pa_vdom.h: xml configure makes
1.95 moko 20282:
20283: 2001-09-24 parser
20284:
1.116 moko 20285: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20286: types/Makefile.am: makes
1.95 moko 20287:
1.116 moko 20288: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20289:
20290: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20291: started unix makes update
20292:
20293: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20294: started unix makes update
20295:
20296: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20297:
20298: * src/types/pa_value.h: z
20299:
20300: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20301: bugs with usinge hash/table in expressions
20302:
20303: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20304: resolved conflicts fixed [const]
20305:
20306: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20307: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20308: main/compile.C, main/compile.tab.C, main/compile.y,
20309: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20310: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20311: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20312: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20313: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20314: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20315: with before_xml [merge2 actually didn't happen - i've created
20316: tags on wrong branch. so this merge is in fact re-merge]
20317:
20318: 2001-09-21 parser
20319:
20320: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20321: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20322: produced "" in make file and sadly wrong interpreted on load]
20323:
1.116 moko 20324: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20325: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20326: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20327: include/pa_sql_driver_manager.h, include/pa_string.h,
20328: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20329: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20330: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20331:
20332: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20333: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20334: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20335: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20336: main/pa_pool.C, main/pa_request.C,
20337: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20338: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20339: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20340: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20341: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20342: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20343: types/pa_vrequest.C, types/pa_vresponse.h,
20344: types/pa_vstateless_class.C, types/pa_vstring.C,
20345: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20346: created new projects for sql drivers [planning to remove sql
20347: drivers from main cvs project] first, will join latest changes
20348:
20349: * src/classes/: dom.C: defaulted dom writing methods encoding to
20350: pool.get_charset
20351:
20352: * src/classes/dom.C: defaulted dom writing methods encoding to
20353: pool.get_charset
20354:
20355: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20356: pool.get_charset
20357:
20358: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20359: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20360: methods encoding to pool.get_charset
20361:
20362: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20363: transcoder were created right "unsupported encoding" message.
20364: not @ set time, but @ use time, so until xml output functions
20365: .string, .file, .save used - no encoding name check occur
20366:
20367: reduced transcode buffer size to 60 fixed pool cleanup - no
20368: registration needed, pools are officially destructured
20369:
20370: 2001-09-20 parser
20371:
20372: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20373:
20374: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20375: $MAIN:DEFAULTS.content-type[$.charset[here]]
20376:
20377: * src/: classes/dnode.C, classes/dom.C,
20378: include/pa_config_includes.h, include/pa_globals.h,
20379: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20380: main/pa_pool.C, targets/cgi/parser3.dsp,
20381: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20382: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20383: Pool::transcode 0
20384:
20385: * src/classes/dom.C: dom. string save file moved output xml options
20386: to last param and made it optional
20387:
20388: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20389: dnodes
20390: !$attributenode.specified = boolean
20391: true if the attribute received its value explicitly
20392: in the XML document,
20393: or if a value was assigned programatically with the
20394: setValue function.
20395: false if the attribute value came from the default value
20396: declared in the document's DTD.
20397: !$pinode.target = target of this processing instruction
20398: XML defines this as being the first token following the
20399: markup
20400: that begins the processing instruction.
20401: XPath:
20402: !^node.select[xpath/query/expression] = hash of 0->node0
20403: 1->node1
20404: !^node.select-single[xpath/query/expression] = first node if
20405: any
20406:
20407: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20408: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20409: some 'const's added
20410:
20411: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20412: expression context now, there value = size and boolean value
20413: size!=0
20414:
20415: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20416: can be used in expression context now, there value = size and
20417: boolean value size!=0
20418:
20419: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20420: types/pa_vstring.h: dnode .file .string .save moved back to dom
20421: due to strange xalan bug
20422:
20423: 2001-09-18 parser
20424:
20425: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20426: classes/image.C, classes/op.C, classes/table.C,
20427: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20428: include/pa_sql_driver_manager.h, main/compile.C,
20429: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20430: main/execute.C, main/pa_common.C, main/pa_request.C,
20431: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20432: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20433: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20434: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20435: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20436: before_xml branch ^if(def $hash) now true only when
20437: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20438:
20439: * src/: classes/op.C, main/execute.C: operators self changed to
20440: root ^for variable context changed to self
20441:
20442: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20443: dnode 1
20444:
20445: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20446: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20447:
20448: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20449: poly* fixed
20450:
20451: 2001-09-17 parser
20452:
20453: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20454: types/pa_vdom.h: started dnode+dom
20455:
20456: dnode DOM methods: $node.name $node.value
20457: ...others...
20458:
20459: ^node.xpath[/rates/USD] = hash
20460: $hash[
20461: $.0[node0]
20462: $.1[node1]
20463: ]
20464:
20465: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20466: applies to all linear primitives
20467:
20468: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20469: include/pa_stylesheet_connection.h, main/main.dsp,
20470: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20471: types/pa_vimage.h: started dnode DOM: $node.name
20472: $node.value ...others... ^node.xpath[/rates/USD] = hash
20473: dom(dnode)
20474:
20475: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20476: main/compile.y, main/compile_tools.h, main/execute.C,
20477: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20478: in expression compound($aa.zz.xx) names now can have minus '-' in
20479: name after '.'
20480:
20481: 2001-09-15 parser
20482:
20483: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20484: image: $line-width ^line(...)[**** style]
20485:
20486: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20487: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20488: pool_storage - cleanups first, allocations second. apache wisely
20489: does just like that
20490:
20491: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20492: rewritten using template, no bugs now
20493:
20494: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20495: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20496: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20497: poorly started isapi pool_storage, would rewrite using template
20498: now
20499:
20500: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20501: include/pa_stylesheet_connection.h, main/main.dsp,
20502: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20503: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20504: xalan objects freed up [introducing Pool::register_cleanup]
20505:
20506: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20507: comments
20508:
20509: 2001-09-14 parser
20510:
20511: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20512: z
20513:
20514: * src/: classes/dom.C, classes/file.C, classes/image.C,
20515: classes/mail.C, include/pa_common.h,
20516: include/pa_sql_driver_manager.h, include/pa_string.h,
20517: include/pa_stylesheet_connection.h,
20518: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20519: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20520: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20521: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20522: compiled&cached
20523:
20524: 2001-09-13 parser
20525:
20526: * src/: classes/dom.C, classes/file.C, classes/image.C,
20527: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20528:
20529: * src/classes/dom.C: dom:file content-type(.method)
20530:
20531: * src/: include/pa_common.h, include/pa_globals.h,
20532: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20533: string now more informative error messages
20534:
20535: * src/: include/pa_globals.h, include/pa_request.h,
20536: main/pa_request.C, targets/cgi/parser3.C,
20537: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20538: ParserSiteConfig .../parser3.conf
20539:
20540: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20541:
20542: 2001-09-12 parser
20543:
20544: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20545: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20546: precise error reporting: "connection string must start with
20547: protocol://" now
20548:
20549: * src/main/compile.tab.C: fixed - subname code parts actually []
20550: braced
20551:
20552: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20553: lexer on LS_USER level did [] matching without setting nestage,
20554: introduced special LS_NAME_SQUARE_PART state
20555:
20556: 2001-09-11 parser
20557:
20558: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20559: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20560: languages+=xml
20561:
20562: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20563:
20564: * src/classes/dom.C: ^dom:save/string/file[output options] output
20565: options: $.method[xml|html|text] detection fixed
20566:
20567: * src/types/pa_vdom.h: messages
20568:
20569: * src/classes/dom.C: ^dom:save/string/file[output options] output
20570: options: $.method[xml|html|text] detection fixed
20571:
20572: 2001-09-10 parser
20573:
20574: * src/classes/dom.C: ^dom:save/string/file[output options] output
20575: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20576:
20577: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20578: added]
20579:
20580: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20581: ^dom.xslt[stylesheet filename] 0
20582:
20583: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20584: ^dom.xslt[stylesheet filename] -1 doc is lying
20585:
20586: * src/classes/dom.C: ^dom.file[encoding] = file
20587:
20588: * src/classes/: dom.C: ^dom.string[encoding] 1
20589: ^dom.save[encoding;filename]
20590:
20591: * src/classes/dom.C: ^dom.string[] 0
20592:
20593: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20594:
20595: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20596: types/pa_vform.h: ^dom.save[b.xml] 0
20597:
20598: 2001-09-08 parser
20599:
20600: * src/types/pa_vform.C: $form:tables.name.field
20601:
20602: 2001-09-07 parser
20603:
20604: * src/classes/table.C: table:empty removed, superceded by ^if(def
20605: $table)...
20606:
20607: * src/targets/cgi/parser3.C: z
20608:
20609: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20610: from '' to int/double is 0]
20611:
20612: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20613: $table) is false when table is empty
20614:
20615: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20616: !$form:tables $atable[$form:tables.a]
20617: ^atable.menu{a=$atable.element}[,]
20618:
20619: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20620: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20621:
1.116 moko 20622: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20623: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20624: of dom
20625:
20626: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20627: types/pa_vform.C, types/pa_vform.h: z
20628:
20629: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20630: element [not last]
20631:
1.116 moko 20632: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20633: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20634:
20635: 2001-09-06 parser
20636:
20637: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20638: table with one column 'element' and two rows: 1 and 2
20639:
20640: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20641: table with one column 'element' and two rows: 1 and 2
20642:
20643: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20644: bad int/double conversions, and now $form:nonexistent.int(88)
20645: would return 88
20646:
20647: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20648: types/pa_vhash.h: now there's special hash key '_default'
20649: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20650: $._default[xx] ] $hash.c
20651:
20652: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20653: fixed [thanks, fif], ^; were treated there non-literally
20654:
20655: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20656: doxygen
20657:
20658: * src/: classes/image.C, classes/op.C, classes/string.C,
20659: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20660: types/pa_vtable.C: few #ifndef DOXYGEN
20661:
20662: 2001-09-05 parser
20663:
20664: * src/classes/: string.C, table.C: sql options can be void [same as
20665: image:html the other day]
20666:
20667: * src/targets/cgi/Makefile.am: .am undo
20668:
20669: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20670: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20671: macro expantion on param, simply qoutes whatever passed, undone
20672:
20673: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20674: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20675: STRINGIZE(name) #name invented
20676:
20677: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20678: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20679: MAIN_SQL_DRIVERS_NAME "drivers"
20680:
20681: moved to be availible to all users
20682:
20683: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20684: SQL_DRIVER_CREATE_FUNC_NAME
20685:
20686: * src/classes/mail.C: MAIN:MAIL check fixed
20687:
20688: 2001-09-04 parser
20689:
20690: * src/classes/image.C: image.html now can accept void params
20691:
20692: * src/targets/isapi/parser3isapi.C: z
20693:
20694: * src/targets/cgi/parser3.C: full_file_spec bug
20695:
20696: * src/targets/cgi/parser3.C: getenvcheck
20697:
20698: * src/targets/cgi/parser3.C: zz
20699:
20700: * src/targets/cgi/parser3.C: zzz
20701:
20702: * src/classes/date.C: date
20703:
20704: * src/classes/date.C: date:sql-string is now without ''
20705:
1.116 moko 20706: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20707: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20708: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20709:
1.116 moko 20710: * src/include/pa_config_auto.h.in: makes
1.95 moko 20711:
20712: 2001-09-03 parser
20713:
20714: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20715:
20716: 2001-09-01 parser
20717:
20718: * src/classes/image.C: letter_spacing
20719:
20720: * src/classes/image.C: image: font params changed
20721:
20722: * src/classes/image.C: image: as_int as_string used
20723:
20724: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20725: analized
20726:
20727: 2001-08-31 parser
20728:
20729: * src/targets/cgi/parser3.C: z
20730:
1.116 moko 20731: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20732: cygwin
1.95 moko 20733:
20734: * src/classes/void.C: void:int/double += (default)
20735:
20736: * src/classes/image.C: image:font added space param image:font
20737: changed charwidth alg, added kerning const[for now]
20738:
20739: * src/classes/: string.C, table.C: string:int/double (defaults)
20740:
20741: 2001-08-29 parser
20742:
20743: * src/main/pa_exception.C: exception redundant debug info
20744:
20745: 2001-08-28 parser
20746:
20747: * src/classes/image.C: image error msgs
20748:
20749: * src/classes/image.C: image: gifsize little endian
20750:
20751: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20752: doxygeneration
20753:
20754: * src/: classes/Makefile.am, main/Makefile.am,
20755: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20756:
20757: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20758: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20759:
20760: * src/main/compile.C: NO_STRING_ORIGIN check2
20761:
20762: * src/classes/table.C: NO_STRING_ORIGIN check
20763:
20764: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20765: storage class specifiers invalid in friend function declarations
20766:
20767: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20768: main/untaint.C, targets/cgi/parser3.C,
20769: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20770: case of limit
20771:
20772: * src/: classes/file.C, main/pa_common.C: file:move
20773: autocreate/remove dest/src dir
20774:
20775: * src/: classes/string.C, include/pa_dictionary.h,
20776: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20777: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20778: to directory constructor. string:replace
20779:
20780: 2001-08-27 parser
20781:
20782: * src/classes/image.C: fixed jpgsize alg
20783:
20784: * src/classes/image.C: fixed jpgsize alg
20785:
20786: * src/main/pa_exception.C: z
20787:
20788: * src/main/pa_common.C: removed debug info from pa_common
20789:
20790: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20791: [auto.p from current dir loading]
20792:
1.116 moko 20793: * src/: main/pa_common.C, main/pa_exception.C,
20794: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20795: for solaris -lsocket
1.95 moko 20796:
20797: 2001-08-24 parser
20798:
20799: * src/targets/cgi/parser3.C: not cgi extra \n 3
20800:
20801: * src/targets/cgi/parser3.C: not cgi extra \n 2
20802:
20803: * src/targets/cgi/parser3.C: not cgi extra \n
20804:
20805: * src/main/pa_sql_driver_manager.C: z
20806:
20807: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20808: sql* removed services from disconnect - cross-request ideological
20809: probs.
20810:
20811: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20812: cross-request ideological probs. oracle - fixed bug: cs
20813: allocated on request.pool and got freed before disconnect
20814:
20815: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20816: mallocs fixed
20817:
20818: 2001-08-23 parser
20819:
20820: * src/classes/file.C: minor bug in file:save fixed
20821:
20822: * src/main/pa_sql_driver_manager.C: oracle: dlink
20823:
20824: 2001-08-22 parser
20825:
20826: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20827: types/pa_vfile.h: file:load|save[text|binary;
20828:
20829: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20830:
20831: 2001-08-21 parser
20832:
20833: * src/classes/: file.C, table.C: ^file:list
20834:
20835: 2001-08-20 parser
20836:
20837: * src/: main/compile.tab.C, main/compile.y,
20838: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20839: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20840: recousively caused problems: inc incremeted 123 literal!! fixed
20841:
20842: 2001-08-10 parser
20843:
20844: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20845:
20846: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20847: added
20848:
20849: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20850: added
20851:
20852: * src/classes/table.C: table:sort restored [it was bad test :(]
20853:
20854: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20855: ''
20856:
20857: * src/main/: pa_request.C: wanted to make const int
20858: MAX_EXECUTE_SECONDS=1;
20859:
20860: but couldnt, set_callback_and_alarm appeared to be not exported
20861: :(
20862:
20863: * src/main/pa_string.C: string.match hanged on. there were a hang
20864: check but it weren't wise enough
20865:
20866: @parse[dateString][tmp]
20867: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20868: #end
20869:
20870: @main[] ^parse[2001-02-03]
20871:
20872: * src/classes/: table.C: table:sort now default desc
20873:
20874: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20875: table.sort now creates new sorted table
20876:
20877: 2001-08-09 parser
20878:
20879: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20880:
20881: * src/classes/hash.C: hash:_default now [was hash:default]
20882:
20883: * src/classes/op.C: case without switch check added
20884:
20885: * src/types/pa_vcookie.C: cookie name&value origins added, more
20886: precise $ORIGINS(1)
20887:
20888: * src/main/Makefile.am: .am
20889:
20890: * src/classes/void.C: void: int double copy/paste from int: bug
20891: fixed
20892:
20893: * src/classes/void.C: void: int double copy/paste from int: bug
20894: fixed
20895:
20896: 2001-08-07 parser
20897:
20898: * src/: classes/double.C, classes/int.C, classes/string.C,
20899: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20900: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20901: string, table
20902:
20903: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20904: srand made working
20905:
20906: 2001-08-06 parser
20907:
20908: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20909: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20910: main/compile.tab.C, main/compile.y, main/pa_array.C,
20911: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20912: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20913:
20914: * src/main/pa_exec.C: exec win32 real filename
20915:
20916: * src/classes/file.C: exec stderr out
20917:
20918: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20919:
20920: 2001-08-03 parser
20921:
20922: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20923:
20924: 2001-08-02 parser
20925:
20926: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20927: main/execute.C, main/pa_exec.C: introducing Array_iter
20928:
20929: * src/main/execute.C: detected quick_get recursion bug. changed to
20930: get@execute, but needs array iterator, separate from array to
20931: avoid it & use caching
20932:
20933: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20934: bug fixed
20935:
20936: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20937: main/execute.C, main/pa_globals.C: found another multithread bug
20938: in op.C (last, last global var killed) :)
20939:
20940: 2001-08-01 parser
20941:
20942: * src/: include/pa_dictionary.h, include/pa_globals.h,
20943: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20944: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20945: main/untaint.C: speeded up typo-html replacements. introducing
20946: Dictionary with first-char caching
20947:
20948: 2001-07-31 parser
20949:
20950: * src/types/Makefile.am: pa_vtable.C added to .am
20951:
20952: * src/main/compile.tab.C: added, so that could be compiled even on
20953: non-bison-enabled platforms
20954:
20955: 2001-07-28 parser
20956:
20957: * src/classes/table.C: table:hash always produces hash, when can't
20958: - empty
20959:
20960: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20961: skipped \n
20962:
20963: 2001-07-27 parser
20964:
20965: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20966: on int/double/string :sql without result and default
20967:
20968: 2001-07-26 parser
20969:
20970: * src/classes/op.C: fixed bad multithread bug with strangly global
20971: OP
20972:
20973: * src/main/compile.y: $man[$.age[zzz]] 0
20974:
20975: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20976: creation syntax problem persists. restored $: for a while.
20977: thinking of $man[$.age[zzz]] syntax now
20978:
20979: * src/: classes/double.C, classes/int.C, classes/string.C,
20980: include/pa_opcode.h, main/compile.C, main/compile.y,
20981: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20982: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20983: types/pa_wwrapper.h: fixing :: realization #1
20984:
20985: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20986: main/compile_tools.h, main/execute.C, main/pa_request.C,
20987: types/pa_vmethod_frame.h: introducing :: this is constructor call
20988: prefix. ordinary : remains for static accesses
20989:
20990: 2001-07-25 parser
20991:
20992: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20993: fields 2. methods 3. columns
20994:
20995: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20996: quote. optimized double&int tostring-s
20997:
20998: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20999: whitespace before first method decl
21000:
21001: * src/classes/table.C: allowed nontable result in table:sql,
21002: results in empty table
21003:
21004: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21005: lines before first method decl
21006:
21007: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21008: types/pa_vtable.h: ^table.record[] now $table.fields
21009:
21010: * src/main/compile.y: $var[] is now empty string, not void
21011:
21012: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21013: void
21014:
21015: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21016: main/pa_globals.C: match replace code context moved to implicit
21017: $match context
21018:
21019: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21020: main/compile_tools.h, main/execute.C: with killed, code storage
21021: introduced with former 'with' syntax
21022:
21023: 2001-07-24 parser
21024:
21025: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21026: types/pa_value.h: first get_element, next get operator
21027:
21028: * src/main/compile.y: removed @end handling
21029:
21030: * src/main/: compile.C, compile.y: @end handling method2
21031:
21032: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21033: file:move
21034:
21035: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21036: fixed
21037:
21038: 2001-07-23 parser
21039:
21040: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21041: driver
21042:
21043: * src/classes/hash.C: changed sql driver query interface
21044:
21045: * src/: classes/hash.C, classes/string.C, classes/table.C,
21046: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21047: changed sql driver query interface
21048:
21049: 2001-07-20 parser
21050:
21051: * src/types/pa_vrequest.C: X!$browser:type
21052:
21053: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21054: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21055: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21056: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21057: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21058: types/pa_vobject.h, types/pa_vrequest.C,
21059: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21060: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21061: BASE element globally removed
21062:
21063: 2001-07-18 parser
21064:
21065: * src/classes/file.C: file:exec/cgi msg
21066:
21067: * src/classes/file.C: $file:exit-code renamed to 'status'
21068:
21069: * src/: classes/file.C, main/pa_exec.C: file:exec
21070:
1.116 moko 21071: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21072: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21073: removed $id from *.in *.am
1.95 moko 21074:
21075: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21076: abbrevations
21077:
21078: * src/: classes/date.C, classes/mail.C, classes/math.C,
21079: classes/string.C, classes/table.C, include/pa_globals.h,
21080: include/pa_string.h, main/execute.C, main/pa_globals.C,
21081: main/pa_request.C, main/pa_string.C, main/untaint.C,
21082: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21083: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21084: $ORIGINS(1) output tracing mode
21085:
21086: 2001-07-13 parser
21087:
21088: * src/: classes/double.C, classes/int.C, classes/string.C,
21089: include/pa_request.h, main/execute.C, main/pa_request.C:
21090: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21091: second would not call first @auto
21092:
21093: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21094: wrong, fixed
21095:
21096: 2001-07-12 parser
21097:
21098: * src/types/pa_value.h: pa_value.putelement modification of system
21099: classes prevented
21100:
21101: 2001-07-11 parser
21102:
21103: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21104: table $piece
21105:
21106: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21107: types/pa_vstateless_class.h: $file created by file:state +=
21108: .atime .mtime .ctime +found&fixed bug with exceptions on
21109: get_junction-created objects [they were on wrong pool]
21110:
21111: 2001-07-09 parser
21112:
21113: * src/main/untaint.C: qp wrong name
21114:
21115: * src/: classes/date.C, classes/string.C, classes/table.C,
21116: main/compile.y: date format 0
21117:
21118: 2001-07-07 parser
21119:
21120: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21121: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21122: roll table calendar
21123:
21124: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21125: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21126: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21127: include/pa_request.h, main/main.dsp, types/pa_value.h,
21128: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21129: string. todo: sql, calendar
21130:
21131: 2001-07-06 parser
21132:
21133: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21134: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21135:
21136: 2001-07-03 parser
21137:
21138: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21139: classes/random.C, main/main.dsp: class random renamed to math,
21140: operators became methods
21141:
21142: * src/classes/op.C: pow sqrt
21143:
21144: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21145:
21146: 2001-07-02 parser
21147:
21148: * src/classes/table.C: ^table.columns column renamed from 'name' to
21149: 'column'
21150:
21151: * src/classes/hash.C: ^hash.keys[]
21152:
21153: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21154:
21155: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21156: 'strings'
21157:
21158: 2001-06-29 parser
21159:
21160: * src/main/: execute.C: /0 %0 checkes ver 2
21161:
21162: * src/main/execute.C: /0 %0 checke
21163:
21164: * src/classes/Makefile.am: nothing - void
21165:
21166: * src/classes/table.C: empty strings @ sql
21167:
21168: 2001-06-28 parser
21169:
21170: * src/: classes/double.C, classes/file.C, classes/form.C,
21171: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21172: classes/op.C, classes/random.C, classes/response.C,
21173: classes/string.C, classes/table.C, classes/void.C,
21174: main/compile.C, main/compile_tools.C, main/execute.C,
21175: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21176: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21177: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21178: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21179: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21180: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21181: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21182: $";
21183:
21184: * src/: classes/double.C, classes/file.C, classes/form.C,
21185: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21186: classes/op.C, classes/random.C, classes/response.C,
21187: classes/string.C, classes/table.C, classes/void.C,
21188: main/compile.C, main/compile.y, main/compile_tools.C,
21189: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21190: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21191: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21192: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21193: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21194: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21195:
21196: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21197: $class:name: == ${class:name}:
21198:
21199: * src/classes/string.C: exactly one
21200:
21201: 2001-06-27 parser
21202:
21203: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21204: types/pa_vvoid.h: nothing renamed to void
21205:
21206: * src/classes/op.C: ^switch ^case
21207:
21208: * src/main/compile.y: nothing renamed to void
21209:
21210: * src/: classes/hash.C, classes/table.C, main/compile.y,
21211: main/execute.C, main/main.dsp, main/pa_request.C,
21212: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21213: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21214: void
21215:
21216: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21217:
21218: 2001-05-28 parser
21219:
21220: * src/doc/html2chm.cmd: removed >a
21221:
21222: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21223: project options [some bugs]
21224:
21225: * src/doc/sources2html.cmd: z
21226:
21227: * src/: classes/classes.C, main/compile.C, main/compile.y,
21228: main/execute.C: operators are not in root class again
21229:
21230: 2001-05-24 parser
21231:
21232: * src/targets/cgi/parser3.dsp: project file
21233:
21234: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21235: ^log ^exp
21236:
21237: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21238: conversions in @exception[params]
21239:
21240: * src/main/pa_request.C: // no _ conversions in @exception[params]
21241:
21242: 2001-05-23 parser
21243:
21244: * src/main/pa_string.C: string cmp bug
21245:
21246: * src/classes/: mail.C, op.C: rem max 1000
21247:
21248: * src/: classes/op.C, main/compile.y: allow one empty line before
21249: LS_DEF_NAME
21250:
21251: 2001-05-22 parser
21252:
21253: * src/classes/op.C: if params code-required
21254:
21255: 2001-05-21 parser
21256:
21257: * src/types/pa_vstring.C: eoleof
21258:
21259: * src/classes/Makefile.am: .AM
21260:
21261: * src/classes/nothing.C: resultless ^sql moved to nothing:
21262:
21263: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21264:
21265: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21266: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21267: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21268: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21269: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21270: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21271: 'nothing'
21272:
21273: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21274: vstring::set_string
21275:
21276: * src/classes/: double.C, int.C, string.C: int,double;sql
21277:
21278: * src/: classes/hash.C, classes/int.C, classes/string.C,
21279: classes/table.C, include/pa_string.h, main/pa_string.C,
21280: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21281:
21282: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21283: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21284: hash:sql moved to main trunc. operators.txt updated
21285:
21286: * src/classes/: hash.C, op.C, table.C: hash:sql
21287:
21288: * src/classes/op.C: z
21289:
21290: * src/: main/compile.C, classes/classes.C: 1
21291:
21292: * src/: classes/classes.C, main/compile.C, main/compile.y,
21293: main/execute.C: 0
21294:
21295: * src/main/execute.C: z
21296:
21297: * src/targets/cgi/parser3.C: z
21298:
21299: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21300: site_auto_path "." in that case
21301:
21302: * src/targets/cgi/: parser3.C: z
21303:
21304: * src/main/pa_request.C: .am
21305:
21306: * src/: main/pa_request.C, targets/cgi/parser3.C:
21307: pcre_tables=pcre_default_tables;
21308:
21309: 2001-05-19 parser
21310:
21311: * src/main/pa_string.C: z
21312:
21313: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21314: introducing String::cstr_bufsize, returns just size+1 for as_is
21315: target.
21316:
21317: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21318: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21319: used, 4* mem wasted
21320:
21321: * src/classes/string.C: root context in match replace body now
21322: unchanged
21323:
21324: * src/types/pa_value.h: parameter # 1 based
21325:
21326: * src/main/pa_common.C: common: actual filename '%s'
21327:
21328: * src/classes/string.C: z
21329:
21330: * src/classes/Makefile.am: classes/.am
21331:
21332: * src/classes/: Makefile.am: classes/.am
21333:
21334: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21335: targets/cgi/pa_pool.C: classes/.am
21336:
21337: 2001-05-18 parser
21338:
1.116 moko 21339: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21340: pa_threads.C ins
1.95 moko 21341:
21342: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21343:
21344: 2001-05-17 parser
21345:
21346: * src/: classes/string.C, include/pa_config_fixed.h,
21347: include/pa_config_includes.h, main/compile.y,
21348: main/compile_tools.h, main/execute.C, main/pa_array.C,
21349: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21350: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21351: types/pa_vform.C: #include "pa_config_includes.h" removed from
21352: most .C
21353:
21354: * src/doc/html2chm.cmd: z
21355:
21356: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21357: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21358:
21359: * src/main/pa_sql_driver_manager.C: moved expiration to
21360: get_connection_from_cache
21361:
21362: * src/main/pa_sql_driver_manager.C: cache expiration bf
21363:
21364: * src/: classes/classes.h, include/pa_sql_connection.h,
21365: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21366: cache expiration[use SQL_Driver::disconnect]
21367:
21368: * src/main/pa_table.C: table.locate current restored on "not found"
21369:
21370: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21371: line no
21372:
21373: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21374: ANTI_ENDLESS_EXECUTE_RECOURSION
21375:
21376: * src/: classes/op.C, include/pa_sql_connection.h,
21377: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21378: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21379: 1driver and set_services fight for driver::fservices. before fix
21380:
21381: * src/: classes/op.C, include/pa_config_fixed.h,
21382: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21383: main/pa_sql_driver_manager.C: found problem at last: 2connections
21384: own 1driver and set_services fight for driver::fservices. before
21385: fix
21386:
21387: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21388: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21389: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21390: pa_threads.C
21391:
21392: * src/include/pa_threads.h: removed targets/parser
21393:
21394: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21395: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21396: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21397: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21398: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21399: headers
21400:
21401: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21402: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21403: order prevented sqlmanager to see MULTYTHREAD define
21404:
21405: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21406: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21407: put/gets
21408:
21409: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21410: from hash.h
21411:
21412: * src/: classes/op.C, include/pa_sql_connection.h,
21413: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21414: from cache ->set_services(&services);
21415:
21416: 2001-05-16 parser
21417:
21418: * src/targets/cgi/parser3.C: z
21419:
21420: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21421: debug, #ifdefed some. would debug later, on more precise sample
21422: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21423: $name.$tail[$tail!] $name.$tail } ok3
21424:
21425: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21426: removed array debug. before vstring rebasing
21427:
21428: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21429: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21430: array debugged; adjusted
21431:
21432: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21433: SQL_Driver_manager line no for connect/charset errors
21434:
21435: 2001-05-15 parser
21436:
21437: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21438: main/pa_string.C: string+array made linear grows
21439:
21440: * src/: include/pa_string.h, main/pa_string.C,
21441: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21442: grow lineary, not exponentialy
21443:
21444: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21445: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21446: with fullchunk cmps
21447:
21448: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21449: 70041= 81
21450:
21451: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21452: targets/cgi/parser3.C: detected huge mem allocation: size/times
21453: malloc 27809390/368771, calloc 3232/83. would test now
21454:
21455: * src/: classes/random.C, main/compile.y, main/execute.C,
21456: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21457: numbered params had wrong name - for instance: bad error message
21458: in ^for[] bad body type. fixed
21459:
21460: 2001-05-14 parser
21461:
21462: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21463: main/untaint.C: ^string.upper|lower[]
21464:
21465: 2001-05-11 parser
21466:
21467: * src/: classes/double.C, classes/image.C, classes/op.C,
21468: classes/string.C, classes/table.C, classes/unknown.C,
21469: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21470: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21471: types/pa_vunknown.h: op: MAX_LOOPS as_int
21472:
21473: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21474: .dsp for win32tools
21475:
21476: 2001-05-11 paf
21477:
21478: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21479: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21480: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21481: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21482:
21483: 2001-05-10 paf
21484:
21485: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21486: for C++, that's all
21487:
1.116 moko 21488: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21489: pa_config_includes.h: inline wonders
1.95 moko 21490:
21491: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21492: doc/doxygen.cmd: hash.C added
21493:
21494: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21495:
21496: * src/main/compile.y: @end grammar: allowed zero strings in control
21497: menthod
21498:
21499: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21500: pa_vstateless_object.h: changed priority: field before method
21501: lookup in vclass & vobject
21502:
21503: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21504: grammar: priorities changes [lowerd && prior] vobject: now first
21505: fields, next methods
21506:
21507: 2001-05-08 paf
21508:
21509: * src/main/pa_table.C: table columnname2item on nameless ignored
21510: bark=false. fixed
21511:
21512: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21513: types/pa_vmethod_frame.h: hash:default works at last!
21514:
21515: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21516: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21517: hash:default
21518:
21519: * src/classes/table.C: z
21520:
21521: * src/classes/table.C: table:hash always hash of hash now
21522:
21523: * src/classes/table.C: table:empty return bool now
21524:
21525: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21526: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21527: types/pa_vtable.h: table:hash
21528:
21529: * src/classes/table.C: table:record have name
21530:
21531: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21532: returns vunknown
21533:
21534: * src/classes/: double.C, int.C, op.C, string.C:
21535: int,double,string:int[] double[] string:length[] results now have
21536: hames
21537:
21538: * src/: classes/op.C, classes/table.C, main/main.dsp,
21539: types/pa_vtable.h: removed table:find. table:locate and op:eval
21540: now return bool
21541:
21542: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21543: in method checkparams again. fixed
21544:
21545: 2001-05-07 paf
21546:
21547: * src/doc/chm.cmd: cmd
21548:
21549: * src/: classes/image.C, classes/mail.C, classes/string.C,
21550: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21551: types/pa_value.h: method reported errors on wrong pool
21552:
21553: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21554: now
21555:
21556: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21557: include/code.h, include/pa_opcode.h, main/compile.C,
21558: main/compile_tools.h, main/execute.C, types/pa_value.h,
21559: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21560: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21561: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21562: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21563: types/pa_vmethod_frame.h, types/pa_vobject.h,
21564: types/pa_vrequest.h, types/pa_vresponse.h,
21565: types/pa_vstateless_class.h, types/pa_vstring.h,
21566: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21567: types/pa_wwrapper.h: pa_code.h
21568:
21569: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21570:
21571: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21572: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21573: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21574: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21575: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21576: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21577: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21578: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21579: types/pa_vtable.h: dox, split by not clean parts also
21580:
21581: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21582: types/pa_vtable.h: table: fields, then methods. so to enable
21583: 'dir' fields & co. more
21584:
21585: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21586: so to enable 'dir' fields & co.
21587:
21588: * src/main/compile.y: grammar: @end
21589:
21590: 2001-05-04 paf
21591:
21592: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21593: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21594:
21595: * src/: classes/classes.h, classes/double.C, classes/file.C,
21596: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21597: classes/op.C, classes/random.C, classes/response.C,
21598: classes/string.C, classes/table.C, classes/unknown.C,
21599: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21600: method dox
21601:
21602: 2001-05-03 paf
21603:
21604: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21605: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21606: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21607: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21608: doc/string.dox, doc/targets.dox, doc/value.dox,
21609: main/pa_request.C: dox splitted .dox files and added some
21610:
21611: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21612:
21613: 2001-05-02 paf
21614:
21615: * src/classes/: image.C, table.C: table:dir result are not tainted
21616: by file_name language now
21617:
21618: 2001-04-28 paf
21619:
21620: * src/classes/classes.inc: removed classes.inc
21621:
21622: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21623: from .am
21624:
21625: * src/classes/classes.awk: skipped classes in .awk
21626:
21627: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21628: classes/classes.inc, classes/double.C, classes/file.C,
21629: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21630: classes/string.C, classes/table.C, classes/unknown.C,
21631: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21632: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21633: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21634: pa_methoded back to classes/classes.h
21635:
21636: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21637:
21638: * src/: classes/Makefile.am, classes/classes.awk,
21639: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21640: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21641:
21642: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21643: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21644: classes/response.C, classes/string.C, classes/table.C,
21645: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21646: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21647: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21648: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21649: include|main/pa_methoded
21650:
21651: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21652: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21653:
21654: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21655: moved some configured data to request::classes_conf moved some
21656: string crations from globals to M... [works]
21657:
21658: * src/: classes/form.C, classes/mail.C, classes/op.C,
21659: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21660: main/pa_request.C: moved some configured data to
21661: request::classes_conf moved some string crations from globals to
21662: M...
21663:
21664: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21665: about to move configured data to special request hash
21666:
21667: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21668: classes/form.C, classes/mail.C, include/pa_request.h,
21669: main/pa_request.C: configure started
21670:
21671: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21672: 2. todo: methoded-configure
21673:
21674: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21675: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21676: classes/_random.h, classes/_response.h, classes/_string.h,
21677: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21678: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21679: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21680: classes/random.C, classes/response.C, classes/string.C,
21681: classes/table.C, classes/unknown.C, include/pa_globals.h,
21682: include/pa_request.h, main/compile.y, main/execute.C,
21683: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21684: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21685: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21686: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21687: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21688: types/pa_vrequest.h, types/pa_vresponse.h,
21689: types/pa_vstateless_class.h, types/pa_vstring.h,
21690: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21691: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21692: methoded-configure
21693:
21694: * src/: classes/file.C, classes/table.C, main/compile.y,
21695: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21696: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21697: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21698:
21699: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21700: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21701: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21702: classes/random.C, classes/response.C, classes/string.C,
21703: classes/table.C, classes/unknown.C, include/pa_request.h,
21704: main/compile.y, main/execute.C, main/pa_globals.C,
21705: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21706: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21707: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21708: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21709: beautifying just compiled. todo: debug, configure
21710:
21711: 2001-04-27 paf
21712:
21713: * src/: classes/file.C, classes/image.C, classes/table.C,
21714: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21715: beautifying -99
21716:
21717: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21718: classes/_response.h, classes/_unknown.h, classes/classes.C,
21719: classes/classes.h, classes/double.C, classes/file.C,
21720: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21721: classes/op.C, classes/random.C, classes/response.C,
21722: classes/string.C, include/pa_globals.h, main/main.dsp,
21723: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21724: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21725: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21726: types/pa_vunknown.h: beautifying -100
21727:
21728: * src/main/compile.y: serge@ found @CLASS bug. fixed
21729:
21730: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21731: classes/_op.h, classes/_random.h, classes/_table.h,
21732: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21733: classes/op.C, classes/random.C, classes/response.C,
21734: classes/string.C, classes/table.C, classes/unknown.C,
21735: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21736: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21737: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21738: beautifying
21739:
21740: 2001-04-26 paf
21741:
21742: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21743:
21744: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21745: documentation ++
21746:
21747: * src/: classes/_exec.h, doc/doxygen.cfg,
21748: include/pa_config_fixed.h, include/pa_config_includes.h,
21749: targets/cgi/pa_pool.C: code documentation ++
21750:
21751: * src/: classes/_image.h, classes/op.C, classes/random.C,
21752: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21753: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21754: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21755: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21756: types/pa_vmethod_frame.h, types/pa_vobject.h,
21757: types/pa_vrequest.C, types/pa_vrequest.h,
21758: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21759: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21760: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21761: code documentation ++
21762:
21763: * src/: classes/image.C, classes/mail.C, classes/string.C,
21764: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21765: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21766: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21767: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21768: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21769: types/pa_vobject.h, types/pa_vstateless_class.h,
21770: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21771:
21772: * src/main/: pa_request.C, pa_string.C: z
21773:
21774: * src/: include/pa_common.h, include/pa_types.h,
21775: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21776: connection caching fixed. request-pooled-url were stored into
21777: global connectioncache
21778:
21779: 2001-04-25 paf
21780:
21781: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21782: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21783:
21784: * src/: include/code.h, include/pa_common.h, main/compile.y,
21785: main/execute.C, main/pa_common.C: -d
21786:
21787: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21788: illegal call check a bit improved, but still under iis no mapping
21789: of dir with parser allowed!
21790:
21791: 2001-04-24 paf
21792:
21793: * src/targets/Makefile.am: apache module lib .am
21794:
21795: * src/main/pa_exec.C: windows32 buildCommand
21796:
21797: 2001-04-23 paf
21798:
21799: * src/targets/cgi/Makefile.am: win32 conditional
21800:
21801: * src/targets/cgi/Makefile.am: win32 conditional
21802:
21803: * src/targets/cgi/Makefile.am: liblink
21804:
21805: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21806: vfile fields return type
21807:
21808: * src/types/pa_vfile.h: vfile fields return type
21809:
21810: * src/include/pa_config_auto.h.in: .h.in
21811:
21812: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21813: types/Makefile: makefiles removed
21814:
21815: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21816: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21817:
21818: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21819: [tested: i & g ]
21820:
21821: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21822: @test noticed series in isapi, check how initialize_random_class
21823: is called! [must be called only once]
21824:
21825: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21826: would not be 'unknown column'
21827:
21828: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21829: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21830:
21831: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21832: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21833: [now doesnt]
21834:
21835: * src/targets/cgi/parser3.C: cgi cmdline ver
21836:
21837: * src/targets/cgi/parser3.C: cgi /// @test disable
21838: /cgi-bin/parser3/auto.p
21839:
21840: * src/main/untaint.C: untaint without charset
21841:
21842: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21843: main/pa_common.C: common: file_write /// @test mkdirs
21844: file_delete rmdirs
21845:
21846: * src/main/untaint.C: mail header only once to =?
21847:
21848: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21849: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21850: main/untaint.C: untaint - @test optimize whitespaces for
21851: all but 'html'
21852:
21853: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21854: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21855: main/untaint.C: untaint - @test mail-header
21856:
21857: 2001-04-20 paf
21858:
21859: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21860: include/pa_request.h, include/pa_string.h, main/compile.y,
21861: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21862: targets/cgi/parser3.C: $MAIN:LOCALE
21863:
21864: * src/main/untaint.C: z
21865:
21866: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21867:
21868: 2001-04-19 paf
21869:
21870: * src/main/compile_tools.h: $a$b bugfix
21871:
21872: * src/targets/cgi/parser3.C: z
21873:
21874: * src/classes/file.C: z
21875:
21876: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21877: done: header to $fields. waits for header '\' tricks
21878:
21879: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21880: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21881: changed urlencode here and in untaint.C to HTTP standard's " and
21882: \" mech
21883:
21884: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21885: http://alx/~paf/ doesnt load /auto.p
21886:
21887: 2001-04-18 paf
21888:
21889: * src/main/pa_request.C: 1
21890:
21891: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21892: linux @alx
21893:
21894: 2001-04-17 paf
21895:
21896: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21897: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21898: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21899: enabled
21900:
21901: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21902: classes/_exec.h, classes/_file.h, classes/_form.h,
21903: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21904: classes/_random.h, classes/_response.h, classes/_string.h,
21905: classes/_table.h, classes/_unknown.h, classes/file.C,
21906: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21907: include/pa_config_fixed.h, include/pa_config_includes.h,
21908: include/pa_hash.h, include/pa_sql_driver_manager.h,
21909: include/pa_version.h, main/Makefile.am, main/compile.y,
21910: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21911: main/pa_sql_driver_manager.C, sql/Makefile.am,
21912: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21913: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21914: types/pa_vform.C, types/pa_vimage.h: exec @jav
21915:
21916: * src/: include/pa_sql_driver_manager.h,
21917: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21918: types/pa_vimage.h: sql driver interface now has initialize(client
21919: .so)
21920:
21921: 2001-04-16 paf
21922:
21923: * src/Makefile.am: compile2 cygwin
21924:
21925: * src/: include/pa_config_includes.h, main/pa_exec.C,
21926: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21927:
21928: * src/targets/cgi/Makefile.am: compile0 jav
21929:
21930: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21931: classes/_exec.h, classes/_file.h, classes/_form.h,
21932: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21933: classes/_random.h, classes/_response.h, classes/_string.h,
21934: classes/_table.h, classes/_unknown.h, classes/image.C,
21935: classes/mail.C, classes/op.C, classes/random.C,
21936: include/pa_config_fixed.h, include/pa_config_includes.h,
21937: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21938: main/compile.y, main/pa_common.C, main/pa_exec.C,
21939: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21940: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21941: compile-1
21942:
21943: 2001-04-15 paf
21944:
21945: * src/classes/op.C: z
21946:
21947: * src/classes/table.C: table:empty +=process
21948:
21949: * src/types/pa_value.h: MethodParams !junction
21950:
21951: * src/: classes/_string.h, classes/double.C, classes/file.C,
21952: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21953: classes/random.C, classes/response.C, classes/string.C,
21954: classes/table.C, classes/unknown.C, main/pa_request.C:
21955: MethodParams everywhere
21956:
21957: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21958: types/pa_vmethod_frame.h: MethodParams in op.C
21959:
21960: 2001-04-12 paf
21961:
21962: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21963:
21964: * src/: classes/_unknown.h, classes/unknown.C,
21965: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21966: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21967:
21968: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21969:
21970: * src/classes/image.C: image:gif now does not have params
21971:
21972: * src/classes/image.C:
21973: image:line/fill/rectangle/bar/replace/polygon/polybar
21974:
21975: * src/: classes/image.C, classes/op.C, main/execute.C,
21976: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21977: for var now written not to r.wcontext, but to r.root cleared
21978: "entered_object" state
21979:
21980: 2001-04-11 paf
21981:
21982: * src/classes/image.C: image:create image:load
21983:
21984: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21985: just compiled
21986:
21987: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21988: todo: gif without file
21989:
21990: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21991: started porting to Pooled descendant
21992:
21993: * src/: classes/image.C, main/execute.C, main/main.dsp,
21994: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21995: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21996: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21997:
21998: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21999: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22000: end. switching to python imaging lib
22001:
22002: * src/main/main.dsp: gd+smtp made separate libs
22003:
22004: * src/: include/pa_globals.h, include/pa_string.h,
22005: main/pa_common.C, main/pa_request.C, main/untaint.C,
22006: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22007: length
22008:
22009: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22010: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22011: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22012: UL_FILE_NAME of posted file name
22013:
22014: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22015: post [broke when moved post read to core]
22016:
22017: 2001-04-10 paf
22018:
22019: * src/classes/image.C: image:html done
22020:
22021: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22022:
22023: * src/classes/image.C: z
22024:
22025: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22026: forgotten!
22027:
22028: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22029: main/pa_request.C, main/pa_string.C, main/untaint.C,
22030: types/pa_vimage.h: image:measure -90
22031:
22032: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22033: classes/_int.h, classes/_mail.h, classes/_op.h,
22034: classes/_random.h, classes/_response.h, classes/_string.h,
22035: classes/_table.h, classes/file.C, classes/mail.C,
22036: include/pa_common.h, include/pa_globals.h, main/execute.C,
22037: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22038: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22039: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22040: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22041: compiled
22042:
22043: * src/classes/mail.C: minor bug with unclear from/to
22044:
22045: * src/classes/mail.C: sendmail unix skipping defaults
22046:
22047: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22048: sendmail unix added defaults
22049:
22050: * src/classes/mail.C: unix sendmail compiled. todo:testing
22051:
22052: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22053:
22054: 2001-04-09 paf
22055:
22056: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22057: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22058: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22059: targets/isapi/parser3isapi.dsp: all targets exec
22060:
22061: * src/: include/pa_sapi.h, include/pa_string.h,
22062: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22063: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22064: args in apache:util.script
22065:
22066: * src/include/pa_string.h: written but not tested exec with env for
22067: unix
22068:
22069: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22070: targets/cgi/parser3.C: exec win32 env
22071:
22072: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22073: 0
22074:
22075: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22076: main/execute.C, main/main.dsp, main/pa_globals.C,
22077: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22078: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22079:
22080: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22081: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22082:
22083: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22084: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22085:
22086: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22087: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22088: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22089: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22090: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22091: exec class just compiled. moved post read to request core
22092:
22093: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22094: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22095: main/pa_globals.C, targets/cgi/parser3.C,
22096: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22097: are already read by vform
22098:
22099: 2001-04-08 paf
22100:
22101: * src/: classes/file.C, classes/mail.C, classes/string.C,
22102: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22103: uuencode. string<<
22104:
22105: 2001-04-07 paf
22106:
22107: * src/classes/mail.C: z
22108:
22109: * src/classes/mail.C: z
22110:
22111: * src/classes/mail.C: ^mail[$attach
22112:
22113: * src/classes/mail.C: ^attach dead end
22114:
22115: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22116: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22117: targets/isapi/parser3isapi.C: mail:send 1
22118:
22119: * src/: classes/mail.C, main/pa_request.C: z
22120:
22121: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22122: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22123: compiled
22124:
22125: * src/classes/mail.C: +=
22126:
22127: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22128: prepared
22129:
22130: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22131: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22132: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22133: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22134:
22135: 2001-04-06 paf
22136:
22137: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22138: main/pa_string.C: table:dir 1
22139:
22140: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22141: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22142:
22143: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22144: classes/root.C, include/pa_globals.h, include/pa_request.h,
22145: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22146: main/pa_request.C: renamed 'root' to 'op'
22147:
22148: * src/classes/: _op.h, op.C: renamed from 'root'
22149:
22150: * src/types/pa_valiased.C: another root inherititance skipped
22151:
22152: * src/main/: compile.C, compile.y, execute.C: operators are now not
22153: root methods of parent class. just 'ROOT' class
22154:
22155: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22156: @office
22157:
22158: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22159:
22160: 2001-04-05 paf
22161:
22162: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22163: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22164: constructor flag dropped at get_method_frame and remembered into
22165: method_frame
22166:
22167: * src/: classes/file.C, classes/root.C, classes/string.C,
22168: classes/table.C, main/pa_request.C: junction to code&expression
22169: in errors
22170:
22171: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22172: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22173: $LOCALE:ctype[Russian_Russia.1251]
22174:
22175: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22176: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22177: main/pa_table.C: hash now not thread-safe.
22178:
22179: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22180: main/untaint.C: z
22181:
22182: * src/: classes/random.C, classes/root.C, classes/table.C,
22183: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22184: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22185: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22186: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22187:
22188: * src/: classes/table.C, include/pa_sql_connection.h,
22189: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22190:
22191: * src/classes/table.C: select * from hren error contains statement
22192:
22193: * src/: classes/table.C, include/pa_sql_connection.h,
22194: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22195: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22196:
22197: * src/: classes/root.C, include/pa_sql_connection.h,
22198: include/pa_sql_driver.h, main/main.dsp,
22199: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22200: services for conv memory & error reporting
22201:
22202: 2001-04-04 paf
22203:
22204: * src/doc/doxygen.cfg: z
22205:
22206: * src/include/pa_sql_driver.h: mysql connect
22207:
22208: * src/include/pa_sql_driver.h: mysql info
22209:
22210: * src/: classes/root.C, include/pa_sql_driver.h,
22211: include/pa_sql_driver_manager.h, main/main.dsp,
22212: main/pa_sql_driver_manager.C: more manager&connection&driver
22213:
22214: * src/sql/Makefile.am: forgot to add mysql client
22215:
22216: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22217: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22218: [forgot to add libltdl, added]
22219:
22220: * src/: Makefile.am, classes/root.C, classes/string.C,
22221: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22222: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22223: include/pa_string.h, include/pa_table.h, main/main.dsp,
22224: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22225: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22226: -1000 just compiled
22227:
22228: * src/: classes/random.C, classes/root.C, classes/table.C,
22229: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22230: main/pa_request.C, types/pa_vclass.h: sql frame -10
22231:
22232: 2001-04-03 paf
22233:
22234: * src/types/pa_vform.C: z
22235:
22236: * src/: classes/string.C, types/pa_vform.C: string:match replace
22237: assigned lang
22238:
22239: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22240: {}[]< empty []
22241:
22242: * src/: classes/file.C, classes/string.C, classes/table.C,
22243: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22244: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22245:
22246: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22247: string:match replace strange matches
22248:
22249: * src/classes/string.C: string:match replace 0
22250:
22251: * src/: classes/string.C, main/pa_string.C: string:match replace
22252: prepared 2
22253:
22254: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22255: string:match replace prepared
22256:
22257: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22258: string:match replace -11
22259:
22260: * src/: classes/string.C, include/pa_globals.h,
22261: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22262: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22263:
22264: * src/: classes/string.C, include/pa_globals.h,
22265: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22266: main/pa_string.C: string:match [search] -1 just compiled
22267:
22268: * src/types/pa_vstring.C: z
22269:
22270: * src/: classes/double.C, classes/file.C, classes/form.C,
22271: classes/int.C, classes/response.C, classes/root.C,
22272: classes/string.C, classes/table.C, include/pa_string.h,
22273: main/pa_string.C: string:match -10 [frame]
22274:
22275: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22276: main/pa_request.C: z
22277:
22278: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22279: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22280: todo/tests
22281:
22282: * src/include/pa_common.h: z
22283:
22284: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22285: main/pa_request.C, targets/cgi/parser3.C,
22286: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22287: content-disposition
22288:
22289: * src/: include/pa_common.h, include/pa_globals.h,
22290: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22291: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22292:
22293: * src/: include/pa_common.h, include/pa_request.h,
22294: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22295: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22296: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22297: response:body
22298:
22299: * src/classes/table.C: table:append now uses string::split
22300:
22301: * src/classes/table.C: z
22302:
22303: * src/: classes/file.C, classes/root.C, classes/string.C,
22304: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22305: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22306: include/pa_string.h, main/execute.C, main/pa_string.C,
22307: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22308: string::pos & cmp & piece bugs fixed. string::split new
22309: table:load separated from set table:set implemented with clean \n
22310: \t searches
22311:
22312: 2001-04-02 paf
22313:
22314: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22315: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22316: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22317: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22318: it in table:set/load
22319:
22320: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22321: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22322:
22323: * src/classes/random.C: random:generate 1
22324:
22325: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22326: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22327: types/pa_value.h: random:generate
22328:
22329: 2001-03-30 paf
22330:
22331: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22332: todo: table flip and append. string::pos
22333:
22334: * src/: classes/double.C, classes/file.C, classes/int.C,
22335: classes/response.C, classes/root.C, classes/string.C,
22336: classes/table.C, main/compile.y, main/execute.C,
22337: types/pa_value.h, types/pa_vstateless_class.C,
22338: types/pa_vstateless_class.h: static|dynamic|any method
22339: registration
22340:
22341: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22342: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22343: table:flip
22344:
22345: 2001-03-29 paf
22346:
22347: * src/classes/string.C: string:xsplit forgot that they must result
22348: in 1 row N column [not vice versa]
22349:
22350: * src/classes/string.C: z
22351:
22352: * src/classes/string.C: string: rsplit
22353:
22354: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22355: string: lsplit
22356:
22357: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22358: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22359: lsplit -1
22360:
22361: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22362: string: pos
22363:
22364: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22365: string: pos -1
22366:
22367: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22368: main/compile.y, main/pa_request.C, main/pa_string.C,
22369: main/untaint.C: string: left right mid
22370:
22371: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22372: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22373: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22374: and [;] are different now.
22375:
22376: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22377: main/untaint.C: pool.request undone
22378:
22379: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22380: main/untaint.C: pool.request
22381:
22382: 2001-03-28 paf
22383:
22384: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22385: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22386: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22387: $request:browser [.type .version]; unknown.get_double now = 0.
22388:
22389: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22390: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22391: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22392: types/pa_vform.C: file:load autodetection of mime-type by
22393: user-file-name
22394:
22395: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22396: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22397: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22398:
22399: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22400: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22401: write. must be self.set
22402:
22403: * src/: classes/file.C, classes/root.C, classes/table.C,
22404: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22405:
22406: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22407: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22408: types/pa_vtable.h: table:locate just compiled
22409:
22410: 2001-03-27 paf
22411:
22412: * src/main/: execute.C, pa_common.C: fixed r/w context of
22413: code-params2, fixed ntfs hardlink slow dir update
22414:
22415: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22416: types/pa_wcontext.h: fixed r/w context of code-params
22417:
22418: * src/: classes/table.C, main/execute.C: about to change junction
22419: rcontext!!
22420:
22421: * src/: classes/double.C, classes/int.C, classes/root.C,
22422: classes/string.C, classes/table.C, main/compile_tools.C,
22423: main/execute.C, main/pa_request.C, main/untaint.C,
22424: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22425: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22426: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22427: types/pa_vunknown.h: sort 0
22428:
22429: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22430: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22431: renamed to are_static_calls_disabled
22432:
22433: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22434: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22435: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22436: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22437:
22438: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22439:
22440: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22441: started table:sort fixed minor bug in #...^{
22442:
22443: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22444: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22445: decided to have as it were. stepped back. grammar: added 'in'
22446: 'is' 'lt'&co follow-space check
22447:
22448: 2001-03-26 paf
22449:
22450: * src/: classes/file.C, classes/root.C, classes/table.C,
22451: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22452: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22453: main/pa_table.C: moved ::save to pa_table. disabled @auto
22454: invocation in ^process
22455:
22456: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22457:
22458: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22459: main/pa_array.C: table:record
22460:
22461: * src/: main/untaint.C, targets/cgi/parser3.C,
22462: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22463: targets/isapi/pool_storage.h, types/pa_valiased.h,
22464: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22465: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22466: types/pa_vtable.h: z
22467:
22468: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22469: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22470: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22471: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22472: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22473: method realisations on 'self' validity - they now can simply
22474: assume that 'self' is V{Proper} .
22475:
22476: 2001-03-25 paf
22477:
22478: * src/main/untaint.C: z
22479:
22480: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22481: lowlevel - it initialization could be skipped if failed in @auto.
22482: so that exception report would use some table
22483:
22484: * src/main/pa_request.C: table empty lines ignored. system-default
22485: content type assigned in output:result [can fail in main:auto and
22486: skipped normal defaults extraction]
22487:
22488: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22489: bug
22490:
22491: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22492: processing to table [except preliminary \r\n \r \n replacements
22493: to "\n"]
22494:
22495: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22496: move all the processing to table
22497:
22498: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22499: main/pa_table.C, main/untaint.C: returned table originating.
22500: useful for reporting typo table problems origin. think would be
22501: useful somewhere else
22502:
22503: * src/main/untaint.C: typo \r \r\n \n properly handled
22504:
22505: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22506: include/pa_table.h, main/compile.y, main/compile_tools.C,
22507: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22508: main/pa_string.C, main/pa_table.C, main/untaint.C,
22509: types/pa_vcookie.h: typo & typo-default
22510:
22511: 2001-03-24 paf
22512:
22513: * src/main/pa_common.C: z
22514:
22515: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22516: targets/cgi/parser3.C: html-typo 2
22517:
22518: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22519: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22520: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22521: main/execute.C, main/pa_array.C, main/pa_globals.C,
22522: main/pa_request.C, main/pa_string.C, main/untaint.C,
22523: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22524: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22525: noticed double default content-type prob. run cgi.cmd tomorrow
22526: first html-typo sample. detected << problem: they become ltlt too
22527: fast
22528:
22529: * src/main/compile.y: z
22530:
22531: * src/main/: compile.y, compile_tools.h: #comment
22532:
22533: * src/: classes/file.C, classes/root.C, classes/table.C,
22534: include/pa_common.h, include/pa_request.h, main/compile.y,
22535: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22536: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22537: stringified
22538:
22539: * src/types/pa_valiased.C: decided to String-ify file_read
22540:
22541: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22542: isapi/parser3isapi.dsp: cgi: sapi::log
22543:
22544: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22545: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22546: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22547: error log experiments failed - cgi under iis got no access to
22548: log. registereventsource simply failed with 5(illegal call) code,
22549: while worked OK as standalone executable. isapi: used
22550: HSE_APPEND_LOG_PARAMETER feature
22551:
22552: * src/: include/pa_common.h, include/pa_globals.h,
22553: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22554: targets/isapi/parser3isapi.C: fixed default content-type
22555: allocation storage
22556:
22557: * src/: include/pa_globals.h, include/pa_request.h,
22558: main/pa_globals.C, main/pa_request.C: z
22559:
22560: * src/: include/pa_array.h, include/pa_hash.h,
22561: include/pa_request.h, main/compile.y, main/pa_array.C,
22562: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22563: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22564: content-type
22565:
22566: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22567: sanity
22568:
22569: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22570: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22571: away freeze mech. no danger now for you can't do
22572: ^request:process[@new-method[] body] trick anymore. still
22573: remains $some_instance.process[@new-method[] possibility] but
22574: would leave it as a feature. see index for sample
22575:
22576: * src/: include/pa_common.h, main/pa_common.C,
22577: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22578: monkey every target
22579:
22580: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22581: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22582: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22583:
22584: 2001-03-23 paf
22585:
22586: * src/: include/pa_pool.h, main/pa_request.C,
22587: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22588: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22589: targets/isapi/pool_storage.h: isapi: dumb pool storage
22590:
22591: * src/targets/isapi/pa_pool.C: decided to continue with extension
22592:
22593: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22594: it would be better to rewrite as filter then to deal with pool
22595:
22596: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22597: now like in cgi, not from APPL_PHYSICAL_PATH
22598:
22599: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22600: include/pa_config_fixed.h, include/pa_config_includes.h,
22601: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22602: include/pa_version.h, main/compile.y, main/execute.C,
22603: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22604: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22605: main/untaint.C, targets/cgi/parser3.C,
22606: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22607: cgi: reinvent document_root and request_uri under iis. autoconf
22608: updated. introducing ap_config_includes
22609:
22610: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22611:
22612: * src/targets/cgi/parser3.C: cgi: only one pool now
22613:
22614: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22615: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22616: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22617: types/pa_venv.h, types/pa_vform.C: sapi made object
22618:
22619: * src/: include/pa_globals.h, main/pa_request.C,
22620: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22621: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22622: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22623:
22624: * src/: main/pa_request.C, targets/cgi/parser3.C,
22625: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22626: isapi minor env beauty
22627:
22628: * src/: main/pa_request.C, targets/cgi/parser3.C,
22629: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22630: isapi document_root 0
22631:
22632: 2001-03-22 paf
22633:
22634: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22635:
22636: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22637: isapi/parser3isapi.C: z
22638:
22639: * src/: include/pa_pool.h, main/pa_request.C,
22640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22641:
22642: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22643: kill.pl: isapi added utils
22644:
22645: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22646: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22647: types/pa_vform.C: isapi 0
22648:
22649: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22650: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22651: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22652: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22653: started isapi
22654:
22655: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22656: some comments
22657:
22658: * src/: include/pa_globals.h, include/pa_request.h,
22659: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22660: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22661: parser_root_auto_path parser_site_auto_path
22662:
22663: * src/types/pa_vcookie.C: cookie attr decoded
22664:
22665: 2001-03-21 paf
22666:
22667: * src/targets/cgi/parser3.C: z
22668:
22669: * src/include/pa_globals.h: post. todo: config of auto.p path
22670:
22671: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22672: types/pa_venv.h: in cookie & env. todo:post
22673:
22674: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22675: classes/root.C, classes/table.C, include/pa_array.h,
22676: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22677: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22678: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22679: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22680: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22681: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22682: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22683: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22684: shifted apache branch on main trunc
22685:
22686: * src/: include/pa_common.h, include/pa_globals.h,
22687: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22688: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22689: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22690: starting mod_parser3
22691:
22692: * src/targets/cgi/parser3.C: starting mod_parser3
22693:
22694: 2001-03-20 paf
22695:
22696: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22697: targets/cgi/parser3.C: automake compiled and works. todo:make
22698: win32 ifdefs work and add ifdef unistd
22699:
22700: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22701: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22702: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22703: z
22704:
22705: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22706: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22707: locking
22708:
22709: * src/: classes/Makefile.am, types/Makefile.am: z
22710:
22711: * src/: Makefile.am, classes/file.C, classes/root.C,
22712: classes/table.C, include/pa_array.h, include/pa_request.h,
22713: include/pa_string.h, main/Makefile.am, main/execute.C,
22714: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22715: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22716: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22717: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22718:
22719: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22720: main/pa_request.C, types/pa_vfile.h: ^table:save
22721:
22722: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22723: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22724: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22725: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22726: types/pa_vform.h: z
22727:
22728: * src/include/pa_string.h: z
22729:
22730: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22731: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22732: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22733: :Value
22734:
22735: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22736: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22737: :VStateless_object
22738:
22739: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22740: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22741: :VStateless_object
22742:
22743: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22744: types/pa_valiased.C, types/pa_vform.h: commented VForm
22745:
22746: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22747: types/pa_valiased.h, types/pa_value.h,
22748: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22749: types/pa_vstateless_object.h: moved common get_element part from
22750: stateless object&class into VAliased
22751:
22752: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22753: classes/table.C, main/execute.C, main/main.dsp,
22754: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22755: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22756: now :Value
22757:
22758: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22759: main/execute.C, main/main.dsp, main/pa_globals.C,
22760: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22761:
22762: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22763: doxx
22764:
22765: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22766: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22767: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22768: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22769: and ^file:save
22770:
22771: 2001-03-19 paf
22772:
22773: * src/types/pa_vfile.C: z
22774:
22775: * src/: classes/file.C, classes/request.C, classes/table.C,
22776: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22777: main/pa_request.C, main/untaint.C, types/pa_value.h,
22778: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22779:
22780: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22781: include/pa_string.h, include/pa_table.h, main/main.dsp,
22782: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22783: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22784: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22785: classes/_file.h, classes/file.C, types/pa_vfile.C,
22786: types/pa_vfile.h: file class just compiled
22787:
22788: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22789: include/pa_table.h, include/pa_types.h, main/execute.C,
22790: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22791: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22792: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22793:
22794: * src/include/pa_pool.h: z
22795:
22796: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22797: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22798: Hash::Value to Val so to doxygen would finlly stop confusing
22799: those Value-s
22800:
22801: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22802: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22803: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22804: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22805: include/pa_types.h, main/compile.C, main/compile.y,
22806: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22807: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22808: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22809: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22810: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22811:
22812: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22813: derivates somehow unlinked. don't know why yet
22814:
22815: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22816: include/pa_string.h, include/pa_threads.h, main/compile.C,
22817: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22818: main/execute.C, main/pa_array.C, main/pa_common.C,
22819: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22820: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22821: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22822:
22823: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22824: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22825: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22826: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22827: types/pa_vrequest.h: doc: detected Value derivates prob
22828:
22829: * src/include/pa_globals.h: z
22830:
22831: * src/: classes/_request.h, classes/request.C, include/code.h,
22832: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22833: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22834: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22835: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22836: main/execute.C, main/pa_pool.C, main/pa_request.C,
22837: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22838: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22839:
22840: 2001-03-18 paf
22841:
22842: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22843: cookie: allowed access to hash-assigned
22844:
22845: * src/targets/cgi/parser3.C: z
22846:
22847: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22848: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22849: include/pa_types.h, main/main.dsp, main/pa_common.C,
22850: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22851: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22852: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22853: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22854: types/pa_vunknown.h: cookie class
22855:
22856: * src/main/pa_request.C: zero length output allowed
22857:
22858: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22859: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22860:
22861: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22862: lang switch
22863:
22864: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22865: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22866: types/pa_value.h, types/pa_vhash.h:
22867: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22868:
22869: * src/main/execute.C: z
22870:
22871: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22872: targets/cgi/parser3.C: taint[uri
22873:
22874: * src/: classes/request.C, classes/response.C, classes/root.C,
22875: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22876: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22877: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22878:
22879: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22880: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22881: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22882: types/pa_vstateless_class.C: convinient string(pool, char *src,
22883: bool tainted) ctor
22884:
22885: * src/: include/pa_hash.h, include/pa_request.h,
22886: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22887: main/pa_request.C, main/pa_string.C, main/untaint.C,
22888: targets/cgi/parser3.C: proper @exceptions params tainting
22889:
22890: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22891: response fields to header
22892:
22893: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22894: z
22895:
22896: * src/: classes/_response.h, classes/response.C,
22897: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22898: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22899: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22900: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22901: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22902: $response: 0 request::core exception rethrow
22903:
22904: 2001-03-16 paf
22905:
22906: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22907: types/pa_vrequest.h: native method' class call with less params
22908: then needed error reporting
22909:
22910: * src/: classes/_request.h, classes/request.C,
22911: include/pa_globals.h, include/pa_request.h, main/execute.C,
22912: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22913: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22914: types/pa_vrequest.h: $request : query :uri
22915:
22916: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22917: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22918: types/pa_wcontext.h: $result
22919:
22920: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22921:
22922: * src/: classes/double.C, include/code.h, main/compile.y,
22923: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22924: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22925:
22926: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22927: main/compile.y, main/execute.C, types/pa_value.h,
22928: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22929: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22930: wcontext conflict
22931:
22932: * src/: main/execute.C, types/pa_value.h,
22933: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22934: $string.field
22935:
22936: 2001-03-15 paf
22937:
22938: * src/main/pa_request.C: news sample
22939:
22940: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22941: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22942:
22943: * src/main/: compile.y, execute.C: z
22944:
22945: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22946: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22947: pre pre works
22948:
22949: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22950: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22951: fillfields just compiled
22952:
22953: 2001-03-14 paf
22954:
22955: * src/: include/pa_request.h, main/pa_request.C,
22956: targets/cgi/parser3.C: z
22957:
22958: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22959: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22960: types/pa_vstring.h: limits -1
22961:
22962: * src/: include/pa_globals.h, include/pa_request.h,
22963: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22964: main/pa_request.C, targets/cgi/parser3.C,
22965: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22966: request_info -1
22967:
22968: * src/: include/pa_globals.h, main/pa_globals.C,
22969: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22970: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22971: vform_fields_fill
22972:
22973: * src/targets/cgi/parser3.C: # if MSVC
22974:
22975: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22976: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22977:
22978: * src/targets/cgi/parser3.C: z
22979:
22980: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22981: include/pa_string.h, include/pa_types.h, main/compile.y,
22982: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22983: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22984: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22985: types/pa_vunknown.h: global handler, exceptions in parser3
22986:
22987: 2001-03-13 paf
22988:
22989: * src/: classes/form.C, main/compile.y, main/core.C,
22990: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22991: types/pa_vform.h, types/pa_vstateless_class.C,
22992: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22993: instead
22994:
22995: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22996: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22997: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22998: started cgi target
22999:
23000: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23001: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23002: before error show with parser
23003:
23004: * src/: classes/_form.h, classes/form.C, include/core.h,
23005: include/pa_request.h, main/core.C, main/pa_request.C,
23006: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23007:
23008: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23009:
23010: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23011: parser3.C: renamed targets/ parser to cgi
23012:
23013: * src/: classes/double.C, classes/env.C, classes/int.C,
23014: classes/root.C, classes/string.C, classes/table.C,
23015: include/pa_request.h, types/pa_vhash.h: z
23016:
23017: * src/: classes/_env.h, classes/env.C, classes/root.C,
23018: include/core.h, include/pa_pool.h, include/pa_request.h,
23019: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23020: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23021: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23022: [historical moment :)]
23023:
23024: * src/: include/code.h, include/pa_string.h, main/compile.y,
23025: main/execute.C, main/pa_string.C: 'value is type' expr operator
23026:
23027: * src/types/pa_venv.h: $ENV 1
23028:
23029: * src/main/execute.C: z
23030:
23031: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23032: future methods of ENV constructor if
23033:
23034: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23035: class
23036:
23037: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23038: classes/_root.h, classes/_string.h, classes/_table.h,
23039: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23040: classes/string.C, classes/table.C, include/pa_request.h,
23041: main/compile.C, main/compile_tools.h, main/core.C,
23042: main/execute.C, main/main.dsp, main/pa_request.C,
23043: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23044: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23045: types/pa_vobject.h, types/pa_vstateless_class.C,
23046: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23047: types/pa_wcontext.h: $ENV: re 0, stateless classes
23048:
23049: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23050: classes/_root.h, classes/_string.h, classes/_table.h,
23051: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23052: classes/string.C, classes/table.C, include/pa_request.h,
23053: main/compile.C, main/compile_tools.h, main/core.C,
23054: main/execute.C, main/main.dsp, main/pa_request.C,
23055: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23056: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23057: types/pa_vobject.h, types/pa_vstateless_class.C,
23058: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23059: types/pa_wcontext.h: $ENV: re 0, stateless classes
23060:
23061: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23062: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23063: yesterdays bad decision on execute_static_method
23064:
23065: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23066:
23067: * src/: classes/double.C, classes/int.C, classes/root.C,
23068: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23069:
23070: * src/main/pa_request.C: z
23071:
23072: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23073: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23074:
23075: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23076: include/pa_pool.h, main/pa_request.C:
23077: restructure_exceptions_dead_end
23078:
23079: * src/: classes/root.C, main/compile.y: ^if required junctions.
23080: allowed ; inside {} to break params
23081:
23082: * src/classes/root.C: ^eval
23083:
23084: * src/: classes/_string.h, classes/double.C, classes/int.C,
23085: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23086: string ^format
23087:
23088: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23089: 'bad' but not 'enough'
23090:
23091: * src/: classes/double.C, classes/root.C, classes/table.C,
23092: include/pa_common.h, include/pa_types.h, main/compile.y,
23093: main/pa_common.C, main/pa_request.C, main/untaint.C,
23094: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23095: types/pa_wwrapper.h: think constructing flag as is is bad
23096:
23097: * src/: classes/double.C, classes/int.C, classes/root.C,
23098: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23099: types/pa_vint.h: ^for
23100:
23101: 2001-03-12 paf
23102:
23103: * src/classes/table.C: table ^empty
23104:
23105: * src/: classes/table.C, include/pa_table.h: table ^menu
23106:
23107: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23108: ^offset ^line ^count
23109:
23110: * src/classes/root.C: ^round() ^floor() ^ceiling()
23111: ^abs() ^sign()
23112:
23113: * src/classes/: root.C, table.C: ^use
23114:
23115: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23116: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23117: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23118: ^while. switched off wcontext.constructing after write(value) or
23119: auto-vhash-constructing
23120:
23121: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23122: main/pa_request.C: fail_if_junction_ helper func
23123:
23124: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23125: include/pa_request.h, main/execute.C, main/main.dsp,
23126: main/pa_common.C, main/pa_request.C: ^process error point by
23127: actual method_name, not source. ^load
23128:
23129: * src/types/pa_vtable.h: table: no, better with string in cells...
23130:
23131: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23132: classes/_table.h, classes/table.C, main/untaint.C: z
23133:
23134: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23135: include/pa_table.h, main/core.C, main/execute.C,
23136: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23137: types/pa_value.h: table:set 0
23138:
23139: * src/: classes/root.C, include/core.h, include/pa_array.h,
23140: include/pa_request.h, include/pa_table.h, main/core.C,
23141: main/main.dsp, main/pa_request.C, main/pa_table.C,
23142: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23143: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23144: types/pa_vstring.h: freeze, ^table:create[] -1
23145:
23146: * src/: classes/root.C, types/pa_value.h: z
23147:
23148: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23149: get_method in couple places optimizing them
23150:
23151: * src/classes/root.C: z
23152:
23153: * src/: classes/root.C, types/pa_vclass.h: process temp main
23154: zeroing
23155:
23156: * src/: classes/double.C, classes/int.C, classes/root.C,
23157: classes/string.C, include/pa_common.h, include/pa_request.h,
23158: include/pa_string.h, include/pa_types.h, main/compile.C,
23159: main/compile.y, main/compile_tools.h, main/execute.C,
23160: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23161: types/pa_vmframe.h: ^process. actual names to store param and
23162: check_actual_numbered_params for better place diagnostics
23163:
23164: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23165: method-junctions bug fixed
23166:
23167: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23168: pa_vstateless_object.h, pa_vstring.h: stateless_object
23169:
23170: 2001-03-11 paf
23171:
23172: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23173: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23174: VDouble VInt base now VObject_base - without fields
23175:
23176: * src/: classes/root.C, include/core.h, main/core.C: z
23177:
23178: * src/: classes/double.C, classes/int.C, classes/root.C,
23179: classes/string.C, include/core.h, include/pa_hash.h,
23180: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23181: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23182:
23183: * src/: classes/double.C, classes/int.C, classes/root.C,
23184: include/pa_request.h, main/execute.C: intercept_string
23185:
23186: * src/: classes/double.C, classes/int.C, classes/root.C,
23187: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23188:
23189: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23190: ^inc-s(expr)
23191:
23192: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23193: classes/_root.h, classes/_string.h, classes/double.C,
23194: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23195: include/code.h, include/core.h, include/pa_array.h,
23196: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23197: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23198: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23199: include/pa_types.h, main/compile.C, main/compile.y,
23200: main/compile_tools.C, main/compile_tools.h, main/core.C,
23201: main/execute.C, main/pa_array.C, main/pa_common.C,
23202: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23203: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23204: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23205: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23206: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23207: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23208: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23209: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23210:
23211: * src/: main/pa_request.C, types/pa_vhash.h: z
23212:
23213: * src/: include/core.h, include/pa_request.h, main/core.C,
23214: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23215:
23216: * src/: include/pa_valiased.h, include/pa_value.h,
23217: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23218: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23219: include/pa_vjunction.h, include/pa_vmframe.h,
23220: include/pa_vobject.h, include/pa_vstring.h,
23221: include/pa_vunknown.h, include/pa_wcontext.h,
23222: include/pa_wwrapper.h, main/compile.y, main/core.C,
23223: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23224: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23225: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23226: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23227: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23228: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23229: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23230: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23231: include/
23232:
23233: 2001-03-10 paf
23234:
23235: * src/: include/core.h, include/pa_request.h, main/core.C,
23236: main/pa_request.C: run+auto=run
23237:
23238: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23239:
23240: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23241: classes/_root.h, classes/_string.h, classes/double.C,
23242: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23243: include/code.h, include/core.h, include/pa_array.h,
23244: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23245: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23246: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23247: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23248: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23249: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23250: include/pa_vjunction.h, include/pa_vmframe.h,
23251: include/pa_vobject.h, include/pa_vstring.h,
23252: include/pa_vunknown.h, include/pa_wcontext.h,
23253: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23254: main/compile_tools.C, main/compile_tools.h, main/core.C,
23255: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23256: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23257: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23258: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23259: main/pa_wcontext.C: sources header
23260:
23261: * src/main/pa_request.C: auto..
23262:
23263: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23264: main/pa_request.C: auto tree0
23265:
23266: * src/: include/core.h, include/pa_request.h, main/compile.y,
23267: main/core.C, main/pa_request.C: names to core.C
23268:
23269: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23270: include/pa_request.h, main/core.C, main/execute.C,
23271: main/pa_common.C, main/pa_request.C: root auto.p loaded
23272:
23273: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23274: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23275: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23276: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23277:
23278: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23279: @auto[] realised. auto.p scan togo
23280:
23281: * src/: include/pa_request.h, main/execute.C: autocalc
23282: code-junctions result now have names
23283:
23284: * src/: classes/double.C, classes/int.C, classes/root.C,
23285: classes/string.C, include/pa_request.h, include/pa_string.h,
23286: include/pa_wcontext.h, main/compile.y, main/execute.C,
23287: main/pa_string.C, main/pa_wcontext.C: tainting 0
23288:
23289: * src/classes/env.C: env:file/line
23290:
23291: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23292: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23293: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23294: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23295: main/compile_tools.C, main/compile_tools.h, main/core.C,
23296: main/execute.C, main/main.dsp, main/pa_cframe.C,
23297: main/pa_request.C, main/pa_wcontext.C: const fight finished
23298:
23299: * src/include/pa_vclass.h: const fight to go
23300:
23301: * src/: classes/_env.h, classes/env.C, classes/root.C,
23302: include/pa_request.h, include/pa_vclass.h, main/core.C,
23303: main/main.dsp: env0
23304:
23305: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23306: classes/_string.h, classes/double.C, classes/int.C,
23307: classes/root.C, classes/string.C, include/pa_request.h,
23308: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23309: include/pa_wcontext.h, main/core.C, main/main.dsp,
23310: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23311: main/pa_wcontext.C: ^lang prepare0
23312:
23313: 2001-03-09 paf
23314:
23315: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23316: construct proper naming
23317:
23318: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23319: classes/double.C, classes/int.C, classes/root.C,
23320: classes/string.C, include/code.h, include/pa_value.h,
23321: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23322: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23323: main/compile.y, main/compile_tools.C, main/core.C,
23324: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23325: and ^double[]. fixed expr type
23326:
23327: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23328: ^string.length[]
23329:
23330: 2001-03-08 paf
23331:
23332: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23333:
23334: * src/: include/pa_vclass.h, include/pa_vstring.h,
23335: include/pa_wcontext.h, main/compile.y, main/core.C,
23336: main/execute.C, main/main.dsp: dead end: vstring can't be
23337: derivated from vobject
23338:
23339: * src/: include/pa_vclass.h, include/pa_vhash.h,
23340: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23341:
23342: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23343: remained clone conseqs
23344:
23345: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23346:
23347: * src/main/pa_vclass.C: wow! vclass were out of vcs
23348:
23349: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23350: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23351: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23352: include/pa_vobject.h, include/pa_vstring.h,
23353: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23354: main/execute.C: withoud cloning. didn't need it actually, params
23355: got passed from out unnamed ewpool
23356:
23357: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23358: include/pa_vjunction.h, include/pa_vobject.h,
23359: include/pa_vunknown.h, main/compile.y: cloning dead end
23360:
23361: * src/: include/pa_bool.h, include/pa_double.h,
23362: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23363: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23364: include/pa_vjunction.h, include/pa_vmframe.h,
23365: include/pa_vobject.h, include/pa_vstring.h,
23366: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23367: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23368: to give params proper names
23369:
23370: * src/main/pa_wcontext.C: z
23371:
23372: * src/: include/pa_vmframe.h, main/execute.C: added names to
23373: unknown values in get_element and unfilled params. removed wrong
23374: name change in get_element
23375:
23376: * src/main/execute.C: z
23377:
23378: * src/main/execute.C: fixed problems calling operators in
23379: constructors
23380:
23381: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23382: detected problems calling operators in constructors
23383:
23384: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23385: autocalc def to string
23386:
23387: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23388: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23389:
23390: * src/classes/root.C: added root.c
23391:
23392: * src/: include/pa_request.h, include/pa_value.h,
23393: include/pa_vcframe.h, include/pa_vmframe.h,
23394: include/pa_wcontext.h, main/compile.C, main/compile.y,
23395: main/core.C, main/execute.C, main/pa_cframe.C,
23396: main/pa_wcontext.C: 'if' just compiled
23397:
23398: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23399: include/pa_vjunction.h, include/pa_vmframe.h,
23400: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23401: main/pa_wcontext.C: z
23402:
23403: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23404: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23405: with parameter names in operator methods
23406:
23407: * src/main/compile.y: minor renamings in .y
23408:
23409: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23410: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23411: @BASE. changed 'RUN' assignment mech
23412:
23413: * src/main/execute.C: z
23414:
23415: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23416: main/compile_tools.h, main/execute.C: made class: dynamic, not
23417: static. so to enable runtime ^use
23418:
23419: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23420:
23421: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23422: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23423:
23424: * src/main/execute.C: root root in code-junction
23425:
23426: 2001-03-07 paf
23427:
23428: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23429: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23430:
23431: * src/: include/pa_stack.h, include/pa_value.h,
23432: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23433: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23434: fixed rwcontext of {} params up
23435:
23436: * src/main/: compile.y, compile_tools.h: ^func(params)
23437:
23438: * src/main/compile.y: .y priorities syntax shaped up a bit
23439:
23440: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23441: include/pa_vunknown.h, main/compile.y, main/execute.C,
23442: main/pa_hash.C: expr def in -f
23443:
23444: * src/main/: compile.y, execute.C: expr calls
23445:
23446: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23447: fixed
23448:
23449: * src/main/compile.y: expr quoted code
23450:
23451: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23452: support0
23453:
23454: * src/main/compile.y: expr string comparisons 0
23455:
23456: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23457: main/pa_string.C: just compiled lt&co
23458:
23459: * src/main/execute.C: ^var.menu{$field} problem detected. that
23460: $field not a $var.field
23461:
23462: 2001-03-06 paf
23463:
23464: * src/main/compile.y: .y expr visible-shorter
23465:
23466: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23467: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23468: logical
23469:
23470: * src/: include/pa_vstring.h, main/compile.y: problems with
23471: skipping whitespace in yylex
23472:
23473: * src/include/pa_vbool.h: forgot this
23474:
23475: * src/: include/code.h, main/compile.y, main/execute.C: without
23476: string ops in expressions 0
23477:
23478: * src/: include/pa_value.h, include/pa_vdouble.h,
23479: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23480: main/execute.C, main/main.dsp: !~
23481:
23482: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23483: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23484: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23485: include/pa_vunknown.h, include/pa_wcontext.h,
23486: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23487: main/compile_tools.h, main/execute.C: +-*/
23488:
23489: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23490: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23491:
23492: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23493: main/execute.C: expr grammar-1 2*2=4.000000 :)
23494:
23495: * src/main/compile.y: expr grammar-1
23496:
23497: * src/main/compile.y: expr lexx1
23498:
23499: * src/main/: compile.y, execute.C, main.dsp: z
23500:
23501: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23502: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23503: main/execute.C: expr lex0 exec-1
23504:
23505: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23506:
23507: 2001-02-26 paf
23508:
23509: * src/main/compile.y: max_string in yyerror bug fix
23510:
23511: 2001-02-25 paf
23512:
23513: * src/: include/pa_value.h, include/pa_vmframe.h,
23514: include/pa_wcontext.h, main/execute.C: VAliased3
23515:
23516: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23517:
23518: * src/main/execute.C: VAliased1
23519:
23520: * src/: include/pa_request.h, include/pa_value.h,
23521: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23522: VAliased0
23523:
23524: * src/: include/pa_pool.h, include/pa_request.h,
23525: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23526: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23527: VAliased just compiled
23528:
23529: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23530: include/pa_vobject.h, main/execute.C: alias dead end
23531:
23532: * src/: include/pa_value.h, include/pa_vclass.h,
23533: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23534: main/main.dsp: no not get fields into interm VFielded class.
23535: fields & staticfields 1
23536:
23537: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23538: include/pa_vobject.h, include/pa_wcontext.h,
23539: include/pa_wwrapper.h, main/core.C, main/execute.C,
23540: main/main.dsp: would now get fields into interm VFielded class
23541:
23542: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23543: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23544: include/pa_wcontext.h, main/compile.y, main/core.C,
23545: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23546: main/pa_wcontext.C: virtuals2
23547:
23548: * src/main/compile.y: : 1
23549:
23550: * src/main/compile.y: rethought to $class:static.field.subfield
23551:
23552: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23553: $class:element
23554:
23555: * src/: include/pa_value.h, include/pa_vmframe.h,
23556: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23557: main/pa_wcontext.C: before execute class calls rewrite
23558:
23559: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23560: name RUN, also alias
23561:
23562: * src/main/compile.y: escaping bug
23563:
23564: * src/: include/pa_request.h, include/pa_value.h,
23565: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23566: main/core.C, main/execute.C, main/pa_common.C: vobject1
23567:
23568: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23569: include/pa_vmframe.h, include/pa_vobject.h,
23570: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23571: main/compile_tools.h, main/execute.C: ^class:method() just
23572: compiled
23573:
23574: 2001-02-24 paf
23575:
23576: * src/main/main.dsp: no bison -d
23577:
23578: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23579: class' err msg wrong
23580:
23581: * src/main/compile.y: z
23582:
23583: * src/main/: compile.y, core.C: yylex need some @special lines adj
23584:
23585: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23586: main/compile.y, main/compile_tools.h, main/core.C: modules0
23587:
23588: * src/: include/pa_vclass.h, main/core.C: z
23589:
23590: * src/: include/pa_value.h, include/pa_vclass.h,
23591: include/pa_vobject.h, main/main.dsp: vobject00
23592:
23593: * src/main/pa_array.C: minor bug in expanding very small arrays.
23594: 60% from 1 were 0
23595:
23596: * src/: include/pa_value.h, include/pa_wcontext.h,
23597: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23598: as bad as you've named it: wcontext.value() was not a perfect
23599: idea
23600:
23601: * src/main/execute.C: codeframe1
23602:
23603: * src/: include/pa_value.h, include/pa_vcframe.h,
23604: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23605: include/pa_vjunction.h, include/pa_vmframe.h,
23606: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23607: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23608: just compiled
23609:
23610: * src/: include/pa_vframe.h, main/compile.y: found junction
23611: ideology @: ^x{$a()) must construct current wcontext element, so
23612: smart wcontext handling needed
23613:
23614: * src/main/compile.y: fixed grammar bugs in constructor/params
23615: klinch
23616:
23617: * src/main/: compile.y, execute.C: fixed empty constructor
23618: optimized empty case. failed on calls - produced empty string
23619: param
23620:
23621: * src/main/compile.y: fixed last \n macrotemplate strip bug
23622:
23623: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23624: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23625: main/compile_tools.C, main/compile_tools.h, main/core.C,
23626: main/execute.C: code junctions0. something wrong with last \n
23627: macrotemplate strip
23628:
23629: * src/: include/pa_value.h, main/compile.C, main/core.C,
23630: main/pa_value.C: minor error reporting format beautifyings
23631:
23632: * src/: include/pa_value.h, include/pa_vclass.h,
23633: include/pa_vframe.h, main/core.C, main/execute.C,
23634: main/pa_value.C: get_method RIP. junctions everywhere. call with
23635: junctions0
23636:
23637: 2001-02-23 paf
23638:
23639: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23640: pa_wwrapper.h: lara came, can't work, sorry :(
23641:
23642: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23643: junction
23644:
23645: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23646: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23647: main/execute.C, main/main.dsp, main/pa_value.C: call0
23648:
23649: * src/: include/pa_hash.h, include/pa_value.h,
23650: include/pa_wcontext.h, main/core.C, main/execute.C,
23651: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23652: done
23653:
23654: * src/include/pa_wcontext.h: z
23655:
23656: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23657: wrong grammar in complex constructor case
23658:
23659: * src/main/: compile.y, execute.C: empty constructor bug fixed
23660:
23661: * src/main/execute.C: with result rwpool
23662:
23663: * src/: include/pa_value.h, main/core.C, main/execute.C,
23664: main/main.dsp: value named
23665:
23666: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23667: strign 2 value in 2 places in execute
23668:
23669: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23670: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23671: wcontext.put_element when wcontext fvalue==0
23672:
23673: 2001-02-22 paf
23674:
23675: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23676: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23677: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23678:
23679: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23680: erroreos checkout
23681:
23682: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23683:
23684: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23685: main/compile_tools.h, main/pa_array.C: $self.get
23686:
23687: * src/main/: compile.C, compile.y, compile_tools.C: z
23688:
23689: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23690: bit. finished now.
23691:
23692: * src/main/compile.y: $: finished
23693:
23694: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23695:
23696: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23697: main/execute.C: OP_STRING better then some xxx _VALUE
23698:
23699: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23700: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23701: string to vstring it .y all
23702:
23703: * src/: include/pa_request.h, include/pa_stack.h,
23704: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23705: all
23706:
23707: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23708: precise parse error line:col
23709:
23710: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23711: main/pa_hash.C, main/pa_pool.C: TRY...
23712:
23713: * src/: include/pa_exception.h, include/pa_pool.h,
23714: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23715: main/compile.C, main/compile.y, main/compile_tools.C,
23716: main/core.C, main/pa_array.C, main/pa_exception.C,
23717: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23718: main/pa_table.C: removed exception from request
23719:
23720: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23721: some forgotten
23722:
23723: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23724: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23725: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23726: get/put simple vars to VClass works0
23727:
23728: * src/: include/pa_array.h, include/pa_wcontext.h,
23729: main/pa_string.C: in process, but found that exceptions are too
23730: global
23731:
23732: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23733: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23734: main/execute.C, main/pa_string.C: write_value write_string 0 it
23735: seems wcontext must write strings regardles of fvalue!=0
23736:
23737: 2001-02-21 paf
23738:
23739: * src/main/execute.C: tired :)
23740:
23741: * src/main/: compile.C, compile.y, execute.C: store0
23742:
23743: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23744: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23745: include/pa_wcontext.h, main/compile.C, main/compile.y,
23746: main/execute.C, main/main.dsp, main/pa_array.C,
23747: main/pa_request.C: get put -1 [just compiled]
23748:
23749: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23750: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23751: main/main.dsp, main/pa_request.C: request core methods0
23752:
23753: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23754: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23755: execute
23756:
23757: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23758: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23759: methods and one_big_piece. now compile returns array<method*>
23760:
23761: * src/main/compile.y: more straightforward yylex[end]
23762:
23763: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23764: string.operator==(char*)
23765:
23766: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23767: main/execute.C, main/pa_array.C: after array.const get wonders
23768:
23769: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23770: pa_string.h, pa_value.h: struck with const array.gets
23771:
23772: * src/main/: execute.C: z
23773:
23774: * src/main/: compile.y, execute.C: z
23775:
23776: * src/main/: compile.C, compile.y, compile_tools.h: error
23777: processing in eval & yyerror so it wouldn't cause memleaks.
23778:
23779: * src/main/: compile.C, compile.y: failed to add absolute precies
23780: parse error positions. leaving RIGHTMOST position as
23781: @file[line:col]
23782:
23783: * src/: include/compile.h, main/compile.C, main/compile.y,
23784: main/compile_tools.h: line numbers needed. would add them to .y
23785: now internally. externally it's not as precise as needed
23786:
23787: * src/: include/code.h, include/pa_types.h, main/compile.C,
23788: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23789: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23790: compiler works ok
23791:
23792: 2001-02-20 paf
23793:
23794: * src/main/: compile.C, compile.y, compile_tools.C,
23795: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23796: not perfect
23797:
23798: * src/: include/code.h, include/compile.h, include/execute.h,
23799: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23800: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23801: main/compile.C, main/compile.y, main/compile_tools.C,
23802: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23803: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23804: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23805: compiled. execute=dump for now
23806:
23807: * src/main/core.C: core rewrite using yacc investigations now will
23808: be compile[yacc]/execute[opcodes]
23809:
23810: 2001-02-15 paf
23811:
23812: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23813: rewrite as turing machine? for it seems it would be it's too many
23814: ifs with this syntax now
23815:
23816: 2001-02-14 paf
23817:
23818: * src/main/core.C: get_params 1
23819:
23820: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23821: :( ]
23822:
23823: * src/main/core.C: varios breaks
23824:
23825: * src/main/core.C: get names 3
23826:
23827: * src/main/core.C: get names 2
23828:
23829: * src/main/core.C: get names 1
23830:
23831: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23832: names 0
23833:
23834: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23835: text repassing2 operator static vars
23836:
23837: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23838: main/pa_string.C: process text repassing
23839:
23840: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23841: module:calls changes
23842:
23843: 2001-02-13 paf
23844:
23845: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23846: ^class:calls[] started
23847:
23848: * src/: include/pa_value.h, main/core.C: z
23849:
23850: * src/main/core.C: operators : and self. prefixes
23851:
23852: * src/main/core.C: z
23853:
23854: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23855: tested
23856:
23857: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23858: optimized
23859:
23860: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23861: would change privates to better support optimization
23862:
23863: * src/: include/pa_string.h, main/pa_string.C:
23864: String_iterator::skip_to todo:optimize
23865:
23866: 2001-02-12 paf
23867:
23868: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23869: String_iterator
23870:
23871: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23872: comments
23873:
23874: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23875: self/methodref joined
23876:
23877: 2001-02-11 paf
23878:
23879: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23880: main/main.dsp: core started. core.C, context&value .h
23881:
23882: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23883: include/pa_string.h, main/main.dsp, main/pa_array.C,
23884: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23885:
23886: 2001-01-30 paf
23887:
23888: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23889: comments
23890:
23891: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23892: main/pa_pool.C: moved pa_pool.C to be target specific
23893:
23894: * src/: include/pa_exception.h, include/pa_pool.h,
23895: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23896: to & changes
23897:
23898: * src/: include/pa_exception.h, include/pa_pool.h,
23899: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23900: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23901: re-associated. that's much better even removed 'die' necessety
23902:
23903: * src/: include/pa_error.h, include/pa_exception.h,
23904: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23905: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23906: targets/Makefile.am: lowered targets/parser into subdir, added
23907: parser_Pool(Pool) failed to add. would think..
23908:
23909: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23910: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23911: main/pa_string.C, main/pa_table.C: Table more like C++ style
23912: hence lots of 'const'
23913:
23914: * src/: include/pa_error.h, include/pa_request.h,
23915: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23916: main/pa_table.C: Error fixed
23917:
23918: 2001-01-29 paf
23919:
23920: * src/: include/pa_array.h, include/pa_common.h,
23921: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23922: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23923: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23924: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23925:
23926: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23927: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23928: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23929: main/pa_string.C, main/pa_table.C: Request Error Table
23930:
23931: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23932: templates"
23933:
23934: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23935: main/main.dsp, main/pa_array.C: templates failed no template
23936: specializations [VC6], no library auto instantation [VC6, GNU c++
23937: 2.95.2-6 from latest cygwin]
23938:
23939: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23940: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23941: main/main.dsp, main/pa_array.C, main/pa_string.C,
23942: main/pa_table.C: Table started would test template Array now
23943:
23944: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23945: String originating
23946:
23947: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23948: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23949: SYNCHRONIZED(thread_safe)
23950:
23951: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23952: parts to top
23953:
23954: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23955: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23956: see: needed only in global Hash now, made Hash:: put/get
23957: SYNCHRONIZED
23958:
23959: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23960: main/pa_threads.C: added pa_threads
23961:
23962: Mutex
23963:
23964: * src/include/pa_hash.h: some comments
23965:
23966: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23967: Array& operator += (Array& src)
23968:
23969: * src/main/pa_array.C: expand not convinient, would rewrite
23970:
23971: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23972: (Array& src)
23973:
23974: rethought, would change now
23975:
23976: 2001-01-27 paf
23977:
23978: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23979: caching
23980:
23981: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23982: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23983: cache rethought to chunk caching
23984:
23985: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23986: include/pa_string.h, main/main.dsp, main/pa_array.C,
23987: main/pa_hash.C, main/pa_string.C: Array 0
23988:
23989: * src/main/pa_string.C: String::operator ==
23990:
23991: * src/main/pa_hash.C: String(&String)
23992:
23993: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23994:
23995: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23996: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23997: pa_hash[forgotten]
23998:
23999: 2001-01-26 paf
24000:
24001: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24002: removed templates [vc++ suxx]
24003:
24004: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24005: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24006:
24007: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24008:
1.119 moko 24009: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24010:
1.119 moko 24011: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24012: check
24013:
24014: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24015: dynamic row_count
24016:
24017: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24018: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24019: targets/Makefile.am: Initial revision
24020:
24021: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24022: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24023: targets/Makefile.am: creating parser3 module
24024:
E-mail: