Annotation of parser3/ChangeLog, revision 1.144
1.144 ! moko 1: 2020-10-29 moko
! 2:
! 3: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
! 4: ^use[file; $.main(true) ] implemented for auto.p processing and
! 5: path_translated changing to correct relative files path
! 6: calculation in httpd mode
! 7:
! 8: * src/: include/pa_request.h, main/pa_request.C:
! 9: fail_on_read_problem removed, as it allways true, as if should
! 10: be.
! 11:
! 12: * src/: include/pa_request.h, main/pa_request.C,
! 13: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
! 14: targets/isapi/parser3isapi.C: clearing config_filespec when
! 15: config was not found, thus flag not required and removed.
! 16:
! 17: 2020-10-28 moko
! 18:
! 19: * tests/: 402.html, results/402.processed: error reporting test
! 20:
! 21: * src/main/execute.C: better error reporting when
! 22: $result[^hash::create[]] in @main.
! 23:
! 24: * src/main/: execute.C, pa_request.C: frame.result() should be used
! 25: + minor optimization
! 26:
! 27: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 28: main/pa_xml_io.C: execute_*_method simplified and unified
! 29:
! 30: 2020-10-27 moko
! 31:
! 32: * tests/: 306.html, results/306.processed: a bit more testing. :)
! 33:
! 34: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
! 35: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 36: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
! 37: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
! 38: types/pa_vmethod_frame.h, types/pa_vobject.C,
! 39: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
! 40: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
! 41: longer used in object-prototype mode
! 42:
! 43: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
! 44: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
! 45: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
! 46: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
! 47: $form:name[value] features
! 48:
1.143 moko 49: 2020-10-18 moko
50:
51: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
52:
53: 2020-10-15 moko
54:
55: * src/main/pa_http.C: url no longer needed as
56: ALTER_EXCEPTION_SOURCE is used
57:
58: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
59: main/pa_http.C: check_file_size filespec is now optional
60:
61: * src/: classes/curl.C, include/pa_exception.h,
62: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
63: ALTER_EXCEPTION_COMMENT added for better error reporting
64:
65: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
66: results/346-curl.processed, results/379-curl.processed,
67: results/379.processed: test results updated as load now provides
68: better error reporting + curl responses updated
69:
70: 2020-10-14 moko
71:
72: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
73: main/pa_string.C, targets/apache/mod_parser3_core.C,
74: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
75: checked. 10 is now default base, no hex autodetect by default
76:
77: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
78: connection socket closing in destructor + accept exception
79: handling
80:
81: * src/targets/cgi/parser3.C: warning war
82:
83: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
84: main/pa_request.C, targets/apache/mod_parser3_core.C,
85: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
86: exception handling unified
87:
88: 2020-10-13 moko
89:
90: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
91: autodetection
92:
93: * src/targets/apache/mod_parser3_core.C: reverted to atoi
94:
95: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
96:
97: * src/main/pa_http.C: warning war
98:
1.142 moko 99: 2020-10-12 moko
100:
1.143 moko 101: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
102: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
103: unhandled exception code optimization
104:
105: * src/targets/cgi/parser3.C: request_info now global variable
106:
107: * src/main/pa_http.C: http_read_response moved to HTTP_response
108: class
109:
110: * src/: include/pa_http.h, main/pa_http.C,
111: targets/cgi/pa_sapi_info.h: read_post implemented
112:
1.142 moko 113: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
114: [host:]port syntax support in httpd mode
115:
116: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
117: targets/cgi/parser3.C: populate_env added
118:
119: * src/include/pa_hash.h: to make get(char *) compiling in
120: HashStringString
121:
122: 2020-10-10 moko
123:
124: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
125: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
126:
127: * src/: include/pa_http.h, include/pa_request_info.h,
128: main/pa_http.C, main/pa_string.C,
129: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
130: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
131: types/pa_vrequest.C: initial httpd mode implementation
132:
1.141 moko 133: 2020-10-04 moko
134:
135: * src/targets/cgi/parser3.C: options together
136:
137: 2020-09-30 moko
138:
139: * src/main/pa_http.C: renamed
140:
1.140 moko 141: 2020-08-14 moko
142:
143: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
144: src/targets/cgi/Makefile.am: no httpd as separate library
145:
146: 2020-08-13 moko
147:
148: * src/targets/cgi/parser3.C: SAPI::die used in exception in
149: unhandled exception handler to report 500 instead of 200 it was
150: before.
151:
152: * src/targets/apache/mod_parser3_core.C: minor cleanup
153:
154: * src/: include/pa_sapi.h, main/untaint.C,
155: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
156: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
157: thus replaced with SAPI::die and removed
158:
159: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
160: cgi/parser3.C: whitespace
161:
162: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
163:
164: 2020-08-12 moko
165:
166: * src/targets/cgi/parser3.C: duplicate info in signal logging
167: removed, whitespace was: SIGPIPE received while executing code.
168: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
169: cl=0]
170:
171: * parser3.sln: + httpd.vcproj
172:
173: 2020-08-11 moko
174:
175: * src/targets/cgi/Makefile.am: +libhttpd
176:
177: * configure.ac, src/lib/Makefile.am: +libhttpd
178:
1.139 moko 179: 2020-07-13 moko
180:
181: * tests/: 401.html, results/401.processed: test for hash key does
182: not keep language, but tainted in foreach.
183:
1.138 moko 184: 2020-07-01 moko
185:
186: * tests/: 235.html, results/235.processed: test result updated as
187: messages before attachments implemented (feature #1176)
188:
1.137 moko 189: 2020-06-27 moko
190:
191: * tests/: 400.html, results/400.processed: test updated to check
192: ^return{code}
193:
194: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
195: fixed
196:
197: 2020-06-26 moko
198:
199: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
200: added (related to https://www.parser.ru/forum/?id=85319)
201:
202: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
203: when $result assignment was last statement in the method
204: (https://www.parser.ru/forum/?id=85319)
205:
1.136 moko 206: 2020-05-23 moko
207:
208: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
209: whitespace, unused level removed
210:
211: 2020-05-19 moko
212:
213: * src/types/pa_vmail.C: whitespace
214:
215: * src/types/pa_vmail.C: files should be processed last (related to
216: feature #1176)
217:
1.135 moko 218: 2020-05-12 moko
219:
220: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
221: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
222:
223: * configure.ac: FreeBSD1X.X check added to avoid
224: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
225:
1.134 moko 226: 2020-02-26 moko
227:
228: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
229: compilation issue (related to bug #1201)
230:
231: * src/main/pa_common.C: entry_readable -> entry_exists,
232: undocumented access(fname, R_OK) call removed (fixes bug #1201)
233: -f and -d now works under Windows in UTF-8 with Russian
234: filenames.
235:
236: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
237: advice (related to feature #1199)
238:
239: 2020-02-25 moko
240:
241: * buildall: --silent removed
242:
243: * configure.ac: gmime-3.0 support
244:
245: * buildall: --with-system-mailreceive option added to build with
246: system libgmime
247:
248: * src/types/pa_vmail.C: avoiding
249: https://github.com/jstedfast/gmime/issues/83 "feature" (related
250: to feature #1199)
251:
1.133 moko 252: 2020-02-18 moko
253:
254: * src/classes/op.C: windows x64 debug mode compile fix
255:
256: * src/main/pa_globals.C: no longer required due to -MD -> -MT
257: change (releated to feature #1200)
258:
259: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
260: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
261: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
262: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
263: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
264: targets/apache/ApacheModuleParser3.vcproj,
265: targets/apache/ApacheModuleParser3Core.vcproj,
266: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
267: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
268: dependency (related to feature #1200)
269:
1.132 moko 270: 2020-02-12 moko
271:
272: * src/types/pa_vmail.C: minimize diff
273:
274: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
275: #1199)
276:
1.131 moko 277: 2020-01-18 moko
278:
279: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
280:
1.130 moko 281: 2019-12-28 moko
282:
283: * src/targets/cgi/parser3.C: avoid empty ?
284:
285: 2019-12-27 moko
286:
287: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
288: DOCUMENT_ROOT (related to feature #1164)
289:
290: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
291: fcgiwrap setup (implements feature #1164)
292:
293: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
294: but no issues found (related to feature #1164)
295:
296: * src/targets/cgi/parser3.C: actualized
297:
298: 2019-12-26 moko
299:
300: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
301: removed
302:
303: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
304: removed
305:
306: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
307: allocation errors, we don't want default gc warnings (without
308: timestamp and URI).
309:
310: * src/: classes/memory.C, main/pa_globals.C,
311: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
312: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
313: pa_globals_init
314:
315: * src/main/pa_globals.C: setup_hex_value() removed, static array
316: initialization used (optimization)
317:
318: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
319: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
320: pa_socks_init/pa_socks_done moved inside pa_globals_init
321: (optimization)
322:
1.129 moko 323: 2019-12-09 moko
324:
325: * src/include/pa_config_fixed.h: warning war
326:
1.128 moko 327: 2019-12-08 moko
328:
329: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
330: process grammar under Unix.
331:
332: 2019-12-07 moko
333:
334: * tests/389.html: For Windows XP. :)
335:
336: * tests/388-sql.html: Windows compatibility added
337:
338: 2019-12-06 moko
339:
340: * src/targets/cgi/parser3.C: warning war
341:
342: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
343: == sizeof(CORD)) to avoid aligning bugs in future
344:
345: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
346: XML_STATIC
347:
348: * src/include/pa_request.h: StackItem() not required
349:
350: * src/include/pa_stack.h: warning war
351:
352: * src/include/pa_config_includes.h: GCC warning silenced
353:
354: * src/include/pa_memory.h: warning war: the program should also
355: define 'void operator delete [](void*, std::size_t)'
356: [-Wsized-deallocation]
357:
358: * src/types/: pa_vregex.h, pa_vtable.h: warning war
359:
360: * src/classes/string.C: not reqired cast removed
361:
362: * src/classes/string.C: not reqired cast removed
363:
364: 2019-12-05 moko
365:
366: * src/lib/sdbm/pa_file_io.C: warning war
367:
368: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
369: enum Language : size_t - required for VS2015+ to make
370: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
371: without it (related to feature #1198)
372:
373: 2019-12-04 moko
374:
375: * src/main/pa_base64.C: unsigned char -> uchar
376:
377: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
378: as other libs
379:
380: * src/include/pa_version.h: +amd64
381:
382: 2019-12-03 moko
383:
384: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
385: release
386:
387: * src/include/pa_config_includes.h: warning war
388:
389: * src/classes/image.C: warning war
390:
391: * src/main/pa_globals.C: x64 libs support
392:
393: * src/include/pa_config_includes.h: warning war
394:
395: * src/types/pa_method.h: warning war
396:
1.127 moko 397: 2019-11-28 moko
398:
399: * src/classes/math.C: vs2003 compatibility + warning war
400:
401: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
402: libxml2-2.9.9 (related to feature #1136)
403:
404: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
405: typecast for more compatibility (related to feature #1136)
406:
407: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
408: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
409: feature #1136)
410:
411: 2019-11-26 moko
412:
413: * src/main/: compile_tools.C, compile_tools.h: invalid assert
414: removed (it was failing in $$var case), condition added
415:
1.126 moko 416: 2019-11-25 moko
417:
418: * tests/: 397.html, 399.html, results/141.processed,
419: results/399.processed: base64 options tested
420:
421: * src/: classes/math.C, main/pa_http.C: base64 options used
422:
423: * src/main/pa_base64.C: base64 encode rewritten, base64 options
424: implemented (feature #986)
425:
426: * src/main/pa_cache_managers.C: whitespace
427:
428: * tests/: 397.html, 399.html, results/399.processed: tests for
429: ^base64 encode options added (related to feature #986)
430:
431: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
432: pa_base64_encode(file) removed - more memory, but faster and less
433: code (related fo feature #986)
434:
435: 2019-11-24 moko
436:
437: * tests/: 155.html, results/155.processed: limit and offset in
438: ^table::load[] now supported, thus test added
439:
440: * src/: classes/file.C, classes/table.C, include/pa_common.h,
441: main/pa_common.C: optimization: offset and limit options parsing
442: moved inside file_load.
443:
444: 2019-11-23 moko
445:
446: * src/: classes/file.C, classes/op.C, include/pa_common.h,
447: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
448: optimization: file_read replaced with simplified file_read_binary
449:
450: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
451: types/pa_vform.C: whitespace
452:
453: * src/: include/pa_common.h, main/pa_common.C: never used params
454: removed
455:
456: 2019-11-21 moko
457:
458: * tests/: 193.html, results/193.processed, results/389.processed:
459: test results updated as now base64 does not discard tail without
460: padding (related to feature #986)
461:
462: 2019-11-20 moko
463:
464: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
465: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
466: pa_base64_decode (related to feature #986)
467:
468: * tests/398.html: tests for base64 decode added (related to feature
469: #986)
470:
471: * src/main/pa_base64.C: base64_decode rewritten - padding option
472: support, padding inside base 64 supported (related to feature
473: #096)
474:
475: 2019-11-19 moko
476:
477: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
478: FreeBSD 12
479:
1.125 moko 480: 2019-11-16 moko
481:
482: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
483: support added, step support removed (related to #986)
484:
485: 2019-11-15 moko
486:
487: * src/classes/math.C: using log since log2 is not present on
488: FreeBSD < 8.4 (related to feature #1177)
489:
490: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
491: pa_base64_size extracted and used for files as well (related to
492: feature 986)
493:
494: 2019-11-14 moko
495:
496: * tests/: 397.html, results/397.processed: + content check
497:
498: * tests/: 141.html, results/141.processed: make test resuls more
499: readable
500:
501: * tests/: 397.html, results/193.processed, results/397.processed:
502: test results updated after \x00 character was disabled in
503: math:convert string mode (related to feature #1177)
504:
505: * src/classes/: math.C, string.C: \\x00 character disabled while
506: converting to string (as in base64, related to feature #1177)
507:
508: * src/classes/file.C: more correct arguments separation
509:
510: * src/: classes/file.C, classes/math.C, classes/string.C,
511: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
512: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
513: options added, but not yet implemented (related to feature #986)
514:
515: * src/classes/math.C: whitespace
516:
517: 2019-11-13 moko
518:
519: * tests/: 397.html, results/397.processed: +tainting test (related
520: to feature #1177)
521:
522: * src/classes/math.C: as we now produce not only digits, result
523: should be tainted (related to feature #1177)
524:
525: * src/main/pa_base64.C: whitespace
526:
527: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
528: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
529: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
530: implementation moved from pa_common.h and pa_common.C
531:
532: 2019-11-12 moko
533:
534: * tests/: 275.html, results/275.processed: out of range test fixed,
535: as ^math:convert now supports arbitrary precision
536:
537: 2019-11-11 moko
538:
539: * tests/results/389.processed: uctualized error message
540:
541: * tests/: 389.html, 397.html, results/397.processed: tests for
542: ^math:convert added (related to feature #1177)
543:
544: * src/classes/math.C: ^math:convert now supports arbitrary
545: precision, alphabet support added (implements feature #1177)
546:
1.124 moko 547: 2019-11-06 moko
548:
549: * tests/: 181.html, results/181.processed: entities usage added,
550: more entites load tests (related to bug #842 discussion)
551:
552: 2019-11-05 moko
553:
554: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
555: call from xmlFileOpen if http://localhost/<file> was not found
556: (related to bug #842)
557:
558: * src/main/pa_xml_io.C: rename
559:
560: * src/main/pa_xml_io.C: +MemoryStream constructor
561:
562: * src/main/pa_xml_io.C: whitespace
563:
1.123 moko 564: 2019-10-31 moko
565:
566: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
567: XML_PARSE_NOENT) added to fix entities load, (related to feature
568: #1181)
569:
1.122 moko 570: 2019-10-25 moko
571:
572: * tests/: 388-sql.html, results/388-sql.processed: more multiple
573: queries tests
574:
575: 2019-10-24 moko
576:
577: * tests/: 388-sql.html, results/388-sql.processed: support for
578: pgsql driver test
579:
580: * tests/: 388-sql.html, results/388-sql.processed:
581: multi_statements=1 now tested, mysql test now supported
582: (connection must be specified in [parser3] section in .my.cnf)
583: related to issues #1195 and #1194
584:
1.121 moko 585: 2019-09-11 moko
586:
587: * src/classes/int.C: whitespace
588:
589: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
590: exception test
591:
592: * tests/results/388-sql.processed: sql queries now shown (related
593: to feature #1196)
594:
595: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
596: with old parser versions.
597:
598: * src/: classes/file.C, classes/hash.C, classes/string.C,
599: classes/table.C, classes/void.C, include/pa_sql_connection.h,
600: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
601: instead of connect string in query_event_handlers exceptions
602: (implements feature #1196)
603:
1.120 moko 604: 2019-09-06 moko
605:
606: * tests/388-sql.html: mysql compat
607:
608: * src/: classes/hash.C, classes/string.C, classes/table.C,
609: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
610: sql_ variables declaration moved to pa_common.h
611:
1.116 moko 612: 2019-01-15 moko
613:
614: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
615: logically sorted
616:
617: 2018-12-27 moko
618:
619: * src/include/pa_config_includes.h: warning war:
620: -Wdeprecated-register added for C++ 17
621:
622: 2018-10-15 moko
623:
624: * configure.ac: FreeBSD 11.2 can be build with ./configure
625: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
626: --with-xml=/usr/local/
627:
628: 2018-09-24 moko
629:
630: * tests/: 396.html, 396.tiff, results/396.processed: test for
631: ^image::measure[] now supports tiff added (related to feature
632: #1188)
633:
634: * src/classes/image.C: ^image::measure[] now supports tiff
635: (implements feature #1188)
636:
637: 2018-09-20 moko
638:
639: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
640: files measure added (related to ticket #1188)
641:
642: * src/classes/image.C: measure of bmp files implemented (related to
643: ticket #1188)
644:
645: 2018-09-18 moko
646:
647: * tests/: 394-curl.html, results/394-curl.processed,
648: results/auto.p: test for bug #1187 (max_file_size check for head
649: requests) added
650:
651: 2018-08-24 moko
652:
653: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
654: response content-length check is required (fixes bug #1187)
655:
656: 2018-05-11 moko
657:
658: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
659: $.append(bool) ] option added (related to feature #919)
660:
661: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
662: from misha@ patch (implements feature #919)
663:
664: 2018-03-22 moko
665:
666: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
667: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
668: with 128kb buffer. Now works at least 12 times faster. :) May be
669: Windows-only problem.
670:
671: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
672: build fix)
673:
674: 2018-02-03 moko
675:
676: * src/main/execute.C: removes irrelevant lines from exception stack
677: trace when exceptions occurs in assigment (fixes bug #1165)
678:
679: * tests/: 393.html, results/393.processed: test for behavour after
680: "Property can not be created, already exists field with that
681: name" exception removed (related to feature #1183)
682:
683: * src/types/pa_vclass.C: "Property can not be created, already
684: exists field with that name" exception removed (implements
685: feature #1183)
686:
687: 2018-01-19 moko
688:
689: * src/classes/string.C: whitespace
690:
691: * src/classes/string.C: whitespace
692:
693: * tests/: 392.html, results/392.processed: test for
694: ^regex::create[$regex] added (related to feature #1135)
695:
696: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
697: ^regex::create[$regex] added (implements feature #1135)
698:
699: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
700: commented define added (related to feature #1157)
701:
702: 2018-01-17 moko
703:
704: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
705:
706: 2018-01-15 moko
707:
708: * tests/: 390.html, results/390.processed: real path replaced by
709: stub
710:
711: * tests/: 391.html, results/391.processed: test for feature #1181
712: (XML_PARSE_HUGE exception) added
713:
714: 2018-01-11 moko
715:
716: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
717:
718: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
719: XML_PARSE_HUGE option passed by default (implements feature
720: #1181)
721:
722: * src/classes/string.C: whitespace
723:
724: 2017-12-10 moko
725:
726: * tests/: 389.html, 390.html, results/389.processed,
727: results/390.processed: image code coverage tests added (related
728: to feature #1125)
729:
730: 2017-12-08 moko
731:
732: * tests/: 346-curl.html, 388-sql.html, 389.html,
733: results/346-curl.processed, results/388-sql.processed,
734: results/389.processed: more code coverage tests
735:
736: * tests/: 264.html, results/264.processed: code coverage for
737: ^file::exec[]
738:
739: 2017-12-07 moko
740:
741: * tests/: 174.html, 388-sql.html, 389.html,
742: results/388-sql.processed, results/389.processed,
743: results/174.processed: more coverage tests
744:
745: * src/classes/math.C: exception text actualized
746:
747: 2017-12-06 moko
748:
749: * tests/388-sql.html: $SQL can be here
750:
751: * tests/results/auto.p: $SQL not required here
752:
753: * tests/: 388-sql.html, 389.html, Makefile,
754: results/388-sql.processed, results/389.processed, results/auto.p:
755: code coverage tests for sql (using sqlite) and int/double/bool
756: added (related to feature #1125)
757:
758: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
759: lib/json/json.vcproj, lib/md5/md5.vcproj,
760: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
761: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
762: targets/apache/ApacheModuleParser3Core.vcproj,
763: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
764: types/types.vcproj: gc\include no longer required
765:
766: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
767: required
768:
769: * src/: classes/Makefile.am, classes/table.C,
770: include/pa_config_includes.h, include/pa_string.h,
771: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
772: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
773: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
774: targets/apache/Makefile.am, targets/cgi/Makefile.am,
775: types/Makefile.am: to be sure that our version of gc.h/cord.h is
776: used, we now include it directly
777:
778: 2017-12-04 moko
779:
780: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
781: memcached/memcached.vcproj, punycode/punycode.vcproj,
782: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
783: where required
784:
785: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
786: now can be used to trace memory allocations
787:
788: * src/: classes/table.C, include/pa_config_includes.h,
789: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
790: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
791: method removes, libcord also can work without libgc
792:
793: * src/classes/json.C: pa_gc_malloc_atomic should not be used
794:
795: 2017-11-29 moko
796:
797: * src/classes/curl.C: no exception if some of ^curl:info[] elements
798: are not present (related to feature #1173)
799:
800: * tests/346-curl.html: test updated to test curl content-length bug
801: (related to feature #1173)
802:
803: * tests/results/346-curl.processed: more test for content-length
804: curl bug (related to feature #1173)
805:
806: * tests/results/346-curl.processed: test results updated after
807: #1173 implemented
808:
809: 2017-11-28 moko
810:
811: * src/classes/curl.C: another libcurl Content-length bug walkaround
812: (related to feature #1173)
813:
814: 2017-11-27 moko
815:
816: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
817: $.http_version[version string] added (implements feature #1173),
818: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
819: where $post(true) bug existed.
820:
821: 2017-11-18 moko
822:
823: * src/include/pa_memory.h: warning war (related to feature #1170)
824:
825: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
826: feature #1170)
827:
828: 2017-11-17 moko
829:
830: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
831: std::basic_stringstream used in ^table.csv-string[] is compatible
832: with delete usage check only under Debian 9 (related to feature
833: #1170)
834:
835: 2017-11-16 moko
836:
837: * src/: classes/curl.C, classes/hash.C, classes/json.C,
838: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
839: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
840: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
841: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
842: types/pa_vxdoc.h: regular new/delete no longer used in our code,
843: stubs defend from accidental use (implements feature #1170)
844:
845: 2017-06-24 moko
846:
847: * configure.ac: minor fix: thanks to alx@
848:
1.115 moko 849: 2017-05-29 moko
850:
851: * src/types/pa_vmail.C: mail headers are now correctly truncated -
852: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
853: added to avoid cutting of UTF-8 chars (fixed bug #123)
854:
855: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
856: ignored, =?UTF-8?Q?= should start in case of leading space
857: (related to bug #123)
858:
859: * buildall: echo -n -> printf for OS X. :)
860:
861: 2017-05-25 moko
862:
863: * tests/: 288.html, results/288.processed: test updated afted
864: setting $o.prop without setter exception removed (related to
865: feature #1157)
866:
867: * src/types/pa_vclass.C: no more "this property has no setter
868: method" when setting $o.prop without setter (implements feature
869: #1157)
870:
871: * buildall: echo \c -> echo -n for FreeBSD
872:
873: * configure, configure.ac, src/include/pa_config_auto.h.in,
874: src/types/pa_vdouble.h: isfinite now checked in configure
875:
876: * compile, config.guess, config.sub, depcomp, install-sh, missing:
877: upgraded to automake 1.15
878:
879: 2017-05-23 moko
880:
881: * src/types/pa_vdouble.h: finite returned where isfinite not
882: defined
883:
884: 2017-05-22 moko
885:
886: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
887:
888: * buildall: extern CFLAGS setting support
889:
890: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
891:
892: * buildall: http -> https
893:
894: * buildall: gc-7.2f -> gc-7.6.0
895:
896: 2017-05-20 moko
897:
898: * buildall: https, pcre, xml, xslt updated to current versions
899: (related to feature #1136)
900:
901: 2017-05-19 moko
902:
903: * tests/097.html: after parser.ru moved to https
904:
905: 2017-05-17 moko
906:
907: * tests/results/: 175.processed, 372.processed: tests resuls
908: updated after lintian spelling typos fixed (related to bug #1156)
909:
910: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
911: classes/string.C, classes/table.C, main/pa_charset.C,
912: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
913: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
914: lintian reported by Sergey B Kirpichev (fixes bug #1156)
915:
916: * tests/results/096.processed: +XMP
917:
918: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
919: $.xmp(true) options tested (test for feature #1154)
920:
921: * src/classes/image.C: ^image:measure[] options $.exif(false)
922: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
923: fetched by default! (implements feature #1154)
924:
925: 2017-05-16 moko
926:
927: * tests/: 256.html, results/256.processed: ^json:string[$image] now
928: allowed (related to feature #1154)
929:
930: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
931: initial XMP implementation - without options and transcode
932: (related to feature #1154)
933:
934: 2017-05-12 moko
935:
936: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
937: image: exif moved to ffields, skipped in ^image.html[] where
938: iterators now used (preparation for feature #1154)
939:
940: 2017-05-05 moko
941:
942: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
943: results/387.processed: test for circular class inheritance check
944: added (related to bug #1150)
945:
946: * src/types/pa_vstateless_class.C: circular class inheritance check
947: added (fixes endless add_derived bug #1150)
948:
949: 2017-05-04 moko
950:
951: * tests/: 386.html, results/386.processed: test for
952: $table.value(number) added (related to feature #1152)
953:
954: * src/types/pa_vtable.C: table put_element: column value must be
955: string - > column value must be string compatible to allow
956: $t.value(1) (implements feature #1152)
957:
958: 2017-05-03 moko
959:
960: * src/main/pa_request.C: $use[$method] is not possible, reverting
961: (related to feature #1151)
962:
963: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
964: not possible, removing test (related to feature #1151)
965:
966: * src/: main/pa_request.C, types/pa_vstateless_class.h:
967: get_element_method added and used to allow $use[$method] and
968: $autouse[$method] (implements feature 1151)
969:
970: * tests/: 386.html, 386.p, results/386.processed: test for @use in
971: variable added (related to feature #1151)
972:
973: * tests/results/226.processed: actualized after ^try-catch used
974:
975: * tests/: 226.html, 385.html, results/385.processed: test for
976: @autouse in variable added
977:
978: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
979:
1.114 moko 980: 2017-02-27 moko
981:
982: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
983:
1.113 moko 984: 2017-02-20 moko
985:
986: * operators.txt: actualization + beauty
987:
988: 2017-02-16 moko
989:
990: * tests/: 384.html, results/384.processed: test for
991: ^reflection:mixin[; $.name[] ] option added (related to feature
992: #1089)
993:
994: * tests/: 384.html, results/384.processed: test for
995: ^reflection:mixin[] added (related to feature #1089)
996:
997: * src/types/pa_value.h: warning war: virtual ~Value() added
998:
1.112 moko 999: 2017-02-15 moko
1000:
1001: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1002: fixed
1003:
1004: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1005: test added (related to feature #1069)
1006:
1007: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1008: compilation without HASH_ORDER fixed
1009:
1010: * src/: classes/reflection.C, include/pa_hash.h:
1011: $.reverse(true/false) added to ^reflection:methods[] (related to
1012: feature #1069)
1013:
1014: 2017-02-14 moko
1015:
1016: * tests/: 152.html, results/152.processed: test for $._default hash
1017: added (related to bug #1131)
1018:
1019: * tests/: 277.html, results/277.processed: test for hash with only
1020: $._default is now defined (related to bug #1131)
1021:
1022: * src/types/pa_vhash.h: hash with only $._default is now defined
1023: (fixed bug #1131)
1024:
1025: 2017-02-13 moko
1026:
1027: * tests/cat-windows.sh: cat-windows added (cygwin required)
1028:
1029: * tests/: 171.html, 264.html, 286.html, 370.html,
1030: results/320.processed, results/375.processed, results/auto.p:
1031: cat-windows.sh support added
1032:
1033: * tests/375.html: Windows support
1034:
1035: * tests/270.html: documented
1036:
1037: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1038: (not backslashes) even under Windows (broke test 270)
1039:
1040: 2017-02-12 moko
1041:
1042: * tests/: descript.ion, todo.txt: cleanup
1043:
1044: 2017-02-09 moko
1045:
1046: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1047: run_tests.cmd: Windows compatibility
1048:
1049: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1050: incorrectly (GMT) if parser is called from cygwin
1051:
1.111 moko 1052: 2017-02-08 moko
1053:
1.112 moko 1054: * operators.txt: actualization 15% completed
1055:
1056: * operators.txt: cp1251 -> utf-8
1057:
1058: * NEWS, README: minor update
1059:
1060: * src/include/pa_config_includes.h: warning war continues
1061:
1062: * src/: include/pa_config_includes.h, include/pa_memory.h,
1063: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1064: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1065: gcc 6.x issues fixed
1066:
1.111 moko 1067: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1068: classes/classes.h, classes/curl.C, classes/date.C,
1069: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1070: classes/hashfile.C, classes/image.C, classes/inet.C,
1071: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1072: classes/memcached.C, classes/memory.C, classes/op.C,
1073: classes/reflection.C, classes/regex.C, classes/response.C,
1074: classes/string.C, classes/table.C, classes/void.C,
1075: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1076: include/pa_array.h, include/pa_cache_managers.h,
1077: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1078: include/pa_config_fixed.h, include/pa_config_includes.h,
1079: include/pa_dictionary.h, include/pa_dir.h,
1080: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1081: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1082: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1083: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1084: include/pa_request_charsets.h, include/pa_request_info.h,
1085: include/pa_sapi.h, include/pa_socks.h,
1086: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1087: include/pa_stack.h, include/pa_string.h,
1088: include/pa_stylesheet_connection.h,
1089: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1090: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1091: include/pa_uue.h, include/pa_xml_exception.h,
1092: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1093: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1094: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1095: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1096: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1097: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1098: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1099: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1100: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1101: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1102: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1103: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1104: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1105: main/pa_string.C, main/pa_stylesheet_connection.C,
1106: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1107: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1108: main/untaint.C, sql/pa_sql_driver.h,
1109: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1110: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1111: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1112: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1113: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1114: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1115: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1116: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1117: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1118: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1119: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1120: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1121: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1122: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1123: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1124: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1125: types/pa_vmemcached.h, types/pa_vmemory.h,
1126: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1127: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1128: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1129: types/pa_vresponse.C, types/pa_vresponse.h,
1130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1131: types/pa_vstateless_object.h, types/pa_vstatus.C,
1132: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1133: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1134: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1135: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1136: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1137: 2015->2017
1138:
1.110 moko 1139: 2017-02-07 moko
1140:
1141: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1142:
1143: 2017-02-06 moko
1144:
1145: * src/main/pa_common.C: minor fixes, whitespace
1146:
1147: * src/: classes/curl.C, classes/file.C, classes/image.C,
1148: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1149: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1150: now used (implements feature #1081)
1151:
1152: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1153:
1154: 2017-02-01 moko
1155:
1156: * src/include/pa_request.h: cleanup
1157:
1158: 2017-01-30 moko
1159:
1160: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1161:
1162: 2017-01-29 moko
1163:
1164: * tests/: 383.html, results/383.processed: test for
1165: ^reflection:stack[] added (related to feature #1052)
1166:
1167: * src/classes/reflection.C: else added
1168:
1169: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1170: $.max_file_lock_wait added (implements feature #1128)
1171:
1172: 2017-01-28 moko
1173:
1174: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1175: body and other cases tests added (related to featue #1014)
1176:
1177: * src/classes/curl.C: bug if response is empty fixed (related to
1178: feature #1014)
1179:
1180: 2017-01-27 moko
1181:
1182: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1183: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1184: added (implements feature #1052)
1185:
1186: 2017-01-25 moko
1187:
1188: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1189: method test added
1190:
1191: 2017-01-23 moko
1192:
1193: * src/classes/reflection.C: optimization: options->get replaced by
1194: hash iterator
1195:
1196: * tests/: 381.html, results/381.processed: now -> fixed date
1197:
1198: * src/main/pa_request.C: warning war
1199:
1200: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1201: 5Mb (fixes bug #1058)
1202:
1203: * src/classes/curl.C: warning war
1204:
1205: * tests/: 381.html, results/381.processed: tests for ^json:string
1206: $.one-line(true) option added (related to feature #1124)
1207:
1208: * src/: classes/json.C, types/pa_value.h: $json-string
1209: $.one-line(true|false) options is now supported (implements
1210: feature #1124)
1211:
1212: * tests/: 380.html, results/380.processed: test for modified
1213: $.max_file_size added (related to bug #1014)
1214:
1215: * tests/: 379.html, results/auto.p: tests for rewritten http file
1216: load added (related to bug #1014)
1217:
1218: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1219: main/pa_common.C, main/pa_http.C: check_file_size added and used
1220: in curl / file load from disk and http, http file load rewritten
1221: (related to bug #1014)
1222:
1223: 2017-01-18 moko
1224:
1225: * tests/: 378.html, results/378.processed: tests for ^result[]
1226: added (related to feature #66)
1227:
1228: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1229: Method::CO_WITHOUT_FRAME as frame still added in expression
1230: (related to feature #66)
1231:
1232: 2017-01-17 moko
1233:
1234: * tests/: 377.html, results/377.processed: test for different
1235: combinations of breaks in body and delimiter (related to bug
1236: #1077)
1237:
1238: * tests/: 376.html, results/376.processed: many ^break[] tests
1239: added (related to bug #1077)
1240:
1241: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1242: passed to native method" exception added to avoid bugs due to
1243: WRITE_EXPR_RESULT skipped and native methods execution continues
1244: after ^break[] (related to bug #1077)
1245:
1246: 2017-01-14 moko
1247:
1248: * tests/: 330.html, results/330.processed: test results updated
1249: after ^break[] bugs where fixed (related to bug #1077)
1250:
1251: * tests/: 329.html, results/329.processed: test results updated
1252: after ^break[] bugs where fixed (related to bug #1077)
1253:
1254: * tests/results/320.processed: ^return[] added
1255:
1256: 2017-01-13 moko
1257:
1258: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1259: classes/table.C, include/pa_request.h, main/execute.C,
1260: main/pa_request.C, targets/cgi/parser3.C,
1261: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1262: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1263: checked after each possible process/execute call (fixes bug
1264: #1077)
1265:
1266: 2016-12-29 moko
1267:
1268: * src/main/pa_common.C: warning war
1269:
1270: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1271: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1272: pa_file_size_limit added, ^math:random fixed for upper limit and
1273: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1274: (related to feature #1014)
1275:
1276: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1277: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1278: (related to feature #1014)
1279:
1280: 2016-12-28 moko
1281:
1282: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1283: warning war
1284:
1285: 2016-12-26 moko
1286:
1287: * tests/: 341.html, results/341.processed: test for
1288: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1289:
1290: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1291: (related to feature #1057)
1292:
1293: * src/types/pa_vdate.C: warning war continues...
1294:
1295: * src/: classes/date.C, classes/image.C, classes/table.C,
1296: include/pa_config_includes.h, types/pa_vfile.C: warning war
1297:
1298: * src/lib/gd/gifio.C: warning war / cleanup
1299:
1300: * src/lib/json/pa_json.C: warning war
1301:
1302: * src/classes/hash.C: warning war
1303:
1304: * src/types/pa_vfile.C: warning war
1305:
1306: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1307: -Wall warning war continues
1308:
1309: * configure.ac: --with-build-warnings actualized
1310:
1311: 2016-12-25 moko
1312:
1313: * src/main/pa_exec.C: -wAll warning war
1314:
1315: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1316: -wAll warning war
1317:
1318: * src/: include/pa_common.h, include/pa_sapi.h,
1319: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1320: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1321: -wAll warning war
1322:
1323: 2016-12-23 moko
1324:
1325: * src/lib/ltdl/Makefile.am: extra dist added
1326:
1327: * tests/results/344.processed: test result updated after $file.text
1328: prefetched in ^hash::create[$file] (related to feature #1075)
1329:
1330: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1331: ^hash::create[$file] (related to feature #1075)
1332:
1333: 2016-12-22 moko
1334:
1335: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1336: main/pa_request.C, main/pa_stylesheet_connection.C,
1337: types/pa_vfile.C: file_stat now return 64-bit size (implements
1338: #1014 under 32-bit unix versions)
1339:
1340: 2016-12-21 moko
1341:
1342: * tests/: 375.html, results/375.processed: test for exec returning
1343: stated file added (related to feature #1119)
1344:
1345: * src/classes/file.C: load should not return file with null body
1346: (fixes bug #1119)
1347:
1348: 2016-12-14 moko
1349:
1350: * tests/: 374.html, results/374.processed: test for $method.name
1351: added (related to feature #1117) plus method returning junction
1352: test
1353:
1354: 2016-12-13 moko
1355:
1356: * src/: include/pa_symbols.h, main/pa_symbols.C,
1357: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1358: (implements feature #1117)
1359:
1360: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1361: HEAD and TRACE can't have body (implements feature #1116)
1362:
1363: 2016-12-09 moko
1364:
1365: * tests/: 373.html, results/373.processed: tests for
1366: ^reflection:tainting added (related to feature #1098)
1367:
1368: * src/classes/reflection.C: ^reflection:tainting arguments order
1369: change (related to feature #1098)
1370:
1371: 2016-12-06 moko
1372:
1373: * src/: classes/reflection.C, include/pa_string.h,
1374: main/pa_string.C: ^reflection:tainting[$string] added (implements
1375: feature #1098)
1376:
1377: 2016-12-05 moko
1378:
1379: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1380: (fixes bug #1114)
1381:
1382: 2016-12-04 moko
1383:
1384: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1385: check added
1386:
1387: 2016-12-03 moko
1388:
1389: * tests/: 346-curl.html, results/346-curl.processed: test modified
1390: to test value.as_hash() usage
1391:
1392: * src/classes/curl.C: value.as_hash() used for correct hash
1393: processing
1394:
1395: * src/classes/reflection.C: exceptions texts fixes
1396:
1397: 2016-12-02 moko
1398:
1399: * tests/: 372.html, results/372.processed: tests for
1400: ^reflection:create[ $.class[name] $.constructor[name]
1401: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1402: feature #1094)
1403:
1404: * src/types/pa_vmethod_frame.h: comment added: params should be
1405: declared outside of *_FRAME_ACTION as MethodParams destructor
1406: will be called in ~VNativeMethodFrame
1407:
1408: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1409: ] minor fix
1410:
1411: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1412: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1413: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1414: now supported (implements feature #1094) value::as_hash added
1415: (and should be used everywhere)
1416:
1417: * src/classes/reflection.C: cleanup
1418:
1419: 2016-12-01 moko
1420:
1421: * tests/: 356.html, results/356.processed: test for method
1422: junctions class name added to the resulting hash added (related
1423: to feature #1068)
1424:
1425: * src/classes/reflection.C: for method junctions class name added
1426: to the resulting hash (related to feature #1068)
1427:
1428: 2016-11-30 moko
1429:
1430: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1431: exception (related to bug #1113)
1432:
1433: * src/types/pa_vhashfile.C: whitespace
1434:
1435: * src/main/pa_os.C: errno now returned as it should (fixes bug
1436: #1113)
1437:
1438: * tests/results/: 175.processed, 192.processed, 224.processed,
1439: 229.processed, 239.processed, 244.processed, 246.processed,
1440: 314.processed, 352.processed: tests results updated after method
1441: call exceptions improved as method now keeps its name
1442:
1443: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1444: types/pa_vmethod_frame.h: method call exceptions improved as
1445: method now keeps its name
1446:
1447: * tests/: 224.html, 239.html, results/224.processed,
1448: results/239.processed: tests and tests results updated after
1449: Request::construct exception changed
1450:
1451: * src/: classes/reflection.C, main/execute.C: Request::construct
1452: exception optimized
1453:
1454: * tests/: 371.html, results/371.processed: test for
1455: WWrapper.get_element call in $.name.key[value] code added
1456: (related to feature #1091)
1457:
1458: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1459: in $.name.key[value] code (related to feature #1091)
1460:
1461: 2016-11-29 moko
1462:
1463: * src/classes/op.C: VS warning war
1464:
1465: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1466: C4239: nonstandard extension used : 'return' : conversion from
1467: 'Value' to 'Value &' (related to feature #1020)
1468:
1469: * src/: main/execute.C, types/pa_vmethod_frame.h,
1470: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1471: used : 'return' : conversion from 'Value' to 'Value &' (related
1472: to feature #1020)
1473:
1474: * src/main/execute.C: VS warning war
1475:
1476: * src/targets/cgi/parser3.C: VS compatibility fix
1477:
1478: * src/include/pa_request.h: VS warning war
1479:
1480: * tests/: 370.html, results/370.processed: test for ^file::exec[
1481: ... $.stdin[$binary_file] ] added (related to bug #1044)
1482:
1483: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1484: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1485: $.stdin[$binary_file] (fixes bug #1044)
1486:
1487: 2016-11-28 moko
1488:
1489: * src/main/pa_exec.C: whitespace
1490:
1491: * src/main/pa_request.C: whitespace
1492:
1493: * tests/: 369.html, results/369.processed: test for
1494: $response:status usage added (related to feature #1099)
1495:
1496: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1497: if < 100 (implements feature #1099)
1498:
1499: * src/targets/cgi/parser3.C: whitespace
1500:
1501: * src/targets/cgi/parser3.C: whitespace
1502:
1503: * tests/: 368.html, results/368.processed: test updated after
1504: ^reflection:filename[$method] added (related to feature #1053)
1505:
1506: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1507: main/compile.y, main/execute.C, main/pa_request.C,
1508: types/pa_vclass.h: filename -> filespec,
1509: ^reflection:filename[$method] added (related to feature #1053)
1510:
1511: 2016-11-27 moko
1512:
1513: * tests/: 368.html, results/368.processed: test for
1514: reflection:filename[$class or object] added (related to feature
1515: #1053)
1516:
1517: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1518: types/pa_vstateless_class.h: ^reflection:filename[$class or
1519: object] added (implements feature #1053)
1520:
1521: 2016-11-26 moko
1522:
1523: * src/: include/pa_request_info.h,
1524: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1525: remove_absolute_uri -> strip_absolute_uri
1526:
1527: 2016-11-25 moko
1528:
1529: * src/: include/pa_request_info.h,
1530: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1531: request_info.remove_absolute_uri added to remove possible
1532: http://site.name/ from $request:uri (implements feature #1112)
1533:
1534: 2016-11-24 moko
1535:
1536: * tests/: 367-curl.html, results/367-curl.processed: test for
1537: previous request headers clearing after redirect added (related
1538: to bug #1109)
1539:
1540: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1541: response headers from previous requests are now cleared, only
1542: last request headers are collected (fixes bug #1109)
1543:
1544: * tests/results/: 266.processed, 321.processed, 356.processed:
1545: tests results updated as method name now added to the resulting
1546: hash for new syntax only (Imp1 compatimility fixed, related to
1547: feature #1068)
1548:
1549: * src/classes/reflection.C: method name now added to the resulting
1550: hash for new syntax only (Imp1 compatimility fixed, related to
1551: feature #1068)
1552:
1553: * tests/results/366.processed: test for native and parser
1554: implementation of ^use[] logic (related to feature #1074)
1555:
1556: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1557: for native and parser implementation of ^use[] logic (related to
1558: feature #1074)
1559:
1560: 2016-11-23 moko
1561:
1562: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1563: main/pa_request.C: @USE file now implemented as ^use[file;
1564: $.origin[origin_file] ] (implements feature #1074)
1565:
1.109 moko 1566: 2016-11-21 moko
1567:
1.110 moko 1568: * tests/: 365.html, results/365.processed: test for $caller bugs in
1569: 3.4.4 and $caller.method now tested (related to feature #1110)
1570:
1571: * tests/: 364.html, results/364.processed: $caller usage in
1572: different contexts now tested (related to feature #1110)
1573:
1574: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1575:
1576: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1577:
1.109 moko 1578: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1579: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1580: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1581: used (implements feature #1110)
1582:
1583: 2016-11-20 moko
1584:
1585: * src/types/pa_vdouble.h: whitespace
1586:
1587: 2016-11-11 moko
1588:
1589: * tests/: 363.html, results/363.processed: more tests for feature
1590: #1091 (how parser methods work in expression context)
1591:
1592: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1593: expressions strings are now written as strings, not values by
1594: write_as_string (related to feature #1091)
1595:
1596: * src/classes/op.C: to make more correct behavour in expression
1597: context
1598:
1599: 2016-11-07 moko
1600:
1601: * tests/: 362.html, results/362.processed: test for
1602: xsltParseStylesheetDoc caching as xsl modification after it added
1603: (related to bug #1108)
1604:
1605: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1606: result now cached as xdoc is modified after it (fixes bug #1108)
1607:
1608: 2016-11-06 moko
1609:
1610: * src/types/pa_vxdoc.h: whitespace
1611:
1612: 2016-11-05 moko
1613:
1614: * src/types/pa_vmethod_frame.h: cleanup
1615:
1616: 2016-11-03 moko
1617:
1618: * tests/results/244.processed: more correct exception after method
1619: frames separation
1620:
1621: * src/types/pa_vmethod_frame.h: minor optimizaion
1622:
1623: * src/types/pa_method.h: optimization: params_count added
1624:
1625: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1626: include/pa_request.h, main/execute.C, main/pa_request.C,
1627: types/pa_value.C, types/pa_vmethod_frame.C,
1628: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1629: VMethodFrame now divided into VNativeMethodFrame,
1630: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1631: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1632: and used (related to feature #1104)
1633:
1634: 2016-11-02 moko
1635:
1636: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1637: classes/double.C, classes/file.C, classes/hash.C,
1638: classes/hashfile.C, classes/image.C, classes/inet.C,
1639: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1640: classes/memcached.C, classes/op.C, classes/reflection.C,
1641: classes/regex.C, classes/string.C, classes/table.C,
1642: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1643: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1644: r.write (implements feature #1091)
1645:
1646: * src/main/execute.C: cleanup (related to feature #1104)
1647:
1648: * src/: include/pa_request.h, main/execute.C,
1649: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1650: added, in_expression removed (implements feature #1104)
1651:
1652: 2016-10-31 moko
1653:
1654: * src/types/pa_value.C: whitespace
1655:
1656: 2016-10-28 moko
1657:
1658: * tests/results/244.processed: updated after error reporting fixed
1659: in pa_wcontext.C
1660:
1661: * src/types/pa_wcontext.C: error reporting fixed
1662:
1663: * src/types/pa_wcontext.h: whitespace
1664:
1665: * src/classes/image.C: not fully readed entries are no longer
1666: processed (fixes bug #1106)
1667:
1668: 2016-10-26 moko
1669:
1670: * src/classes/image.C: whitespace
1671:
1672: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1673: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1674: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1675: longer required (related to feature #1091)
1676:
1677: * tests/results/: 264.processed, 350.processed: test results update
1678: reverted (whitespace optimization) after write_no_lang removed :)
1679: (related to feature #1091)
1680:
1681: * src/: classes/file.C, classes/hash.C, classes/op.C,
1682: classes/string.C, classes/table.C, classes/void.C,
1683: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1684: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1685: equal write_pass_lang (related to feature #1091)
1686:
1687: * tests/results/: 264.processed, 350.processed: test results
1688: updated (whitespace optimization) after write_assign_lang removed
1689: (related to feature #1091)
1690:
1691: * tests/: 361.html, results/361.processed: test for non-string
1692: ^untaint added (related to feature #1091)
1693:
1694: * src/: classes/curl.C, classes/date.C, classes/file.C,
1695: classes/hash.C, classes/op.C, classes/string.C,
1696: include/pa_request.h, main/execute.C: optimization:
1697: write_assign_lang removed as not required (first part of feature
1698: #1091 implementation)
1699:
1.108 moko 1700: 2016-10-12 moko
1701:
1702: * tests/: 360.html, results/360.processed: more test code (related
1703: to feature #1104)
1704:
1705: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1706: include/pa_request.h, main/compile.y, main/execute.C: opcode
1707: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1708: WContext is next task (implements feature #1104)
1709:
1710: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1711: / CO_WITHOUT_WCONTEXT
1712:
1713: * tests/: 360.html, results/360.processed: test for in expression
1714: state (related to feature #1104)
1715:
1716: 2016-10-11 moko
1717:
1718: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1719:
1720: * src/classes/op.C: default value removed from initializer
1721:
1722: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1723:
1724: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1725:
1726: 2016-10-10 moko
1727:
1728: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1729: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1730: to feature #42)
1731:
1732: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1733: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1734:
1735: 2016-10-08 moko
1736:
1737: * src/classes/double.C: whitespace
1738:
1739: 2016-10-07 moko
1740:
1741: * src/types/pa_vmethod_frame.h: reorder
1742:
1743: 2016-10-06 moko
1744:
1745: * src/classes/date.C: typo
1746:
1747: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1748:
1749: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1750: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1751: types/pa_vmethod_frame.h: params.get now returns Value&, not
1752: Value*
1753:
1754: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1755:
1756: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1757: removed; first as_* code rewrite
1758:
1759: 2016-10-05 moko
1760:
1761: * src/include/pa_request.h: whitespace
1762:
1763: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1764: intercept_string added (related to feature #1097)
1765:
1766: * src/: classes/image.C, classes/op.C, classes/table.C,
1767: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1768: optimization: intercept_string removed (implements feature #1097)
1769:
1770: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1771:
1772: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1773: from VCodeFrame and WWrapper as not required
1774:
1775: 2016-10-04 moko
1776:
1777: * src/: classes/curl.C, classes/date.C, classes/double.C,
1778: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1779: classes/int.C, classes/json.C, classes/op.C,
1780: classes/reflection.C, classes/string.C, classes/table.C,
1781: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1782: proces_to_value -> process after StringOrValue removed (related
1783: to feature #1020)
1784:
1785: * src/classes/form.C: whitespace
1786:
1787: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1788:
1789: * tests/: 357.html, 358.html, results/357.processed,
1790: results/358.processed, results/auto.p: test for @conf
1791: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1792:
1793: 2016-10-03 moko
1794:
1795: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1796: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1797: supported (implements feature #42)
1798:
1799: * src/types/pa_vregex.h: no reason for VRegex to be
1800: is_evaluated_expr
1801:
1802: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1803: (implements feature #1095)
1804:
1805: 2016-10-01 moko
1806:
1807: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1808: false by default (related to feature #1089)
1809:
1810: 2016-09-30 moko
1811:
1812: * src/types/pa_wcontext.h: cleanup
1813:
1814: 2016-09-29 moko
1815:
1816: * src/main/execute.C: whitespace
1817:
1818: * src/include/pa_request.h: whitespace
1819:
1820: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1821: classes/op.C, classes/table.C, include/pa_request.h,
1822: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1823: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1824: StringOrValue removed as it just slows down and adds complexity
1825: (implements feature #1020)
1826:
1827: 2016-09-28 moko
1828:
1829: * tests/: 356.html, results/266.processed, results/321.processed,
1830: results/356.processed: tests updated after name was added to
1831: method_info hash, test for ^reflection:method_info[junction]
1832: added (related to feature #1068)
1833:
1834: * src/classes/reflection.C: ^reflection:method_info[junction] now
1835: supported, method name added to the resulting hash (implements
1836: feature #1068)
1837:
1838: * tests/: 276.html, results/276.processed: more tests for
1839: ^reflection:delete[]
1840:
1841: * src/classes/reflection.C: fixed bug then ^reflection:delete
1842: didn't work on class and could damage native objects (like file)
1843:
1844: 2016-09-26 moko
1845:
1846: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1847: results/345.processed, results/346-curl.processed,
1848: results/347-curl.processed, results/348.processed: numbers added
1849: to simplify diff analysis
1850:
1851: * tests/: 352.html, results/352.processed: test result updated as
1852: method name used
1853:
1854: * src/classes/reflection.C: method name used
1855:
1856: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1857: its name
1858:
1859: * src/types/pa_method.h: whitespace
1860:
1861: * src/classes/reflection.C: both method and field with one name can
1862: exist.
1863:
1864: * src/classes/reflection.C: ^reflection:mixin added (implements
1865: feature #1089)
1866:
1867: * tests/: 355.html, results/355.processed: property appears in
1868: derived class if added in base test added
1869:
1870: * src/types/pa_vstateless_class.h: get_method declaration +
1871: whitespace
1872:
1873: * tests/: 354.html, results/354.processed: nice test from method
1874: and property with one name in class added
1875:
1876: 2016-09-23 moko
1877:
1878: * src/classes/reflection.C: ^reflection:method usage documented
1879:
1880: 2016-09-22 moko
1881:
1882: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1883: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1884: compile warning and GPF occures on VS2003 (related to feature
1885: #1087)
1886:
1887: * tests/: 350.html, results/350.processed: test added for
1888: $.encloser[] support in ^table::create (related to feature #11)
1889:
1890: * src/classes/table.C: another minor fix (related to feature #11)
1891:
1.107 moko 1892: 2016-09-21 moko
1893:
1894: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1895:
1896: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1897: classes/json.C, classes/string.C, classes/table.C,
1898: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1899: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1900: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1901: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1902: pa_charsets, vs2015 warning war
1903:
1904: * src/classes/table.C: vs2015 warning war
1905:
1906: * src/types/pa_vdate.C: vs2015 warning war
1907:
1908: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1909:
1910: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1911: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1912:
1913: * src/main/pa_common.C: vs2015 compilation fixes
1914:
1915: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1916: vs2015 compilation fixes
1917:
1918: * src/main/pa_charset.C: vs2015 warning war
1919:
1920: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1921:
1922: * src/main/pa_charset.C: vs2015 warning war
1923:
1924: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1925:
1926: * src/types/pa_vdate.C: vs2015 compilation fix
1927:
1928: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1929:
1930: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1931: VS2015 compilation fixes
1932:
1933: * src/classes/table.C: minor fix (related to feature #11)
1934:
1935: * tests/results/282.processed: no longer skipping extra enclosers
1936: (related to feature #11)
1937:
1938: * src/classes/table.C: minor fix + no longer skipping extra
1939: enclosers (related to feature #11)
1940:
1941: * src/classes/table.C: minor optimization (related to feature #11)
1942:
1943: * src/classes/table.C: minor fix and optimization (related to
1944: feature #11)
1945:
1946: 2016-09-20 moko
1947:
1948: * tests/: 353.html, results/353.processed: test for
1949: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1950: added (related to bug #1090)
1951:
1952: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1953: one_big_piece (fixes bug #1090)
1954:
1955: * tests/: 229.html, results/229.processed: code coverage tests
1956:
1957: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1958: body) was called
1959:
1960: * src/classes/op.C: whitespace
1961:
1962: * tests/: 323.html, results/323.processed: test for code junction
1963: should not be returned by ^reflection:class, ^reflection:base
1964:
1965: * src/classes/reflection.C: bugfix: code junction should not be
1966: returned by ^reflection:class, ^reflection:base
1967:
1968: * tests/: 323.html, 352.html, results/352.processed: no more
1969: exception for ^reflection:method[class;no-such-method] (related
1970: to feature #1087)
1971:
1972: * src/classes/reflection.C:
1973: ^reflection:method[class;no-such-method] : exception -> void
1974: (related to feature #1087)
1975:
1976: * src/include/pa_request.h: request::write_value added to allow
1977: write value without convertion (related to issue #1091)
1978:
1979: 2016-09-19 moko
1980:
1981: * src/main/pa_random.C: windows build fix
1982:
1983: * src/types/pa_vhash.h: warning war
1984:
1985: 2016-09-14 moko
1986:
1987: * tests/: 352.html, 552.html, results/352.processed,
1988: results/552.processed: test for ^reflection:method[] extension
1989: added (related to feature #1087)
1990:
1991: * tests/: 552.html, results/552.processed: test for
1992: ^reflection:method[] extension added (related to feature #1087)
1993:
1994: * src/classes/reflection.C: compatibility issue fixed, VClass
1995: dynamic_cast check added (related to feature #1087)
1996:
1997: * tests/: 351.html, results/351.processed: test for @auto[]
1998: inheritance bug diring ^process[] added (related to bug #1088)
1999:
2000: * src/: classes/op.C, main/pa_request.C,
2001: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2002: disable it inheritance during ^process (fixes bug #1088)
2003:
2004: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2005: added (implements feature #1087)
2006:
2007: 2016-09-13 moko
2008:
2009: * tests/: 349.html, results/auto.p: test for objects prototyping
2010: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2011: to feature #1086)
2012:
2013: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2014: types/pa_vobject.C: objects now are not class instances, but have
2015: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2016: in @conf (implements feature #1086)
2017:
2018: 2016-09-08 moko
2019:
2020: * src/: classes/file.C, classes/mail.C, classes/string.C,
2021: classes/table.C, main/pa_http.C, main/pa_string.C,
2022: include/pa_string.h: cleanup: string::split limit argument
2023: removed as no longer required, pos_after no longer reference
2024: (related to feature #11)
2025:
2026: * src/classes/table.C, tests/results/348.processed: now exception
2027: is rised when invalid option is passed to ^table::create[]
2028:
2029: * tests/: 282.cfg, 282.html, results/282.processed: more code
2030: coverage tests
2031:
2032: * tests/: 348.html, results/348.processed: code coverage tests
2033: added
2034:
2035: * tests/: 348.html, results/348.processed: generic ^table::create[]
2036: tests
2037:
2038: * tests/: 035.html, results/035.processed, results/272.processed:
2039: tests updated after $.encloser[] support for ^table::create
2040: implementation (related to feature #11)
2041:
2042: * src/classes/table.C: $.encloser[] support for ^table::create
2043: finally added (implements feature #11)
2044:
2045: 2016-09-07 moko
2046:
2047: * src/include/pa_string.h: added StringSplitHelper as friend
2048: (related to feature #11)
2049:
2050: * src/include/pa_string.h: body and langs now protected, not
2051: private to allow inheritance (related to feature #11)
2052:
2053: * src/classes/table.C: lsplit optimized before cloning for
2054: ^table::create with $.encloser[] (related to feature #11)
2055:
2056: * src/classes/table.C: optimizaion: TableControlChars.separators
2057: added and used (related to feature #11)
2058:
2059: * src/classes/table.C: spelling:
2060:
2061: TableSeparators -> TableControlChars column -> separator
2062: separators -> control_chars
2063:
2064: 2016-09-06 moko
2065:
2066: * src/main/pa_string.C: whitespace
2067:
2068: * src/main/pa_string.C: whitespace
2069:
2070: 2016-09-01 moko
2071:
2072: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2073: results OS-independent
2074:
2075: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2076: compiler (related to feature #1042)
2077:
2078: 2016-08-15 moko
2079:
2080: * src/include/pa_string.h: whitespace
2081:
2082: * src/classes/table.C: whitespace
2083:
1.106 moko 2084: 2016-08-05 moko
2085:
2086: * tests/: 344.html, results/344.processed: test for
2087: ^hash::create[$file] added (related to feature #1075)
2088:
2089: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2090: supported (implements feature #1075)
2091:
2092: 2016-08-04 moko
2093:
2094: * tests/: 341.html, results/341.processed: more code coverage tests
2095:
2096: * tests/: 346-curl.html, results/346-curl.processed: more code
2097: coverage tests for curl
2098:
2099: * tests/: 346-curl.html, results/346-curl.processed: more code
2100: coverage tests for curl
2101:
2102: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2103: results/223.processed: code coverage tests: $.form[ $.table[] ]
2104: test added
2105:
2106: * tests/: 223-curl.html, results/223-curl.processed: more code
2107: coverage tests for curl
2108:
2109: 2016-08-03 moko
2110:
2111: * src/classes/curl.C: dlink(curl_library) now called not once, but
2112: until it will be loaded, allowing to find existing library.
2113:
2114: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2115: results/347-curl.processed: more code coverage tests for curl
2116:
2117: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2118: results/339-curl.processed, results/346-curl.processed: curl
2119: functionality tests
2120:
2121: 2016-08-02 moko
2122:
2123: * tests/: 339.html, results/339.processed: test for tables in
2124: ^file:load[] and ^curl:load[] (commented) added (related to
2125: feature #1042)
2126:
2127: * tests/: 345.html, results/345.processed: code coverage tests for
2128: file class
2129:
2130: * tests/: 344.html, results/344.processed: code coverage tests
2131:
2132: * tests/: 344.html, results/344.processed: mdate removed from
2133: output
2134:
2135: * src/classes/file.C: minor bugfix: is_text should be taked from
2136: fcontent.is_text_mode() if not set (related to feature #1061)
2137:
2138: * tests/: 344.html, results/344.processed: more tests
2139:
2140: * tests/: 343.html, 344.html, results/343.processed,
2141: results/344.processed: tests for ^file::create[ $.from-charset
2142: and $.to-charset ] (related to feature #1061)
2143:
2144: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2145: aset_text_mode argument optimized
2146:
2147: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2148: checkBOM now used in detect_binary_content (related to feature
2149: #1061)
2150:
2151: * src/main/pa_request.C: load_charset no longer required to_upper
2152:
2153: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2154: preserves original file mode (if no $.mode specified)
2155:
2156: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2157: ^file::create now supports $.from-charset[] and $.to-charset
2158: options (implements feature #1061), automatic transcode is done
2159: if text file is created from binary file and charset is detected.
2160:
2161: 2016-07-30 moko
2162:
2163: * src/classes/table.C: ^t.hash[..;] now supported (related to
2164: feature #1057)
2165:
2166: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2167: added (related to feature #1057)
2168:
2169: * tests/: 286.html, results/286.processed: code tests coverage
2170:
2171: 2016-07-29 moko
2172:
2173: * src/classes/table.C: table size should be checked inside menu and
2174: foreach (related to feature #858)
2175:
2176: * src/: classes/curl.C, classes/file.C, classes/string.C,
2177: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2178: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2179: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2180: charsets.get now does str_upper inside (related to feature #1061)
2181:
2182: * tests/: 342.html, results/342.processed: more code coverage tests
2183:
2184: * tests/: 342.html, outputs/342.processed: table menu code coverage
2185: + foreach test added (related to feature #858)
2186:
2187: * tests/: 341.html, results/341.processed: tests for
2188: ^table.hash[]{code} added + code coverage tests (related to
2189: feature #1057)
2190:
2191: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2192: value} support (implements feature #1057)
2193:
2194: * src/classes/table.C: whitespace
2195:
2196: 2016-07-28 moko
2197:
2198: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2199: from URL, if not specified query string removed from url-based
2200: filenames in ^curl:load[] and ^file::load[] (related to feature
2201: #1042)
2202:
2203: 2016-07-27 moko
2204:
2205: * tests/: 340.html, results/340.processed: test for
2206: transcode_text_result=false added (related to issue #1042)
2207:
2208: 2016-07-26 moko
2209:
2210: * src/types/pa_vfile.C: file name should not be empty (if file path
2211: is folder and ends with /) (related to feature #1042)
2212:
2213: * src/main/pa_http.C: whitespace optimizaion
2214:
2215: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2216: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2217: multiple headers, ^file::load supports headers transcoding
2218: (implements feature #1042)
2219:
2220: 2016-07-25 moko
2221:
2222: * src/include/pa_common.h: PA_DEFAULT added
2223:
2224: 2016-07-22 moko
2225:
2226: * tests/: 338.html, results/338.processed: test for
2227: $date.field(value) added (related to feature #1066)
2228:
2229: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2230: $date.field(value) now supported for y/m/d/h/m/s (implements
2231: feature #1066)
2232:
1.105 moko 2233: 2016-07-21 moko
2234:
2235: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2236: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2237: arguments removed; image.C - absolute path shown in exception
2238: (implements feature #1071)
2239:
2240: * tests/: 235.html, results/235.processed: test and test result
2241: updated after static boundary in mail and Errors-To: mail header
2242: removed (related to feature #1047)
2243:
2244: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2245: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2246: used, static boundary in mail removed, Errors-To: mail header
2247: removed (implements feature #1047)
2248:
2249: 2016-07-20 moko
2250:
2251: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2252: equest.classes(): Value -> VStateless_class, part 3 (related to
2253: issue #1051)
2254:
2255: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2256: request.classes(): Value -> VStateless_class, part 2 (related to
2257: issue #1051)
2258:
2259: * tests/results/: 224.processed, 323.processed: classes without
2260: methods should not be methoded (related to issue #1051)
2261:
2262: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2263: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2264: -> VStateless_class, part 1 (related to issue #1051)
2265:
2266: * tests/: 337.html, results/337.processed: test for
2267: ^reflection:fields_reference[] and VHashReference class added
2268: (related to feature #1072)
2269:
2270: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2271: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2272: and VHashReference added, allowing ^reflection:fields_reference[]
2273: implementation (closes feature #1072)
2274:
2275: 2016-07-19 moko
2276:
2277: * tests/: 323.html, results/323.processed: we want to see
2278: "methoded"
2279:
2280: * tests/: 336.html, results/336.processed: test for $BASE:property
2281: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2282: #1059)
2283:
2284: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2285: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2286: somebody_entered_some_class, $BASE:property works again,
2287: ^BASE:method[] bugs fixed (fixes bug #1059)
2288:
2289: 2016-07-14 moko
2290:
2291: * tests/: 335.html, results/335.processed: test for feature #1055
2292: added
2293:
2294: * src/classes/hash.C: bugfix: $._default was not copied if empty
2295: feature: ^hash.contains[_default] added (implements feature
2296: #1055)
2297:
2298: 2016-07-13 moko
2299:
2300: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2301: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2302:
2303: 2016-07-05 moko
2304:
2305: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2306: in ^hash.foreach (related to feature #1073)
2307:
2308: 2016-07-04 moko
2309:
2310: * tests/: 134.html, 281.html, results/134.processed,
2311: results/281.processed: tests updated after hash blocking removed
2312: (related to feature #1073)
2313:
2314: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2315: no longer blocks on change during foreach (implements feature
2316: #1073)
2317:
2318: 2016-06-17 moko
2319:
2320: * tests/: 330.html, results/330.processed: try exception source
2321: test added (related to bug in #1062)
2322:
2323: * tests/: 334.html, results/334.processed: Exception stack trace
2324: test added (related to bug in $1062)
2325:
2326: * src/classes/op.C: Exception trace now correctly restored and
2327: errors reported (related to bug #1062)
2328:
1.104 moko 2329: 2016-05-25 moko
2330:
2331: * src/main/compile.y: minor cleanup + beauty
2332:
2333: 2016-05-24 moko
2334:
2335: * tests/: 333.html, results/333.processed: more exceptions testing
2336:
2337: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2338: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2339: features #1056, #1026)
2340:
2341: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2342: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2343: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2344: (implements feature #1056)
2345:
2346: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2347: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2348: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2349: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2350: feature #1026)
2351:
2352: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2353: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2354: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2355: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2356: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2357: feature #1026)
2358:
2359: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2360: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2361: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2362: SYMBOLS_CACHING define implemented (related to feature #1026)
2363:
2364: * src/main/main.vcproj: + ps_symbols
2365:
2366: * src/: include/Makefile.am, include/pa_string.h,
2367: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2368: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2369: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2370: types/pa_vstateless_class.C: initial implementation for symbols
2371: cache (related to feature #1026)
2372:
2373: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2374:
2375: * src/main/pa_globals.C: minor cleanup
2376:
2377: 2016-05-19 moko
2378:
2379: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2380: (related to feature #1046)
2381:
2382: * tests/: 331.html, results/331.processed: test for
2383: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2384: (related to feature #1051)
2385:
2386: * src/main/compile.y:
2387: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2388: (implements feature #1054)
2389:
2390: 2016-05-18 moko
2391:
2392: * src/types/pa_vtable.C, tests/results/324.processed: no more
2393: "column not found" exception for ^table.no-such-method[] (related
2394: to feature #1046)
2395:
2396: * tests/: 261.html, results/261.processed: test added and updated
2397: after feature #1046 implementation
2398:
2399: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2400: types/pa_vvoid.h: $string.anything works for whitespace strings,
2401: ^string.contains added for hash compatibility, $string.method no
2402: longer returns stting method (implements feature #1046)
2403:
2404: 2016-05-12 moko
2405:
2406: * src/classes/curl.C: content-type response header no longer
2407: ignored (fixes issue #1045)
2408:
2409: * tests/: 330.html, results/330.processed: test for incomplete
2410: finally execution when break occures added (related to issue
2411: #1077)
2412:
2413: * src/classes/op.C: bugfix: Request::skip reset is called before
2414: executing catch and finally code (fixes issue #1062)
2415:
2416: 2016-05-11 moko
2417:
2418: * tests/: 329.html, results/329.processed: test for invalid
2419: ^break[] behavour added (bug #1077)
2420:
2421: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2422:
2423: 2016-04-24 moko
2424:
2425: * src/types/pa_vstateless_class.h: warning war
2426:
2427: 2016-04-17 moko
2428:
2429: * tests/: 328.html, results/328.processed: test for
2430: ^break(condition) and ^continue(condition) (related to feature
2431: #1063)
2432:
2433: * src/classes/op.C: ^break(condition) and ^continue(condition)
2434: implemented (feature #1063)
2435:
2436: 2016-04-12 moko
2437:
2438: * tests/results/280.processed: ordered hash now used for class
2439: methods and properties (test results updated for feature #1069)
2440:
2441: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2442: to xdoc.C as under FreeBSD it was inited after and inheritance
2443: failed (related to issue #1051)
2444:
2445: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2446: are printed to check inheritance (related to feature #1051)
2447:
1.103 moko 2448: 2016-04-09 moko
2449:
2450: * tests/results/320.processed: ordered hash now used for class
2451: methods and properties (test results updated for feature #1069)
2452:
2453: * src/types/pa_vstateless_class.h: ordered hash now used for class
2454: methods and properties (implements feature #1069)
2455:
2456: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2457: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2458: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2459: feature #1051)
2460:
2461: 2016-04-07 moko
2462:
2463: * src/main/execute.C: returned Value in .CLASS case for VJunction
2464: (related to feature #1051)
2465:
2466: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2467: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2468: string constants deduplication (related to feature #1051)
2469:
2470: * tests/results/224.processed: test result updated (related to
2471: feature #1051)
2472:
2473: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2474: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2475: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2476: types/pa_vstatus.h: classes hash now contains only
2477: VStateless_class derived objects, .CLASS is also allways
2478: VStateless_class derived object (related to feature #1051).
2479:
2480: 2016-04-06 moko
2481:
2482: * tests/results/323.processed: test result updated after feature
2483: #1051 implementation
2484:
2485: * src/: classes/classes.h, classes/op.C, classes/response.C,
2486: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2487: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2488: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2489: types/pa_vresponse.C, types/pa_vresponse.h,
2490: types/pa_vstateless_class.h: base -> methoded_donor for static
2491: classes, type() moved from VStateless_class to VClass and
2492: Methoded (implements feature #1051)
2493:
2494: 2016-04-04 moko
2495:
2496: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2497: beauty: put_class added (related to feature #1051)
2498:
2499: 2016-04-01 moko
2500:
2501: * tests/results/: 175.processed, 192.processed, 224.processed,
2502: 229.processed, 244.processed, 246.processed, 316.processed: test
2503: results updated as class.type() removed from error messages, only
2504: type() left (related to feature #1051)
2505:
2506: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2507: classes/op.C, classes/reflection.C, main/compile.y,
2508: main/compile_tools.h, main/execute.C, main/pa_request.C,
2509: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2510: types/pa_vmethod_frame.h, types/pa_vobject.h,
2511: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2512: from VStateless_class, type() is used instead (related to feature
2513: #1051)
2514:
2515: * src/classes/mail.C: old logic restored.
2516:
2517: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2518: classes/classes.h, classes/curl.C, classes/date.C,
2519: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2520: classes/hashfile.C, classes/image.C, classes/inet.C,
2521: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2522: classes/memcached.C, classes/memory.C, classes/reflection.C,
2523: classes/regex.C, classes/response.C, classes/string.C,
2524: classes/table.C, classes/xdoc.C, classes/xnode.C,
2525: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2526: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2527: feature #1051)
2528:
2529: 2016-03-30 moko
2530:
2531: * tests/: 327.html, results/224.processed, results/327.processed:
2532: test for TZ specification in ^date::create[], TZ is kept during
2533: ^date::create[$dt] (related to feature #1048)
2534:
2535: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2536: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2537: feature #1048)
2538:
2539: 2016-03-29 moko
2540:
2541: * tests/: 315.html, results/315.processed: test for timezone format
2542: +HHmm added (related to feature #1065)
2543:
2544: * src/classes/date.C: timezone format +HHmm now supported
2545: (implements feature #1065)
2546:
2547: 2016-03-28 moko
2548:
2549: * tests/: 202.html, results/131.processed, results/202.processed,
2550: results/224.processed, results/256.processed,
2551: results/315.processed: test results updated after %.2d now
2552: default for hours offset in iso-string (was %2d), test for
2553: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2554: added (related to feature #1065)
2555:
2556: 2016-03-27 moko
2557:
2558: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2559: feature #1065)
2560:
2561: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2562: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2563: added (implements feature #1065)
2564:
2565: 2016-03-24 moko
2566:
2567: * tests/: 202.html, results/202.processed: test $date.week added
2568: (related to bug #1067)
2569:
2570: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2571: date (fix for bug #1067)
2572:
2573: 2016-03-10 moko
2574:
2575: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2576:
1.102 moko 2577: 2015-12-07 moko
2578:
2579: * tests/: 326.html, results/326.processed: test for .CLASS &
2580: .CLASS_NAME optimization added (related to feature #844)
2581:
2582: 2015-11-17 moko
2583:
2584: * tests/: 323.html, results/323.processed: order added
2585:
2586: * tests/: 325.html, results/325.processed: double range test added
2587: (related to bug #1049)
2588:
2589: 2015-11-16 moko
2590:
2591: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2592: added to disallow NaN and Infinity (fixes bug #1049)
2593:
2594: 2015-11-11 moko
2595:
2596: * tests/324.html: parser 3.4.3 execution support added (related to
2597: feature #1017)
2598:
2599: * tests/: 324.html, results/324.processed: test for
2600: GET_ELEMENT4CALL feature added (feature #1017)
2601:
1.101 moko 2602: 2015-10-29 moko
2603:
2604: * operators.txt: updated for 3.4.4
2605:
2606: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2607:
2608: * src/main/pa_exec.C: get_exit_status implemented for Windows
2609: (related to bug #1043)
2610:
2611: 2015-10-28 moko
2612:
2613: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2614: hangup during ^file::exec (fixes bug #1043)
2615:
1.100 moko 2616: 2015-10-27 moko
2617:
2618: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2619:
1.99 moko 2620: 2015-10-26 moko
2621:
1.100 moko 2622: * tests/322.html, src/classes/reflection.C: arguments reorder
2623: (related to issue #1041)
2624:
2625: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2626: Copyright year updated
2627:
1.99 moko 2628: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2629: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2630: classes/form.C, classes/hash.C, classes/hashfile.C,
2631: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2632: classes/mail.C, classes/math.C, classes/memcached.C,
2633: classes/memory.C, classes/op.C, classes/reflection.C,
2634: classes/regex.C, classes/response.C, classes/string.C,
2635: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2636: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2637: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2638: include/pa_config_fixed.h, include/pa_config_includes.h,
2639: include/pa_dictionary.h, include/pa_dir.h,
2640: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2641: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2642: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2643: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2644: include/pa_request_charsets.h, include/pa_request_info.h,
2645: include/pa_sapi.h, include/pa_socks.h,
2646: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2647: include/pa_stack.h, include/pa_string.h,
2648: include/pa_stylesheet_connection.h,
2649: include/pa_stylesheet_manager.h, include/pa_table.h,
2650: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2651: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2652: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2653: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2654: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2655: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2656: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2657: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2658: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2659: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2660: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2661: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2662: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2663: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2664: main/pa_string.C, main/pa_stylesheet_connection.C,
2665: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2666: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2667: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2668: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2669: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2670: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2671: targets/isapi/parser3isapi.C, types/pa_junction.h,
2672: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2673: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2674: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2675: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2676: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2677: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2678: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2679: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2680: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2681: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2682: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2683: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2684: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2685: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2686: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2687: types/pa_vresponse.C, types/pa_vresponse.h,
2688: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2689: types/pa_vstateless_object.h, types/pa_vstatus.C,
2690: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2691: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2692: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2693: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2694: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2695:
2696: * src/targets/cgi/parser3.C: year updated
2697:
2698: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2699: issue #1041)
2700:
2701: * tests/: 323.html, results/323.processed: test for base classes
2702: added
2703:
2704: * tests/: 261.html, results/261.processed: updated after better
2705: error reporting done for $string.key exception
2706:
2707: * src/types/pa_vstring.h: better error report for $string.key
2708: exception
2709:
2710: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2711: copied as VObject::get_element4call to remove extra virtual call
2712:
2713: * tests/: 322.html, results/322.processed: test for
2714: ^reflection:is[] added (related to feature #1041)
2715:
2716: * src/classes/reflection.C: ^reflection:is empty value is void
2717: (related to feature #1041)
2718:
2719: * src/classes/reflection.C:
2720: ^reflection:is[class_name|code|method;[context;]element_name]
2721: added (implements feature #1041)
2722:
2723: 2015-10-24 moko
2724:
2725: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2726:
1.98 moko 2727: 2015-10-22 moko
2728:
2729: * tests/: 321.html, results/321.processed: test for
2730: ^reflection:method_info[] file detection added
2731:
2732: * tests/: 320.html, results/320.processed: test for
2733: ^reflection:class_by_name[class_name] added (related to feature
2734: #993)
2735:
2736: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2737: added (implements feature #993)
2738:
2739: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2740: (related to feature #1017)
2741:
2742: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2743: added (related to issue #1039)
2744:
2745: * src/main/pa_request.C: ^throw origin fixed (related to feature
2746: #1039)
2747:
2748: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2749: for VDate
2750:
2751: * tests/results/182.processed: updated after feature #1038
2752: implemented
2753:
2754: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2755: compile-time exception origin added (test for feature #1039)
2756:
2757: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2758: main/pa_request.C: exception unification: compile-time exceptions
2759: now have origin, @USE origins also tracked (implements feature
2760: #1039)
2761:
2762: 2015-10-20 moko
2763:
2764: * src/main/pa_request.C: cleanup
2765:
2766: 2015-10-15 moko
2767:
2768: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2769:
2770: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2771: types/pa_vtable.C: new feature: no more $table.method and
2772: $hash.method, aliases for _at, _count, _key (related to feature
2773: #1017)
2774:
1.97 moko 2775: 2015-10-14 moko
2776:
1.98 moko 2777: * tests/: 317.html, results/317.processed: test for
2778: ^string.unescape[] added (related to feature #120)
2779:
1.97 moko 2780: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2781: defined" bug (described in issue #1036)
2782:
2783: * tests/: 247.html, results/247.processed: test for checkBOM added
2784: (test for bug #1037)
2785:
2786: * src/: include/pa_charsets.h, main/pa_charsets.C,
2787: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2788: it's not enforced, skips BOM signature if it complies charset
2789: (fixes bug #1037)
2790:
2791: 2015-10-13 moko
2792:
2793: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2794: linking
2795:
2796: * src/classes/inet.C: vs2003 compilation fix
2797:
2798: * src/classes/math.C: warning war
2799:
2800: * src/lib/punycode/pa_punycode.c: warning war
2801:
2802: 2015-10-12 moko
2803:
2804: * src/lib/punycode/pa_punycode.c: warning war
2805:
2806: * parser3.sln: moved parser3 first, to make it default startup
2807: project
2808:
2809: * buildall: parser "mirror" now used for external libs sources
2810: (implements feature #1036)
2811:
2812: * buildall: most external libs are updated to their current
2813: versions (related to feature #1036)
2814:
2815: * src/classes/image.C: more tags added
2816:
2817: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2818:
2819: 2015-10-11 moko
2820:
2821: * src/classes/curl.C: minor optimization (related to feature #1035)
2822:
2823: 2015-10-09 moko
2824:
2825: * src/classes/curl.C: pa_strdup added for strings from curl
2826: (related to feature #1035)
2827:
2828: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2829: ULLONG_MAX definition
2830:
2831: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2832: (implements feature #1035)
2833:
2834: * src/main/pa_charset.C: String::Body(String::C) used
2835:
2836: * src/main/pa_charset.C: exceptions unified
2837:
2838: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2839: unified
2840:
2841: * src/: classes/file.C, classes/image.C, classes/mail.C,
2842: classes/op.C, classes/xdoc.C, classes/xnode.C,
2843: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2844: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2845: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2846: String::Body(String::C) constructor added (related to bug #957)
2847:
2848: * src/classes/file.C: minor optimization
2849:
2850: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2851: Cord(char*) autocreation (related to bug #957)
2852:
2853: * src/: classes/string.C, main/untaint.C: minor optimizations
2854:
2855: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2856: String(char*, Lang, length) removed, String(C(), Lang) used
2857: instead (related to bug #957)
2858:
2859: 2015-10-08 moko
2860:
2861: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2862: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2863: main/untaint.C: Now char * is converted to CORD only using
2864: AS_CORD() to check for empty cord bug (fixes bug #957)
2865:
2866: * src/include/pa_hash.h: fixed compilation without
2867: HASH_CODE_CACHING
2868:
2869: * src/classes/string.C:
2870: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2871: feature #120)
2872:
2873: * src/main/pa_common.C: reduce js flags checks count (related to
2874: feature #120)
2875:
1.96 moko 2876: 2015-10-07 moko
2877:
2878: * tests/: 275.html, results/275.processed: test modified after
2879: unsigned long long int support implemented (feature #1034)
2880:
2881: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2882: pa_atoul added for unsigned long long int support
2883:
2884: 2015-10-06 moko
2885:
2886: * src/types/pa_vdate.C: INT_MAX used
2887:
2888: 2015-10-03 moko
2889:
2890: * tests/: 302.html, results/302.processed: test for bug #1023
2891: (\u2028, \u2029 escaping) added
2892:
2893: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2894: json:string[] (fixes bug #1023)
2895:
2896: 2015-09-29 moko
2897:
2898: * tests/305.html: try-catch added for OS without ipv6 support
2899:
2900: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2901: compilation
2902:
2903: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2904: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2905: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2906: implemented to distinguish ^hash.method from $hash.field
2907: (implements feature #1017)
2908:
2909: * src/lib/punycode/pa_punycode.c: warning war
2910:
2911: * src/include/pa_config_includes.h: warning war
2912:
2913: * src/include/pa_config_includes.h: pragma warning actualized a bit
2914:
2915: * src/include/pa_config_includes.h: warning war
2916:
2917: * src/include/pa_hash.h: clang compilation fix
2918:
2919: 2015-09-27 moko
2920:
2921: * src/main/compile.tab.C: Bison 3 is now default
2922:
2923: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2924:
2925: 2015-09-25 moko
2926:
2927: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2928: works with undefined HASH_ORDER (related to feature #196)
2929:
2930: 2015-09-24 moko
2931:
2932: * tests/: 027.html, results/027.processed: test modified to test
2933: ^hash.sort (feature #196)
2934:
2935: * src/: classes/hash.C, include/pa_hash.h:
2936: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2937: added (implements feature #196)
2938:
2939: * tests/: 316.html, results/316.processed: Added test for bug #1025
2940: (exception handling in non-cached ^cache), plus for "it does not
2941: have logical value" and "$exception.handled value must be either
2942: boolean or string 'cache'" exceptions.
2943:
2944: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2945: code (fixes bug #1025)
2946:
1.95 moko 2947: 2015-09-23 moko
2948:
2949: * src/classes/table.C: warning war
2950:
2951: * src/: classes/math.C, types/pa_vcookie.C: warning war
2952:
2953: * src/classes/file.C: warning war
2954:
2955: * src/: include/pa_table.h, main/pa_table.C: warning war
2956:
2957: * src/: main/pa_request.C, classes/date.C: warning war
2958:
2959: * src/: types/pa_vdate.C, classes/op.C: warning war
2960:
2961: * tests/: 122.html, results/122.processed: win sync: to remove
2962: differences with OS that doesn't keep timezone change history
2963:
2964: * src/types/pa_vdate.C: tzset() should be called in Windows after
2965: TZ change (related to feature #36)
2966:
2967: * tests/: 075.html, results/075.processed: win sync: to remove
2968: differences with OS that doesn't keep timezone change history
2969:
2970: * tests/: 315.html, results/315.processed: win sync: to remove
2971: differences with OS that doesn't keep timezone change history
2972:
2973: * tests/: 256.html, results/256.processed: win sync: to remove
2974: differences with OS that doesn't keep timezone change history
2975:
2976: * tests/: 124.html, results/124.processed: win results sync: to
2977: avoid hitting time change hole.
2978:
2979: * src/types/pa_vdate.C: static returned. :)
2980:
2981: 2015-09-22 moko
2982:
2983: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2984:
2985: * tests/results/131.processed: more tests for feature #1032
2986:
2987: * src/classes/date.C: minor fix related to feature #1032
2988:
2989: * operators.txt: ISO date creation documented (related to feature
2990: #1032)
2991:
2992: * operators.txt: iso-string documented (related to feature #1032)
2993:
2994: * tests/: 315.html, results/315.processed: more tests added
2995: (related to feature #1032)
2996:
2997: * tests/: 131.html, results/131.processed: date range checks
2998: updated (related to feature #36)
2999:
3000: * tests/: 315.html, results/057.processed, results/315.processed:
3001: test added for ISO date support (related to issue #315)
3002:
3003: * src/classes/date.C: more readable exceptions in date creation
3004: (related to ticket #1032)
3005:
3006: 2015-09-18 moko
3007:
3008: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3009: added (related to issue #1032)
3010:
3011: * tests/results/256.processed, src/classes/json.C: iso-string
3012: documented (related to issue #1032)
3013:
3014: * tests/: 256.html, results/256.processed: ISO date check added
3015: (related to issue #1032)
3016:
3017: * tests/: 057.html, results/057.processed, results/224.processed:
3018: tests results updated after ISO date support implemented (related
3019: to feature #1032)
3020:
3021: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3022: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3023: ^date::create[string] constructor formalized, ^date.iso-string[]
3024: added (implements feature #1032)
3025:
3026: 2015-09-05 moko
3027:
3028: * operators.txt: actualized
3029:
3030: * operators.txt: date changes documented (related to ticket #36)
3031:
3032: 2015-09-04 moko
3033:
3034: * src/types/pa_vdate.C: warning war
3035:
3036: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3037:
3038: 2015-09-03 moko
3039:
3040: * tests/results/096.processed: test result updated for 0..9999 year
3041: date range support (related to feature #36)
3042:
3043: * tests/: 314.html, results/314.processed: test for
3044: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3045: bug #1031)
3046:
3047: * src/classes/string.C: Static calls fixed for ^string:base64[],
3048: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3049:
1.116 moko 3050: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3051: configure.in -> configure.ac
1.95 moko 3052:
1.116 moko 3053: * configure, configure.in, src/include/pa_config_auto.h.in: more
3054: correct timezone check for FreeBSD Warning war: configure.in ->
3055: configure.ac
1.95 moko 3056:
3057: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3058: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3059: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3060: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3061: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3062: src/main/Makefile.am, src/targets/apache/Makefile.am,
3063: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3064: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3065: check added
3066:
3067: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3068:
3069: * tests/results/: 124.processed, 224.processed: test resuls updated
3070: for new date implementation (related to feature #36)
3071:
3072: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3073: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3074: types/pa_vdate.h: new double date implementation with internal
3075: support for extended 0..9999 year range, default timezone support
3076: (related to feature #36)
3077:
3078: 2015-08-28 moko
3079:
3080: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3081: (fixes bug #1030)
3082:
3083: 2015-08-21 moko
3084:
3085: * src/classes/inet.C: snprintf size "bug" commented
3086:
3087: * src/main/pa_common.C: snprintf comments updated
3088:
3089: 2015-08-16 moko
3090:
3091: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3092:
3093: 2015-08-11 moko
3094:
3095: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3096: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3097: can be null (fixes bug #1029)
3098:
3099: 2015-08-06 moko
3100:
1.116 moko 3101: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3102: pa_vdate.C added
1.95 moko 3103:
3104: 2015-08-05 moko
3105:
3106: * tests/: 313.html, results/313.processed: test for
3107: ^table.count[columns] and ^table.flip[] with nameless tables
3108: (feature #1003)
3109:
3110: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3111: max_cell added, now ^table.count[columns] and ^table.flip[] works
3112: correctly for nameless tables (implements feature #1003)
3113:
3114: 2015-08-03 moko
3115:
3116: * tests/312.html: test for ^table.append[$hash] and
3117: ^table.insert[$hash] added (related to feature #1028)
3118:
3119: * src/classes/table.C: ^table.append[$hash] and
3120: ^table.insert[$hash] now supported (implements feature #1028)
3121:
3122: * tests/: 312.html, results/312.processed: test row copy in
3123: ^table.hash[; $.type[table] ] added (related to feature #1016)
3124:
3125: * src/classes/table.C: row copy now created in ^table.hash[;
3126: $.type[table] ] (related to feature #1016)
3127:
3128: 2015-07-29 moko
3129:
3130: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3131: added (related to feature #1016)
3132:
3133: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3134: ^table.delete[] added to delete current row (related to feature
3135: 1016)
3136:
3137: 2015-07-28 moko
3138:
3139: * tests/: 312.html, results/312.processed: test for
3140: $table.column[value] and ^table.insert{row} (related to feature
3141: #1016)
3142:
3143: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3144: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3145: ^table.insert{row} are now implemented (feature #1016)
3146:
3147: * src/include/pa_array.h: Optimization: bool reverse removed from
3148: append(), insert() added, memmove arguments order in remove()
3149: fixed (related to feature #1016)
3150:
3151: 2015-07-23 moko
3152:
3153: * src/classes/json.C: tainted json and empty json exception added
3154: (implements feature #1015)
3155:
3156: * tests/: 311.html, results/311.processed: empty json and tainted
3157: json exception test added (related to issue #1015)
3158:
3159: 2015-07-22 moko
3160:
3161: * tests/: 311.html, results/311.processed: test for UTF-8
3162: processing added
3163:
3164: * tests/: 311.html, results/311.processed: test for
3165: json_exception_with_source added (related to issue #394)
3166:
3167: * src/classes/json.C: json_exception_with_source added (implements
3168: feature #394)
3169:
3170: 2015-06-29 moko
3171:
3172: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3173: directories are now correctly determined if _d_type == DT_UNKNOWN
3174: (closes bug #1027)
3175:
3176: 2015-06-10 moko
3177:
3178: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3179: error if libxml has LIBXML_ICU_ENABLED.
3180:
3181: 2015-06-04 moko
3182:
3183: * tests/099.html: ups, reverting
3184:
3185: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3186: results/310.processed: tests for $response:body[ $.file[] ] and
3187: $response:last-modified added
3188:
3189: * src/main/pa_request.C: last-modified check fixed
3190:
3191: 2015-06-03 moko
3192:
3193: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3194: results/205.processed, results/293.processed: $response:headers
3195: logging added (tests for feature #1007)
3196:
3197: * src/: include/pa_common.h, include/pa_request.h,
3198: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3199: $response:headers are now in uppercase (closes feature #1007)
3200:
3201: 2015-06-02 moko
3202:
3203: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3204: build errors reverted for clang compatibility
3205:
3206: 2015-06-01 moko
3207:
3208: * src/include/pa_memory.h: -pedantic build errors fixed
3209:
3210: * src/classes/math.C: -pedantic build error fixed
3211:
3212: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3213:
3214: 2015-05-31 moko
3215:
3216: * src/classes/table.C: USE_STRINGSTREAM optimized
3217:
3218: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3219: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3220: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3221: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3222: types/pa_vxnode.h: warning war (-pedantic flag)
3223:
3224: 2015-05-28 moko
3225:
3226: * tests/: 308.html, results/308.processed: test for
3227: ^table::create[$t;], etc work added (related to bug #975)
3228:
3229: * src/classes/table.C: check_option_param removed,
3230: ^table::create[$t;], etc now works (fixes bug #975)
3231:
3232: 2015-05-27 moko
3233:
3234: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3235: (Debian jessie) fixed (closes issue #1024)
3236:
3237: * tests/Makefile: sort added as in Debian jessie list become
3238: unsorted
3239:
3240: 2015-05-18 moko
3241:
3242: * tests/: 201.html, results/201.processed: test for
3243: ^string.trim[what] feature #1022
3244:
3245: * src/classes/string.C: ^string.trim[what] now supported,
3246: implements feature #1022
3247:
3248: 2015-05-17 moko
3249:
3250: * tests/results/185.processed: test result updated as feature #1021
3251: implemented (left/right accept negative parameter)
3252:
3253: * src/classes/string.C: left/right now accept negative parameter
3254: (implements feature #1021)
3255:
3256: 2015-05-08 moko
3257:
3258: * src/classes/math.C: isalnum -> pa_isalnum
3259:
3260: * src/main/execute.C: optimization in getter-junction processing
3261: (related to issue #997)
3262:
3263: 2015-05-07 moko
3264:
3265: * tests/: 307.html, results/307.processed: test for issue #997
3266: added
3267:
3268: * src/main/execute.C: process_getter result now checked if junction
3269: returned (closes issue #997)
3270:
3271: * tests/: 305.html, results/305.processed: sort added to ignore
3272: different order
3273:
3274: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3275: assignment (closes issue #994)
3276:
3277: * tests/: 306.html, results/306.processed: test for issue #994
3278: added
3279:
3280: * tests/: 303.html, results/303.processed: two more errors tested
3281:
3282: 2015-05-06 moko
3283:
3284: * tests/: 305.html, results/305.processed: test for name2ip &
3285: ip2name added (related to feature #992)
3286:
3287: * tests/: 303.html, 304.html, results/303.processed,
3288: results/304.processed: tests for idna conversion added (related
3289: to issue #849)
3290:
3291: 2015-05-02 moko
3292:
3293: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3294: implemented
3295:
3296: 2015-04-30 moko
3297:
3298: * src/main/pa_http.C: idna_host added, related to issue #849
3299:
3300: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3301: (related to issue #849)
3302:
3303: 2015-04-24 moko
3304:
3305: * src/types/pa_vjunction.C: warning war
3306:
3307: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3308: unification
3309:
3310: * src/lib/punycode/pa_idna.c: warning war
3311:
3312: 2015-04-22 moko
3313:
3314: * src/main/main.vcproj: punycode include path added
3315:
3316: * src/lib/punycode/pa_idna.c: windows compile error fixed
3317:
3318: * src/lib/punycode/pa_idna.c: warning war
3319:
3320: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3321: project file added
3322:
3323: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3324:
3325: * src/include/pa_memory.h: warning war
3326:
3327: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3328: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3329: implemented (related to feature #849)
3330:
3331: * configure.in, src/main/Makefile.am,
3332: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3333: libpunycode added in Unix
3334:
3335: 2015-04-21 moko
3336:
3337: * configure.in: large files support
3338:
3339: 2015-04-15 moko
3340:
3341: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3342: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3343: pa_punycode.h: initial version for punycode/idna support library
3344: (ticket #849)
3345:
3346: 2015-04-08 moko
3347:
3348: * src/: classes/curl.C, classes/date.C, classes/file.C,
3349: classes/image.C, classes/mail.C, classes/reflection.C,
3350: classes/string.C, classes/xnode.C, include/pa_request.h,
3351: include/pa_string.h, include/pa_stylesheet_connection.h,
3352: main/compile.y, main/compile_tools.h, main/execute.C,
3353: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3354: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3355: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3356: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3357: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3358: clang compiler warnings (closes issue #1018)
3359:
3360: * src/include/pa_string.h: String::Body comparation operators with
3361: char * added (related to issue #958)
3362:
3363: 2015-04-07 moko
3364:
3365: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3366: pa_malloc/pa_free to remove system malloc/free usage (related to
3367: issue #1018)
3368:
3369: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3370: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3371: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3372: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3373: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3374: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3375: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3376: malloc/strdup/free replaced with pa_ version and checks for
3377: accidental use of non-pa_ version added (related to issue #1018)
3378:
3379: 2015-04-03 moko
3380:
3381: * buildall: pcre-8.33 -> pcre-8.36
3382:
3383: * src/: main/compile.y, classes/form.C, classes/mail.C,
3384: classes/op.C, classes/string.C, main/compile.tab.C,
3385: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3386: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3387: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3388: ticket #958)
3389:
3390: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3391: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3392: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3393: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3394: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3395: $request:headers, $request:method added (implements feature
3396: #1007)
3397:
3398: 2015-03-17 misha
3399:
3400: * tests/302.html: - test for
3401: ^json:string[...;$._default[method-name]]
3402:
3403: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3404: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3405: option $._default[method-name] is specified in ^json:string[], a
3406: method with specified name will be called for classes/objects
3407: serialization ( new feature: #982 )
3408:
3409: 2015-03-16 misha
3410:
3411: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3412: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3413: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3414: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3415: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3416: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3417: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3418: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3419: types/pa_vrequest.h, types/pa_vstateless_class.C,
3420: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3421: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3422: $var.CLASS_NAME now have special opcodes. This can be switched
3423: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3424: on pa_opcode.h ( new feature: #844 )
3425:
3426: 2015-03-15 misha
3427:
3428: * tests/075.html: - test for $response:header[]
3429:
3430: * src/types/pa_vresponse.C: - $response:header[] deletes header
3431: that was set earlie ( new feature: #1001 )
3432:
3433: 2015-03-12 misha
3434:
3435: * tests/246.html: - more tests for ^hash._at[]
3436:
3437: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3438: accepts second param [key|value|hash] ( new feature: #1012 )
3439:
3440: 2015-03-09 moko
3441:
3442: * src/types/pa_vmail.C: exception for everything but
3443: $mail:received, closes issue #1011
3444:
3445: 2015-02-20 moko
3446:
3447: * tests/: 275.html, results/275.processed: hex detection in
3448: pa_atoui fix test (closes issue #1010)
3449:
3450: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3451: issue #1010)
3452:
3453: 2015-02-17 moko
3454:
3455: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3456: tainted.
3457:
3458: 2015-02-03 misha
3459:
3460: * tests/301.html: - test for ^json:string($double) causes
3461: exception. bugfix: #1008
3462:
3463: * src/classes/json.C: - ^json:string($double) causes exception.
3464: bugfix: #1008
3465:
3466: * tests/014.html: - updated for work with ^hash.delete[]
3467:
3468: 2015-01-12 misha
3469:
3470: * src/: classes/form.C, include/pa_common.h,
3471: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3472: types/pa_vform.h: - supports body with PUT method as well ( new
3473: feature: #1006 )
3474:
3475: * src/classes/file.C: - warnings war
3476:
3477: 2015-01-11 misha
3478:
3479: * tests/300.html: - test for ^hash.delete[] is added
3480:
3481: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3482: feature: #989 ) - tiny optimization in intersects
3483:
3484: 2015-01-06 moko
3485:
3486: * src/types/pa_vmail.C: file names transcode added, to and cc added
3487: with transcode, attachments detection fixed
3488:
3489: * src/main/pa_request.C: filling mail received after cgi/auto.p
3490: load to allow charset switch (related to issue #996)
3491:
3492: 2014-12-31 moko
3493:
3494: * src/types/pa_vmail.C: from and subject now transcoded if not
3495: UTF-8 source charset (fixes issue 996)
3496:
3497: * src/main/pa_exception.C: fixed string from stack bug (closes
3498: issue #1000)
3499:
3500: 2014-12-11 misha
3501:
3502: * src/types/pa_vhashfile.C: - check if key is not empty before
3503: access ( bug fix: #1005 )
3504:
3505: 2014-11-13 misha
3506:
3507: * src/main/compile.y: - PC.append does not reset to false while
3508: creating a new class. bugfix: #990
3509:
3510: * tests/299.html: - test for creation class after working with
3511: partial class (create+append)
3512:
3513: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3514: #995
3515:
3516: * tests/232.html: - test for @get[def] added
3517:
3518: 2014-10-12 moko
3519:
3520: * src/lib/pcre/pcre_internal.vcproj: correct path
3521:
3522: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3523: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3524: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3525: targets/apache/ApacheModuleParser3.vcproj,
3526: targets/apache/ApacheModuleParser3Core.vcproj,
3527: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3528: types/types.vcproj: project GUID inserted in *.vcproj for correct
3529: conversion in newer VS versions
3530:
3531: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3532: pcre_internal.vcproj added
3533:
3534: 2014-08-28 moko
3535:
3536: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3537: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3538: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3539:
3540: 2014-06-30 misha
3541:
3542: * tests/298.html: - tests for ^reflection:def[class;className]
3543: added
3544:
3545: * src/classes/reflection.C: - ^reflection:def[class;className]
3546: added ( new feature: #918 )
3547:
3548: 2014-06-29 misha
3549:
3550: * src/classes/table.C: - ^table::create[unsupported data] -
3551: exception comment changed to "body must be table or code" ( bug
3552: fix: #951 )
3553:
3554: * tests/: 261.html, results/261.processed: - tests for
3555: ^json:string[...;$.void[null|string]] added
3556:
3557: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3558: option $.void[string|null] added to ^json:string[...] ( new
3559: feature: #952 )
3560:
3561: 2014-06-28 moko
3562:
3563: * src/classes/curl.C: $.charset now processed before other curl
3564: options (closes issue #980)
3565:
3566: 2014-05-23 misha
3567:
3568: * src/classes/json.C: - bug fix: #987
3569:
3570: 2014-05-04 misha
3571:
3572: * tests/: 253.html, 253_json.txt: - test for
3573: ^json:parse[$.int(false)] is added
3574:
3575: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3576: default true). The option is similar to $.double(bool) but for
3577: integers.
3578:
3579: 2014-05-01 moko
3580:
3581: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3582: #12 )
3583:
3584: 2014-04-16 moko
3585:
3586: * src/main/pa_http.C: response-charset option should finally work
3587: now (fix for issue #867)
3588:
3589: * src/main/pa_http.C: response-charset option should work now (fix
3590: for issue #867)
3591:
3592: 2014-03-07 moko
3593:
3594: * buildall: libgc moved
3595:
3596: * buildall: libgc moved
3597:
3598: 2013-12-29 moko
3599:
3600: * src/classes/string.C: ^string:js-unescape result now tainted,
3601: closes issue #966
3602:
3603: * tests/: 186.html, results/186.processed: ^string:js-unescape
3604: result now tainted, issue #966
3605:
3606: 2013-12-03 moko
3607:
3608: * src/: classes/memcached.C, types/pa_vmemcached.C,
3609: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3610: option was added for http://www.parser.ru/forum/?id=79343
3611:
3612: * src/classes/file.C: bugfix for
3613: http://www.parser.ru/forum/?id=79337
3614:
3615: 2013-11-05 moko
3616:
3617: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3618:
3619: * src/main/pa_globals.C: spelling fixed
3620:
3621: 2013-10-29 moko
3622:
3623: * src/lib/json/json.vcproj: json.c -> pa_json.C
3624:
3625: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3626: #892
3627:
3628: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3629: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3630: exceptions to be thrown thougth json library), related to issue
3631: #892
3632:
3633: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3634: related to issue #896
3635:
3636: 2013-10-24 moko
3637:
3638: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3639:
3640: 2013-10-23 moko
3641:
3642: * README: actualization
3643:
3644: 2013-10-22 moko
3645:
3646: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3647: compatibility patch from Sergey Kirpichev
3648:
3649: * tests/: 297.html, results/297.processed: non-working getter fix
3650: test for issue #948
3651:
3652: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3653: called when saving value of $match variable in ^string.match[] to
3654: increase compatibility (related to issue #948).
3655:
3656: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3657: usage optimization
3658:
3659: 2013-10-21 moko
3660:
3661: * tests/: 182.html, results/182.processed: local path removed for
3662: compatibility
3663:
3664: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3665: results/244.processed, results/253.processed,
3666: results/254.processed, results/275.processed,
3667: results/281.processed: try_catch -> try-catch
3668:
3669: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3670: results/294.processed, results/296.processed: try_catch ->
3671: try-catch
3672:
3673: 2013-10-20 moko
3674:
3675: * tests/: 296.html, results/296.processed: test for xsl exception
3676: for issue #938 added.
3677:
3678: * src/: include/pa_xml_exception.h,
3679: main/pa_stylesheet_connection.C: forgotten to be replaced
3680: XmlException is now replaced (once again closes issue #938)
3681:
3682: 2013-10-19 misha
3683:
3684: * bin/auto.p.dist.in: - more mime-types are added
3685:
3686: 2013-10-18 moko
3687:
3688: * buildall: disable clock_gettime detection to avoid librt linking
3689: (which in turn depends on libpthread), related to issue #943
3690:
3691: 2013-10-18 misha
3692:
3693: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3694: lib/smtp/smtp.vcproj, main/main.vcproj,
3695: targets/apache/ApacheModuleParser3Core.vcproj,
3696: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3697: types/types.vcproj: - new locations for libxml2 includes where
3698: added to vcproj files
3699:
3700: 2013-10-18 moko
3701:
3702: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3703: fix
3704:
3705: * tests/: 295.html, results/295.processed: test for issue #948
3706: updated
3707:
3708: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3709: :)
3710:
3711: * tests/: 295.html, results/295.processed: test for issue #948
3712: added
3713:
3714: * src/: classes/hash.C, classes/string.C, classes/table.C,
3715: include/pa_request.h, types/pa_method.h: for getters and setters
3716: to be executed request.put_element should be called, not
3717: context.put_element (fixes issue #948)
3718:
3719: 2013-10-17 moko
3720:
3721: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3722: LIBXML2_NEW_BUFFER check (closes issue #943)
3723:
3724: * buildall: libxml 2.9.1 build is broken --without-reader.
3725:
3726: 2013-10-16 moko
3727:
3728: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3729:
3730: * tests/: 294.html, results/294.processed: test for issue #938
3731:
3732: * src/: classes/xdoc.C, classes/xnode.C,
3733: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3734: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3735:
3736: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3737: libxslt-1.1.26 -> libxslt-1.1.28
3738:
3739: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3740: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3741: to '?', related to issue #938
3742:
3743: 2013-10-15 moko
3744:
3745: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3746: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3747: minor optimizations (closes issue #896)
3748:
3749: * tests/results/: 292.processed, 293.processed: results updated to
3750: comply with issue #896
3751:
3752: * tests/: 292.html, 293.html, results/292.processed,
3753: results/293.processed: tests for json escaping
3754:
3755: 2013-10-14 moko
3756:
3757: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3758: and cleanup, code moved from .h to .C, no changes in code
3759:
3760: 2013-10-12 moko
3761:
3762: * tests/results/119.processed: updated test result commited
3763:
3764: * tests/: 291.html, results/291.processed: test for issue #894
3765: added
3766:
3767: * src/types/pa_wcontext.h: base methods call support function
3768: get_somebody_entered_some_class should not be true forever, as
3769: wcontext can have many get_elements calls (fixes issue #894)
3770:
3771: 2013-10-11 moko
3772:
3773: * tests/: 290.html, results/290.processed: test for junction GPF
3774: issue #942 added
3775:
3776: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3777: to native method fixed (closes issue #942)
3778:
3779: * tests/: 158.html, results/158.processed: test for csv-string[]
3780: added
3781:
3782: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3783: feature #907)
3784:
3785: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3786: feature #907)
3787:
3788: 2013-10-09 moko
3789:
3790: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3791: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3792: types/pa_vstateless_class.C: GET_default, SET_default now works
3793: properly not only in objects, but in classes as well (closes
3794: issue #903)
3795:
3796: * tests/: 289.html, results/289.processed: GET/SET_default now
3797: works in classes, not only objects, test case added, related to
3798: issue #903
3799:
3800: * tests/: 288.html, results/288.processed: test for endless
3801: recursion bug added (related to issue #903)
3802:
3803: 2013-10-05 moko
3804:
3805: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3806: classes/table.C, main/execute.C, types/pa_method.h,
3807: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3808: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3809: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3810: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3811: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3812: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3813: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3814: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3815: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3816: optimization: put_element no longer has "bool areplace" argument,
3817: related to issue #903
3818:
3819: 2013-10-03 moko
3820:
3821: * tests/results/182.processed: result for $.replace(false) test
3822: commited
3823:
3824: * src/classes/date.C: ^date::create(number) processed correctly
3825: (fixes issue #901)
3826:
3827: * src/classes/image.C: as_no_junction removed, as param can be
3828: expression (closes issue #931)
3829:
3830: * tests/233.html: test for issue #931 added
3831:
3832: 2013-10-02 moko
3833:
3834: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3835: modified, test for $.replace(false) added
3836:
3837: * src/main/compile_tools.h: forgotten class replace returned. :)
3838:
3839: 2013-09-30 moko
3840:
3841: * tests/: 141.html, results/141.processed: md5 tainting test added
3842:
3843: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3844: main/compile_tools.h, main/pa_request.C: allow_class_replace
3845: implemented; $.replace option added to ^process and ^use
3846:
3847: 2013-08-27 moko
3848:
3849: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3850: cstr_to_string_body_untaint should be called with charsets for
3851: possible uri language and connection for possible sql language.
3852: related to issue #857
3853:
3854: * buildall: and -> or fixed
3855:
3856: 2013-08-26 moko
3857:
3858: * buildall: prepare_ functions logic changed to support
3859: gc-7.2d.tar.gz extracting to gc-7.2 directory
3860:
3861: 2013-08-23 moko
3862:
3863: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3864: statically
3865:
3866: 2013-08-22 moko
3867:
3868: * src/classes/string.C: String::Empty used (related to issue #912)
3869: append_know_length removed (related to old GPF bug)
3870:
3871: 2013-08-21 moko
3872:
3873: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3874:
3875: * src/classes/math.C: ^math:digest[...;$file] support added
3876: (related to ticket #857
3877:
3878: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3879: implemented
3880:
3881: * src/types/pa_vhashfile.h: warning war
3882:
3883: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3884: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3885: anti_endless_json_string_recoursion removed from request;
3886: json_string_recoursion added to json_options; $.indent[indent
3887: value] now supported and passed within recoursion closes feature
3888: #937
3889:
3890: * tests/: 287.html, results/287.processed: test for feature #937
3891:
3892: 2013-07-31 moko
3893:
3894: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3895: compilation having #define _S
3896:
3897: * src/main/pa_globals.C: cleanup
3898:
3899: 2013-07-30 moko
3900:
3901: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3902: main/pa_common.C: vs2003 warning war
3903:
3904: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3905:
3906: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3907:
3908: * src/lib/md5/pa_sha2.c: warning war
3909:
3910: 2013-07-29 moko
3911:
3912: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3913: patches from github
3914:
3915: * src/: classes/bool.C, classes/double.C, classes/int.C,
3916: classes/memcached.C, include/pa_config_includes.h,
3917: types/pa_vfile.C, types/pa_vfile.h: warning war
3918:
3919: * src/lib/json/json.vcproj: C++ -> C
3920:
3921: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3922:
3923: * src/lib/json/: json.c, pa_json.C: windows compatibility
3924:
3925: * src/lib/json/: json.c, pa_json.C: windows compatibility
3926:
3927: * src/lib/json/: json.c, pa_json.C: warning war
3928:
3929: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3930:
3931: * src/include/pa_config_fixed.h: uint16_t added
3932:
3933: * configure.in: uint16_t check added
3934:
3935: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3936: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3937: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3938: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3939: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3940:
3941: 2013-07-25 moko
3942:
3943: * parser3.sln: dependencies added
3944:
3945: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3946: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3947: module support
3948:
3949: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3950:
3951: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3952:
3953: 2013-07-23 moko
3954:
3955: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3956: PA_DEBUG_GC_MEMORY removed
3957:
3958: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3959: PA_DEBUG_DISABLE_GC compilation fix
3960:
3961: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3962: main/pa_request.C: outdated RESOURCES_DEBUG removed
3963:
3964: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3965: garbage cleanup
3966:
3967: * src/main/pa_common.C: warning war
3968:
3969: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3970:
3971: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3972: minor cleanup
3973:
3974: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3975: uses cygwin, not WIN32 implementation
3976:
3977: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3978: able to exec shell scripts
3979:
3980: * src/classes/math.C: ifdef WIN32 cleanup
3981:
3982: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3983:
3984: * bin/auto.p.dist.in: libpq.so -> libpq.
3985:
3986: * src/classes/curl.C: LT_MODULE_EXT used
3987:
3988: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3989:
3990: 2013-07-22 moko
3991:
3992: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3993: includes fix
3994:
3995: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3996:
3997: * configure.in, src/include/pa_config_includes.h,
3998: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3999: src/main/pa_exec.C: includes cleanup
4000:
4001: * src/targets/cgi/parser3.C: 2012->2013
4002:
4003: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4004:
4005: * configure.in, src/include/pa_config_includes.h,
4006: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4007: src/main/pa_random.C, src/main/pa_socks.C,
4008: src/types/pa_vstatus.C: cygwin support cleanup
4009:
4010: * configure.in: dirent.h check added
4011:
4012: * src/: include/pa_config_includes.h, include/pa_dir.h,
4013: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4014: not copied
4015:
4016: 2013-07-21 moko
4017:
4018: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4019:
4020: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4021: parser3.vcproj: unused getopt.h / getopt.c removed
4022:
4023: * operators.txt, src/classes/file.C, tests/022.html,
4024: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4025: $.stat(true)] usage commented
4026:
4027: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4028: src/main/pa_dir.C: ^file:list[] now has dir column and when
4029: $.stat(true) it has size/*date columns modified patch from misha@
4030: that closes issue #914.
4031:
4032: * src/: include/pa_config_includes.h, main/pa_globals.C:
4033: PA_RELEASE_ASSERTS removed
4034:
4035: * src/lib/md5/pa_md5c.c: minor cleanup
4036:
4037: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4038: localeconv()->decimal_point usage remoed (related to issue #934)
4039:
4040: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4041: cordprnt.c removed
4042:
4043: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4044: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4045: pa-include/pa_strings.h: includes cleanup
4046:
4047: * src/lib/md5/pa_md5c.c: headers cleanup
4048:
4049: 2013-07-20 moko
4050:
4051: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4052: cleanup
4053:
4054: 2013-07-19 moko
4055:
4056: * src/classes/math.C: extern "C" added for crypt
4057:
4058: 2013-07-18 moko
4059:
4060: * src/classes/math.C: fix redhat7.2 build
4061:
4062: 2013-07-17 moko
4063:
4064: * configure.in, src/include/pa_config_includes.h,
4065: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4066: added for uint8/32/64_t)
4067:
4068: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4069: pa_config_includes.h used for uint32/64_t
4070:
4071: 2013-07-16 moko
4072:
4073: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4074: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4075: war
4076:
4077: * src/main/compile.tab.C: compile.y was updated
4078:
4079: * src/main/compile.y: warning war
4080:
4081: * src/: include/pa_exception.h, main/pa_exception.C,
4082: main/pa_xml_exception.C: warning war
4083:
4084: * src/: include/pa_common.h, main/pa_common.C: warning war
4085:
4086: * configure.in: beauty :)
4087:
4088: * tests/: 141.html, results/141.processed: sha256/512 added
4089:
4090: 2013-07-13 moko
4091:
4092: * src/lib/md5/md5.vcproj: sha2 added
4093:
4094: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4095: classes/math.C: sha2 support (sha256/sha512 digest)
4096:
4097: 2013-07-08 moko
4098:
4099: * src/classes/image.C: directory read or other read problem message
4100: fixed (related to issue #933)
4101:
4102: 2013-07-07 moko
4103:
4104: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4105: dependense from $charsetsdir directory existance and content (and
4106: UTF-8 is default allready)
4107:
4108: * AUTHORS: + misha + moko. :)
4109:
4110: 2013-07-06 moko
4111:
4112: * src/: classes/curl.C, include/pa_globals.h,
4113: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4114: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4115: for lt_dlinit to be called once and lt_dlexit called at right
4116: place (related to issue #925)
4117:
4118: 2013-07-04 moko
4119:
4120: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4121: VString::as_vfile now uses vfile.set_binary_string to avoid
4122: content-type to be set, as it brokes badly designed logic in
4123: response output. This hopefully finishes issue #928.
4124:
4125: * tests/results/: 256.processed, 286.processed: file now displayed
4126: as name, size, mode, content-type
4127:
4128: * src/main/pa_common.C: read error now reported cottectly (fixes
4129: issue #933
4130:
4131: 2013-06-28 moko
4132:
4133: * tests/: 286.html, results/286.processed: test extended
4134:
4135: * tests/: 286.html, results/286.processed: Test for issue #928
4136: added. it tests default content-type change.
4137:
4138: * src/types/pa_vfile.C: closes issue #928 - default content-type
4139: now updated
4140:
4141: 2013-06-25 moko
4142:
4143: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4144: content-type for text/binary files without name added;
4145: ^file::create[$f;...] options now works properly and $f
4146: properties are default (fixes issue #928)
4147:
4148: 2013-05-16 misha
4149:
4150: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4151: added
4152:
4153: * src/main/pa_table.C: - a tiny memory optimisation while creating
4154: table if specified limit is bigger than source rows count
4155:
4156: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4157: added ( new feature: #858 )
4158:
4159: 2013-04-29 moko
4160:
4161: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4162: $.ipresolve(0|1|2) added (closes issue #891)
4163:
4164: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4165:
4166: 2013-04-24 moko
4167:
4168: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4169: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4170: types/pa_vmemcached.h: ^memcache.release[] added, calls
4171: memcached_quit (refs #893)
4172:
4173: 2013-04-22 moko
4174:
4175: * src/: include/pa_string.h, main/pa_common.C: no more double
4176: slashes in file path (fixes bug #872)
4177:
4178: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4179: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4180: #739)
4181:
4182: * tests/results/266.processed: $.max_params added (feature #915)
4183:
4184: * src/: include/pa_common.h, main/pa_http.C: response-charset
4185: option added to file::load (closes issue #867)
4186:
4187: 2013-04-20 misha
4188:
4189: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4190: commited
4191:
4192: 2013-03-15 misha
4193:
4194: * src/classes/: hash.C, table.C: - Optimisation: do not create
4195: multiple empty strings while ::sql. uae String::Empty instead
4196:
4197: 2013-03-14 misha
4198:
4199: * src/classes/reflection.C: - for user classes
4200: ^reflection:method_info[] returns $.max_params and $.extra_param
4201: with $.call_type if they available ( new feature: #915 )
4202:
4203: * src/classes/file.C: - ^file:delete[] now supports an option
4204: $.exception(false) that suppress any exception while deleting
4205: file ( new feature: #916 )
4206:
4207: * src/classes/curl.C: - parsing cookies after curl:load now should
4208: work :)
4209:
4210: 2013-03-12 misha
4211:
4212: * src/types/pa_vfile.C: - if specified file_name is empty string
4213: set default name for the file
4214:
4215: 2013-03-11 misha
4216:
4217: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4218: also available in $f.cookies
4219:
4220: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4221: moved to a separate method
4222:
4223: 2013-03-10 moko
4224:
4225: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4226: added
4227:
4228: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4229: removed (declared by autoconf)
4230:
4231: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4232: uint32_t define
4233:
4234: 2013-03-10 misha
4235:
4236: * src/classes/file.C: ^file:delete and ^file:move now support
4237: option $.keep-empty-dirs(true) ( new feature: #884 )
4238:
4239: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4240: empty dirs is added
4241:
4242: 2013-03-10 moko
4243:
4244: * src/classes/: bool.C, double.C, int.C: default can be present,
4245: but default check removed from ^int/double/bool.int/double/bool
4246: for string.int/double/bool compatibility (related to issue #913)
4247:
4248: * src/classes/string.C: ^string.int/dobule/bool no longer
4249: internally throws exception if default is present (closes issue
4250: #913)
4251:
4252: 2013-03-09 misha
4253:
4254: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4255: optimisations ( #845 )
4256:
4257: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4258:
4259: 2013-03-08 moko
4260:
4261: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4262: creates correct table (fixes issue #910)
4263:
4264: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4265: use outside of 'connect' operator (fixes issue #911)
4266:
4267: * tests/results/: 096.processed, 122.processed: test results
4268: updated as doubles now printed with 15 significant digits, not 5
4269: (fixes issue #882)
4270:
4271: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4272: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4273:
4274: 2013-02-21 moko
4275:
4276: * src/classes/table.C: _locate_name_value does not check arguments
4277: count, so we check it in advance (fixes issue #905)
4278:
4279: 2012-10-23 moko
4280:
4281: * buildall: old shell for and echo compatibility (for six)
4282:
4283: 2012-10-19 moko
4284:
4285: * buildall: --strip added --disable-safe-mode listed in usage
4286:
4287: 2012-10-17 misha
4288:
4289: * src/classes/op.C: - apply-taint should not throw "outside
4290: connect" exception with sql lang now
4291:
4292: 2012-10-17 moko
4293:
4294: * src/main/pa_request.C: bugfix: safe mode should be inited for
4295: each request (for apache module)
4296:
4297: 2012-09-26 moko
4298:
4299: * src/doc/doxygen.cfg: png -> svg
4300:
4301: 2012-09-25 moko
4302:
4303: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4304: test added
4305:
4306: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4307: double use when key is long
4308:
4309: 2012-09-16 moko
4310:
4311: * src/classes/math.C: Format -> Method Encode -> Format
4312:
4313: * tests/: 141.html, results/141.processed: math:digest hmac test
4314: added
4315:
4316: 2012-09-14 moko
4317:
4318: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4319: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4320: implementation added
4321:
4322: 2012-09-12 moko
4323:
4324: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4325: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4326: targets.dox and string.dox slightly actualized
4327:
4328: 2012-08-31 moko
4329:
4330: * ChangeLog: now generated with patched cvs2cl.pl
4331:
4332: 2012-07-29 moko
4333:
4334: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4335: result should be pushed after VMethodFrame destructor is called,
4336: as it deletes junctions from stack params (fixes issue #868)
4337:
4338: 2012-07-23 moko
4339:
4340: * INSTALL, README: buildall script usage documented, other outdated
4341: info updated.
4342:
4343: * buildall-with-xml, buildall-without-xml: replaced by buildall
4344:
4345: 2012-07-21 moko
4346:
4347: * buildall: glib does not compile when threads are disabled...
4348:
4349: * src/types/pa_vmail.C: g_assertion fixes for empty input
4350:
4351: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4352: unref, can't unref nested objects)
4353:
4354: * src/types/pa_vmail.C: another check added
4355:
4356: 2012-07-19 moko
4357:
4358: * buildall: usage added
4359:
4360: * buildall: new buildall script that unites buildall-with-xml,
4361: buildall-without-xml, --with-apache and --with-mailreceive
4362:
4363: * configure.in: support for static gmime and dynamic glib linking.
4364: fixes for FreeBSD
4365:
4366: 2012-07-17 moko
4367:
4368: * configure.in: --with-mailreceive replaced
4369: --with-static-mailreceive and --with-shared-mailreceive pathlink
4370: removed
4371:
4372: 2012-07-16 moko
4373:
4374: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4375: capitalized, content now decoded and text content converted to
4376: $request:charset. all properties are accessed by functions, this
4377: ready for dynamic load.
4378:
4379: 2012-06-28 moko
4380:
1.116 moko 4381: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4382: 32 bit
1.95 moko 4383:
4384: 2012-06-27 moko
4385:
4386: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4387: passive ftp
4388:
4389: * src/lib/ltdl/ltdl.vcproj: release build fixed
4390:
4391: * configure.in: 3.4.2 RC -> 3.4.2
4392:
4393: 2012-06-22 moko
4394:
4395: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4396: #815)
4397:
4398: * tests/: 284.html, results/284.processed: output options test
4399: (feature #265)
4400:
4401: 2012-06-22 misha
4402:
4403: * tests/215.html: - little changes
4404:
4405: 2012-06-21 moko
4406:
4407: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4408: types/pa_vxdoc.h: output_options returned and used (bugfix for
4409: feature #265)
4410:
4411: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4412: breaks long .*, default 10M restored. (issue #216)
4413:
4414: * tests/: 283.html, results/283.processed: test for issue #815
4415: added
4416:
4417: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4418: again, cstrm not required.
4419:
4420: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4421: Win32 and broken FreeBSD (issue #45)
4422:
4423: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4424:
4425: * src/main/pa_string.C: warnings war
4426:
4427: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4428: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4429: main/pa_socks.C, targets/apache/pa_threads.C,
4430: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4431: types/pa_vstatus.C: compilation under cygwin fixed
4432:
4433: 2012-06-19 moko
4434:
4435: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4436: Windows fixed
4437:
4438: * parser3.sln: removed antique pcre_ctype
4439:
4440: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4441:
4442: * src/include/pa_config_fixed.h: undefined reference to
4443: __imp__pcre_* fix for Windows
4444:
4445: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4446: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4447: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4448: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4449: define fixed
1.95 moko 4450:
4451: 2012-06-18 moko
4452:
4453: * src/classes/memcached.C: flush -> clear
4454:
4455: * src/classes/memcached.C: memcached does not support quotes even
4456: in server name
4457:
4458: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4459: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4460: called on open to check servers existance. $.key(true) syntax
4461: now supported
4462:
4463: 2012-06-17 moko
4464:
4465: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4466: cleanup
4467:
4468: * src/classes/table.C, tests/282.cfg, tests/282.html,
4469: tests/results/282.processed: encloser at the EOF bug fixed,
4470: incorrectly enclosed data now processed more logicaly (fixes
4471: #339)
4472:
4473: 2012-06-15 moko
4474:
4475: * buildall-without-xml: sync with buildall-with-xml
4476:
4477: * buildall-with-xml: download auto-detected between fetch and curl
4478:
4479: * configure.in: --with-gc and --with-pcre now also processed
4480: correctly
4481:
1.116 moko 4482: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4483: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4484: should be run on rol1 using automake / aclocal (GNU automake)
4485: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4486:
4487: * configure.in: new PARSER_VERSION logic
4488:
4489: * src/include/pa_version.h: new pa_version.h logic
4490:
4491: * src/: classes/curl.C, classes/file.C, classes/image.C,
4492: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4493: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4494: feols_normalized -> fis_text_content set_binary added
4495:
4496: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4497:
4498: 2012-06-15 misha
4499:
4500: * src/: classes/curl.C, classes/file.C, classes/image.C,
4501: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4502: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4503: ^file::create[text;content] EOLs in content now is normalized. (
4504: new feature: #815 )
4505:
4506: 2012-06-15 moko
4507:
4508: * configure.in: --disable-version-update added to disable version
4509: update with host information (for debian package) whitespace
4510: optimized
4511:
4512: * configure.in: version changed to 3.4.2 RC no-pic added for
4513: libtool
4514:
4515: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4516: it.
4517:
4518: 2012-06-14 moko
4519:
4520: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4521: tests/results/281.processed: "hash flocked" error removed for
4522: safe operations like ^h._count[] ( new feature: #335 )
4523:
1.116 moko 4524: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4525:
4526: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4527:
4528: * configure.in: --with-static/shared xml replaced with --with-xml,
4529: xml compilation check added
4530:
4531: * configure.in: --with-static/shared-gc, --with-static-pcre are
4532: replaced with --with-gc and --with-pcre test for pcre linking
4533: added
4534:
4535: 2012-06-13 moko
4536:
4537: * configure.in: apxs2 check optimized
4538:
4539: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4540: .la, includes optimized
4541:
4542: * buildall-with-xml: --with-pic looks better for -fPIC
4543:
4544: * configure.in: switched to convenience library in static linking
4545:
4546: * src/targets/apache/Makefile.am: switched to convenience library
4547: usage to avoid libtool warnings
4548:
4549: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4550: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4551: smtp/Makefile.am: switched to convenience library usage
4552:
4553: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4554:
4555: * src/targets/apache/Makefile.am: updated for libtool usage
4556:
4557: * bin/auto.p.dist.in: .cfg removed from charset names.
4558:
4559: * buildall-without-xml: --with-included-ltdl added
4560:
4561: * buildall-without-xml: sync with buildall-with-xml
4562:
4563: * buildall-with-xml: --with-included-ltdl added $cflags added for
4564: -fPIC for x64 $download added for wget success check added
4565:
4566: * buildall-without-xml: --with-dynamic-stdcpp removed
4567:
4568: * configure.in: disable-static returned
4569:
4570: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4571: LIBTOOLFLAGS
4572:
4573: 2012-06-12 moko
4574:
4575: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4576: compatible with LIBTOOLFLAGS for unknown reasons
4577:
4578: * buildall-with-xml: --with-dynamic-stdcpp removed
4579:
4580: * configure.in: static/dynamic -lstdc++ linking option removed
4581: apxs2 check added
4582:
4583: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4584: option removed
4585:
4586: 2012-06-10 moko
4587:
4588: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4589: added
4590:
4591: * src/targets/cgi/pp3.cmd: old PAF stuff
4592:
1.116 moko 4593: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4594: beauty
1.95 moko 4595:
4596: * depcomp: from libtool 2.4.2
4597:
4598: * configure.in: ltdl directory removed, it has correct Makefile.in
4599:
4600: 2012-06-09 moko
4601:
1.116 moko 4602: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4603: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4604: autogenerated files updated after libtool update
4605:
1.116 moko 4606: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4607: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4608: config_auto.h.in, config_fixed.h, configure, configure.ac,
4609: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4610: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4611: config/compile, config/config.guess, config/config.sub,
4612: config/depcomp, config/install-sh, config/ltmain.sh,
4613: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4614: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4615: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4616: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4617: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4618: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4619: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4620: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4621:
4622: * configure.in: preparation for new libtool
4623:
4624: * configure.in: Some beauty added :)
4625:
4626: * src/targets/apache/Makefile.am: := -> =
4627:
4628: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4629: again. :)
4630:
4631: * src/include/pa_config_includes.h, configure.in: limits.h added,
4632: previously was taken from pcre_internal.h. :)
4633:
4634: * src/lib/pcre/Makefile.am: config.h returned
4635:
4636: * src/lib/pcre/config.h: still need this. :)
4637:
4638: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4639:
4640: * configure.in: --with-charsets removed; --with-mysql-client & co
4641: removed
4642:
4643: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4644: now in parser tree, no need to copy
4645:
4646: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4647: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4648: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4649: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4650: extracts now used old trash removed
4651:
4652: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4653: rare charsets/drivers are commented, sql driver quessing removed
4654: (debian/patches/103_auto_p.patch)
4655:
4656: * etc/parser3.charsets/Makefile.am: charsets now in share
4657: (debian/patches/104_automake.patch) + all charsets are copied
4658:
4659: * buildall-with-xml, buildall-without-xml: curl option removed +
4660: extra arguments now supported
4661:
4662: 2012-06-08 misha
4663:
4664: * src/classes/table.C: - one params.as_hash usage was rolled back:
4665: the 2nd option in ^table.hash[] could be hash or table so
4666: .as_hash will throw an exception when table option is specified
4667:
4668: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4669: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4670: classes/table.C, classes/void.C, classes/xdoc.C,
4671: include/pa_exception.h, types/pa_vmethod_frame.C,
4672: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4673: and improved (whitespaces are allowed as empty options) -
4674: MethodParams::as_table is added - above methods are used for
4675: parsing methods' options ( new feature: #9 )
4676:
4677: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4678: to vclass. now class fields can be accessible as a hash:
4679: $h[^hash::create[$asd:CLASS]]
4680:
4681: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4682: have get_fields method so their fields can be accessed with
4683: ^reflection:fields[...] & ^reflection:field[...]
4684:
4685: 2012-06-06 misha
4686:
4687: * tests/280.html: - tests for
4688: ^reflection:method[obj-or-class;method],
4689: ^reflection:field[obj-or-class;field] and
4690: ^reflection:fields[obj-or-class] are added
4691:
4692: 2012-06-05 misha
4693:
4694: * src/classes/reflection.C: - ^reflection:method[class or
4695: object;method name] and ^reflection:field[class or object;field
4696: name] are added
4697:
4698: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4699: is used
4700:
4701: * src/types/pa_method.h: - Method::as_vjunction method is added
4702:
4703: 2012-06-05 moko
4704:
1.116 moko 4705: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4706:
4707: * src/classes/memcached.C: flish ttl fixed
4708:
4709: 2012-06-04 moko
4710:
4711: * src/classes/json.C, src/classes/op.C, tests/279.html,
4712: tests/results/279.processed: ^json:parse[] now supports $.taint
4713: option (new feature #833)
4714:
4715: 2012-06-04 misha
4716:
4717: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4718: - search_stop method was moved from pa_vcookie.C to pa_common.C
4719:
4720: 2012-06-03 misha
4721:
4722: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4723: cookies are parced and stored into $.cookies ( new feature: #31 )
4724:
4725: 2012-05-30 misha
4726:
4727: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4728: incomplete class into a scope while @USE is found
4729:
4730: * src/main/compile.y: - add incomplete class into a scope while
4731: @USE and @CLASS instructions are found ( bugfix: #838 )
4732:
4733: 2012-05-30 moko
4734:
4735: * src/types/pa_vclass.C, tests/278.html,
4736: tests/results/278.processed: removed "property has no getter
4737: method" exception when GET_DEFAULT present (fixes #269)
4738:
4739: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4740: $._default
4741:
4742: 2012-05-29 moko
4743:
4744: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4745: uninitialized values usage (new feature: #154)
4746:
4747: 2012-05-28 moko
4748:
4749: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4750: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4751: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4752: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4753: src/types/pa_vobject.C, src/types/pa_vobject.h,
4754: src/types/pa_vstring.h, src/types/pa_vtable.C,
4755: tests/results/277.processed, src/types/pa_vtable.h,
4756: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4757: ^json:string[$o; $.default[$method]] implemented for VObject (new
4758: feature #803)
4759:
4760: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4761: tests/results/277.processed: json numbers are now treated as
4762: double ( new feature: #834 )
4763:
4764: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4765: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4766: added for out of range checks, zero division in vint/vdouble
4767: check added ( fixes #832 )
4768:
4769: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4770: ( fixes #832 )
4771:
4772: 2012-05-28 misha
4773:
4774: * buildall-with-xml: - --without-lzma option is added to libxml2
4775: configure
4776:
4777: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4778: added - tests for unsupported values for options $.file, $.table
4779: and $.date are added
4780:
4781: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4782: accepts "stat" $.file[] option's value in addition to existed
4783: "text" and "base64" ( new feature: #835 )
4784:
4785: * tests/276.html: - test for
4786: ^reflection:delete[$object-or-class;field-name]
4787:
4788: * src/classes/reflection.C: -
4789: ^reflection:delete[$object-or-class;field-name] is added ( new
4790: feature: #268 )
4791:
4792: 2012-05-27 misha
4793:
4794: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4795:
4796: 2012-05-24 misha
4797:
4798: * src/include/pa_common.h: - method lastposafter was removed
4799:
4800: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4801: lastposafter - ^file:dirname[] & Co proper handle windows file
4802: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4803: work as *nix commands
4804:
4805: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4806:
4807: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4808: rskipchars were added
4809:
4810: * tests/270.html: - more tests for ^file:find[]
4811:
4812: * tests/065.html: - more tests for ^file:dirname[] & Co
4813:
4814: * src/include/pa_version.h: - must be "win32" here. it is
4815: auto-generated on *nix
4816:
4817: 2012-05-24 moko
4818:
4819: * src/classes/math.C: ^math:convert[] now supports uint32 and
4820: throws overflow exception ( new feature: #830 )
4821:
4822: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4823: uint32 support and overflow added ( new feature: #830 )
4824:
4825: 2012-05-23 moko
4826:
4827: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4828: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4829: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4830: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4831: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4832: types/pa_vregex.h, types/pa_vstateless_class.C,
4833: types/pa_vstateless_class.h, types/pa_vstring.h,
4834: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4835: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4836: "return string as-is" removed from as_expr_result. ( new feature:
4837: #831 )
4838:
4839: * tests/results/244.processed: test changed after bug #782 fix
4840: commited
4841:
4842: * tests/results/229.processed: test results for bug #782 commited
4843:
4844: * tests/: 254.html, results/254.processed: uid now just compared,
4845: not printed. :)
4846:
4847: 2012-05-20 moko
4848:
4849: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4850: feature: #341 )
4851:
4852: * tests/: 254.html, results/254.processed: test for
4853: ^reflection:uid[] added
4854:
4855: * tests/: 254.html, results/254.processed: test for
4856: ^reflection:uid[$obj] added
4857:
4858: 2012-05-17 misha
4859:
4860: * src/main/untaint.C: - do not replace ' char by _26 while
4861: exploding filespec-tainting ( new feature: #829 )
4862:
4863: 2012-05-12 moko
4864:
4865: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4866: not.
4867:
4868: 2012-05-08 moko
4869:
4870: * src/types/pa_vmethod_frame.h: bug #782 fixed
4871:
4872: * tests/229.html: test for bug #782
4873:
4874: * tests/results/259.processed, src/main/pa_request.C,
4875: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4876: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4877: src/types/pa_vvoid.h: feature #154 - first empty param now
4878: string; defined locals are empty strings; $STRICT-VARS(true)
4879: added
4880:
4881: 2012-04-27 moko
4882:
1.116 moko 4883: * src/targets/apache/Makefile.am:
1.95 moko 4884: ../../lib/memcached/libmemcached.a added
4885:
4886: 2012-04-27 misha
4887:
4888: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4889: ( #827 )
4890:
4891: 2012-04-25 moko
4892:
4893: * src/: classes/json.C, classes/memcached.C,
4894: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4895: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4896: implemented.
4897:
4898: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4899:
4900: 2012-04-23 moko
4901:
4902: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4903: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4904: types/pa_vmemcached.h: open allows options hash for new
4905: memcached(options) function
4906:
4907: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4908: not appended
4909:
4910: 2012-04-21 moko
4911:
4912: * src/classes/curl.C: '' added. :)
4913:
4914: * src/classes/classes.vcproj: new curl.h location
4915:
4916: * src/classes/curl.C: verbose output redirection from stderr to
4917: file curl option added
4918:
4919: 2012-04-20 moko
4920:
4921: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4922: contains what we need from curl, #ifdef HAVE_CURL removed
4923:
1.116 moko 4924: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4925: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4926: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4927: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4928: configure option
4929:
4930: 2012-04-19 moko
4931:
4932: * src/: classes/double.C, classes/inet.C, classes/int.C,
4933: classes/string.C, lib/gc/include/gc_allocator.h,
4934: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4935: options from sql_result_string removed. (closes issue #468)
4936:
4937: * src/types/pa_vmemcached.C: empty string fix
4938:
4939: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4940: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4941: pa_vmemcached.C
4942:
4943: 2012-04-18 moko
4944:
4945: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4946: apache2-mpm-prefork" error displayed in threaded mpm.
4947:
4948: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4949: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4950: installed (issue #354)
4951:
4952: 2012-04-16 moko
4953:
4954: * src/types/pa_vmemcached.C: call to memcached_result_create and
4955: memcached_result_free removed
4956:
4957: 2012-04-14 moko
4958:
4959: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4960:
4961: * src/types/pa_vmemcached.C: check_key added and used
4962:
4963: 2012-04-13 moko
4964:
4965: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4966: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4967: Serialization_data now added and used, VString now serialized
4968: with languages into memcached.
4969:
4970: 2012-03-28 moko
4971:
4972: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4973: lib/memcached/pa_memcached.h: result lengths added
4974:
4975: 2012-03-27 moko
4976:
4977: * src/types/pa_vmemcached.C: strdup added
4978:
4979: 2012-03-24 moko
4980:
4981: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4982: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4983: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4984:
4985: 2012-03-20 moko
4986:
1.116 moko 4987: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4988:
4989: * src/targets/cgi/Makefile.am: cleanup
4990:
4991: * src/: types/Makefile.am, types/pa_vmemcached.C,
4992: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4993:
4994: * src/: classes/Makefile.am, classes/memcached.C,
4995: lib/memcached/Makefile.am, lib/memcached/constants.h,
4996: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4997: lib/memcached/types.h, lib/Makefile.am: memcached initial
4998:
4999: 2012-03-16 moko
5000:
5001: * src/main/execute.C: ident now works under Linux + ident displays
5002: filenames (closes issue #818)
5003:
1.116 moko 5004: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5005: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5006: pa_vmethod_frame_local.h removed
5007:
5008: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5009: classes/classes.h, classes/curl.C, classes/date.C,
5010: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5011: classes/hashfile.C, classes/image.C, classes/inet.C,
5012: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5013: classes/memory.C, classes/op.C, classes/reflection.C,
5014: classes/regex.C, classes/response.C, classes/string.C,
5015: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5016: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5017: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5018: include/pa_config_fixed.h, include/pa_config_includes.h,
5019: include/pa_dictionary.h, include/pa_dir.h,
5020: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5021: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5022: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5023: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5024: include/pa_request_charsets.h, include/pa_request_info.h,
5025: include/pa_sapi.h, include/pa_socks.h,
5026: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5027: include/pa_stack.h, include/pa_string.h,
5028: include/pa_stylesheet_connection.h,
5029: include/pa_stylesheet_manager.h, include/pa_table.h,
5030: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5031: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5032: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5033: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5034: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5035: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5036: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5037: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5038: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5039: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5040: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5041: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5042: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5043: main/pa_string.C, main/pa_stylesheet_connection.C,
5044: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5045: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5046: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5047: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5048: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5049: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5050: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5051: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5052: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5053: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5054: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5055: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5056: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5057: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5058: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5059: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5060: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5061: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5062: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5063: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5064: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5065: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5066: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5067: types/pa_vresponse.h, types/pa_vstateless_class.C,
5068: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5069: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5070: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5071: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5072: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5073: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5074: ident now works under Linux + ident displays filenames (closes
5075: issue #818) Copyright updated
5076:
5077: 2012-03-13 moko
5078:
5079: * src/main/pa_string.C: compilation fix for feature #741
5080:
5081: 2012-03-09 misha
5082:
5083: * tests/193.html: - tests for ^string:base64[encoded] are updated
5084:
5085: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5086: now detects invalid base64 chars in the middle of encoded stricg
5087: ( new feature: #55 )
5088:
5089: * src/include/pa_exception.h: - new exception type for base64
5090: decoding is added
5091:
5092: 2012-03-06 misha
5093:
5094: * tests/274.html: - tests for ^date::today[] and
5095: ^date.sql-string[datetime|date|time] are added
5096:
5097: * src/classes/date.C: - constructor ^date::today[] is added ( new
5098: feature: #811 ) - ^date.sql-string[] now can accept one param --
5099: strings "datetime", "date" or "time" - comments tidying up
5100:
5101: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5102: date and time
5103:
5104: 2012-03-03 misha
5105:
5106: * tests/193.html: - tests for
5107: ^string:base64[encoded;$.strict(true)] are added
5108:
5109: * tests/results/auto.p: - try-catch operator is added
5110:
5111: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5112: main/pa_common.C: - $.strict(true|false) option is added to
5113: base64 decode methods ( new feature: #55 )
5114:
5115: * src/main/pa_common.C: - base64 decode memory usage was decreased
5116: ( new feature: #819 )
5117:
5118: 2012-02-28 moko
5119:
5120: * src/classes/hash.C: ident test
5121:
5122: 2012-02-27 misha
5123:
5124: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5125:
5126: 2012-01-08 misha
5127:
5128: * tests/273.html: - tests for ^string.replace[from;to] are added
5129:
5130: * src/: classes/string.C, include/pa_dictionary.h,
5131: main/pa_dictionary.C, main/pa_string.C: -
5132: ^string.replace[from;to] is added ( new feature: #741 ) -
5133: ^string.replace[one subst here] is slightly optimized
5134:
5135: 2011-12-07 misha
5136:
5137: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5138: named table with one empty column ( bugfix: #63 )
5139:
5140: 2011-11-30 misha
5141:
5142: * src/classes/json.C: - it's possible to set user's method for
5143: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5144: #763 )
5145:
5146: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5147:
5148: 2011-11-23 misha
5149:
5150: * src/: classes/curl.C, classes/file.C, classes/image.C,
5151: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5152: types/pa_vfile.h, types/pa_vform.C: - constructor
5153: ^file::create[mode;filename;content[;options]] now accepts binary
5154: mode and file-content - new constructor's format:
5155: ^file::create[string-or-file-content[;$.name[filename]
5156: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5157: feature: #65 )
5158:
5159: * src/: include/pa_request.h, main/pa_request.C: - new method
5160: mime_type_of(const String*) is added
5161:
5162: * src/include/pa_exception.h: - new exception constant
5163: FILE_NAME_MUST_BE_SPECIFIED is added
5164:
5165: * src/classes/table.C: - bug with negative offset transformed into
5166: a feature. it means pointing to a row from the end of the table (
5167: new feature: #810 )
5168:
5169: 2011-11-19 misha
5170:
5171: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5172: â ìåòîäå _select ( new feature: #810 )
5173:
5174: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5175: options were specified together is simplified
5176:
5177: 2011-11-12 misha
5178:
5179: * src/main/pa_request.C: - forgotten fix for escaping filename in
5180: HTTP content-disposition header (a part of bug #361 )
5181:
5182: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5183: checks for ancestors' classes as well ( new feature: #456 )
5184:
5185: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5186: "without cycle" now have types "parser.break" and
5187: "parser.continue" instead of "parser.runtime" ( new feature: #799
5188: )
5189:
5190: 2011-11-11 misha
5191:
5192: * tests/results/: 099.processed, 100.processed, 205.processed,
5193: 237.processed: - since bug #361 was fixed the content of filename
5194: in HTTP headers is quoted
5195:
5196: * tests/results/270.processed: - result for test 270
5197:
5198: * tests/: 065.html, results/065.processed: - more tests for
5199: ^file:basename[] & Co were added
5200:
5201: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5202:
5203: * tests/270.html: - tests for ^file:find[] are added
5204:
5205: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5206: using option $.charset. option $.engoding is still supported but
5207: these options can not be specified together
5208:
5209: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5210: comparation charset name with string "UTF-8" ( bugfix: #759 )
5211:
5212: 2011-10-11 misha
5213:
5214: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5215: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5216: #622)
5217:
5218: 2011-09-30 misha
5219:
5220: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5221: exception "saving stat-ed file" ( bugfix: #395 )
5222:
5223: 2011-05-30 misha
5224:
5225: * src/classes/string.C: - fixed bug which was added with
5226: params.as_hash into string:sql
5227:
5228: 2011-05-29 misha
5229:
5230: * src/types/pa_value.C: - filename in content-disposition header
5231: must be quoted ( bugfix: #361 )
5232:
5233: 2011-05-27 misha
5234:
5235: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5236: created file
5237:
5238: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5239: usage
5240:
5241: * src/include/pa_exception.h: - one more string for exception was
5242: added
5243:
5244: 2011-05-25 misha
5245:
5246: * tests/269.html: - tests for checking input params in some dom
5247: methods
5248:
5249: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5250: was added. it isn't possible not wo create xdoc with invalid
5251: tagName. ( bugfix: #160 )
5252:
5253: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5254: string "data must be string" was mover from pa_exception.h to
5255: pa_xml_exception.h
5256:
5257: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5258: as_xmlncname, as_xmlname and as_xmlnsuri were added
5259:
5260: * src/main/pa_xml_exception.C: - XmlException accepts more options
5261:
5262: * src/include/pa_xml_exception.h: - XmlException accepts more
5263: options - XML-related exception's strings were added
5264:
5265: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5266: output_options were removed)
5267:
5268: 2011-05-19 misha
5269:
5270: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5271: params.as_hash is used more while parsing methods hash-options
5272:
5273: 2011-05-18 misha
5274:
5275: * operators.txt: - info about json-serialization of xdoc was added
5276:
5277: * tests/256.html: - tests for json-serialization xdoc were added
5278:
5279: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5280:
5281: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5282: classes/json.C, classes/xdoc.C: - now json:string can serialize
5283: xdoc-objects. options (the same as ^xdoc.string[]) could be
5284: specified in $.xdoc[] ( new feature: #265 )
5285:
5286: 2011-05-15 misha
5287:
5288: * tests/268.html: - tests for ^table.count[with options] were added
5289:
5290: * src/classes/table.C: - method ^table.count[] now can accept
5291: options ( new feature: #93 ): ^table.count[column] returns number
5292: of columns for named table; ^table.count[cells] returns number of
5293: cells in the current row; ^table.count[] & ^table.count[rows]
5294: return number of rows in a table.
5295:
5296: * tests/267.html: - test for checking switch/case in boolean mode
5297: was added
5298:
5299: * src/classes/op.C: - if switch's or case's value is bool, they are
5300: compared as bool values, not as double values: new feature: #351
5301:
5302: 2011-05-06 misha
5303:
5304: * tests/242.html: - EOL before EOF was added
5305:
5306: * tests/169.html: - tests for splitting empty string and void were
5307: added
5308:
5309: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5310: returned table with one empty cell)
5311:
5312: 2011-04-03 misha
5313:
5314: * src/include/pa_version.h, configure.in: - version in head was
5315: changed to 3.4.2b
5316:
5317: 2011-03-30 misha
5318:
5319: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5320: as well ( new feature #294 )
5321:
5322: 2011-03-29 misha
5323:
5324: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5325: limited to approx. 6 MB. previous limits were too big for real
5326: life. bugfix: #216
5327:
5328: 2011-03-04 moko
5329:
5330: * etc/parser3.charsets/cp866.cfg: Conforms to
5331: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5332:
5333: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5334: vlalek@
5335:
5336: 2011-02-22 misha
5337:
5338: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5339: be under #ifdef XML or parser can't be compiled without xml
5340: support
5341:
5342: 2011-02-21 misha
5343:
1.116 moko 5344: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5345: ApacheModuleParser3.vcproj was removed
5346:
5347: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5348: removed)
5349:
5350: 2011-02-20 misha
5351:
5352: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5353: $.overridden in ^reflection:method_info[...] were added
5354:
5355: * src/classes/reflection.C: - beautifying result of
5356: ^reflection:method_info[] ($.overridden/inherited)
5357:
5358: 2011-02-18 misha
5359:
5360: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5361: and pa_isalnum instead of isalpha and isalnum - bug with
5362: redundand quoting lowercased latin chars while building email
5363: body was fixed
5364:
5365: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5366: added (they check for latin chars only)
5367:
5368: 2011-02-16 misha
5369:
5370: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5371: string size for transcoding gave too small value (should ever
5372: look for availability char in dest charset inspite of the char
5373: size)
5374:
5375: 2011-02-04 moko
5376:
5377: * tests/223.html: header values now not url-encoded (issue #195)
5378:
5379: 2011-02-01 misha
5380:
5381: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5382:
5383: 2011-01-31 misha
5384:
5385: * src/main/pa_request.C: - throw exception if param file_name in
5386: use_file is empty
5387:
5388: 2011-01-08 moko
5389:
5390: * src/classes/curl.C: compilations errors fixed
5391:
5392: 2010-12-29 moko
5393:
5394: * tests/: 265.html, results/265.processed: test for issue #200
5395: added
5396:
5397: * src/main/pa_string.C: empty regex result check added (fixes issue
5398: #200)
5399:
5400: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5401:
5402: * tests/results/223.processed: header values now not url-encoded
5403: (issue #195)
5404:
5405: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5406: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5407: pa_http_safe_header_name added for headers names (fixes bug #195)
5408:
5409: 2010-12-18 misha
5410:
5411: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5412: => pa-include
5413:
5414: 2010-11-28 moko
5415:
5416: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5417:
5418: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5419: -> pa
5420:
5421: * configure.in: apr -> pa
5422:
5423: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5424:
5425: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5426: classes/Makefile.am, types/Makefile.am: apr -> pa
5427:
5428: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5429: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5430: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5431: pa-include/pa_apr.h, pa-include/pa_errno.h,
5432: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5433: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5434: module apr name conflict resolved)
5435:
5436: 2010-11-27 misha
5437:
5438: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5439: libbz2
5440:
5441: 2010-11-26 misha
5442:
5443: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5444: warnings removed
5445:
5446: 2010-11-25 moko
5447:
5448: * operators.txt: $.indent(true)
5449:
5450: * operators.txt: another bugfix. :)
5451:
5452: * operators.txt: bugfix. :)
5453:
5454: * buildall-with-xml: libxml2-2.7.8 + with-apache
5455:
5456: 2010-11-24 moko
5457:
1.116 moko 5458: * configure: apxs support
1.95 moko 5459:
5460: * configure.in: apxs support -Bstatic gc removed for OS X
5461:
5462: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5463:
5464: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5465: THREAD_LOCAL usage
5466:
5467: * src/: classes/curl.C, include/pa_config_includes.h,
5468: main/pa_globals.C: THREAD_LOCAL defined and used
5469:
5470: 2010-11-23 moko
5471:
5472: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5473: should be passed to pa_sleep, and only fractional part (bugfix:
5474: #188)
5475:
5476: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5477:
5478: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5479: GC_dont_gc=1, as in cgi version
5480:
5481: * src/targets/apache/mod_parser3.c: warning war
5482:
5483: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5484: pa_httpd.h: version removed, some trash removed
5485:
5486: * src/targets/apache/mod_parser3.c: version removed (we don't want
5487: to show it), warning war
5488:
5489: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5490: pa_httpd.h: parser_status_allowed removed + merge config
5491: functions removed (override is the default) + beauty
5492:
5493: * src/: include/pa_request.h, main/pa_request.C,
5494: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5495: hide $status used in apache module removed
5496:
5497: 2010-11-18 moko
5498:
5499: * operators.txt: $.table[compact] added for ^json:string[]
5500:
5501: 2010-11-16 moko
5502:
5503: * src/targets/apache/mod_parser3.c: some cleanup done
5504:
5505: * src/main/untaint.C: bugfix: first, second String::Body argument
5506: is hashcode; second, info.fragment_begin is original, not
5507: resulting length
5508:
5509: * src/classes/file.C: new feature: $.stdin now untainted
5510:
5511: * tests/results/264.processed: new feature: $.stdin[] now untainted
5512:
5513: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5514:
5515: * src/classes/op.C: ^apply-taint[] method added
5516:
5517: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5518: added; $.stdin untaint test added
5519:
5520: 2010-11-15 moko
5521:
5522: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5523: removed
5524:
5525: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5526: pa_httpd.h: 2x2 calculated under apache2. :)
5527:
5528: 2010-11-13 moko
5529:
5530: * src/targets/apache/mod_parser3.c: initial changes to build module
5531: with apache 2.x includes
5532:
5533: * src/targets/apache/: Makefile.am, mod_parser3.c,
5534: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5535: united apache 1.3 / apache 2.x DSO module
5536:
5537: 2010-11-09 moko
5538:
5539: * src/types/pa_method.h: check added to dissallow @method[name;*]
5540: syntax
5541:
5542: * tests/: 263.html, results/263.processed: test from method[*args]
5543: added
5544:
5545: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5546: number of params can now be passed to a method declared with *arg
5547:
5548: 2010-11-06 moko
5549:
5550: * src/classes/table.C: formating fixed. :)
5551:
5552: * src/classes/table.C: closes #4: ^table.select now supports
5553: $.limit(), $.offset, $.reverse() options
5554:
5555: * tests/: 262.html, results/262.processed: test for ^table:select
5556: with options added (feature #4)
5557:
5558: * src/include/pa_array.h: remove function added
5559:
5560: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5561: object in get_element/put_element, using static one.
5562:
5563: 2010-11-04 moko
5564:
5565: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5566: options is passed
5567:
5568: * tests/: 256.html, results/256.processed: $.table[compact] feature
5569: now tested; k and p in handler now tested.
5570:
5571: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5572: $.table[compact] feature added
5573:
5574: * src/classes/json.C: key is now passed to handler in
5575: value_json_string; ^json:string result now process tainting
5576: inside and returns clean string, related to issue #153
5577:
5578: * src/main/untaint.C: bugfix: charset can be null (in
5579: ^string:save[] as example), thus check is added
5580:
5581: 2010-10-31 moko
5582:
5583: * src/classes/string.C: error message changed (fixes issue #149)
5584:
5585: 2010-10-29 moko
5586:
5587: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5588: port is not default (fixes issue #155); exception on invalid port
5589: added.
5590:
5591: * src/main/untaint.C: '*' is now not urlencoded to allow header
5592: "Accept: */*" to be passed
5593:
5594: 2010-10-28 moko
5595:
5596: * src/classes/curl.C: bugfix: detect_charset() was throwing
5597: exception on unknown charset even if response_charset was
5598: specified
5599:
5600: 2010-10-27 moko
5601:
5602: * src/classes/string.C: ^string.append removed for void
5603: compatibility
5604:
5605: 2010-10-26 moko
5606:
5607: * src/classes/json.C: libjson supports array at top level, we too
5608: (GPF fixed)
5609:
5610: 2010-10-25 moko
5611:
5612: * tests/: 253.html, results/253.processed: libjson supports array
5613: at top level, parser now supports it as well.
5614:
5615: * tests/261.html, tests/results/261.processed,
5616: src/types/pa_vstring.h: empty string is now void compatible
5617: (allows $empty.key)
5618:
5619: 2010-10-22 misha
5620:
5621: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5622: while adding additional expires checkout)
5623:
5624: * tests/030.html: - test for session cookie was added
5625:
5626: 2010-10-21 moko
5627:
5628: * src/: classes/string.C, classes/void.C, main/execute.C,
5629: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5630: string (feature #111)
5631:
5632: * tests/: 261.html, results/261.processed: checks void from string
5633: inheritance (feature #111)
5634:
5635: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5636: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5637: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5638: now true by default
5639:
5640: 2010-10-17 moko
5641:
5642: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5643: upload now uses binary blocks instead of L_FILE_POST tainting.
5644: (bugfix: #128)
5645:
5646: * tests/: 223.html, results/223.processed: binary file upload test
5647: added, GPF (issue #128) also checked in this test
5648:
5649: 2010-10-13 misha
5650:
5651: * tests/260.html: - test for math:convert
5652:
5653: * src/classes/math.C: - error in math:convert was fixed
5654:
5655: * operators.txt: - info about
5656: ^math:convert[number](from-base;to-base) was added
5657:
5658: * src/classes/math.C: - method
5659: ^math:convert[number](from-base;to-base) for converting number
5660: represention from one base to another was added ( new feature:
5661: #23 )
5662:
5663: 2010-10-13 moko
5664:
5665: * src/main/compile.tab.C: [] now is empty string, not void
5666:
5667: * src/main/compile.y: [] now is empty string, not void
5668:
5669: * src/types/pa_vvoid.h: void now passed as parameter
5670:
5671: * tests/: 259.html, results/259.processed: to test difference
5672: between void and empty string (see ticket #111)
5673:
5674: * tests/results/152.processed: $sEmpty[] is now empty string, not
5675: void
5676:
5677: * tests/256.html: $s[$void] is no longer empty string
5678:
5679: * tests/254.html: empty string is no longer void
5680:
5681: 2010-10-12 misha
5682:
5683: * src/types/pa_vcookie.C: - check if $.expires value can be
5684: converted to date during cookies set up ( bugfix: #104 )
5685:
5686: * tests/041.html: - more tests for ^table.locate were added
5687:
5688: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5689: work ( bugfix: #129 ) - exception comment for incorrect options
5690: ^table.locate[field;value;options] was fixed
5691:
5692: 2010-10-10 moko
5693:
5694: * src/: classes/reflection.C, main/execute.C: constructor returning
5695: another object feature returned
5696:
5697: * tests/results/258.processed: test result updated as constructor
5698: returning another object feature returned
5699:
5700: * tests/: 258.html, results/258.processed: test for constructor
5701: returning another object
5702:
5703: 2010-10-08 misha
5704:
5705: * tests/257.html: - whitespaces after @METACOMMANDS and their
5706: options shouldn't cause exceptions any longer
5707:
5708: 2010-10-06 moko
5709:
5710: * src/classes/: hash.C, table.C: length from sql server is now
5711: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5712:
5713: 2010-10-02 misha
5714:
5715: * operators.txt: - the X mark was removed from ^cache[file]. it is
5716: usable to delete cache file.
5717:
5718: 2010-10-02 moko
5719:
5720: * tests/: 253.html, results/253.processed: hook_key added for key
5721: checking
5722:
5723: * src/classes/json.C: null key bug fixed
5724:
5725: 2010-09-29 misha
5726:
5727: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5728:
5729: 2010-09-25 moko
5730:
5731: * src/classes/json.C: small fixed
5732:
5733: * tests/results/: 253.processed, 255.processed: just updated
5734:
5735: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5736: results/255.processed: charset transcode test added for
5737: json:parse
5738:
5739: 2010-09-24 moko
5740:
5741: * src/types/pa_value.h: warning war :)
5742:
5743: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5744: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5745: ^json:string
5746:
5747: 2010-09-22 moko
5748:
5749: * src/main/pa_charset.C: parser charset tables declare only
5750: white-space before 0x20, thus adding the missing chars
5751:
5752: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5753: to http://unicode.org/Public/MAPPINGS/VENDORS/
5754:
5755: 2010-09-21 misha
5756:
5757: * src/main/compile.y: - some semicolons were added (VS2010 don't
5758: want to compile grammar if they are absent)
5759:
5760: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5761:
5762: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5763:
5764: * src/main/main.vcproj: - path to bison is changed
5765:
5766: 2010-09-21 moko
5767:
1.116 moko 5768: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5769: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5770: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5771:
5772: 2010-09-20 misha
5773:
5774: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5775:
5776: * src/classes/json.C: - add EOL while json-serializing hash
5777:
5778: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5779: compilers don't like 'ES'.
5780:
5781: 2010-09-17 misha
5782:
5783: * operators.txt: - info about json class was added
5784:
5785: * src/classes/json.C: - ^json:string[object]
5786:
5787: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5788: preventing infinite recursion while executing json:string was
5789: added
5790:
5791: * src/include/pa_string.h: - method append_quoted was added
5792:
5793: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5794: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5795: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5796: was added to Value & Co
5797:
5798: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5799: were used
5800:
5801: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5802: were added
5803:
5804: 2010-09-10 moko
5805:
5806: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5807: die_or_abort (backport from 3.4.1)
5808:
5809: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5810: die_or_abort (bugfix: #106)
5811:
5812: 2010-09-09 moko
5813:
5814: * src/classes/json.C: warning war. :)
5815:
5816: 2010-09-08 misha
5817:
5818: * src/lib/json/Makefile.am: - additional include directories were
5819: added (for pa_memory.h and gc.h)
5820:
5821: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5822: compile as C++ instead default - additional include directory was
5823: added (for gc.h)
5824:
5825: * src/types/pa_vform.C: - little code reformating
5826:
5827: * src/classes/file.C: - $.content-type option now can be specified
5828: in ^file::create ( new feature: #102 )
5829:
5830: 2010-09-08 moko
5831:
5832: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5833: pa_malloc/pa_free
5834:
5835: 2010-09-07 moko
5836:
5837: * tests/results/254.processed: VStateless_class:put_element
5838: exception was fixed
5839:
5840: * src/types/: pa_value.h, pa_vstateless_class.h: now
5841: VStateless_class:put_element barks self.type, not this.type
5842: (bugfix: #105)
5843:
5844: 2010-09-06 moko
5845:
5846: * src/classes/reflection.C: bugfix: new String() is required for
5847: exception handling
5848:
5849: * tests/: 254.html, results/254.processed: test modified
5850:
5851: 2010-09-05 moko
5852:
5853: * tests/: 254.html, results/254.processed: ^reflection:copy test
5854: added
5855:
5856: * src/: classes/reflection.C, include/pa_request.h:
5857: ^reflection:copy implemented (new feature: #100)
5858:
5859: 2010-09-03 moko
5860:
5861: * src/lib/json/JSON_parser.C: c++ compatiblity
5862:
5863: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5864: option testing added
5865:
5866: 2010-09-02 moko
5867:
5868: * src/classes/json.C: $.distinct[first|last|all] added
5869:
5870: 2010-09-01 moko
5871:
5872: * tests/results/253.processed: json test result
5873:
5874: * tests/: 253.html, 253_json.txt: json test added
5875:
5876: * src/classes/json.C: json.C update to actual version + hash key
5877: creation bugfix
5878:
5879: 2010-08-31 misha
5880:
5881: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5882: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5883: src/lib/Makefile.am, src/classes/Makefile.am,
5884: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5885: json library was added
5886:
5887: 2010-08-30 moko
5888:
5889: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5890: types/pa_vobject.C: cosmetic optimization in
5891: request:execute_method usage
5892:
5893: * src/: include/pa_charset.h, main/pa_charset.C: small
5894: optimization, just to decrease number of lines. :)
5895:
5896: 2010-08-27 misha
5897:
5898: * src/classes/op.C: - taint[json] was added
5899:
5900: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5901: were added
5902:
5903: * src/main/pa_exec.C: - warning fix was rolled back.
5904:
5905: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5906: include/pa_string.h: - taint[json] was added - escaping was
5907: slightly modified
5908:
5909: 2010-08-25 misha
5910:
5911: * src/classes/file.C: - typo in file:sql exception was fixed
5912:
5913: * src/main/pa_exec.C: - warning about declared and not used
5914: variable forced_allow was removed
5915:
5916: 2010-08-14 misha
5917:
5918: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5919: were removed
5920:
5921: 2010-08-11 moko
5922:
5923: * tests/: 249.html, results/249.processed: default setter and
5924: anti-recursive default getter test added
5925:
5926: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5927: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5928: types/pa_vobject.h, types/pa_vstateless_class.C,
5929: types/pa_vstateless_class.h: default setter support +
5930: anti-recursive default getter support ( new feature: #13 )
5931:
5932: * src/include/pa_hash.h: optimization: threshold member removed
5933: from hash, reducing sizeof(hash)
5934:
5935: 2010-08-10 misha
5936:
5937: * tests/196.html: - junction-method was added to the test
5938:
5939: * tests/248.html: - ups. typo :)
5940:
5941: * tests/248.html: - test for checking .match with 4 params
5942:
5943: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5944: 247_windows1251.txt: - test for "transcode file from utf-8 to
5945: $request:charset during loading if the BOM code is detected"
5946:
5947: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5948: $request:charset during loading if the BOM code is detected ( new
5949: feature: #98 )
5950:
5951: 2010-08-05 misha
5952:
5953: * src/classes/image.C: - ^image.replace now can accept only 2
5954: params. in this case the whole image is affected ( new feature:
5955: #95 )
5956:
5957: 2010-08-04 misha
5958:
5959: * tests/246.html: - test tor ^hash._at[] was added
5960:
5961: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5962: #53 )
5963:
5964: * src/include/pa_hash.h: - methods for accessing the first and the
5965: last values of ordered hash were added (first_value and
5966: last_value)
5967:
5968: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5969: (similar to others file's methods):
5970: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5971: #68 )
5972:
5973: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5974:
5975: 2010-08-01 moko
5976:
5977: * src/classes/op.C: to correctly process $result[] in code, called
5978: from ^process
5979:
5980: * tests/245.html: $result in ^process[] test added
5981:
5982: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5983: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5984: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5985: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5986: caller, self) op_call(VMethodFrame &frame, bool constructing)
5987: removed, construct(class,method) added
5988:
5989: * tests/results/: 192.processed, 244.processed: request::construct
5990: added
5991:
5992: * tests/: 244.html, 245.html, results/244.processed,
5993: results/245.processed: object creation exceptions and ^process
5994: tests added
5995:
5996: 2010-07-28 misha
5997:
5998: * tests/make_tests.cmd: - win32 EOLs
5999:
6000: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6001: tests on Win32 were added (The system timezone should be GMT+3)
6002:
6003: 2010-07-26 misha
6004:
6005: * tests/: 212.html, results/212.processed: - sizes were removed
6006: mecause they could be different on different OSs
6007:
6008: * tests/065.html: - make it "win32 friendly"
6009:
6010: 2010-07-25 misha
6011:
6012: * src/main/compile.y: - all EOLs between methods are removed during
6013: compilation ( new feature: #47 )
6014:
6015: * tests/results/149.processed: - prepare tests to trim trailing
6016: methods' EOLs
6017:
6018: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6019:
6020: * tests/: results/006.processed, results/014.processed, 006.html,
6021: 014.html, 022.html: - prepare tests to trim trailing methods'
6022: EOLs
6023:
6024: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6025: results/071.processed, results/022.processed: - prepare tests to
6026: trim trailing methods' EOLs
6027:
6028: * tests/: results/073.processed, results/109.processed,
6029: results/142.processed, results/144.processed,
6030: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6031: 144.html: - prepare tests to trim trailing methods' EOLs
6032:
6033: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6034: 149.html, 152.html, results/096.processed, results/107.processed,
6035: results/109.processed, results/142.processed,
6036: results/144.processed: - prepare tests to trim trailing methods'
6037: EOLs
6038:
6039: 2010-07-24 moko
6040:
6041: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6042: the hash order in this test
6043:
6044: * tests/014.html: to check hash order, hash no is longer sorted
6045: before print
6046:
6047: * src/include/pa_hash.h: hash copy constructor now keeps order
6048: (bugfix: #54)
6049:
6050: 2010-07-23 moko
6051:
6052: * tests/results/224.processed: @auto[] is no longer inherited
6053:
6054: * src/types/pa_vstateless_class.C, tests/227.html,
6055: tests/results/227.processed: @auto[] is no longer inherited
6056: (bugfix: #57)
6057:
6058: 2010-07-22 misha
6059:
6060: * src/classes/table.C: - don't skip comment lines during
6061: table::load if encloser or separator is set as '#' ( new feature:
6062: #30 )
6063:
6064: * src/targets/cgi/parser3.C: - don't run as cgi if
6065: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6066: #12 )
6067:
6068: * src/classes/file.C: - set PARSER_VARSION env before external
6069: script executing
6070:
6071: 2010-07-13 misha
6072:
6073: * tests/058.html: - test for suppressing @border was added - test
6074: for user attribute was added
6075:
6076: * tests/results/186.processed: unescaping from \uXXXX
6077:
6078: * tests/186.html: unescaping from \uXXXX
6079:
6080: * tests/: 239.html, results/239.processed: method call type
6081:
6082: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6083: $junction_method.CLASS_NAME (+CLASS)
6084:
6085: 2010-07-07 misha
6086:
6087: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6088: *nix
6089:
6090: 2010-07-05 misha
6091:
6092: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6093: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6094: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6095: comment strings "options must be hash", "options must be hash,
6096: not code" and "called with invalid option" were replaced by
6097: constatns - exception comment string "invalid option passed" was
6098: replaced by "called with invalid option" (now in different
6099: methods are the same exception comment string)
6100:
6101: * src/include/pa_exception.h: - more exception strings were defined
6102:
6103: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6104: types/pa_vstateless_class.h: - now we can define possible
6105: method's call type ( new feature: #5 ) 1.
6106: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6107: methods 2. @static:method[params] (only static keyword could be
6108: used here) -- for specified methods
6109:
6110: * src/main/pa_common.C: - junction points should not be deleted on
6111: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6112: cleanup
6113:
6114: 2010-07-03 misha
6115:
6116: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6117: results/158.processed, results/160.processed,
6118: results/161.processed, results/162.processed,
6119: results/163.processed: - prepare tests to trim trailing methods'
6120: EOLs
6121:
6122: * tests/results/169.processed: - prepare tests to trim trailing
6123: methods' EOLs
6124:
6125: * tests/results/: 168.processed, 169.processed: - prepare tests to
6126: trim trailing methods' EOLs
6127:
6128: * tests/: results/170.processed, results/167.processed,
6129: results/168.processed, results/169.processed, 167.html, 168.html,
6130: 169.html: - prepare tests to trim trailing methods' EOLs
6131:
6132: * tests/: results/170.processed, results/171.processed,
6133: results/172.processed, results/173.processed,
6134: results/174.processed, results/175.processed, 170.html, 171.html,
6135: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6136: trailing methods' EOLs
6137:
6138: * tests/: results/176.processed, results/180.processed,
6139: results/184.processed, results/185.processed,
6140: results/191.processed, results/192.processed,
6141: results/196.processed, results/197.processed,
6142: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6143: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6144: to trim trailing methods' EOLs
6145:
6146: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6147: results/199.processed, results/208.processed,
6148: results/209.processed, results/213.processed,
6149: results/214.processed: - prepare tests to trim trailing methods'
6150: EOLs
6151:
6152: 2010-06-29 misha
6153:
6154: * tests/: 220.html, 218.html, results/218.processed,
6155: results/215.processed, results/217.processed, 215.html, 217.html:
6156: - prepare tests to trim trailing methods' EOLs
6157:
6158: * tests/: results/224.processed, 224.html, 223.html,
6159: results/223.processed, results/220.processed: - prepare tests to
6160: trim trailing methods' EOLs
6161:
6162: * tests/results/: 226.processed, 230.processed: - prepare tests to
6163: trim trailing methods' EOLs
6164:
6165: * tests/: 229.html, results/229.processed: - prepare tests to trim
6166: trailing methods' EOLs
6167:
6168: * tests/: 232.html, 235.html, results/232.processed,
6169: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6170: results/226.processed, results/227.processed,
6171: results/228.processed, results/230.processed: - prepare tests to
6172: trim trailing methods' EOLs
6173:
6174: 2010-06-16 moko
6175:
6176: * tests/: 229.html, results/229.processed: elseif now supported in
6177: ^if
6178:
6179: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6180:
6181: 2010-06-03 misha
6182:
6183: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6184: instead of memcopy for overlaped regions
6185:
6186: 2010-05-25 misha
6187:
6188: * src/main/pa_common.C: - wanring about unused vars was removed
6189:
6190: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6191: get_method_filename was moved to execute.C
6192:
6193: 2010-05-23 misha
6194:
6195: * src/main/pa_request.C: - more accurate detection of method's file
6196:
6197: 2010-05-22 misha
6198:
6199: * src/classes/reflection.C: - bugfix: core during detection of
6200: .file if filespec isn't detected successfully
6201:
6202: 2010-05-20 misha
6203:
6204: * src/main/pa_request.C: - fix in get_method_filename
6205:
6206: * src/include/pa_request.h: - new feature: #24 -- searching
6207: included file in @USE/^use is changed. if its filespec doesn't
6208: start from '/' it will be searched in caller file directory
6209:
6210: * src/classes/reflection.C: - ^reflection:method_info returns file
6211: where the method is defined
6212:
6213: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6214: classes/op.C: - new feature: #24 -- searching included file in
6215: @USE/^use is changed. if its filespec doesn't start from '/' it
6216: will be searched in caller file directory
6217:
6218: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6219: is moved to pa_common.h
6220:
6221: 2010-05-18 misha
6222:
6223: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6224: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6225: cookie parser decode \uXXXX as well as %uXXXX
6226:
6227: 2010-05-17 misha
6228:
6229: * src/classes/curl.C: beauty: - unused param is removed in method
6230: _curl_version_action - some spaces were removed or replaced by
6231: tabs
6232:
6233: * src/classes/table.C: - bugfix: #72 core with empty value during
6234: ^table.hash[...;name_of_the_last_column][$.type[string]]
6235:
6236: 2010-05-16 misha
6237:
6238: * src/classes/curl.C: new: #61 more curl options were added
6239: (contributed by Sumo)
6240:
6241: 2010-04-29 pretender
6242:
6243: * src/main/pa_string.C: fixes #63 Split result from empty string
6244: now empty string.
6245:
6246: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6247: string type.
6248:
6249: 2010-04-28 pretender
6250:
6251: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6252: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6253: macrodefinition removed
6254:
6255: 2010-04-19 pretender
6256:
6257: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6258: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6259:
6260: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6261: fixes #64 Now file.missing exception generates in unsafe mode to.
6262:
6263: * src/classes/file.C: fixes #48 Now not throw "not save environment
6264: variable" exception in grpunlim version.
6265:
6266: 2010-04-05 misha
6267:
6268: * src/classes/string.C: - new feature: 4th param was added to
6269: match. if specified its value is returned in case of nothing was
6270: found
6271:
6272: 2010-04-01 misha
6273:
6274: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6275: multiple execution of /a/b/auto.p
6276:
6277: 2010-03-19 misha
6278:
6279: * src/main/execute.C: - core in $table1.$table2 was fixed
6280:
6281: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6282:
6283: 2010-01-27 misha
6284:
6285: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6286: trying to open file by path /existing-file/non-exixting-file
6287:
6288: 2010-01-26 misha
6289:
6290: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6291: was added (returns file)
6292:
6293: 2009-12-22 misha
6294:
6295: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6296: now parser doesn't have class curl if it was built without it
6297:
6298: 2009-12-15 misha
6299:
6300: * configure.in: - little cheat with curl include dir was added
6301:
6302: 2009-12-05 misha
6303:
6304: * src/classes/curl.C: - some fixes
6305:
6306: 2009-12-04 misha
6307:
6308: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6309: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6310: buildall-with-xml, buildall-without-xml, configure.in: - curl
6311: class was added
6312:
6313: * src/include/pa_hash.h: - hash-iterator was added
6314:
6315: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6316: was added to pcre
6317:
6318: 2009-11-27 misha
6319:
6320: * src/classes/image.C: - don't add @border attribute to output of
6321: ^image.html[] if it was specified by user with empty value
6322:
6323: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6324: root element and we are trying to access .documentElement
6325:
6326: 2009-11-11 misha
6327:
6328: * src/classes/table.C: - in ^table.flip[] look at number of columns
6329: instead of number of items in first row for named tables
6330:
6331: 2009-11-10 misha
6332:
6333: * operators.txt: - info about hash-options in ^file::create was
6334: added
6335:
6336: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6337: added
6338:
6339: 2009-11-09 misha
6340:
6341: * buildall-with-xml: - moving to libxml 2.7.6
6342:
6343: * tests/236.html: - tests for comparations cords with functions
6344: were added
6345:
6346: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6347: added
6348:
6349: * src/main/pa_http.C: - little optimisation
6350:
6351: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6352: GPF mallocs + stringstream (table.save)
6353:
6354: * src/classes/file.C: - file::create now accepts 4th param: options
6355: with $.charset
6356:
6357: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6358: bug in cord (comparation cords with functions was buggy)
6359:
6360: 2009-11-06 misha
6361:
6362: * src/main/pa_string.C: - bugfix: calculation string.length
6363: sometimes was buggy
6364:
6365: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6366: destroyed if exception occured during match/replace
6367:
6368: * src/: main/pa_charset.C, include/pa_charset.h: - method
6369: lengthUTF8Char was added
6370:
6371: * src/classes/op.C: - clean tainting lang was added for user's
6372: usage
6373:
6374: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6375: fixed: checkouts are required after GC_MALLOC
6376:
6377: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6378:
6379: * operators.txt: - actually, there is no ^untaint[xml] in
6380: file::create
6381:
6382: 2009-10-15 misha
6383:
6384: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6385: were added
6386:
6387: * tests/234.html: - more tests for checking ^taint[uri] escaping
6388: were added
6389:
6390: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6391: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6392: hacking: for dealing with transcoding+^taint[uri]
6393: transcode_and_untaint was replaced by untaint_and_transcode
6394:
6395: 2009-10-13 misha
6396:
6397: * tests/: 121.html, results/121.processed: - test transcoding +
6398: url-escaping now
6399:
6400: * tests/results/auto.p: - more helpers' methods were added
6401:
6402: * src/main/pa_globals.C: - die instead of abort
6403:
6404: 2009-10-06 misha
6405:
6406: * src/main/pa_common.C: - don't allocate memory during
6407: capitalization if input string is already capitalized
6408:
6409: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6410:
6411: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6412: use format function because it calls malloc
6413:
6414: * src/include/pa_common.h: - more capitalized headers were added
6415:
6416: * src/main/pa_common.C: - in safe mode clear executable bits during
6417: file writing
6418:
6419: 2009-10-05 misha
6420:
6421: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6422:
6423: 2009-10-03 misha
6424:
6425: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6426: ^img.text[] & ^img.length[] can work in utf-8 now
6427:
6428: * src/: include/pa_charset.h, main/pa_charset.C: - class
6429: UTF8_string_iterator was added
6430:
6431: * src/classes/image.C: - respect utf-8 when calculate alphabet
6432: length
6433:
6434: * src/classes/mail.C: - check from before get message.cstr
6435:
6436: 2009-10-02 misha
6437:
6438: * tests/233.html: - test for image.font, image.length, image.text
6439: with text in utf-8 were added
6440:
6441: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6442:
6443: * buildall-with-xml, buildall-without-xml: - comment about gc
6444: version for freebsd 4 was added
6445:
6446: 2009-10-01 misha
6447:
6448: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6449: terminator) - read_pipe were slightly optimized
6450:
6451: 2009-09-28 misha
6452:
6453: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6454: removed
6455:
6456: * src/types/pa_vmail.C: - forgot about space after ':'
6457:
6458: * src/types/pa_vmail.C: - escape filenames while preparing mail
6459: body - small simplifications
6460:
6461: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6462: inout params like pa_base64
6463:
6464: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6465: option $.debug-print(1) was added to mail:send - changes for
6466: using uue_encode which uses less memory
6467:
6468: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6469:
6470: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6471: memory now
6472:
6473: 2009-09-26 misha
6474:
6475: * src/types/pa_vmail.C: - default encoding now is base64
6476:
6477: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6478:
6479: 2009-09-25 misha
6480:
6481: * src/types/pa_vmail.C: - capitalization of headers was added to
6482: sending mail as well
6483:
6484: * buildall-with-xml: - catalog package was removed from libxml
6485:
6486: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6487: win32 absolute path
6488:
6489: * src/include/pa_common.h: - one more capitalized header was added
6490:
6491: 2009-09-22 misha
6492:
6493: * INSTALL: - comment about building just httpd binary while
6494: building apache module was added
6495:
6496: 2009-09-21 misha
6497:
6498: * buildall-with-xml: - moving to the latest versions of xml libs:
6499: libxml 2.7.4 and libxslt 1.1.25
6500:
6501: 2009-09-19 misha
6502:
6503: * tests/231.html: - test for encoding cookie in win-1251
6504:
6505: 2009-09-18 misha
6506:
6507: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6508: object] were added
6509:
6510: * operators.txt: - info about method ^reflection:fields[class or
6511: object] was added
6512:
6513: * src/classes/reflection.C: - method ^reflection:fields[class or
6514: object] was added
6515:
6516: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6517: methods get_fields were added
6518:
6519: * tests/232.html: - tests for @GET[name]
6520:
6521: * src/classes/table.C: - some changes in handling hash-options for
6522: creare, join and locate
6523:
6524: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6525: defined with option: the type of requested value
6526:
6527: 2009-09-17 misha
6528:
6529: * tests/212.html: - tests for .pattern and .options were added
6530:
6531: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6532: $regex.options were added
6533:
6534: 2009-09-11 misha
6535:
6536: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6537: rewrited. it checks not just one case of sending cookies during
6538: file::load[http], but also sending headers and fields (including
6539: files)
6540:
6541: 2009-09-10 misha
6542:
6543: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6544: was removed => now parser can open files with Russian 'r' in
6545: filename
6546:
6547: * src/main/untaint.C: - bugfix: client charset whould be analized
6548: while escaping cookies but now source charset
6549:
6550: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6551: ^tainted[uri] so it was possible to make request with incorrect
6552: http header
6553:
6554: * src/main/pa_http.C: - capitalization of http headers during
6555: file::load[http was slightly changes - bugfix: all headers which
6556: parser sends during file::load[http should be transcoded and only
6557: then escaped
6558:
6559: * src/main/untaint.C: - a bit more comments were added
6560:
6561: * src/classes/: file.C, string.C: - types where changes (minus 2
6562: warnings)
6563:
6564: * src/include/pa_common.h: - 2 capitalized strings for making http
6565: headers during file::load[http were added
6566:
6567: 2009-09-08 misha
6568:
6569: * operators.txt: - changes in file.save and string.save were added
6570:
6571: * tests/: 230.html, 230.txt: - tests for checking options in
6572: file.save and string.save were added
6573:
6574: * src/main/pa_request.C: - http headers names, which are passed to
6575: SAPI::add_header_attribute are lowercased now (it'll be
6576: capitalized in that method)
6577:
6578: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6579: classes/string.C: - file_write accepts Request_charsets and asked
6580: charset and cound transcode content before writing - string.save
6581: and file.save have option $.charset now
6582:
6583: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6584: classes/xdoc.C: - file_write accepts Request_charsets and asked
6585: charset and cound transcode content before writing
6586:
6587: * src/include/pa_exception.h: - new exception comment string was
6588: defined
6589:
6590: 2009-09-07 misha
6591:
6592: * src/main/compile.y: - grammar $name\ name stops now for regex
6593: sub-pattern\s
6594:
6595: 2009-09-04 misha
6596:
6597: * src/main/pa_http.C: - capitalization of http headers during
6598: file::load[http was implemented
6599:
6600: 2009-09-03 misha
6601:
6602: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6603: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6604: types/pa_vmail.C, targets/cgi/parser3.C,
6605: targets/isapi/parser3isapi.C: - back to storing response http
6606: headers in lowercase - capitalize them during output
6607:
6608: 2009-08-31 misha
6609:
6610: * src/classes/table.C: - allow call with any brackets (it could be
6611: useful in methods with explict result declaration)
6612:
6613: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6614: correctly if $request:charset==koi8-r
6615:
6616: 2009-08-30 misha
6617:
6618: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6619: changed: content-type => Content-type and so on
6620:
6621: * src/classes/file.C, src/include/pa_common.h,
6622: src/include/pa_request.h, src/main/pa_http.C,
6623: src/main/pa_request.C, src/types/pa_vcookie.C,
6624: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6625: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6626: tests/results/002.processed, tests/results/003.processed,
6627: tests/results/004.processed, tests/results/005.processed,
6628: tests/results/006.processed, tests/results/007.processed,
6629: tests/results/008.processed, tests/results/009.processed,
6630: tests/results/010.processed, tests/results/011.processed,
6631: tests/results/012.processed, tests/results/013.processed,
6632: tests/results/014.processed, tests/results/015.processed,
6633: tests/results/016.processed, tests/results/017.processed,
6634: tests/results/018.processed, tests/results/019.processed,
6635: tests/results/020.processed, tests/results/021.processed,
6636: tests/results/022.processed, tests/results/023.processed,
6637: tests/results/024.processed, tests/results/025.processed,
6638: tests/results/026.processed, tests/results/027.processed,
6639: tests/results/028.processed, tests/results/029.processed,
6640: tests/results/030.processed, tests/results/031.processed,
6641: tests/results/032.processed, tests/results/033.processed,
6642: tests/results/034.processed, tests/results/035.processed,
6643: tests/results/036.processed, tests/results/037.processed,
6644: tests/results/038.processed, tests/results/039.processed,
6645: tests/results/040.processed, tests/results/041.processed,
6646: tests/results/042.processed, tests/results/043.processed,
6647: tests/results/044.processed, tests/results/045.processed,
6648: tests/results/046.processed, tests/results/047.processed,
6649: tests/results/048.processed, tests/results/049.processed,
6650: tests/results/050.processed, tests/results/051.processed,
6651: tests/results/052.processed, tests/results/053.processed,
6652: tests/results/054.processed, tests/results/055.processed,
6653: tests/results/056.processed, tests/results/057.processed,
6654: tests/results/058.processed, tests/results/059.processed,
6655: tests/results/060.processed, tests/results/061.processed,
6656: tests/results/062.processed, tests/results/063.processed,
6657: tests/results/064.processed, tests/results/065.processed,
6658: tests/results/066.processed, tests/results/067.processed,
6659: tests/results/068.processed, tests/results/069.processed,
6660: tests/results/070.processed, tests/results/071.processed,
6661: tests/results/072.processed, tests/results/073.processed,
6662: tests/results/074.processed, tests/results/075.processed,
6663: tests/results/076.processed, tests/results/077.processed,
6664: tests/results/078.processed, tests/results/079.processed,
6665: tests/results/080.processed, tests/results/081.processed,
6666: tests/results/082.processed, tests/results/083.processed,
6667: tests/results/084.processed, tests/results/085.processed,
6668: tests/results/086.processed, tests/results/087.processed,
6669: tests/results/088.processed, tests/results/089.processed,
6670: tests/results/090.processed, tests/results/091.processed,
6671: tests/results/092.processed, tests/results/093.processed,
6672: tests/results/094.processed, tests/results/095.processed,
6673: tests/results/096.processed, tests/results/097.processed,
6674: tests/results/098.processed, tests/results/099.processed,
6675: tests/results/100.processed, tests/results/101.processed,
6676: tests/results/102.processed, tests/results/103.processed,
6677: tests/results/104.processed, tests/results/105.processed,
6678: tests/results/106.processed, tests/results/107.processed,
6679: tests/results/108.processed, tests/results/109.processed,
6680: tests/results/110.processed, tests/results/111.processed,
6681: tests/results/112.processed, tests/results/113.processed,
6682: tests/results/114.processed, tests/results/115.processed,
6683: tests/results/116.processed, tests/results/117.processed,
6684: tests/results/118.processed, tests/results/119.processed,
6685: tests/results/120.processed, tests/results/121.processed,
6686: tests/results/122.processed, tests/results/123.processed,
6687: tests/results/124.processed, tests/results/125.processed,
6688: tests/results/126.processed, tests/results/127.processed,
6689: tests/results/128.processed, tests/results/129.processed,
6690: tests/results/130.processed, tests/results/131.processed,
6691: tests/results/132.processed, tests/results/133.processed,
6692: tests/results/134.processed, tests/results/135.processed,
6693: tests/results/136.processed, tests/results/138.processed,
6694: tests/results/139.processed, tests/results/140.processed,
6695: tests/results/141.processed, tests/results/142.processed,
6696: tests/results/143.processed, tests/results/144.processed,
6697: tests/results/145.processed, tests/results/146.processed,
6698: tests/results/147.processed, tests/results/148.processed,
6699: tests/results/149.processed, tests/results/150.processed,
6700: tests/results/151.processed, tests/results/152.processed,
6701: tests/results/153.processed, tests/results/154.processed,
6702: tests/results/155.processed, tests/results/156.processed,
6703: tests/results/157.processed, tests/results/158.processed,
6704: tests/results/159.processed, tests/results/160.processed,
6705: tests/results/161.processed, tests/results/162.processed,
6706: tests/results/163.processed, tests/results/164.processed,
6707: tests/results/165.processed, tests/results/166.processed,
6708: tests/results/167.processed, tests/results/168.processed,
6709: tests/results/169.processed, tests/results/170.processed,
6710: tests/results/171.processed, tests/results/172.processed,
6711: tests/results/173.processed, tests/results/174.processed,
6712: tests/results/175.processed, tests/results/176.processed,
6713: tests/results/177.processed, tests/results/178.processed,
6714: tests/results/179.processed, tests/results/180.processed,
6715: tests/results/181.processed, tests/results/182.processed,
6716: tests/results/183.processed, tests/results/184.processed,
6717: tests/results/185.processed, tests/results/186.processed,
6718: tests/results/187.processed, tests/results/188.processed,
6719: tests/results/189.processed, tests/results/190.processed,
6720: tests/results/191.processed, tests/results/192.processed,
6721: tests/results/193.processed, tests/results/194.processed,
6722: tests/results/195.processed, tests/results/196.processed,
6723: tests/results/197.processed, tests/results/198.processed,
6724: tests/results/199.processed, tests/results/200.processed,
6725: tests/results/201.processed, tests/results/202.processed,
6726: tests/results/203.processed, tests/results/204.processed,
6727: tests/results/205.processed, tests/results/206.processed,
6728: tests/results/207.processed, tests/results/208.processed,
6729: tests/results/209.processed, tests/results/210.processed,
6730: tests/results/211.processed, tests/results/212.processed,
6731: tests/results/213.processed, tests/results/214.processed,
6732: tests/results/215.processed, tests/results/216.processed,
6733: tests/results/217.processed, tests/results/218.processed,
6734: tests/results/219.processed, tests/results/220.processed,
6735: tests/results/221.processed, tests/results/222.processed,
6736: tests/results/223.processed, tests/results/224.processed,
6737: tests/results/225.processed, tests/results/226.processed,
6738: tests/results/227.processed, tests/results/228.processed,
6739: tests/results/229.processed: - http headers were changed:
6740: content-type => Content-type and so on
6741:
6742: 2009-08-27 misha
6743:
6744: * src/: main/pa_random.C, include/pa_random.h,
6745: targets/cgi/parser3.C: - year was updated :)
6746:
6747: 2009-08-26 misha
6748:
6749: * tests/: 224.html, 224.p: - test for creating of parser object
6750: using constructor without params - little bugfix in test
6751:
6752: * src/main/compile_tools.h: - bugfix: should't call autouse while
6753: checking existed class while processing partial option
6754:
6755: * src/classes/reflection.C: - bugfix: core when creating object
6756: with reflection and constructor doesn't have params
6757:
6758: 2009-08-24 misha
6759:
6760: * tests/229.html: - tests for checking the number of parameters
6761: were added
6762:
6763: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6764: number of method's parameters wasn't checked correctly (the bug
6765: was introduced in 3.4.0)
6766:
6767: 2009-08-22 misha
6768:
6769: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6770: transcoded, but tainted pieces are escaped only when
6771: content-type==url-encoding
6772:
6773: * tests/228.html: - test for checking
6774: ^file::load[http://...;$.body[]]
6775:
6776: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6777: post charset was too early (charsets is empty at this moment)
6778:
6779: 2009-08-21 misha
6780:
6781: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6782: main/untaint.C: - some fixes with transcode+untaint
6783:
6784: 2009-08-15 misha
6785:
6786: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6787: was increaced to 100 (was 50)
6788:
6789: * tests/227.html: - test for checking overriding properties in
6790: static classes was added
6791:
6792: * tests/: 226.html, 226.p: - test for @autoload[] was added
6793:
6794: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6795: main/execute.C, main/pa_request.C, classes/reflection.C: -
6796: autouse was implemented
6797:
6798: 2009-08-14 misha
6799:
6800: * src/classes/reflection.C: - outdated checkout was removed
6801:
6802: * src/classes/reflection.C: - optimization - method ^dynamical was
6803: added.
6804:
6805: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6806: types/pa_vstateless_class.h, main/execute.C: - optimization
6807:
6808: * src/types/pa_vclass.C: - exception if base on sytem class
6809:
6810: 2009-08-12 misha
6811:
6812: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6813: pa_vstateless_class.h: - little optimisation
6814:
6815: 2009-08-11 misha
6816:
6817: * tests/224.html: - method_params => method_info - checking for
6818: $.inherited
6819:
6820: * src/classes/reflection.C, operators.txt: - method method_params
6821: was renamed to method_info and now it returns class name, if
6822: method was defined in ancestor
6823:
6824: * tests/225.html: - tests for cheching properties in hierarhical
6825: classes were added
6826:
6827: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6828: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6829: main/compile.y, main/execute.C, classes/classes.C: - problems
6830: with properties in new classes implementation were fixed
6831:
6832: 2009-08-10 misha
6833:
6834: * src/main/execute.C: - now constructor shouldn't be defined in
6835: class. it could be defined in parent.
6836:
6837: 2009-08-09 misha
6838:
6839: * src/classes/reflection.C: - ^reflection:methods doesn't return
6840: base's methods
6841:
6842: 2009-08-08 misha
6843:
6844: * src/: classes/classes.h, classes/date.C, classes/file.C,
6845: classes/form.C, classes/hash.C, classes/hashfile.C,
6846: classes/image.C, classes/mail.C, classes/op.C,
6847: classes/reflection.C, classes/regex.C, classes/string.C,
6848: classes/table.C, classes/xdoc.C, classes/xnode.C,
6849: classes/xnode.h, include/pa_hash.h, main/execute.C,
6850: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6851: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6852: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6853: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6854: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6855: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6856: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6857: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6858: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6859: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6860: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6861: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6862: types/pa_vresponse.C, types/pa_vresponse.h,
6863: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6864: types/pa_vstateless_object.h, types/pa_vstatus.C,
6865: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6866: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6867: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6868: types/pa_wwrapper.h, types/types.vcproj: - new classes
6869: implementation
6870:
6871: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6872: USE_MUNMAP is used. so it is disabled as a workaround.
6873:
6874: 2009-08-05 misha
6875:
6876: * src/: main/pa_common.C, include/pa_common.h: - not needed
6877: parameter was removed
6878:
6879: * src/main/pa_http.C: - bugfix: error was during detecting
6880: content-type of file which was loaded by http
6881:
6882: 2009-08-01 misha
6883:
6884: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6885: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6886: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6887: can't be disabled with defines any longer
6888:
6889: 2009-07-29 misha
6890:
6891: * src/classes/reflection.C, tests/results/224.processed: - for
6892: native methods with any call type now returned empty call_type
6893: value
6894:
6895: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6896: classes/table.C, include/pa_hash.h, include/pa_request.h,
6897: main/pa_request.C: - break in cycles was optimized
6898:
6899: * INSTALL: - more defines were described
6900:
6901: 2009-07-28 misha
6902:
6903: * operators.txt: - some changes in information about reflection
6904: class
6905:
6906: * tests/: 224.html, 224.p: - tests for reflection class
6907:
6908: * src/classes/reflection.C: - some bugs were fixed, method classes
6909: was added, refactoring
6910:
6911: 2009-07-26 misha
6912:
6913: * src/classes/classes.vcproj: - reflection class wass added to
6914: project
6915:
6916: * operators.txt: - information about reflection class was added
6917:
6918: * src/classes/reflection.C: - class was redesigned
6919:
6920: 2009-07-24 misha
6921:
6922: * src/classes/: Makefile.am, reflection.C: - class reflection was
6923: added
6924:
6925: * src/types/pa_vstateless_class.h: - method for reflection method's
6926: in classes was added
6927:
6928: 2009-07-22 misha
6929:
6930: * src/main/compile_tools.h: - bugfix: $object.$var was
6931: over-optimized. it failed if $object1.$object2.field
6932:
6933: 2009-07-16 misha
6934:
6935: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6936: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6937: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6938: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6939: one more arg: length of cord
6940:
6941: 2009-07-15 misha
6942:
6943: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6944: tainted in ^file::load[http://...;$.cookies[]]
6945:
6946: * src/classes/: op.C, regex.C, string.C: - new string with
6947: exception was used
6948:
6949: * src/include/pa_exception.h: - new string with exception was added
6950:
6951: * tests/223.html: - test for checking cookie-encoding during
6952: ^file::load[http was added
6953:
6954: * tests/: 221.html, 222.html: - tests for checking type of
6955: $table.fields.field were added
6956:
6957: * src/types/pa_vtable.C: - not used var decl was removed
6958:
6959: * src/include/pa_string.h: - use cached string length in Body::mid.
6960: it improves speed of match with brackets in pattern
6961:
6962: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6963: outside
6964:
6965: 2009-07-14 misha
6966:
6967: * src/types/pa_vtable.C: - $table.fields.a return string even if
6968: column is empty (sometime returned void) - $table.fields was
6969: added for nameless tables
6970:
6971: * src/targets/cgi/getopt.c: - one warning resolved
6972:
6973: * src/main/pa_string.C: - potentian bug fixed
6974:
6975: * src/classes/op.C: - small optimization in taint/untaint
6976:
6977: 2009-07-13 misha
6978:
6979: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6980: added
6981:
6982: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6983: souldn't add the attribut to output
6984:
6985: 2009-07-11 misha
6986:
6987: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6988: stack size was increaced to 2MB (default=1MB)
6989:
6990: 2009-07-08 misha
6991:
6992: * src/main/pa_string.C: - link to UTF-8 description was added
6993:
6994: * src/include/pa_hash.h: - hash keeps element's order in more
6995: places (ex: ._keys[])
6996:
6997: * tests/220.html: - test for checking order of elements in hash in
6998: foreach was added
6999:
7000: * tests/172.html: - small changes in printing hash
7001:
7002: * tests/129.html: - small changes in printing hash
7003:
7004: * src/: include/pa_common.h, include/pa_hash.h,
7005: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7006: types/pa_vmethod_frame.h: - hash now keeps order of elements
7007:
7008: * tests/014.html: - small changes in printing hash
7009:
7010: 2009-07-07 misha
7011:
7012: * src/classes/op.C: - new taint language "parser-code" was added
7013:
7014: * tests/219.html: - test for auto untaint parser code in process
7015: was added
7016:
7017: * src/classes/op.C: - tainted pieces in body of process are
7018: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7019:
7020: * src/: include/pa_string.h, main/untaint.C: - new language
7021: L_PARSER_CODE for auto-untaint in process was added
7022:
7023: * src/: classes/file.C, classes/hash.C, classes/image.C,
7024: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7025: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7026: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7027: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7028: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7029: code cleanup
7030:
7031: 2009-07-06 misha
7032:
7033: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7034: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7035: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7036:
7037: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7038: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7039: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7040: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7041: should be used
7042:
7043: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7044: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7045: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7046: untaint_cstr[m] should be used
7047:
7048: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7049: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7050:
7051: * tests/218.html: - test for checking automatic file-spec-taint was
7052: added
7053:
7054: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7055: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7056: classes/file.C, classes/hash.C, classes/image.C,
7057: classes/string.C, classes/table.C, classes/void.C,
7058: classes/xdoc.C: - optimizations and simplification of
7059: string.cstr(...)
7060:
7061: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7062: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7063: - optimizations and simplification of string.cstr(...)
7064:
7065: 2009-07-04 misha
7066:
7067: * tests/217.html: - test for recursion detection was added
7068:
7069: * src/: types/types.vcproj, main/main.vcproj,
7070: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7071: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7072: from .vcproj
7073:
7074: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7075:
7076: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7077: uploading files and case-insensitive http-method were added
7078:
7079: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7080: tainted pattern in ^file:list[] was added
7081:
7082: 2009-07-03 misha
7083:
7084: * src/: classes/classes.vcproj, main/main.vcproj,
7085: types/types.vcproj, targets/cgi/parser3.vcproj,
7086: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7087: for dynamic_cast) - little options changes
7088:
7089: * src/main/pa_http.C: - file::load[http works now with uploading
7090: files _and_ changing $.charset
7091:
7092: 2009-06-29 misha
7093:
7094: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7095: while creating pattern
7096:
7097: 2009-06-25 misha
7098:
7099: * src/classes/image.C, operators.txt: - options' names for
7100: ^image.font were changed to $.space, $.width and $spacing -
7101: default space width now == gif's width
7102:
7103: 2009-06-24 misha
7104:
7105: * tests/215.html: - tests for $file.mode were added
7106:
7107: * operators.txt: - added info about $file.mode and changes in
7108: ^image.font[
7109:
7110: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7111: param now could be omited - third param now could be hash (with
7112: all widths options: $.space-width, $.letter-width) - it's
7113: possible to specify tracking ($.letter-space)
7114:
7115: * src/classes/file.C: - file objects now could have mode field
7116: (text|binary)
7117:
7118: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7119:
7120: 2009-06-23 misha
7121:
7122: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7123: trim can work with utf-8 chars now
7124:
7125: 2009-06-20 misha
7126:
7127: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7128: was implemented
7129:
7130: * src/classes/table.C: - string length cacheing was implemented
7131:
7132: * src/include/pa_string.h: - string length cacheing was implemented
7133:
7134: 2009-06-17 misha
7135:
7136: * src/main/execute.C: - value param was removed from
7137: WContext::WContext
7138:
7139: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7140: pa_wwrapper.h: - value param was removed from WContext::WContext
7141: - field wcontext was removed from VCodeFrame (using fparent
7142: instead)
7143:
7144: * tests/214.html: - test with hash copying
7145:
7146: 2009-06-16 misha
7147:
7148: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7149: strings doesn't work in expression anymore
7150:
7151: * src/main/execute.C: - less calls for get_constructing() - little
7152: refactoring
7153:
7154: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7155: include/pa_request.h: - less calls for get_constructing()
7156:
7157: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7158: introduced with OPTIMIZE_SINGLE_STRING optimization
7159:
7160: 2009-06-14 misha
7161:
7162: * src/: classes/date.C, classes/file.C, classes/hash.C,
7163: classes/hashfile.C, classes/image.C, classes/regex.C,
7164: classes/table.C, classes/xdoc.C, classes/xnode.h,
7165: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7166: types/pa_vstateless_class.h, main/execute.C: - create object for
7167: storing object's fields only for parser objects
7168:
7169: 2009-06-13 misha
7170:
7171: * buildall-with-xml, buildall-without-xml: - new option was added
7172: for building GC (it slightly reduces memory usage)
7173:
7174: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7175: single string write
7176:
7177: * src/main/execute.C: - bytecode optimization of ^class:constructor
7178: - optimization of single string write
7179:
7180: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7181: - bytecode optimization of ^class:constructor
7182:
7183: 2009-06-09 misha
7184:
7185: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7186: main (better compatibility)
7187:
7188: 2009-06-08 misha
7189:
7190: * src/main/compile.y: - I've forgot to commit it :(
7191:
7192: 2009-06-07 misha
7193:
7194: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7195: WITH_READ and WITH_ROOT
7196:
7197: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7198: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7199: WITH_ROOT - little refactoring
7200:
7201: 2009-06-06 misha
7202:
7203: * tests/213.html: - tests for 3rd match string-param were added
7204:
7205: * src/classes/string.C: - 3rd match param could be string now
7206:
7207: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7208: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7209: GET_OBJECT_ELEMENT
7210:
7211: 2009-06-05 misha
7212:
7213: * src/main/pa_http.C: - bugfix: content-length was not calculated
7214: if $.body was specified
7215:
7216: 2009-06-04 misha
7217:
7218: * src/classes/op.C: - optimizing write_assign_lang in connect
7219:
7220: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7221:
7222: * src/main/execute.C: - little refactoring - optimizing
7223: write_assign_lang in taint/untaint
7224:
7225: * src/include/pa_opcode.h: - little refactoring
7226:
7227: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7228: main/compile_tools.h, main/execute.C: - optimizations for
7229: $self.field, ^self.method, $self.field[...] and $self.field(...)
7230: were added
7231:
7232: 2009-06-03 misha
7233:
7234: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7235:
7236: 2009-06-02 misha
7237:
7238: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7239: include/pa_opcode.h: - refactoring in last optimizations
7240: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7241: now but code is much easy and it is ready for further
7242: improvements.
7243:
7244: 2009-05-27 misha
7245:
7246: * src/: types/pa_junction.h, types/pa_vjunction.C,
7247: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7248: changed in destructing junctions
7249:
7250: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7251: String:Body
7252:
7253: 2009-05-26 misha
7254:
7255: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7256: one method detect_charset was deleted - bug was fixed in this
7257: method (error while detecting charset in content_type withot last
7258: ';')
7259:
7260: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7261: once
7262:
7263: 2009-05-25 misha
7264:
7265: * src/classes/file.C: - bugfix: file::exec didn't work after
7266: optimizing of helper_length
7267:
7268: 2009-05-24 misha
7269:
7270: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7271: were added - little refactoring
7272:
7273: * src/main/execute.C: - core while printing in debug log
7274: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7275: optimisations were added
7276:
7277: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7278: were added
7279:
7280: 2009-05-23 misha
7281:
7282: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7283: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7284: CORD_cat optimization
7285:
7286: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7287: - call constr optimisation under separate define now
7288:
7289: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7290: in $b should be string, not void
7291:
7292: * src/main/compile.y: - little fix for rem-cut optimisation
7293:
7294: * src/: include/pa_opcode.h, main/compile_tools.C,
7295: main/compile_tools.h, main/execute.C: - optimisations for
7296: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7297:
7298: * INSTALL: - description of some #defined were added
7299:
7300: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7301: before 1st access (memory usage is reduced if don't access to
7302: .text field)
7303:
7304: * src/include/pa_array.h: - array grows step now not static (it
7305: reduces numbers of reallocs)
7306:
7307: 2009-05-20 misha
7308:
7309: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7310: $.b(2), $c[d] and $.e[f] was added
7311:
7312: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7313: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7314: $.e[f] was added
7315:
7316: * src/main/execute.C: - debug printing moved in defines
7317:
7318: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7319: and little refactoring for OP_GET_OBJECT_ELEMENT +
7320: OP_GET_OBJECT_VAR_ELEMENT optimisation
7321:
7322: 2009-05-19 misha
7323:
7324: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7325: execute.C: - $a.$b & ^a.$b bytecode optimisation
7326:
7327: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7328: ^a.$b optimisation)
7329:
7330: * src/main/compile.y: - compiler now generate new opcodes:
7331: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7332: ^a.b - compiler now cut off ^rem{ with all content ; any number
7333: of params }
7334:
7335: * src/main/execute.C: - code for handle new opcodes
7336: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7337:
7338: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7339: added for LA2V and LA2S
7340:
7341: * src/include/pa_opcode.h: - new defines which can be used for
7342: disable some bytecode optimisation and new opcodes were added
7343:
7344: 2009-05-17 misha
7345:
7346: * src/lib/cord/cordxtra.c: - bugfix.
7347:
7348: * tests/212.html: - .size[] and .study_size[] were added to tests
7349:
7350: * operators.txt: - info about regex class was added
7351:
7352: * tests/212.html: - tests for regex class were added
7353:
7354: 2009-05-16 misha
7355:
7356: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7357: gc7.1
7358:
7359: * tests/022.html: - test for ^file:list[path;] (empty second param)
7360: was added
7361:
7362: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7363: param) should work
7364:
7365: 2009-05-15 misha
7366:
7367: * src/classes/table.C: - automatically disable stringstream usage
7368: on freebsd4
7369:
7370: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7371: scope
7372:
7373: * tests/211.html: - test with different types of access to hash was
7374: added
7375:
7376: * tests/210.html: - test which checks for loosing tainting in
7377: hash's keys was added
7378:
7379: * tests/208.html: - some parser work added. or stime == 0 %-)
7380:
7381: * src/lib/cord/cordbscs.c: - little hack was added to cord
7382:
7383: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7384:
7385: * src/include/pa_version.h, configure.in: - moko have made a lot of
7386: optimisations for increacing version number more dramatically :)
7387:
7388: * src/classes/date.C: - little refactoring: use constructor which
7389: accepts formated string
7390:
7391: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7392: which can print formatted string was added
7393:
7394: 2009-05-14 misha
7395:
7396: * src/include/pa_string.h: - type was fixed
7397:
7398: * src/: classes/hashfile.C, classes/op.C,
7399: include/pa_cache_managers.h, include/pa_charset.h,
7400: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7401: include/pa_request.h, include/pa_sql_driver_manager.h,
7402: include/pa_string.h, include/pa_stylesheet_manager.h,
7403: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7404: main/pa_charsets.C, main/pa_string.C,
7405: main/pa_stylesheet_connection.C, types/pa_value.h,
7406: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7407: types/pa_vobject.C, types/pa_vstateless_class.C,
7408: types/pa_vstateless_class.h: - hash_code caching was implemented
7409: (seaches should be faster now)
7410:
7411: * src/: classes/file.C, classes/hash.C, classes/image.C,
7412: classes/string.C, classes/table.C, include/pa_string.h,
7413: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7414: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7415: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7416: types/pa_vrequest.C: - String constructors don't have that stupid
7417: true/false param which means 'tainted'. they accept lang instead.
7418:
7419: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7420: with OPTIMIZE_RESULT
7421:
7422: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7423: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7424:
7425: 2009-05-13 misha
7426:
7427: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7428: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7429: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7430: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7431: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7432: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7433: include/pa_string.h, classes/date.C, classes/file.C,
7434: classes/hash.C, classes/image.C, classes/string.C,
7435: classes/table.C, classes/xdoc.C: - result optimisation -
7436: helper_length parameter removed from string constructors
7437:
7438: 2009-05-11 misha
7439:
7440: * tests/209.html: - tests for ^hash::create[hash] were added
7441:
7442: * tests/208.html: - tests for $status:rusage, $status:memory,
7443: ^memory:compact[] were added
7444:
7445: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7446: log10 were added
7447:
7448: * tests/206.html: - test for try with finally was added
7449:
7450: 2009-05-10 misha
7451:
7452: * tests/205.html: - test for ^file::create[...] was added
7453:
7454: * tests/204.html: - test for ^response:clear[] was added
7455:
7456: * tests/038.html: - tests for trigonometric functions were added
7457:
7458: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7459: added - more tests for .add, .sub, .union, .intersects and
7460: .intersections
7461:
7462: * tests/065.html: - test for ^file:dirname was added
7463:
7464: * tests/030.html: - test for $cookie:fields was added
7465:
7466: * tests/203.html: - test for ^h._keys[column name] was added
7467:
7468: * tests/201.html: - tests for .trim were added
7469:
7470: * tests/202.html: - tests for last-day,
7471: date:calendar[type](YYYY;MM;DD) were added
7472:
7473: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7474: .offset[type](N) were added
7475:
7476: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7477: and .pos[c](N) were added
7478:
7479: * tests/141.html: - test for math:sha1 was added
7480:
7481: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7482:
7483: 2009-05-09 misha
7484:
7485: * src/main/compile.y: - rollback
7486:
7487: 2009-05-05 misha
7488:
7489: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7490: replaced by is_empty()
7491:
7492: * src/: include/pa_string.h, main/pa_charset.C: - little
7493: optimisation: somewhere length() was replaced by is_empty()
7494:
7495: * src/classes/table.C: - little optimisation: somewhere length()
7496: was replaced by is_empty()
7497:
7498: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7499: classes/op.C, classes/table.C, main/pa_exception.C: - little
7500: optimisation: somewhere length() was replaced by is_empty()
7501:
7502: 2009-05-04 misha
7503:
7504: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7505: types/pa_vstateless_class.h, main/execute.C,
7506: include/pa_request.h, classes/hash.C, classes/op.C,
7507: classes/table.C: - more optimisations were added: some operators
7508: don't switch write context anylonger
7509:
7510: 2009-05-01 misha
7511:
7512: * src/main/compile.y: - slightly more opcode optimisations for
7513: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7514:
7515: * src/main/execute.C: - simplifying process for getters
7516:
7517: 2009-04-30 misha
7518:
7519: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7520:
7521: * tests/results/199.processed: - test for checking $result into
7522: ^rem was added
7523:
7524: * tests/199.html: - test for checking $result into ^rem was added
7525:
7526: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7527: some OS it returns list in different order)
7528:
7529: * src/: include/pa_array.h, include/pa_request.h,
7530: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7531: changes in stack impl - get_element() optimisation: 3rd param
7532: removed - bugfix: problems with reading empty input param -
7533: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7534:
7535: * tests/results/198.processed: - test for reading empty local var
7536: was added
7537:
7538: * tests/198.html: - test for reading empty local var was added
7539:
7540: 2009-04-29 misha
7541:
7542: * src/main/compile.y: - bugfix: couldn't compile because
7543: OP_VALUE__GET_ELEMENT should be unde #ifdef
7544:
7545: * src/: include/pa_array.h, include/pa_opcode.h,
7546: include/pa_request.h, main/compile.y, main/execute.C,
7547: main/pa_request.C, types/pa_vmethod_frame.C,
7548: types/pa_vmethod_frame.h: - we can work without opcode
7549: OP_STORE_PARAM, so it was removed
7550:
7551: 2009-04-28 misha
7552:
7553: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7554: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7555: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7556: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7557: 4.
7558: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7559:
7560: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7561:
7562: * src/: main/pa_string.C, classes/string.C: - !length() =>
7563: is_empty()
7564:
7565: 2009-04-27 misha
7566:
7567: * src/types/pa_vregex.h: - back explicit vars initialisation
7568:
7569: 2009-04-24 misha
7570:
7571: * src/classes/string.C: - ups. typo fixed
7572:
7573: * src/main/execute.C: - more replacements '*new VBool' to
7574: 'VBool::get' - checks for ^break[], ^continue[] and
7575: parser.interrupted were optimised
7576:
7577: * src/classes/string.C: - number of params.count() calls was
7578: slightly reduced
7579:
7580: 2009-04-23 misha
7581:
7582: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7583: make it x64 friendly
7584:
7585: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7586: parser is x64 friendly now
7587:
7588: 2009-04-22 misha
7589:
7590: * src/types/pa_vhashfile.C: - coder friendly exception about
7591: exceeding record size was added
7592:
7593: * src/classes/file.C: - use vregex object instead of direct calls
7594: methods from pcre lib
7595:
7596: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7597: classes/string.C: - use vregex object instead of direct calls
7598: methods from pcre lib
7599:
7600: * src/: include/pa_common.h, main/pa_common.C: - method
7601: print_pcre_exec_error_text was moved to class vregex
7602:
7603: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7604: was added
7605:
7606: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7607: - class vregex was added
7608:
7609: 2009-04-21 misha
7610:
7611: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7612:
7613: * src/: types/pa_junction.h, types/pa_value.C,
7614: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7615: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7616: junction-optimisation (destructors)
7617:
7618: * src/include/pa_array.h: - free under if now
7619:
7620: 2009-04-19 misha
7621:
7622: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7623:
7624: 2009-04-18 misha
7625:
7626: * src/include/pa_version.h:
7627: :q :
7628:
7629: CV:
7630: ----------------------------------------------------------------------
7631:
7632: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7633: refactoring
7634:
7635: * src/: include/pa_array.h, include/pa_hash.h,
7636: types/pa_vmethod_frame.h: - destructors under #ifdef now
7637:
7638: * src/include/pa_memory.h: - define for using destructors was added
7639:
7640: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7641: main/execute.C: - some junctions will be cached now
7642:
7643: * src/include/pa_hash.h: - hash destructor frees pairs now
7644:
7645: * src/include/pa_array.h: - inline was added to destructor
7646:
7647: * src/types/pa_method.h: - comment was changed
7648:
7649: 2009-04-17 misha
7650:
7651: * src/: include/pa_array.h, include/pa_hash.h,
7652: types/pa_vmethod_frame.h: - destructors were added
7653:
7654: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7655: renamed to always_use_result
7656:
7657: * src/main/: compile.y, compile_tools.h: - rollback changes in
7658: compiler: full backward compatibility is better
7659:
7660: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7661: result in var's hash
7662:
7663: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7664: optimisation in method_frame
7665:
7666: * src/include/pa_array.h: - optimisation in array (allocate
7667: elements only when needed)
7668:
7669: * src/types/pa_vresponse.C: - check for $response:headers field
7670: before looking at custom fields
7671:
7672: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7673: not needed to check existance var with name 'result' in var's
7674: hash
7675:
7676: * src/main/compile.y: - compiler was changed: now it detects
7677: writings to $result and set flag writo_to_result in method
7678:
7679: * src/classes/string.C: - little optimisation: no needed to write
7680: number with lang
7681:
7682: * src/main/pa_charset.C: - methods readChar and skipChar which is
7683: used for read utf8-strings were renamed - is_escaped was renamed
7684: to isEscaped (to the same name convention)
7685:
7686: * src/: types/pa_method.h, main/compile_tools.h: - flag
7687: write_to_result added. compiler get this info from code.
7688:
7689: 2009-04-16 misha
7690:
7691: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7692: String only before 1st write
7693:
7694: * src/include/pa_string.h: - not needed template removed
7695:
7696: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7697: types/pa_vjunction.C, types/pa_vproperty.C,
7698: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7699: main/pa_request.C, classes/bool.C, classes/double.C,
7700: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7701: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7702: bool objects)
7703:
7704: 2009-04-15 misha
7705:
7706: * src/lib/cord/cordxtra.c: - more optimisation
7707:
7708: * src/: include/pa_string.h, main/untaint.C: - String::append
7709: optimisation
7710:
7711: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7712: then get and can sometime be used)
7713:
7714: * src/main/pa_string.C: - String::length optimisation
7715:
7716: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7717: these methods read different strings
7718:
7719: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7720: fresult_initial_void removed + some optimisation - if $result
7721: defined we don't write to context anymore
7722:
7723: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7724: need just skip char)
7725:
7726: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7727: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7728: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7729:
7730: * src/types/pa_vvoid.h: - added get() method for retreave one
7731: instance
7732:
7733: 2009-04-11 misha
7734:
7735: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7736:
7737: * tests/197.html: - test for parser://test in xml was added
7738:
7739: * src/classes/string.C: - small optimisation
7740:
7741: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7742: optimisation
7743:
7744: 2009-04-10 misha
7745:
7746: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7747: to pcre-7.8
7748:
7749: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7750:
7751: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7752: added
7753:
7754: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7755: $request:CLASS_NAME were added
7756:
7757: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7758: were added
7759:
7760: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7761: $env:CLASS_NAME were added
7762:
7763: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7764: '@todo' now
7765:
7766: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7767: compirer
7768:
7769: * src/main/pa_string.C: - little code cleanup
7770:
7771: * src/main/pa_common.C: - describe one more UTF-8 related error
7772: during PCRE compile/execute
7773:
7774: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7775: normalizing todo-comments: '@todo' now
7776:
7777: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7778:
7779: * src/main/pa_charset.C: - type changed for making compiler happy
7780:
7781: 2009-03-10 misha
7782:
7783: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7784: in main()
7785:
7786: 2009-02-01 misha
7787:
7788: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7789: boundary
7790:
7791: 2009-01-25 misha
7792:
7793: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7794:
7795: * src/classes/file.C: - more changes for parsing different number
7796: of params for file::load
7797:
7798: * tests/193.html: - tests for exception while base64-decode binary
7799: to string was added
7800:
7801: * tests/192.html: - tests for file::load with different number of
7802: options
7803:
7804: * src/classes/math.C: - ups. forgot '+1'
7805:
7806: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7807: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7808: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7809: (new option $.encode[multipart-form/data] should be specified) -
7810: $.method[] option for file::load now is not case-sensitive
7811:
7812: * src/: include/pa_string.h, main/untaint.C: - for file post the
7813: new taint language L_FILE_POST was added
7814:
7815: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7816: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7817: stuff was moved to separate files
7818:
7819: 2009-01-23 misha
7820:
7821: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7822: spaces to tabs were converted
7823:
7824: 2009-01-12 misha
7825:
7826: * src/main/pa_http.C: - value of $.method[] option force uppercased
7827: now
7828:
7829: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7830: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7831: their names
7832:
7833: * src/main/pa_common.C: - changes in formating
7834:
7835: * src/: classes/file.C, main/pa_http.C: - some constants changed
7836: their names
7837:
7838: * src/include/pa_http.h: - some spaces were converted to tabs
7839:
7840: * src/include/pa_common.h: - some constants changed their names
7841:
7842: * src/classes/file.C: - fixed 4-th paramether for file::load -
7843: little code rewriting
7844:
7845: * src/types/pa_vfile.C: - little code rewriting
7846:
7847: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7848: types/pa_value.h: - some formating changes
7849:
7850: * src/include/pa_common.h: - some formating spaces transformed to
7851: tabs
7852:
7853: * src/classes/string.C: - exception while base64-decode binary to a
7854: string
7855:
7856: 2009-01-11 misha
7857:
7858: * configure.in: - version changed to 3.3.1b
7859:
7860: 2008-09-05 misha
7861:
7862: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7863: release_3_3_0 on 2008-09-05 10:59:35 +0000
7864:
7865: 2008-09-04 misha
7866:
7867: * tests/: 130.html, 131.html: - these exceptions not typeless
7868: anymore
7869:
7870: * src/classes/op.C: - exception with 'invalid taint language' not
7871: typeless anylonger
7872:
7873: * src/classes/image.C: - some exceptions while operations with
7874: image not typeless anymore
7875:
7876: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7877: main/pa_exec.C, main/pa_http.C: - some exceptions while
7878: operations with files not typeless anymore
7879:
7880: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7881: types/pa_vdate.h: - exceptions while checking date range not
7882: typeless anymore
7883:
7884: * src/include/pa_exception.h: - exception type string for invalid
7885: date range was added
7886:
7887: 2008-09-03 misha
7888:
7889: * src/: classes/file.C, main/pa_string.C: - exception while pce
7890: operations not typeless anymore
7891:
7892: * src/include/pa_exception.h: - exception type for pce operations
7893: was added
7894:
7895: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7896: and .CLASS_NAME insite classes
7897:
7898: * src/classes/table.C: - don't save table header whiile
7899: ^table.save[append;filename] if file exists
7900:
7901: 2008-09-02 misha
7902:
7903: * src/main/compile.y, src/main/compile_tools.h,
7904: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7905: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7906: renamed to partial and it login changed: we must mark class as
7907: partial for allow their modifications in future.
7908:
7909: 2008-08-29 misha
7910:
7911: * tests/results/022.processed: - testing taint[regex] in mask for
7912: file:list
7913:
7914: * tests/022.html: - testing taint[regex] in mask for file:list
7915:
7916: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7917: for file:list was added
7918:
7919: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7920: file:list
7921:
7922: 2008-08-26 misha
7923:
7924: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7925: last derived object
7926:
7927: * src/classes/image.C: - many strings "image.format" replaced by
7928: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7929: understand some more exif tags
7930:
7931: * src/include/pa_exception.h: - string "image.format" was added
7932:
7933: 2008-08-21 misha
7934:
7935: * src/: main/pa_string.C, classes/file.C: - use method for print
7936: pcre_exec text error
7937:
7938: * src/main/pa_common.C: - method for print pcre_exec text error was
7939: added
7940:
7941: * src/include/pa_common.h: - method declaration for print pcre_exec
7942: text error was added
7943:
7944: 2008-08-19 misha
7945:
7946: * src/main/execute.C: - bugfix: opcodes must be in separate
7947: namespace while debug execution as well
7948:
7949: * tests/: 015.html, results/015.processed: - test for escaping some
7950: parser chars was added
7951:
7952: 2008-08-18 misha
7953:
7954: * tests/: 190.html, 190.p, results/190.processed: - test for
7955: $caller.self.field + default getter in one class was added
7956:
7957: * tests/: 189.html, results/189.processed: - test for
7958: ^date::create[date object]
7959:
7960: * tests/: 188.html, results/188.processed: - tests for match with
7961: UTF-8 strings
7962:
7963: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7964: ^string.match[]
7965:
7966: * ChangeLog: - parser 3.3.0 beta13
7967:
7968: 2008-08-15 misha
7969:
1.116 moko 7970: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7971: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7972: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7973: dftables.c: - old PCRE files removed
1.95 moko 7974:
7975: * src/lib/pcre/config.h: - configuration for PCRE library
7976:
7977: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7978: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7979:
7980: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7981: library and set flag UTF8 if $request:charset is UTF-8
7982:
7983: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7984: include/pa_config_fixed.h: - moved to new PCRE library
7985:
7986: * src/: main/main.vcproj, types/types.vcproj,
7987: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7988: win32\pcre instead of parser3\src\lib\pcre
7989:
7990: * src/: include/pa_opcode.h, include/pa_operation.h,
7991: main/compile.C, main/compile.y, main/compile_tools.C,
7992: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7993: opcodes were moved to separate namespace
7994:
7995: 2008-08-14 misha
7996:
7997: * src/types/pa_vstateless_class.C: - newline at the end missed
7998:
7999: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8000: tainting
8001:
8002: 2008-08-11 misha
8003:
8004: * tests/: 187.html, 187.p, results/187.processed: - tests for
8005: $caller.self, $caller.self.field and $caller.self.field[value]
8006: were added
8007:
8008: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8009: runtime as well (for $caller.self)
8010:
8011: 2008-07-25 misha
8012:
8013: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8014: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8015: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8016: tests with international characters
8017:
8018: 2008-07-23 misha
8019:
8020: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8021: file::load[...;http://
8022:
8023: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8024: now everywhere in separate namespace
8025:
8026: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8027: for vars
8028:
8029: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8030: can be escaped by '^'
8031:
8032: 2008-07-22 misha
8033:
8034: * src/classes/string.C, tests/186.html: - names changes:
8035: escape=>js-escape, unescape=>js-unescape
8036:
8037: 2008-07-21 misha
8038:
8039: * tests/results/186.processed: - test for string escape/unescape
8040:
8041: * tests/186.html: - test for string escape/unescape
8042:
8043: * src/classes/string.C: - string has escape and unescape methods
8044: now
8045:
8046: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8047: added
8048:
8049: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8050: method-layers added (with different params)
8051:
8052: 2008-07-18 misha
8053:
8054: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8055: was added
8056:
8057: * tests/185.html: - test for ^str.pos[sub](offset) added
8058:
8059: * src/classes/string.C, src/classes/void.C, operators.txt: -
8060: ^string.pos[substr](offset) -- 2nd param accepted now
8061:
8062: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8063: strings
8064:
8065: 2008-07-17 misha
8066:
8067: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8068: helper length added for mid for small optimisation
8069:
8070: 2008-07-16 misha
8071:
8072: * tests/: 185.html, results/185.processed: - tests for
8073: length/left/right/mid/pos with utf-8 strings
8074:
8075: * src/classes/string.C: - left/right/mid/length/pos works fine for
8076: utf-8 strings
8077:
8078: * src/main/untaint.C: - comments removed
8079:
8080: * src/: include/pa_string.h, main/pa_string.C,
8081: include/pa_charset.h, main/pa_charset.C: - methods for working
8082: with pos/mid for strings in utf-8 were added
8083:
8084: 2008-07-15 misha
8085:
8086: * tests/: 184.html, results/184.processed: - test for case body as
8087: expression: $var(^switch(1){^case(1)(true)..})
8088:
8089: * src/classes/op.C: - case body can be expression now:
8090: $var(^switch(1){^case(1)(true)..})
8091:
8092: * tests/: results/183.processed, 183.html: - added test for testing
8093: new cookie encoding (%uXXXX)
8094:
8095: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8096: decoding for backward compatibility they decoded from %XX in
8097: request:charset too
8098:
8099: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8100: - cookie class now decode cookies before first access after last
8101: request:charset changing (as form class).
8102:
8103: * src/main/pa_charset.C: - added method escape for escaping cookies
8104: as %uXXXX - before transcode calculate required space for dest
8105: string. it reduce mem usage for transcode
8106:
8107: * src/include/pa_charset.h: - added method escape for escaping
8108: cookies as %uXXXX
8109:
8110: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8111: was added. will used for escaping cookies as %uXXXX
8112:
8113: * src/include/pa_common.h: - escape method has new option for skip
8114: converting '+' to a space char
8115:
8116: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8117: transcode - escape method has new option for skip converting '+'
8118: to a space char
8119:
8120: 2008-07-08 misha
8121:
8122: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8123: (no UE if more then 1 case matches anylonger) - optimization:
8124: doing searching.as_string() || searching.as_double() only once
8125:
8126: 2008-07-04 misha
8127:
8128: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8129: now ^date::create[date object] works
8130:
8131: * src/classes/string.C: - left and right added as aliases for start
8132: and end in ^string.trim[]
8133:
8134: 2008-07-03 misha
8135:
8136: * src/classes/file.C: - allow $.limit for file::sql as well
8137:
8138: * src/classes/file.C: - allow $.offset option for file::sql - force
8139: send limit=1 to query for use sql specifics authomatically
8140:
8141: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8142: if $.limit value if empty. autoconvert it as everywere
8143:
8144: 2008-07-02 misha
8145:
8146: * configure.in: - time to change version number to 3.3.0 %-)
8147:
8148: * src/include/pa_version.h: - time to change version number to
8149: 3.3.0 %-)
8150:
8151: 2008-06-26 misha
8152:
8153: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8154: $.limit(0) fixes
8155:
8156: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8157: - $.limit(0) fixes
8158:
8159: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8160: new API)
8161:
8162: * src/: include/pa_sql_driver_manager.h,
8163: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8164: classes/op.C: - document_root added
8165:
8166: * src/main/compile.tab.C: - error message was changed
8167:
8168: 2008-06-25 misha
8169:
8170: * src/main/compile.y: - error message was changed
8171:
8172: 2008-06-24 misha
8173:
8174: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8175:
8176: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8177: tests for @OPTIONS\nappend
8178:
8179: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8180:
8181: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8182:
8183: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8184:
8185: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8186: compile.y
8187:
8188: 2008-06-17 misha
8189:
8190: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8191: compilation: ^if(default){true. it's incorrect. must be
8192: exception}
8193:
8194: 2008-06-16 misha
8195:
8196: * tests/: 181.ent, 181.html, results/181.processed: - test for
8197: checking external reference loading with 'http://localhost'
8198: prefix while creating xdoc
8199:
8200: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8201: ^math:long2ip[] and ^math:ip2long[]
8202:
8203: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8204: added which use scalar stateless class method when user object
8205: used in scalar context - use get_scalar_value when user object
8206: requested in scalar context
8207:
8208: * src/main/pa_common.C: - size must be int but not size_t or we
8209: can't compare with 0 sprintf result
8210:
8211: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8212: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8213: with internal switch between local/global vars
8214:
8215: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8216: specified
8217:
8218: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8219: pa_vstateless_object.h: - stateless class and object now has
8220: private scalar field and getter/setter for working with it
8221:
8222: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8223: moved to inet static class
8224:
8225: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8226: class added (^inet:aton[IP], ^inet:ntoa(number))
8227:
8228: * tests/: 180.html, results/180.processed: - tests for
8229: ^math:long2ip(long) and ^math:ip2long[IP]
8230:
8231: * src/classes/math.C: - ^math:ip2long[IP] added
8232:
8233: 2008-06-11 misha
8234:
8235: * src/main/pa_xml_io.C: - use file_read_text again because of we
8236: need cut BOM code and remove DOS newline chars. but don't
8237: transcode it anyway.
8238:
8239: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8240: main/pa_http.C: - option for disable transcoding while file_read
8241: and file_read_text added
8242:
8243: 2008-06-10 misha
8244:
8245: * tests/: 179.html, 179.p, results/179.processed: - test for many
8246: classes in 1 file
8247:
8248: * src/main/: compile.C, compile_tools.h: - compile return list of
8249: classes now.
8250:
8251: * src/main/: compile.y, compile.tab.C: - compile return list of
8252: classes now. internals.
8253:
8254: * src/main/pa_request.C: - compile return list of classes now. try
8255: call @conf and @auto for each returned class
8256:
8257: * src/include/pa_request.h: - compile return list of classes now
8258:
8259: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8260: return list of classes when compile buf)
8261:
8262: 2008-06-07 misha
8263:
8264: * src/main/pa_request.C: - constructing VRequest object with 3rd
8265: param -- form
8266:
8267: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8268: 3rd param: form. needed for get post_charset
8269:
8270: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8271: added
8272:
8273: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8274: types/pa_vform.C, types/pa_vform.h: - some polish
8275:
8276: 2008-06-06 misha
8277:
8278: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8279: charset and decode chars from it but not from response:charset
8280:
8281: * src/main/pa_http.C: - detect_charset moved out of here
8282:
8283: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8284: methods moved here - unescape_chars accepn one charset now
8285:
8286: * src/main/pa_http.C: - new constants used - don't allow
8287: $.content-type in ^file::load[;http://;$.method[POST]] - add
8288: charset info while ^file::load[;http://;$.method[POST]] - option
8289: $.omit-post-charset(true) added to ^file::load[;http://] for
8290: disabling charset during post
8291:
8292: * src/types/pa_vform.C: - new constants used
8293:
8294: * src/include/pa_common.h: - some constants were added
8295:
8296: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8297: instead of StrEqNc
8298:
8299: * src/main/pa_common.C: - new method for caseless search
8300: c-substring in c-string - use isxdigit instead of is_hex_digit
8301:
8302: * src/include/pa_common.h: - new method for caseless search
8303: c-substring in c-string
8304:
8305: 2008-06-05 misha
8306:
8307: * tests/results/178.processed: - test for testing default getter
8308:
8309: * tests/178.html: - test for testing default getter
8310:
8311: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8312: for test for testing default getter
8313:
8314: * src/main/execute.C: - default getter soul
8315:
8316: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8317: requested objects' field not found
8318:
8319: * src/types/pa_vclass.C: - register default getter if defined - get
8320: default getter if requested field not found
8321:
8322: * src/types/pa_vstateless_object.h: - method get_default_getter was
8323: added
8324:
8325: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8326: pointer to default getter and methods for get/set it were added
8327:
8328: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8329: auto_name field (for default getter)
8330:
8331: 2008-06-04 misha
8332:
8333: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8334: transcoding, no cutting BOM code, no fixing line breaks) and get
8335: it to libxml "as is"
8336:
8337: 2008-06-03 misha
8338:
8339: * src/main/pa_common.C: - use store_Char instead of
8340: transcodeCharFromUTF8
8341:
8342: * src/: include/pa_charset.h, main/pa_charset.C: - method
8343: store_Char added, transcodeCharFromUTF8 -- removed
8344:
8345: 2008-06-02 misha
8346:
8347: * tests/: results/177.processed, 177.html: - test for checking
8348: .[acm]date after local ^file::load[] was added
8349:
8350: * tests/: results/176.processed, 176.html: - test for checking
8351: @OPTION\locals + @method[vars][locals] added
8352:
8353: * tests/results/auto.p: - CLASS_PATH specified for checking use
8354:
8355: 2008-05-30 misha
8356:
8357: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8358: @OPTION\nlocals + @method[vars][;locals;] were added
8359:
8360: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8361: moved to separate method op_code - switch from VMethodFrame to
8362: VMethodFrameGlobal + VMethodFrameLocal
8363:
8364: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8365: was moved to separate method op_code
8366:
8367: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8368: VMethodFrame now
8369:
8370: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8371: all_vars_local as well
8372:
8373: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8374: pa_vmethod_frame_local.h, Makefile.am: - who children for
8375: VMethodFrame were added: one (global) works as VMethodFrame
8376: before and second (local) write all vars in self vars scope
8377:
8378: * src/types/pa_method.h: - method has bool flag all_vars_local now
8379:
8380: 2008-05-29 misha
8381:
8382: * tests/: 129.html, results/129.processed: - more tests for
8383: ^table.hash[]
8384:
8385: * src/classes/hash.C: - ^hash::sql has a new option:
8386: $.type[hash|string|table] as ^table.hash[] one.
8387:
8388: * src/classes/op.C: - ^try has 3rd param now: finally code which
8389: executed anyway after try or catch section
8390:
8391: 2008-05-27 misha
8392:
8393: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8394: must not fail if $.distinct(1) wasn't specified
8395:
8396: 2008-05-26 misha
8397:
8398: * src/classes/op.C: - allow ^throw[my type]
8399:
8400: 2008-05-22 misha
8401:
8402: * configure.in, configure: - version number updated to 3.2.4b
8403:
8404: * src/classes/: op.C, string.C: - trim format string before
8405: eval/format
8406:
8407: * tests/: results/175.processed, 175.html: - more tests for
8408: different format strings in .format[]
8409:
8410: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8411: as well (not only %XX)
8412:
8413: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8414: charset specified - checks for format before print number
8415: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8416: (instead of tabs) removed
8417:
8418: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8419: charset specified
8420:
8421: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8422: char in requested charset from utf code was added
8423:
8424: 2008-05-19 misha
8425:
8426: * tests/: 174.html, results/174.processed: - test for
8427: ^hashfile.cleanup[] added
8428:
8429: * src/classes/hashfile.C: - optimization: don't create any key or
8430: value variable if it's name weren't specified
8431: (^hf.foreach[;v]{...})
8432:
8433: 2008-05-16 misha
8434:
8435: * src/classes/hash.C: - optimization: don't create any key variable
8436: if variable name wasn't specified (^h.foreach[;v]{...})
8437:
8438: 2008-05-15 misha
8439:
8440: * src/classes/op.C: - small changes
8441:
8442: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8443:
8444: * src/classes/hash.C: - calculate var_context once before foreach
8445:
8446: 2008-05-14 misha
8447:
8448: * src/classes/hashfile.C: - incorrect vars context calculation for
8449: ^hashfile.foreach[;]{} fixed
8450:
8451: * src/classes/: hash.C, table.C: - little optimisation
8452:
8453: * src/classes/file.C: - bugfix: double absolute path while loading
8454: file
8455:
8456: * tests/: 174.html, results/174.processed: - tests for hashfile
8457: were added
8458:
8459: * buildall-with-xml: - moving to libxslt 1.1.24
8460:
8461: 2008-04-30 misha
8462:
8463: * src/classes/file.C: - stat file while loading (local only) so
8464: .adate, .mdate and .cdate available without additional ::stat
8465:
8466: 2008-04-28 misha
8467:
8468: * src/classes/file.C: - $.name and $.content-type available for
8469: stated file
8470:
8471: 2008-04-14 misha
8472:
8473: * src/targets/cgi/parser3.C: - new year in copyright %-)
8474:
8475: * src/include/pa_version.h: - new version number in head
8476:
8477: 2008-04-10 misha
8478:
8479: * tests/: 080.html, results/080.processed: - cut '0' from
8480: exponential part because of on diff OS it differ (20 or 020 for
8481: ex)
8482:
8483: * tests/: 119.html, results/119.processed: - check for encoding
8484: while creating xdoc
8485:
8486: 2008-04-09 misha
8487:
8488: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8489:
8490: * src/main/pa_common.C: - comment added
8491:
8492: * src/classes/date.C: - little refactoring
8493:
8494: 2008-04-07 misha
8495:
8496: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8497: style of ^table.save[]: prepare one big string and sabe it at
8498: once. it's safe on freebsd 4.x but use much more memory.
8499:
8500: * buildall-with-xml, buildall-without-xml: - option
8501: --disable-stringstream added (under comment. use it on freebsd
8502: 4.x)
8503:
8504: 2008-02-22 misha
8505:
8506: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8507: specified together in file::load[;http] - get back transcoding
8508: $.body[] in file::load[;http]
8509:
8510: 2008-02-21 misha
8511:
8512: * src/classes/date.C: - ^date.gmt-string[] was added
8513:
8514: * src/types/pa_value.C: - method for output date in RFC 822 format
8515: moved to pa_common.h
8516:
8517: * src/include/pa_common.h: - method for output date in RFC 822
8518: format moved here from pa_value.C
8519:
8520: * src/types/pa_vmail.C: - fixed core in sending mail with
8521: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8522:
8523: 2008-02-20 misha
8524:
8525: * src/main/pa_http.C: - transcode $.headers before escaping into
8526: specified charset while ^file::load[...;http://...] (L_URI
8527: instead of L_HTTP_HEADER) - $.cookies param available in
8528: ^file::load[;http://...] now (but we don't parse set-cookies from
8529: response yet) (cookies not transcoded as common $cookies)
8530:
8531: 2008-02-19 misha
8532:
8533: * src/main/pa_request.C: - rollback: we mustn't force taint
8534: $response:field values because in this case
8535: $response:locateion[http://...] don't works.
8536:
8537: 2008-02-15 misha
8538:
8539: * src/classes/op.C: - little refactoring
8540:
8541: * src/main/pa_http.C: - taint names of $.headers for load[;http
8542:
8543: * src/main/pa_request.C: - force taint values of $response:field
8544:
8545: 2008-02-14 misha
8546:
8547: * src/main/pa_request.C: - $response:field transcoded to
8548: $response:charset before escaping now
8549:
8550: * src/main/pa_http.C: - some outdated comments removed
8551:
8552: * src/classes/date.C: - lastdat -> last-day
8553:
8554: * src/classes/date.C: - ^date:lastday(year;month) and
8555: ^date.lastday[] were added - little code refactoring - comments
8556: changes
8557:
8558: * tests/: 159.html, results/159.processed: - test for number of
8559: days in February
8560:
8561: * src/types/pa_value.C: - fixes in code formatting
8562:
8563: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8564: and comments
8565:
8566: 2008-02-13 misha
8567:
8568: * src/main/pa_common.C: - bugfix for february at leap year
8569:
8570: 2008-01-28 misha
8571:
8572: * tests/: 160.html, results/160.processed: - more test for cache
8573: added
8574:
8575: * src/classes/op.C: - bugfix: cache body executed twice if contains
8576: unhandled exception
8577:
8578: 2008-01-25 misha
8579:
8580: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8581: bug when hashfile became inavailable after memory:compact)
8582:
8583: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8584:
8585: 2008-01-22 misha
8586:
8587: * src/classes/table.C: - little refactiring and exception texts
8588: changes in method ^table.hash[]
8589:
8590: * src/types/pa_vcookie.C: - link to cookie specification changed
8591:
8592: 2008-01-21 misha
8593:
8594: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8595: file::exec/cgi
8596:
8597: * src/classes/file.C: - bugfix: core while processing headers if
8598: executed cgi script don't return content
8599:
8600: 2008-01-18 misha
8601:
8602: * buildall-with-xml: - move to libxml2 version 2.6.31
8603:
8604: * src/include/pa_version.h, configure.in: - version number updated
8605: to '3.2.3b'
8606:
8607: 2007-12-28 misha
8608:
8609: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8610: hash.contains
8611:
8612: 2007-12-27 misha
8613:
8614: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8615: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8616: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8617: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8618: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8619: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8620: src/targets/cgi/parser3.vcproj,
8621: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8622: back to VS2003 because of Apache 1.3 module can't work if it was
8623: built in VS 2005. with cgi all file so VS2003 project files can
8624: be easy converted to the new format.
8625:
8626: 2007-12-04 misha
8627:
8628: * src/types/pa_vcode_frame.h: - changes in comment
8629:
8630: 2007-11-29 misha
8631:
8632: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8633: intercept strings any longer
8634:
8635: * tests/: 173.html, results/173.processed: - tests for
8636: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8637: but not in main code frame
8638:
8639: * tests/: 172.html, results/172.processed: - more tests for pass
8640: objects from code frames
8641:
8642: 2007-11-27 misha
8643:
8644: * tests/: 152.html, results/152.processed: - tests for converting
8645: strings 'true'/'false' to bool were added
8646:
8647: * tests/152.html: - added checks for converting strings
8648: 'true'/'false' to bool
8649:
8650: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8651: not only strings with numbers but with values 'true'/'false' as
8652: well
8653:
8654: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8655: for parser3.log increased
8656:
8657: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8658:
8659: * src/include/pa_common.h: - remove_crlf return cstring size now
8660:
8661: * src/include/pa_types.h: - constant with buffer size for
8662: parser3.log added
8663:
8664: 2007-11-16 misha
8665:
8666: * tests/cat.sh: - script for tests for file::exec/cgi
8667:
8668: * tests/171.html: - tests for file::exec/cgi
8669:
8670: * tests/results/171.processed: - tests results for file::exec/cgi
8671:
8672: 2007-11-15 misha
8673:
8674: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8675:
8676: * src/classes/file.C: - .body must be set before analyzing cgi
8677: headers
8678:
8679: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8680: only if exec/cgi return anything.
8681:
8682: 2007-11-14 misha
8683:
8684: * operators.txt: - info about new text|binary option for
8685: file::exec/cgi was added
8686:
8687: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8688: ^file:exec[[text|binary];script;...]
8689:
8690: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8691: classes/string.C, classes/table.C: - more text strings moved to
8692: the one place
8693:
8694: 2007-11-09 misha
8695:
8696: * src/types/pa_vrequest.C: - $request:argv must be taint
8697:
8698: * ChangeLog: - $request:argv [patch from Sumo]
8699:
8700: * operators.txt: - $request:argv
8701:
8702: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8703: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8704:
8705: 2007-10-25 misha
8706:
8707: * buildall-with-xml, buildall-without-xml: - options preparations
8708: for ./configure rewrited
8709:
8710: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8711: error occure in unhandled_exception finally fixed
8712:
8713: 2007-10-23 misha
8714:
8715: * tests/: 170.html, results/170.processed: - test for
8716: @method[][result]
8717:
8718: * operators.txt: - added info about node.prefix and
8719: node.namespaceURI
8720:
8721: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8722:
8723: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8724: added for node and attribute
8725:
8726: 2007-10-22 misha
8727:
8728: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8729:
8730: * src/main/pa_request.C: - added const content-transfer-encoding
8731:
8732: * src/include/pa_request.h: - added const content-transfer-encoding
8733: - ups. constants must be in lowercase (for search)
8734:
8735: * src/types/pa_vmail.C: - more constants used -
8736: content-transfer-encoding: 8bit added
8737:
8738: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8739:
8740: * src/include/pa_request.h: - more constants
8741:
8742: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8743: ommit anymore if $.content-disposition was specified - little
8744: refactoring
8745:
8746: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8747:
8748: 2007-10-17 misha
8749:
8750: * operators.txt: - info about
8751: table::create[nameless]{data}[>options<] was added
8752:
8753: * src/main/: compile.tab.C, compile.y: - if error occure while
8754: compile method don't put this method in methods table anymore.
8755: in other case the parser coredumped if @unhandled_exception
8756: method can't be compiled because of parser.compile error.
8757:
8758: * src/main/execute.C: - little code reformating
8759:
8760: * src/main/pa_request.C: - little code reformating - comment
8761: changed
8762:
8763: 2007-10-16 misha
8764:
8765: * tests/: 035.html, results/035.processed: - tests
8766: table::create[]{}[options] added
8767:
8768: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8769: options (only $.seperator[] yet)
8770:
8771: 2007-10-10 misha
8772:
8773: * src/classes/table.C: - some contstants moved to pa_common.h -
8774: some code changes
8775:
8776: 2007-10-02 misha
8777:
8778: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8779: then three time as much. but base64 encoding method still use
8780: less memory anyway.
8781:
8782: 2007-09-17 misha
8783:
8784: * operators.txt: - added info about $cookie:fields
8785:
8786: * src/types/pa_vcookie.C: - $cookie:fields available now
8787:
8788: * src/classes/hash.C: - some stuff for use with .for_each moved to
8789: common
8790:
8791: * src/include/pa_common.h: - some stuff for use with .for_each
8792: moved here
8793:
8794: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8795:
8796: 2007-09-14 misha
8797:
8798: * buildall-with-xml: - new xml libs again =)
8799:
8800: 2007-08-28 misha
8801:
8802: * operators.txt: - texts about ^table.columns[[column name]] and
8803: ^string.split[...][v][column name] were added
8804:
8805: * tests/: 168.html, 169.html, results/168.processed,
8806: results/169.processed: - tests for ^table.columns[[column name]]
8807: and ^string.split[...][v][column name] were added
8808:
8809: * src/classes/table.C: - new option ^table.columns[[column name]]
8810: was added
8811:
8812: * src/classes/string.C: - new option ^string.split[...;v;[column
8813: name]]
8814:
8815: * src/include/pa_exception.h: - error text message for
8816: ^hash._keys[], ^table.columns[] and ^string.split[]
8817:
8818: 2007-08-27 misha
8819:
8820: * src/main/untaint.C: - try to fix coredump on unix if print to
8821: body ^taint[sql][something] outside of connect
8822:
8823: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8824: outside of connect
8825:
8826: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8827: added (commented by default)
8828:
8829: 2007-08-20 misha
8830:
8831: * operators.txt: - comment about new method ^node.hasAttributes[]
8832: was added
8833:
8834: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8835: duplicated exception text strings were removed
8836:
8837: * src/include/pa_exception.h: - more exception text strings moved
8838: here
8839:
8840: * src/classes/table.C: - some duplicate exceptions' text strings
8841: removed
8842:
8843: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8844: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8845: removed
8846:
8847: * src/include/pa_exception.h: - some exception text strings movet
8848: to pa_exception
8849:
8850: * tests/: 149.html, results/149.processed: - test for
8851: ^xnode.hasAttributes[] was added - some code changes
8852:
8853: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8854: added
8855:
8856: 2007-08-17 misha
8857:
8858: * tests/: results/006.processed, results/059.processed, 006.html,
8859: 059.html: - more tests for match
8860:
8861: * tests/: 129.html, results/129.processed: - tests for
8862: ^table.hash[...][$.type[string|hash|table]] added
8863:
8864: * src/targets/cgi/parser3.C: - little syntax changes
8865:
8866: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8867: syntax changes
8868:
8869: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8870: messages in parser3.log switched off by default. If someone
8871: really still need it: use $SIGPIPE(1)
8872:
8873: 2007-08-08 misha
8874:
8875: * buildall-with-xml, buildall-without-xml: - remove libs source
8876: files by default since now
8877:
8878: 2007-08-07 misha
8879:
8880: * buildall-without-xml: - some option syntax changes
8881:
8882: * buildall-with-xml: - compile libxml2 without http support - some
8883: option syntax changes
8884:
8885: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8886:
8887: 2007-08-06 misha
8888:
8889: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8890:
8891: * tests/: 160.html, results/160.processed: - cache test was
8892: rewrited
8893:
8894: 2007-07-06 misha
8895:
8896: * tests/: 153.html, results/153.processed: - added test for
8897: ^math:sha1[string]
8898:
8899: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8900: transcoded
8901:
8902: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8903: were added
8904:
8905: 2007-06-28 misha
8906:
8907: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8908: some incorrect chars
8909:
8910: 2007-06-19 misha
8911:
8912: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8913: were moved on top because of gcc 4 had a problems during
8914: building.
8915:
8916: 2007-06-18 misha
8917:
8918: * tests/results/019.processed: - new image commited
8919:
8920: 2007-06-09 misha
8921:
8922: * src/classes/: op.C, table.C: - in while and table.select method
8923: as_expression used now
8924:
8925: * src/types/pa_vmethod_frame.h: - method as_expression was added
8926:
8927: 2007-06-08 misha
8928:
8929: * tests/: 166.html, results/166.processed: - test for
8930: ^match[...][n]
8931:
8932: * tests/: 165.html, results/165.processed: - tests for loops
8933:
8934: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8935: because of no speed/memory optimisation but some proglems with
8936: long cycles occure
8937:
8938: 2007-06-06 misha
8939:
8940: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8941: ^table.select(true) and ^table.select(1) didn't works because of
8942: awaiting junction-param only. fixed.
8943:
8944: 2007-05-24 misha
8945:
8946: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8947: with 0.5 secs interval
8948:
8949: * src/classes/op.C: - cache was rewrited. I hope it works with
8950: locking system now on unix
8951:
8952: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8953: system locks which wait till other threads release it but try get
8954: lock, if fail wait 1 sec and make 10 attempts.
8955:
8956: * src/include/pa_os.h: - consts for blocking locks + some comments
8957: were added
8958:
8959: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8960: opening files
8961:
8962: * src/classes/table.C: - changes in includes. if unclude <sstream>
8963: after our classes on unix it can't be build
8964:
8965: * src/types/pa_vhashfile.C: - not needed code removed
8966:
8967: 2007-05-23 misha
8968:
8969: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8970: include/pa_common.h: - cosmetic changes
8971:
8972: 2007-05-18 misha
8973:
8974: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8975: often. it's give some speed increasing
8976:
8977: * tests/results/160.processed: - returned time corrected
8978:
8979: * tests/160.html: - time increased because on unix 1 mean nothing
8980: :(
8981:
8982: * operators.txt: - added info about ^hash.contain[key]
8983:
8984: * src/classes/hash.C: - added ^hash.contain[key]
8985:
8986: * src/include/pa_hash.h: - added method for checking key exists in
8987: hash
8988:
8989: 2007-05-07 misha
8990:
8991: * src/include/pa_string.h: - was compilation error during build on
8992: freebsd4
8993:
8994: 2007-05-03 misha
8995:
8996: * src/classes/table.C: - option $.type[hash|string|table] was added
8997: for ^table.hash[]
8998:
8999: * src/classes/file.C: - comment removed
9000:
9001: 2007-04-26 misha
9002:
9003: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9004: real files doesn't opened in place anymore
9005:
9006: 2007-04-24 misha
9007:
9008: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9009:
9010: * src/include/pa_exception.h: "static" removed
9011:
9012: 2007-04-23 misha
9013:
9014: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9015:
9016: * src/classes/math.C: added: - ^math:ln(N) (the same as
9017: ^math:log(N)) - ^math:lg(N)
9018:
9019: * tests/: 097.html, results/097.processed: - charsets converstion
9020: during ^file::load[text;http://...] added
9021:
9022: * tests/: 164.html, results/164.processed: - check for set expires
9023: as a date
9024:
9025: * tests/: 164.html, results/164.processed: - test for hashfile
9026:
9027: * src/classes/hashfile.C: - little comment changes
9028:
9029: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9030: access
9031:
9032: * src/: classes/date.C, classes/double.C, classes/file.C,
9033: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9034: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9035: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9036: classes/xnode.h, include/pa_request.h, main/execute.C,
9037: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9038: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9039: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9040: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9041: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9042: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9043: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9044: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9045: "parser.runtime" strings were removed
9046:
9047: * src/classes/hashfile.C: - with .clear[] called files_delete()
9048: now.
9049:
9050: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9051:
9052: * src/include/pa_exception.h: - string constant with
9053: "parser.runtime" text was added
9054:
9055: 2007-04-20 misha
9056:
9057: * operators.txt: - some comments changing
9058:
9059: * operators.txt: - added info about .^hashfile.release[],
9060: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9061:
9062: * configure: =cheching for unsetenv
9063:
9064: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9065: ^hashfile.release[] were added
9066:
9067: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9068: ^string.match[][] understand new option now: return number of
9069: matches but not table wit results
9070:
9071: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9072: reopen now
9073:
9074: * src/classes/op.C: - bug. must be false
9075:
9076: * configure.in: - checking for unsetenv was added
9077:
9078: * src/types/pa_vform.C: - some comments
9079:
9080: 2007-04-18 misha
9081:
9082: * buildall-with-xml: moving to libxml2-2.6.28
9083:
9084: * buildall-with-xml, buildall-without-xml: added commented lines
9085: with --disable-safe-mode option
9086:
9087: * operators.txt: - info about $form:files
9088:
9089: 2007-04-17 misha
9090:
9091: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9092: $form:files was added
9093:
9094: * tests/: 163.html, results/163.processed: removing auto format
9095:
9096: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9097:
9098: 2007-04-16 misha
9099:
9100: * tests/: 163.html, results/163.processed: - test for .int[],
9101: floor, round, ceiling and .format[]
9102:
9103: * src/classes/file.C: - little optimization for getting args in
9104: exec/cgi
9105:
9106: 2007-04-13 misha
9107:
9108: * src/classes/file.C: - arguments for file::exec/cgi can be
9109: specified now as s table with one column
9110:
9111: 2007-03-27 misha
9112:
9113: * tests/: 162.html, results/162.processed: - test for
9114: ^table.select(^condition[$t])
9115:
9116: * tests/results/auto.p: - load windows-1251 charset for some tests
9117:
9118: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9119:
9120: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9121: 161_windows1251.txt: - added test for
9122: ^file::load[text;/local/file.txt;$.charset[...]]
9123:
9124: * tests/: results/013.processed, 013.html: - added test for
9125: checking $._default value while hash modifications
9126:
9127: * tests/: 160.html, results/160.processed: - add test for
9128: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9129:
9130: 2007-03-22 misha
9131:
9132: * src/include/pa_common.h: - "charset" string defined for
9133: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9134:
9135: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9136: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9137: added - not needed transcodes were removed from
9138: ^file::load[...;http://...]
9139:
9140: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9141: added
9142:
9143: * src/classes/date.C: - date.week was fixed
9144:
9145: * operators.txt: - added info about date.weekyear
9146:
9147: * tests/: 159.html, results/159.processed: - tests for date.week
9148: and date.weekyear added
9149:
9150: 2007-03-15 misha
9151:
9152: * src/classes/table.C: - enclose column numbers for nameless tables
9153: as well
9154:
9155: 2007-03-14 misha
9156:
9157: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9158:
9159: * src/classes/table.C: - table.save optimization: now required much
9160: less memory
9161:
9162: 2007-03-13 misha
9163:
9164: * tests/results/: 158.processed, 158.processes: - tests for
9165: table.save/table.load
9166:
9167: * tests/: 158.html, results/158.processes: - tests for
9168: table.save/table.load
9169:
9170: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9171:
9172: * buildall-with-xml: - pattern needed now for building
9173:
9174: * tests/results/097.processed: - added test results for xdoc::load
9175: & xdoc::load[http://...]
9176:
9177: * tests/097.html: - added test for xdoc::load
9178:
9179: 2007-03-12 misha
9180:
9181: * tests/: 107.html, results/107.processed: - added test for xpath
9182: '//man'
9183:
9184: 2007-03-01 misha
9185:
9186: * tests/: 097.html, results/097.processed: - added test for
9187: creating xdoc from file
9188:
9189: * tests/: results/157.processed, 157.html: - added test for
9190: file:move
9191:
9192: 2007-02-28 misha
9193:
9194: * src/classes/xdoc.C: - another attempt
9195:
9196: * src/classes/xdoc.C: - roll back last changes for a while
9197:
9198: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9199:
9200: * src/classes/file.C: - under lock we create non-exist dir anyway
9201:
9202: * tests/results/099.processed: - ever send content-disposition to
9203: client with file
9204:
9205: * tests/157.html: + test for file:copy
9206:
9207: 2007-02-26 misha
9208:
9209: * src/classes/file.C: - some similar strings moved to #define
9210: instead of to be copy/pasted many times
9211:
9212: * src/types/pa_vfile.h: - class name string ("file") moved to
9213: #define
9214:
9215: 2007-02-20 misha
9216:
9217: * bin/auto.p.dist.in: - added lines for sqlite
9218:
9219: * configure.in: - added some strings for sqlite detection
9220:
9221: 2007-02-19 misha
9222:
9223: * operators.txt: - some comments changes
9224:
9225: * buildall-with-xml, buildall-without-xml: - some modifications
9226:
9227: 2007-02-17 misha
9228:
9229: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9230:
9231: * src/main/pa_request.C: - damn, i forgot to commit it while I
9232: change console behaviour
9233:
9234: 2007-02-12 misha
9235:
9236: * src/targets/cgi/parser3.C: - don't print headers if
9237: $console:line[data] was used during cgi execution.
9238:
9239: * src/types/pa_vconsole.h: - console class have bool flag now which
9240: marked as 'true' if class was used.
9241:
9242: * tests/: 152.html, results/152.processed: - more types was added
9243: to test 152
9244:
9245: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9246: adding 'bool' (^if($image){} caused exception)
9247:
9248: 2007-02-09 misha
9249:
9250: * tests/: 152.html, results/152.processed: - test alightly updated
9251:
9252: * tests/: 152.html, results/152.processed: - test rewrited
9253:
9254: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9255: bugfix. I broke xdoc & xnode in expression
9256:
9257: 2007-02-08 misha
9258:
9259: * tests/: 152.html, results/152.processed: - add test for checking
9260: 'def' for void, string, bool, int & double
9261:
9262: 2007-02-07 misha
9263:
9264: * operators.txt: - ^file:base64[filespec] was added
9265:
9266: * tests/results/153.processed: - result test for
9267: ^file:base64[filespec] was updated
9268:
9269: * tests/153.html: - test for ^file:base64[filespec] was added
9270:
9271: * src/types/pa_vconsole.h: - little optimization
9272:
9273: * src/classes/file.C: - ^file:base64[filespec]
9274:
9275: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9276:
9277: * src/include/pa_common.h: - declarations for
9278: ^file:base64[filespec]
9279:
9280: * src/types/pa_vcookie.C: - little optimization
9281:
9282: 2007-02-06 misha
9283:
9284: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9285: were temporary commented
9286:
9287: * src/types/pa_vbool.h: - bugfix
9288:
9289: * tests/156.html: - added test for bool cookie
9290:
9291: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9292:
9293: * tests/: 155.html, results/155.processed: - added test for check
9294: $.encloser[] option for table save/load
9295:
9296: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9297:
9298: 2007-02-05 misha
9299:
9300: * tests/results/152.processed: - newline at the end was missed
9301:
9302: * tests/results/141.processed: - math:md5 must be lowercased
9303:
9304: * src/targets/cgi/parser3.C: - 2007 in help ;)
9305:
9306: 2007-02-03 misha
9307:
9308: * tests/results/: 150.processed, 151.processed, 152.processed: -
9309: test for bool added and some content length fixes
9310:
9311: * tests/152.html: - test for bool added
9312:
9313: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9314:
9315: * operators.txt: - info bool class was added
9316:
1.116 moko 9317: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9318: classes/classes.vcproj, classes/double.C, classes/int.C,
9319: classes/string.C, classes/void.C, classes/xnode.C,
9320: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9321: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9322: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9323: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9324: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9325: types/types.vcproj: - bool class was added
9326:
9327: * src/main/pa_request.C: - fix
9328:
9329: 2007-01-18 misha
9330:
9331: * src/: main/pa_string.C, classes/string.C: - return table during
9332: ^string.match[][] even if no matched found.
9333:
9334: 2006-12-20 misha
9335:
9336: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9337: http://www.parser.ru/forum/?id=55598 ]
9338:
9339: 2006-12-19 misha
9340:
9341: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9342: details: http://www.parser.ru/forum/?id=52359
9343:
9344: * src/main/pa_request.C: - always set content-disposition for
9345: $response:body[hash here]. more details:
9346: http://www.parser.ru/forum/?id=52130
9347:
9348: 2006-12-07 misha
9349:
9350: * operators.txt: - added info about bool params in cookie set
9351:
9352: * src/types/pa_vcookie.C: - bool param in cookies available now
9353: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9354: ]
9355:
9356: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9357: was added
9358:
9359: 2006-12-02 misha
9360:
9361: * src/classes/file.C: - file_block_read used instead of native read
9362:
9363: * src/main/pa_common.C: - added file_block_read with read error
9364: detection - file_block_read used instead of native read
9365:
9366: * src/include/pa_common.h: - added file_block_read declaration
9367:
9368: 2006-12-01 misha
9369:
9370: * operators.txt: - info about $var.CLASS_NAME was added
9371:
9372: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9373: $var.CLASS_NAME added
9374:
9375: * operators.txt: - added info about ^file:copy[]
9376:
9377: * src/classes/file.C: - ^file:copy[from;fo] was added
9378:
9379: 2006-11-20 misha
9380:
9381: * src/classes/date.C: - bug fix :)
9382:
9383: 2006-11-17 misha
9384:
9385: * src/include/pa_common.h: - array in crc32 calculation was changed
9386: to static
9387:
9388: * src/main/pa_common.C: - little optimization in getMonthDays -
9389: small changes in crc32 calculation
9390:
9391: * src/classes/date.C: - not needed code was removed
9392:
9393: 2006-11-16 misha
9394:
9395: * src/types/pa_vmail.C: - fix missed brakes
9396:
9397: * src/types/pa_vmail.C: - mail:send now set content-type:
9398: multipart/related instead of multipart/mixed if file have
9399: $.content-id[]
9400:
9401: 2006-11-15 misha
9402:
9403: * src/types/pa_vdouble.h: abs -> fabs
9404:
9405: 2006-11-14 misha
9406:
9407: * operators.txt: - added info about ^file.md5[] and
9408: ^file:md5[file-name]
9409:
9410: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9411: added
9412:
9413: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9414: FILE_BUFFER_SIZE
9415:
9416: * src/classes/math.C: - hex_string was moved to pa_common.h
9417:
9418: * src/include/pa_common.h: - hex_string was moved from math.C -
9419: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9420:
9421: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9422: values was fixed
9423:
9424: 2006-11-13 misha
9425:
9426: * operators.txt: - added info about ^math:crc32[string],
9427: ^file:crc32[file-name] & ^file.crc32[]
9428:
9429: * src/classes/math.C: - added ^math:crc32[string]
9430:
9431: * src/classes/file.C: - some comments were changed - added
9432: ^file:crc32[file-name] and ^file.crc32[]
9433:
9434: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9435: crc32 calculation added
9436:
9437: 2006-11-03 misha
9438:
9439: * src/include/pa_array.h: - not needed variable removed
9440:
9441: * tests/: 150.html, 151.html, results/150.processed,
9442: results/151.processed: - 2 tests were added
9443:
9444: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9445: with $.reverse(1) were fixed
9446:
9447: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9448: query converted to $.charset during ^file::load[http://...]
9449:
9450: 2006-11-02 misha
9451:
9452: * src/include/pa_table.h: ups. forget '=' char
9453:
9454: * src/include/pa_table.h: - one more fix in
9455: .locate[...][$.reverse(1)]
9456:
9457: 2006-11-01 misha
9458:
9459: * src/classes/math.C: - bug fix, details:
9460: http://www.parser.ru/forum/?id=53360
9461:
9462: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9463: false for all records )[$.reverse(1)]
9464:
9465: * src/main/pa_http.C: - second param for this mid method is length
9466: but not end_index so this method has error and can't detect
9467: charsets in next content-types: Content-type: text/html;
9468: charset="windows-1251" Content-type: text/html;
9469: charset="windows-1251"; Content-type: text/html;
9470: charset=windows-1251;
9471:
9472: only Content-type: text/html; charset=windows-1251 was fine
9473:
9474: 2006-10-31 misha
9475:
9476: * src/classes/file.C: - empty args in file::exec removed now
9477:
9478: 2006-09-11 misha
9479:
9480: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9481: replaced to table::create - some changes in text/code formatting
9482:
9483: 2006-09-03 paf
9484:
9485: * src/classes/file.C: proper tainting of
9486: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9487:
9488: 2006-06-09 paf
9489:
9490: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9491:
9492: * src/classes/table.C: formatting
9493:
9494: * src/classes/table.C: incorporated patch from misha: Sent:
9495: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9496: ignoring string options for ^table.save[]
9497:
9498: * src/classes/hash.C: incorporated patch from misha Sent:
9499: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9500: $hash._default disappear while
9501:
9502: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9503: $.format[!uue|!base64] << new base64 option. default uue ] ]
9504:
9505: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9506: PM Subject: patch for base64 in ^mail:send[] %-)
9507:
9508: 2006-04-09 paf
9509:
9510: * src/main/compile.tab.C: ` change compiled
9511:
9512: * gnu.vcproj, operators.txt, parser3.sln,
9513: src/classes/classes.vcproj, src/classes/file.C,
9514: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9515: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9516: src/classes/xnode.C, src/include/pa_array.h,
9517: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9518: src/include/pa_memory.h, src/include/pa_request.h,
9519: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9520: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9521: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9522: src/lib/pcre/pcre_dftables.vcproj,
9523: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9524: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9525: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9526: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9527: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9528: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9529: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9530: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9531: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9532: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9533: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9534: src/types/pa_value.h, src/types/pa_vcookie.C,
9535: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9536: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9537: src/types/pa_vstatus.C, src/types/types.vcproj,
9538: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9539: ^menu, ^hash/hashfile.foreach
9540:
9541: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9542: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9543: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9544: src/classes/xnode.C, src/include/pa_array.h,
9545: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9546: src/include/pa_memory.h, src/include/pa_request.h,
9547: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9548: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9549: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9550: src/lib/pcre/pcre_dftables.vcproj,
9551: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9552: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9553: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9554: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9555: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9556: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9557: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9558: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9559: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9560: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9561: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9562: src/types/pa_value.h, src/types/pa_vcookie.C,
9563: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9564: src/types/pa_vstatus.C, src/types/types.vcproj,
9565: tests/descript.ion: ! switched to VS2005 (projects and
9566: object<info explicitly typed>.for_each(, info)) +
9567: $response:field[] setting void means removing + grammar $name`
9568: name stops now, for mysql `$field` + started ^break[]
9569: ^continue[], in ^for. TODO: to other iterators (while, menu,
9570: foreach) + all log messages += [uri=, method=, cl=]
9571:
9572: * buildall-with-xml: merged . ftp paths update
9573:
9574: * buildall-with-xml: . ftp paths update
9575:
9576: 2006-03-04 paf
9577:
9578: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9579: checks++ [thanks to Igor Zinkovsky for detailed report]
9580:
9581: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9582: Igor Zinkovsky for detailed report]
9583:
9584: 2006-03-01 paf
9585:
9586: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9587: \n to ' ' in
9588:
9589: 2006-02-18 paf
9590:
9591: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9592: \n to ' ' in
9593:
9594: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9595:
9596: 2006-02-03 paf
9597:
9598: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9599: base64
9600:
9601: * src/main/pa_common.C: ! bugfix: decoding from base64
9602:
9603: 2006-01-20 paf
9604:
9605: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9606: economy fix
9607:
9608: * src/classes/: table.C: merged from HEAD ! bugfix
9609: ^table.save[$.encloser-s now handled properly
9610:
9611: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9612: handled properly
9613:
9614: 2006-01-19 paf
9615:
9616: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9617: libgc:USE_MUNMAP activates merging of free memory blocks which
9618: helps a lot in our case: after transform we want
9619: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9620:
9621: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9622: economy fix
9623:
9624: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9625: activates merging of free memory blocks which helps a lot in our
9626: case: after transform we want CORD(main.result)->cstr[big
9627: malloc]->transcode[big malloc]
9628:
9629: 2006-01-17 paf
9630:
9631: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9632: before reading them. got rid of reallocs = became quicker and
9633: less fragmentated
9634:
9635: 2005-12-29 paf
9636:
1.116 moko 9637: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9638: configure, configure.in, src/include/pa_version.h,
9639: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9640: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9641: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9642: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9643: src/lib/ltdl/missing: . merged from 3.2.1
9644:
1.116 moko 9645: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9646: packaged when 'make dist', so do configure companion files in
9647: src/lib/ltdl
9648:
9649: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9650: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9651: missing: . now config_auto.h is created with configure [were
9652: constant]
1.95 moko 9653:
9654: * INSTALL: . references to documentation and some clarification
9655:
9656: * buildall-with-xml, buildall-without-xml: . farawell doc
9657: indication
9658:
1.116 moko 9659: * Makefile.am: . dist+=buildall*
1.95 moko 9660:
9661: 2005-12-28 paf
9662:
9663: * configure: . 3.2.1
9664:
9665: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9666: simplify build process, see INSTALL
9667:
9668: 2005-12-26 paf
9669:
9670: * configure: ver
9671:
9672: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9673: version
9674:
9675: 2005-12-21 paf
9676:
9677: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9678: compiled with bison 1.875b, it reports unexpected token names
9679:
9680: 2005-12-19 paf
9681:
9682: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9683: holds a link to xmlNode to prevent premature gc(xmlNode)
9684:
9685: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9686: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9687: src/main/main.vcproj, src/main/pa_globals.C,
9688: src/targets/cgi/parser3.vcproj,
9689: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9690: configure, configure.in, src/include/pa_version.h: . killing
9691: gdome [what a relief]
9692:
9693: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9694: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9695: run_parser.sh, results/001.processed, results/002.processed,
9696: results/003.processed, results/004.processed,
9697: results/005.processed, results/006.processed,
9698: results/008.processed, results/009.processed,
9699: results/010.processed, results/011.processed,
9700: results/012.processed, results/013.processed,
9701: results/014.processed, results/015.processed,
9702: results/016.processed, results/017.processed,
9703: results/018.processed, results/020.processed,
9704: results/021.processed, results/022.processed,
9705: results/023.processed, results/024.processed,
9706: results/025.processed, results/026.processed,
9707: results/027.processed, results/028.processed,
9708: results/029.processed, results/030.processed,
9709: results/031.processed, results/032.processed,
9710: results/033.processed, results/034.processed,
9711: results/035.processed, results/036.processed,
9712: results/037.processed, results/038.processed,
9713: results/039.processed, results/040.processed,
9714: results/041.processed, results/042.processed,
9715: results/043.processed, results/044.processed,
9716: results/045.processed, results/046.processed,
9717: results/047.processed, results/048.processed,
9718: results/049.processed, results/050.processed,
9719: results/051.processed, results/052.processed,
9720: results/053.processed, results/054.processed,
9721: results/055.processed, results/056.processed,
9722: results/057.processed, results/058.processed,
9723: results/059.processed, results/060.processed,
9724: results/061.processed, results/062.processed,
9725: results/063.processed, results/064.processed,
9726: results/065.processed, results/066.processed,
9727: results/067.processed, results/068.processed,
9728: results/069.processed, results/070.processed,
9729: results/071.processed, results/072.processed,
9730: results/073.processed, results/074.processed,
9731: results/075.processed, results/076.processed,
9732: results/077.processed, results/078.processed,
9733: results/079.processed, results/080.processed,
9734: results/081.processed, results/082.processed,
9735: results/083.processed, results/084.processed,
9736: results/085.processed, results/086.processed,
9737: results/087.processed, results/088.processed,
9738: results/089.processed, results/090.processed,
9739: results/091.processed, results/092.processed,
9740: results/093.processed, results/094.processed,
9741: results/095.processed, results/096.processed,
9742: results/097.processed, results/099.processed,
9743: results/100.processed, results/101.processed,
9744: results/102.processed, results/104.processed,
9745: results/105.processed, results/106.processed,
9746: results/107.processed, results/108.processed,
9747: results/109.processed, results/110.processed,
9748: results/111.processed, results/112.processed,
9749: results/113.processed, results/114.processed,
9750: results/115.processed, results/117.processed,
9751: results/119.processed, results/120.processed,
9752: results/121.processed, results/122.processed,
9753: results/123.processed, results/124.processed,
9754: results/125.processed, results/126.processed,
9755: results/127.processed, results/128.processed,
9756: results/129.processed, results/130.processed,
9757: results/131.processed, results/132.processed,
9758: results/133.processed, results/134.processed,
9759: results/135.processed, results/136.processed,
9760: results/138.processed, results/139.processed,
9761: results/140.processed, results/141.processed,
9762: results/142.processed, results/143.processed,
9763: results/144.processed, results/145.processed,
9764: results/146.processed, results/147.processed,
9765: results/148.processed, results/149.processed, results/auto.p: .
9766: now works if we turn off default auto.p
9767:
1.116 moko 9768: * configure: . makes
1.95 moko 9769:
9770: * src/types/pa_vxnode.C: . less warnings
9771:
9772: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9773: tests/145.html, tests/149.html, tests/descript.ion,
9774: tests/outputs/d.cmd, tests/results/142.processed,
9775: tests/results/143.processed, tests/results/144.processed,
9776: tests/results/145.processed, tests/results/146.processed,
9777: tests/results/147.processed, tests/results/148.processed,
9778: tests/results/149.processed: . removed .nodeValue from all node
9779: types other than 5 (grabbed piece from gdome)
9780:
9781: * tests/: 137.html, results/137.processed: . not handled this case
9782: yet. code does not hang from inserting parent into child,
9783: considering thing minor issue -- nodes are removed from source
9784: anyway, don't know why shold that be an error after all
9785:
9786: * src/targets/cgi/parser3.C: . style
9787:
9788: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9789: xdoc too [were barking "not element"]
9790:
9791: 2005-12-16 paf
9792:
9793: * tests/: 146.html, 147.html, 148.html: . more tests
9794:
9795: * src/classes/xnode.C: . also bark on possible errors
9796:
9797: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9798: props
9799:
9800: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9801: main/compile.y: merged from HEAD ! fixed overoptimized
9802: ^call(false) case. (confused it with ^call[] case)
9803:
9804: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9805: ^call(false) case. (confused it with ^call[] case)
9806:
9807: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9808:
9809: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9810: results/001.processed, results/002.processed,
9811: results/003.processed, results/004.processed,
9812: results/005.processed, results/006.processed,
9813: results/008.processed, results/009.processed,
9814: results/010.processed, results/011.processed,
9815: results/012.processed, results/013.processed,
9816: results/014.processed, results/015.processed,
9817: results/016.processed, results/017.processed,
9818: results/018.processed, results/019.processed,
9819: results/020.processed, results/021.processed,
9820: results/022.processed, results/023.processed,
9821: results/024.processed, results/025.processed,
9822: results/026.processed, results/027.processed,
9823: results/028.processed, results/029.processed,
9824: results/030.processed, results/031.processed,
9825: results/032.processed, results/033.processed,
9826: results/034.processed, results/035.processed,
9827: results/036.processed, results/037.processed,
9828: results/038.processed, results/039.processed,
9829: results/040.processed, results/041.processed,
9830: results/042.processed, results/043.processed,
9831: results/044.processed, results/045.processed,
9832: results/046.processed, results/047.processed,
9833: results/048.processed, results/049.processed,
9834: results/050.processed, results/051.processed,
9835: results/052.processed, results/053.processed,
9836: results/054.processed, results/055.processed,
9837: results/056.processed, results/057.processed,
9838: results/058.processed, results/059.processed,
9839: results/060.processed, results/061.processed,
9840: results/062.processed, results/063.processed,
9841: results/064.processed, results/065.processed,
9842: results/066.processed, results/067.processed,
9843: results/068.processed, results/069.processed,
9844: results/070.processed, results/071.processed,
9845: results/072.processed, results/073.processed,
9846: results/074.processed, results/075.processed,
9847: results/076.processed, results/077.processed,
9848: results/078.processed, results/079.processed,
9849: results/080.processed, results/081.processed,
9850: results/082.processed, results/083.processed,
9851: results/084.processed, results/085.processed,
9852: results/086.processed, results/087.processed,
9853: results/088.processed, results/089.processed,
9854: results/090.processed, results/091.processed,
9855: results/092.processed, results/093.processed,
9856: results/094.processed, results/095.processed,
9857: results/096.processed, results/097.processed,
9858: results/099.processed, results/101.processed,
9859: results/102.processed, results/104.processed,
9860: results/105.processed, results/106.processed,
9861: results/107.processed, results/108.processed,
9862: results/109.processed, results/110.processed,
9863: results/111.processed, results/112.processed,
9864: results/113.processed, results/114.processed,
9865: results/115.processed, results/116.processed,
9866: results/117.processed, results/118.processed,
9867: results/119.processed, results/120.processed,
9868: results/121.processed, results/122.processed,
9869: results/123.processed, results/124.processed,
9870: results/125.processed, results/126.processed,
9871: results/127.processed, results/128.processed,
9872: results/129.processed, results/130.processed,
9873: results/131.processed, results/132.processed,
9874: results/133.processed, results/134.processed,
9875: results/135.processed, results/136.processed,
9876: results/137.processed, results/138.processed,
9877: results/139.processed, results/140.processed,
9878: results/141.processed: . refreshed old tests, made them work
9879: without auto.p (in utf8) . things noted: . gif got encoded
9880: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9881: some strange year)
9882:
9883: * INSTALL: . revived linux libgc fix
9884:
9885: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9886: glib/gdome in INSTALL and patches]
9887:
9888: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9889: include/pa_charset.h, include/pa_config_includes.h,
9890: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9891: include/pa_xml_exception.h, lib/cord/Makefile.am,
9892: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9893: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9894: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9895: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9896: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9897: types/pa_vxnode.h: . started killing gdome
9898:
9899: 2005-12-13 paf
9900:
9901: * src/main/: pa_request.C: merged from HEAD ! when code in
9902: @unhandled_exception thrown another exception, print correct
9903: origin (earlier code in catch of exception inside of
9904: @unhandled_exception grabbed parent_frame(original_exception)
9905: origin and printed it, instead of true origin)
9906:
9907: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9908: another exception, print correct origin (earlier code in catch of
9909: exception inside of @unhandled_exception grabbed
9910: parent_frame(original_exception) origin and printed it, instead
9911: of true origin)
9912:
9913: 2005-12-09 paf
9914:
9915: * INSTALL: . updated INSTALL doc to work around linux stack base
9916: detection problem, due to change in gc6.4 code
9917:
9918: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9919: ignored in ^string.matched :(
9920:
9921: * src/main/pa_string.C: ! regex tainting were ignored in
9922: ^string.matched :(
9923:
9924: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9925: src/include/pa_config_fixed.h, src/include/pa_version.h,
9926: src/main/compile.y, src/main/compile_tools.h,
9927: src/main/pa_charset.C, src/main/pa_common.C,
9928: src/main/pa_globals.C, src/main/pa_string.C,
9929: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9930: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9931:
9932: 2005-12-08 paf
9933:
9934: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9935: 500 chars now handled OK [were wrapped on 500th char according to
9936: rfc, but sendmail failed to unwrap it properly]
9937:
9938: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9939: handled OK [were wrapped on 500th char according to rfc, but
9940: sendmail failed to unwrap it properly]
9941:
9942: * src/targets/isapi/parser3isapi.C: . less warnings
9943:
9944: * src/targets/isapi/parser3isapi.C: . undone some strange change
9945: since 3.1.5
9946:
9947: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9948: link fixes
9949:
9950: * src/: classes/date.C, include/pa_config_fixed.h,
9951: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9952: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9953: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9954:
9955: * src/include/pa_config_fixed.h: . removed outdated string origins
9956: [in current storage scheme there's no place for them. someday we
9957: can add third CORD to store origins and special version of parser
9958: which stores origins there [separate binary]]
9959:
9960: 2005-12-07 paf
9961:
9962: * src/targets/isapi/parser3isapi.C: . now links in release mode
9963:
9964: * src/include/pa_version.h: makefiles
9965:
9966: * src/include/pa_version.h: . not beta
9967:
9968: * configure, configure.in, src/include/pa_version.h: not beta
9969:
9970: 2005-12-06 paf
9971:
9972: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9973: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9974: decided to undo the change ^call[$void] passes void. now it will
9975: pass empty string again.
9976:
9977: * src/main/: compile.tab.C, compile.y: . version readded
9978:
9979: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9980: = ^switch[void] problem
9981:
9982: 2005-12-01 paf
9983:
9984: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9985: caused ^case[string] to be coerced to double since searching
9986: value were not string (it was vvoid)
9987:
9988: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9989: ^case[string] to be coerced to double since searching value were
9990: not string (it was vvoid)
9991:
9992: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9993: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9994:
9995: 2005-11-30 paf
9996:
9997: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9998: win32 must putenv("TZ="), on unix works only putenv("TZ")
9999:
10000: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10001: putenv("TZ="), on unix works only putenv("TZ")
10002:
10003: * INSTALL: . xml libs versions updated
10004:
10005: * src/main/pa_globals.C: //20051130 trying to remove this, author
10006: claims that fixed a lot there // 20040920 for now both
10007: workarounds needed. wait for new libxml/xsl versions
10008:
10009: 2005-11-28 paf
10010:
10011: * src/classes/table.C: merged from HEAD: ! nameless table has
10012: columns==0
10013:
10014: * src/classes/table.C: ! nameless table has columns==0
10015:
10016: * src/main/pa_http.C: merged from HEAD: ! status line check made
10017: earlier [was totally wrong]
10018:
10019: * src/main/pa_http.C: ! status line check made earlier [was totally
10020: wrong]
10021:
10022: 2005-11-25 paf
10023:
10024: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10025: undoing for now...
10026:
10027: * src/include/pa_version.h: -this reduces speed(table::load),
10028: strange. undoing
10029:
10030: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10031:
10032: * src/classes/op.C: + ^while(){}[SEPARATOR]
10033:
10034: * src/include/pa_array.h: + optimistics added: all arrays (table
10035: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10036: this speeds things up and saves memory a LOT! (not noticed
10037: negative effect on syntetic tests, future will tell...)
10038:
10039: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10040: changed gc_malloc implementation, which obscured profiling
10041:
10042: * src/classes/table.C: merged from HEAD: + optimized
10043: table::load/sql, now row ArrayString-s allocated with
10044: columns.count() elements and don't always grow from
10045: count=3[realloc,realloc]
10046:
10047: * src/classes/table.C: + optimized table::load/sql, now row
10048: ArrayString-s allocated with columns.count() elements and don't
10049: always grow from count=3[realloc,realloc]
10050:
10051: * src/classes/table.C: merged from HEAD: . ^table.save unused
10052: buffer after save
10053:
10054: * src/classes/table.C: . ^table.save unused buffer after save
10055:
10056: 2005-11-24 paf
10057:
10058: * configure.in: . merged glib2-config patch
10059:
10060: * configure.in: + trying to find glib2-config
10061:
10062: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10063: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10064: file/dir_readable to simple file/dir_exist, this would help in
10065: situations "class not found because .p file has bad rights" << in
10066: that case error would be explicit "access denied to 'this' file"
10067:
1.116 moko 10068: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10069:
10070: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10071: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10072: to simple file/dir_exist, this would help in situations "class
10073: not found because .p file has bad rights" << in that case error
10074: would be explicit "access denied to 'this' file"
10075:
10076: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10077: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10078: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10079: ^file::exec/cgi[script;$.charset[changed]
10080: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10081: encoded in $.charset charset
10082:
10083: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10084: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10085: encoded in $.charset charset
10086:
10087: * src/: include/Makefile.am, include/pa_common.h,
10088: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10089: main/pa_common.C, main/pa_http.C: . extracted http:// into
10090: separate file [preparation for
10091: ^file::cgi[script;$.form[$.field1[]
10092:
10093: 2005-11-22 paf
10094:
10095: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10096:
10097: * acinclude.m4, configure.in: . merged underquting fixes
10098:
1.116 moko 10099: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10100:
10101: * src/classes/op.C: . overmerged a little
10102:
10103: * src/main/compile.tab.C: Makefile
10104:
10105: * src/main/: pa_common.C: . less gcc warnings
10106:
10107: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10108: now reports original exception if we have no old cache
10109:
10110: * src/classes/op.C: + $exception.handled[cache] now reports
10111: original exception if we have no old cache
10112:
10113: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10114: from HEAD: + ^taint/untaint[regex] << escapes these:
10115: \^$.[]|()?*+{}
10116:
10117: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10118: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10119:
10120: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10121: getenv-ed variable, which does not work both on win32&unix.
10122: copied old TZ value now
10123:
10124: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10125: stored pointer to getenv-ed variable, which does not work both on
10126: win32&unix. copied old TZ value now
10127:
10128: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10129: getenv-ed variable, which does not work both on win32&unix.
10130: copied old TZ value now
10131:
10132: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10133: access to internal hash
10134:
10135: * src/types/pa_vresponse.C: + $response:headers access to internal
10136: hash
10137:
10138: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10139: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10140: isapi] this reduces number of "GC Warning: Repeated allocation of
10141: very large block" messages to only important onces
10142:
10143: * src/targets/isapi/parser3isapi.C: +
10144: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10145: isapi] this reduces number of "GC Warning: Repeated allocation of
10146: very large block" messages to only important onces
10147:
10148: * src/classes/string.C: merged from HEAD: + removed limitation on
10149: ^string/int/double:sql{}[$.default[({param style})] ]
10150:
10151: * src/classes/string.C: + removed limitation on
10152: ^string/int/double:sql{}[$.default[({param style})] ]
10153:
10154: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10155: with ?params or $.form option" limitation
10156:
10157: * src/main/pa_common.C: + removed "use either uri with ?params or
10158: $.form option" limitation
10159:
10160: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10161: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10162: ^file::base64[encoded] decode
10163:
10164: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10165: main/pa_common.C: + ^file.base64[] encode +
10166: ^file::base64[encoded] decode
10167:
10168: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10169: ^string:base64[encoded] decode
10170:
10171: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10172: ^string:base64[in] encode + ^string.base64[] decode
10173:
10174: 2005-11-21 paf
10175:
10176: * src/classes/file.C: + merged from HEAD:
10177: ^file::create[text;file.xml;^untaint[xml]{data}]
10178:
10179: * src/classes/file.C: +
10180: ^file::create[text;file.xml;^untaint[xml]{data}]
10181:
10182: * src/main/pa_request.C: ! merged: $response:body[file] now
10183: differes from :download, it does not return content-disposition
10184: at all now [previusely it returned valueless content-disposition]
10185:
10186: * src/main/pa_request.C: ! $response:body[file] now differes from
10187: :download, it does not return content-disposition at all now
10188: [previusely it returned valueless content-disposition]
10189:
10190: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10191: literals, reverted to just vvod, recreating empty array with each
10192: void_value token. that's absolutely needed, since that array
10193: grows
10194:
10195: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10196: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10197: types/pa_vmethod_frame.h: + merged: expression literals:
10198: true/false. ^format[$.indent(true)]
10199:
10200: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10201: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10202: types/pa_vmethod_frame.h: + expression literals: true/false.
10203: ^format[$.indent(true)]
10204:
10205: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10206: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10207: i386-pc-win32)"
10208:
10209: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10210: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10211: i386-pc-win32)"
10212:
10213: 2005-11-18 paf
10214:
10215: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10216: null}[$.default(123)] will now return default value
10217:
10218: * src/classes/op.C: + merged ^cache[] << returns current cache
10219: expiration time
10220:
10221: * src/classes/op.C: + ^cache[] << returns current cache expiration
10222: time
10223:
10224: * src/classes/table.C: ! merged ^table::create[not'nameless';
10225: failed << Exception.problem_source pointed to local var!
10226:
10227: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10228: Exception.problem_source pointed to local var!
10229:
10230: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10231: now loads VFile.ptr!=0, so such files can be saved now
10232:
10233: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10234: loads VFile.ptr!=0, so such files can be saved now
10235:
10236: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10237: only . and .. now removed from list [were removed all .*]
10238:
10239: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10240: .. now removed from list [were removed all .*]
10241:
10242: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10243: open error now checked, were not :( [stole that piece from apache
10244: 1.3 sources]
10245:
10246: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10247: checked, were not :( [stole that piece from apache 1.3 sources]
10248:
10249: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10250: untainting of @main result if returned by $result or
10251: $response:body
10252:
10253: * src/main/pa_request.C: ! ensured proper untainting of @main
10254: result if returned by $result or $response:body
10255:
10256: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10257: issue: now tries to guess content-length and allocates one big
10258: piece if possible [regretfully gc_realloc works as malloc+free,
10259: leaving lots of holes behind]
10260:
10261: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10262: fixed file load memory issue: now tries to guess content-length
10263: and allocates one big piece if possible [regretfully gc_realloc
10264: works as malloc+free, leaving lots of holes behind]
10265:
10266: 2005-11-16 paf
10267:
10268: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10269: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10270: table::save with enclosers now doubles them: "->"" !
10271: table::save/load do not remove elements from options hash
10272:
10273: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10274: [were overoptimized ^if(double_literal), compiler confused
10275: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10276:
10277: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10278: [were overoptimized ^if(double_literal), compiler confused
10279: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10280:
10281: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10282: main/pa_common.C: ! table::save with enclosers now doubles them:
10283: "->"" ! table::save/load do not remove elements from options hash
10284:
10285: 2005-11-03 paf
10286:
1.116 moko 10287: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10288: compilation, not all makefiles liked that
1.95 moko 10289:
10290: 2005-08-30 paf
10291:
10292: * src/classes/op.C: merge . speedup check of [DEFAULT]
10293:
10294: * src/classes/op.C: . speedup check of [DEFAULT]
10295:
10296: 2005-08-26 paf
10297:
10298: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10299:
10300: * src/: classes/date.C, types/pa_vdate.h: + date.week
10301:
10302: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10303: complains about bad!=nameless
10304:
10305: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10306: about bad!=nameless
10307:
10308: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10309: optional options were allowed to be empty. were checked
10310: if(is_string), changed to !defined||is_string to allow void
10311:
10312: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10313: classes/string.C, classes/table.C, classes/void.C: ! optional
10314: options were allowed to be empty. were checked if(is_string),
10315: changed to !defined||is_string to allow void
10316:
10317: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10318: as_junction where they needed as_int/double, so failed with
10319: recent "(const) now no junction" optimization
10320:
10321: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10322: merged ! many classes/* used as_junction where they needed
10323: as_int/double, so failed with recent "(const) now no junction"
10324: optimization
10325:
10326: * src/: classes/double.C, classes/int.C, classes/math.C,
10327: classes/op.C, classes/string.C, classes/table.C,
10328: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10329: used as_junction where they needed as_int/double, so failed with
10330: recent "(const) now no junction" optimization
10331:
10332: 2005-08-24 paf
10333:
10334: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10335: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10336: stripped it
10337:
10338: 2005-08-09 paf
10339:
10340: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10341: not cleared
10342:
10343: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10344: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10345: classes/hashfile.C, classes/image.C, classes/int.C,
10346: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10347: classes/response.C, classes/string.C, classes/table.C,
10348: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10349: include/pa_array.h, include/pa_cache_managers.h,
10350: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10351: include/pa_config_fixed.h, include/pa_config_includes.h,
10352: include/pa_dictionary.h, include/pa_dir.h,
10353: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10354: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10355: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10356: include/pa_request_charsets.h, include/pa_request_info.h,
10357: include/pa_sapi.h, include/pa_socks.h,
10358: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10359: include/pa_stack.h, include/pa_string.h,
10360: include/pa_stylesheet_connection.h,
10361: include/pa_stylesheet_manager.h, include/pa_table.h,
10362: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10363: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10364: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10365: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10366: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10367: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10368: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10369: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10370: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10371: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10372: main/pa_sql_driver_manager.C, main/pa_string.C,
10373: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10374: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10375: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10376: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10377: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10378: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10379: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10380: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10381: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10382: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10383: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10384: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10385: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10386: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10387: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10388: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10389: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10390: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10391: types/pa_vresponse.C, types/pa_vresponse.h,
10392: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10393: types/pa_vstateless_object.h, types/pa_vstatus.C,
10394: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10395: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10396: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10397: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10398: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10399:
10400: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10401: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10402: speedup consequent checks in vmethod_frame
10403:
10404: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10405: not cleared
10406:
10407: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10408: params: 50 max (were 10)
10409:
10410: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10411: params: 50 max (were 10)
10412:
10413: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10414: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10415: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10416: empty string) ! simplified (double) speedup consequent checks in
10417: vmethod_frame
10418:
10419: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10420: optimized constants in expressions vstring->vdouble + optimized
10421: ^call(vdouble), no junction creation, no calls later
10422:
10423: 2005-08-08 paf
10424:
10425: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10426: integrated
10427:
10428: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10429: integrated
10430:
10431: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10432: compile_tools.h: merged + optimized constants in expressions
10433: vstring->vdouble + optimized ^call(vdouble), no junction
10434: creation, no calls later
10435:
10436: * src/types/pa_vdouble.h: merged . double values without fractional
10437: part now default printed as %.0f instead of %g
10438:
10439: * src/types/pa_vdouble.h: . double values without fractional part
10440: now default printed as %.0f instead of %g
10441:
10442: * src/classes/hashfile.C: . merged ! second hashfile::open would
10443: cause an exception
10444:
10445: * src/classes/hashfile.C: ! second hashfile::open would cause an
10446: exception
10447:
10448: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10449: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10450: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10451: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10452: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10453: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10454: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10455: types/pa_vresponse.h, types/pa_vstateless_class.C,
10456: types/pa_vstateless_object.h, types/pa_vvoid.h,
10457: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10458: merged VJunction(new Junction) optimization from 3.1.4
10459:
10460: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10461: types/pa_vstateless_class.C: + optimized new VJunction(new
10462: Junction(params)) to new VJunction(params), thousands of mallocs
10463: removed
10464:
10465: 2005-08-05 paf
10466:
10467: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10468: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10469: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10470: creation, no calls later
10471:
10472: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10473: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10474: classes/hashfile.C, classes/image.C, classes/int.C,
10475: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10476: classes/response.C, classes/string.C, classes/table.C,
10477: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10478: include/pa_array.h, include/pa_cache_managers.h,
10479: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10480: include/pa_config_fixed.h, include/pa_config_includes.h,
10481: include/pa_dictionary.h, include/pa_dir.h,
10482: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10483: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10484: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10485: include/pa_request_charsets.h, include/pa_request_info.h,
10486: include/pa_sapi.h, include/pa_socks.h,
10487: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10488: include/pa_stack.h, include/pa_string.h,
10489: include/pa_stylesheet_connection.h,
10490: include/pa_stylesheet_manager.h, include/pa_table.h,
10491: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10492: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10493: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10494: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10495: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10496: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10497: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10498: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10499: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10500: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10501: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10502: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10503: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10504: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10505: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10506: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10507: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10508: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10509: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10510: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10511: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10512: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10513: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10514: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10515: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10516: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10517: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10518: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10519: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10520: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10521: types/pa_vstateless_object.h, types/pa_vstatus.C,
10522: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10523: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10524: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10525: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10526: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10527:
10528: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10529: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10530: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10531: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10532: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10533: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10534: optimized constants in expressions vstring->vdouble
10535:
10536: 2005-07-29 paf
10537:
10538: * src/types/pa_vclass.C: . shaped up error messages a bit
10539:
10540: * src/types/pa_vclass.C: + property getter can now be overridden
10541:
10542: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10543: bug fix: static parent fields were not replaced in case
10544: $derived:field[put] + property setter can now be overridden
10545:
10546: 2005-07-28 paf
10547:
10548: * configure, configure.in, src/classes/classes.h,
10549: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10550: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10551: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10552: src/classes/xnode.h, src/include/pa_hash.h,
10553: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10554: src/types/Makefile.am, src/types/pa_method.h,
10555: src/types/pa_value.h, src/types/pa_vclass.C,
10556: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10557: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10558: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10559: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10560: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10561: src/types/pa_vobject.C, src/types/pa_vobject.h,
10562: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10563: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10564: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10565: src/types/pa_vstateless_class.h,
1.95 moko 10566: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10567: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10568: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10569: dynamic_fields_join
10570:
10571: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10572: classes/xnode.C, include/pa_hash.h, main/execute.C,
10573: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10574: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10575: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10576: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10577: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10578: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10579: types/pa_vresponse.h, types/pa_vstateless_object.h,
10580: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10581: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10582: restored its checks in vobject.put_element->static fields |
10583: dynamic properties
10584:
10585: 2005-07-27 paf
10586:
10587: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10588: is some old code containing @set_name $name
10589:
10590: * src/types/pa_vobject.h: . fixed warning
10591:
10592: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10593: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10594:
10595: * src/: classes/xnode.C, include/pa_hash.h,
10596: types/pa_vstateless_class.C: ! new asserts were all false.
10597: regretfully reverted them all to checks
10598:
10599: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10600: classes/op.C, main/execute.C, types/pa_method.h,
10601: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10602: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10603: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10604: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10605: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10606: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10607: types/pa_vstateless_object.h, types/pa_vvoid.h,
10608: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10609: joined_dynamic_fields: removed unused param from put_method
10610: (returned to 3 params)
10611:
10612: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10613: joined_dynamic_fields: dynamic get/set works with overriding
10614: props [alpha2]
10615:
10616: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10617: works [alfa]
10618:
10619: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10620: classes/op.C, include/pa_hash.h, main/execute.C,
10621: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10622: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10623: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10624: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10625: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10626: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10627: types/pa_vresponse.h, types/pa_vstateless_class.C,
10628: types/pa_vstateless_object.h, types/pa_vvoid.h,
10629: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10630: joined_dynamic_fields: just compiled
10631:
10632: * src/: classes/date.C, classes/file.C, classes/hash.C,
10633: classes/hashfile.C, classes/image.C, classes/table.C,
10634: classes/xdoc.C, classes/xnode.h, main/execute.C,
10635: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10636: types/pa_vstateless_class.h: joined_dynamic_fields: started
10637:
10638: * src/types/pa_vobject.C: . object setters [only started, does not
10639: work yet]
10640:
10641: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10642: object setters [only started, does not work yet]
10643:
10644: 2005-07-26 paf
10645:
10646: * src/: include/pa_request.h, main/execute.C: . properties: set
10647: works [alpha2]. for classes. todo: for objects
10648:
10649: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
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: properties: set works [alpha1]
10659:
10660: 2005-07-25 paf
10661:
10662: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10663: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10664: properties: started, get works [alpha1, other approach]
10665:
10666: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10667: properties: started, get works [alpha2]
10668:
10669: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10670: pa_vstateless_class.h: . properties: started, get works [alpha]
10671:
10672: 2005-07-15 paf
10673:
10674: * src/: classes/classes.h, classes/op.C, main/execute.C,
10675: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10676: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10677: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10678: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10679: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10680: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10681: types/pa_vresponse.C, types/pa_vresponse.h,
10682: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10683: types/pa_vstateless_object.h, types/pa_vvoid.h,
10684: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10685: types/pa_wwrapper.h, types/types.vcproj: + started property
10686: [getters work but think of changing them too to precaching]
10687:
10688: 2005-07-08 paf
10689:
10690: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10691: gpf
10692:
10693: 2005-06-28 paf
10694:
10695: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10696: in passing empty strings to file::exec/cgi environment
10697:
10698: 2005-06-06 paf
10699:
10700: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10701: ^table:sql ^hash:sql now DO process $.bind option
10702:
10703: 2005-05-24 paf
10704:
10705: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10706: $.limit] now work again [support was broken in 3.1.4]
10707:
10708: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10709: ALL_INTERIOR_POINTERS
10710:
10711: 2005-05-12 paf
10712:
10713: * configure: 3.1.5beta
10714:
10715: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10716:
10717: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10718: $.limit] now work again [support was broken in 3.1.4]
10719:
10720: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10721: line-width [was refusing to fill if line-width >1, thanks to
10722: Seras <seras@pinxit.lt> for repro case
10723:
10724: 2005-04-25 paf
10725:
10726: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10727: correctly
10728:
10729: 2005-04-19 paf
10730:
10731: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10732: in VString violating invariant!!
10733:
10734: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10735: getenv("TZ")==null
10736:
10737: 2005-04-08 paf
10738:
10739: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10740: bugfix: when there is no char in charset one byte produces 6
10741: (ÿ <<max). increased buffer size!
10742:
10743: 2005-03-23 paf
10744:
10745: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10746: ^date.sql-string now takes TZ into account
10747:
10748: 2005-03-16 paf
10749:
10750: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10751: gcc 3.4
10752:
10753: * src/types/pa_vhash.C: . warning about eof eol
10754:
10755: 2005-02-17 paf
10756:
10757: * operators.txt, src/classes/op.C: + operator ^sleep(double
10758: seconds)
10759:
10760: 2005-02-02 paf
10761:
10762: * src/classes/xnode.C: beauty: removed needless includes
10763:
10764: 2005-01-31 paf
10765:
10766: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10767: $.partNoNumber now alias to $.part1
10768:
10769: * src/types/pa_vmail.C: change: incoming letter part contains
10770: "content-disposition" header with any value? now considering that
10771: part to be "file#" [for text/plain text/html were $.text#
10772: $.html#]
10773:
10774: * INSTALL: updatet to latest working versions available
10775:
10776: 2005-01-20 paf
10777:
10778: * configure.in, src/include/pa_version.h: version
10779:
10780: 2005-01-19 paf
10781:
1.116 moko 10782: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10783: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10784: couple warnings in parser3.C
1.95 moko 10785:
10786: 2004-12-23 paf
10787:
10788: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10789:
10790: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10791: dir to directory of script (when shbang used), not to directory
10792: of its interpreter
10793:
10794: * src/include/pa_version.h: compiled on win32...
10795:
10796: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10797: we need more hspace
10798:
10799: * configure, configure.in, src/include/pa_version.h: configured
10800: host to pa_version. will be displayed everywhere
10801:
10802: * src/main/pa_request.C: new: @unhandled_exception can prevent
10803: exception from being logged by setting $exception.handled(1)
10804:
10805: * operators.txt, src/classes/file.C: change:
10806: ^file::sql{query}[[options]] options: $.name[file name]
10807: $.content-type[application/what]
10808:
10809: * src/: include/pa_common.h, main/pa_common.C,
10810: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10811: new file
10812:
10813: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10814: bugfix: table->hash now regards _default
10815:
10816: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10817: created by accessing $name_of_method it acquired bad self=closest
10818: methodframe; instead of proper self (current class)
10819:
10820: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10821: hashfile produced bad cord
10822:
10823: 2004-12-10 paf
10824:
10825: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10826: subsequent failures though defined in .h
10827:
10828: * src/main/pa_common.C: comment on volatile
10829:
10830: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10831: alarm function were not used since the beginning due to stupid
10832: error [setsigjmp were not checked in configure.in]
10833:
10834: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10835: unix too
10836:
10837: * src/main/pa_common.C: http: exception status of send/recv errors
10838: change to most probable http.timeout
10839:
10840: * src/main/pa_common.C: win32: http connection $.timeout option now
10841: works [setsockopt on send/receive]
10842:
10843: 2004-12-08 paf
10844:
10845: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10846: cstr-ed knowing mail charset, and untainting uri lang now knows
10847: proper charset
10848:
10849: 2004-11-24 paf
10850:
10851: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10852:
10853: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10854: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10855:
10856: 2004-11-12 paf
10857:
10858: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10859: [since 3.0.4]
10860:
10861: 2004-11-09 paf
10862:
10863: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10864: writes basics to c:\parser3.log
10865:
10866: 2004-10-21 paf
10867:
10868: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10869: tainted strings [were returning clean onces]
10870:
10871: 2004-10-15 paf
10872:
10873: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10874: cycles(i=1; i=2), which was wrong, now does ONE
10875:
10876: 2004-10-12 paf
10877:
10878: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10879:
10880: 2004-10-07 paf
10881:
10882: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10883: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10884: release asserts
10885:
10886: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10887: String.dump() to stdout in detailed form [were String.v() in
10888: short form]
10889:
10890: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10891: \t\r\n as @#| and truncates long char sequences less
10892:
10893: 2004-10-06 paf
10894:
10895: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10896: win32 beauty: socket errors properly decoded
10897:
10898: 2004-10-05 paf
10899:
10900: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10901: request::configure_user/admin done always, even if no
10902: file-to-process useful in @unhandled_exception [say, if they
10903: would want to mail by SMTP something]
10904:
10905: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10906: now performed prior to file loading [and @auto executing] thus
10907: making $cookie:value available in @auto and in
10908: @unhandled_exception when IIS is configured to run interpreter
10909: even if no file exist
10910:
10911: 2004-09-20 paf
10912:
10913: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10914: somewhere where it should have called xmlMalloc and it calls
10915: xmlFree when it should have not called it. inserted two
10916: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10917: xmlFree just ignored. put away a testcase, maybe someday libxml
10918: author would fix all that. until that day: we have SLOW garbage
10919: collecting when many xml objects are alive hint: do
10920: ^memory:compact[] before xdoc::create
10921:
10922: 2004-09-17 paf
10923:
10924: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10925: error from 3.0.8 version]
10926:
10927: 2004-09-14 paf
10928:
10929: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10930: part bugfix: hashfile.foreach iterated only part if hashfile were
10931: modified inside
10932:
10933: 2004-09-13 paf
10934:
10935: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10936: [were as octal]
10937:
10938: * src/types/pa_vhashfile.C: beauty: not reproduced
10939: $hashfile.key[$novalue] bug [reported by motorin], inserted
10940: safety-check
10941:
10942: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10943: [not something obscure from sdbm lib]
10944:
10945: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10946: = strerror now returnes something and we can properly report that
10947: to client
10948:
10949: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10950: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10951:
10952: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10953: [tainted as-is] this helps //[space][newline] to remain as-is and
10954: not be unnecessary optimized away [ruining javascript]
10955:
10956: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10957: [tainted as-is]
10958:
10959: * src/classes/mail.C: bugfix: typo error
10960:
10961: 2004-09-09 paf
10962:
10963: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10964: separators bugfix: loads header with endings \r\n\r\n and \n\n
10965: (bloody yandex.server)
10966:
10967: 2004-09-06 paf
10968:
10969: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10970: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10971: encoded
10972:
10973: 2004-09-01 paf
10974:
10975: * src/types/pa_vmail.C: change: multipart/mixed changed to
10976: multipart/related outlook express have no problems showing
10977: unrelated attachments. todo: someday figure out a way of
10978: multipart/mixed multipart/related text/html
10979: image/xxx application/octet-stream << true attachments
10980:
10981: * src/types/pa_vmail.C: new:
10982: ^mail:send[$.file[$.content-disposition can be overriden new:
10983: empty mail header fields removed from letter
10984:
10985: * src/: classes/mail.C, include/pa_config_fixed.h,
10986: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10987: ^mail:send[ $.file[ $.any[header]
10988:
10989: 2004-08-30 paf
10990:
10991: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10992: warnings
10993:
10994: * src/main/pa_common.C: beauty: do not bother with charset
10995: detection when ^file::load[binary
10996:
10997: 2004-08-27 paf
10998:
10999: * src/main/pa_common.C: hack: for yandex.server http server
11000:
11001: 2004-08-18 paf
11002:
11003: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11004: possibly-chunked response
11005:
11006: 2004-08-17 paf
11007:
11008: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11009: $f.content-type now = that of http response
11010:
11011: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11012: $f.content-type now = that of http response
11013:
11014: 2004-07-30 paf
11015:
11016: * src/: include/pa_request.h, main/pa_request.C,
11017: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11018: win32: system&parser exceptions in release mode reported properly
11019: parser exception in exception handler WERE mistakenly reported as
11020: system exception, without details [in apache & isapi] +some
11021: beauty in exception text
11022:
11023: * src/: include/pa_exception.h, main/pa_request.C,
11024: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11025: release mode reported properly parser exception in exception
11026: handler WERE mistakenly reported as system exception, without
11027: details
11028:
11029: * src/main/execute.C: beauty: simplified system exception handling
11030:
11031: 2004-07-29 paf
11032:
11033: * src/classes/table.C: bugfix:
11034: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11035: were ignored, and \t used unconditionally]
11036:
11037: * src/types/Makefile.am: added vhash.c
11038:
11039: 2004-07-28 paf
11040:
11041: * src/: classes/date.C, classes/image.C, classes/math.C,
11042: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11043: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11044: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11045: failed on russian letters
11046:
11047: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11048: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11049: letters
11050:
11051: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11052: as 'currentDirectory' parameter to CreateProcess
11053:
11054: 2004-07-27 paf
11055:
11056: * src/targets/cgi/parser3.vcproj: beauty: win32:
11057: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11058: from release somewhere [to help searching for unhandled system
11059: exceptions]
11060:
11061: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11062: TZ shift
11063:
11064: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11065: but also in ctor
11066:
11067: 2004-07-26 paf
11068:
11069: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11070: src/main/pa_request.C, src/types/pa_vfile.h,
11071: src/types/pa_vhash.C, src/types/pa_vhash.h,
11072: src/types/types.vcproj: new: $response:body/download[
11073: $.file[name on disk] $.name[of file for user]
11074: $.mdate[date of last-modified. default from directory] ]
11075:
11076: * src/classes/file.C: moving file:send somewhere else..
11077:
11078: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11079: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11080: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11081: $response:download[ $.filename[filename] $.option[] ,, ]
11082:
11083: * src/classes/file.C: beauty: invalid mode thoroughly reported
11084:
11085: 2004-07-21 paf
11086:
11087: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11088: to several lines
11089:
11090: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11091:
11092: note: ms outlook[!express] shows only first 255 characters of
11093: subject
11094:
11095: 2004-07-15 paf
11096:
11097: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11098: off]
11099:
11100: 2004-07-14 paf
11101:
11102: * src/classes/table.C: bugfix: $.bind values now got untainted
11103: according to lang [were: as-is]
11104:
11105: 2004-07-07 paf
11106:
11107: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11108: checked that
11109:
11110: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11111: now untainted according to their languages. were: as-is.
11112: EVERYWHERE
11113:
11114: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11115: environment string now untainted according to their languages.
11116: were: as-is. EVERYWHERE
11117:
11118: * src/main/pa_exec.C: bufix: on unix environment string now
11119: untainted according to their languages. were: as-is. on win32:
11120: ok
11121:
11122: * parser3.vssscc: ...would not go unnoticed
11123:
11124: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11125: fails. in case on input appears nonutf, those bytes will be
11126: printed in %HH form. that can be easily decoded/recovered.
11127:
11128: this form is quite noticable, and hopefully would not go noticed
11129:
11130: 2004-07-06 paf
11131:
11132: * src/main/pa_exec.C: bufix: on unix environment string now
11133: untainted according to their languages. were: as-is. on win32:
11134: ok
11135:
11136: 2004-07-01 paf
11137:
11138: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11139: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11140: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11141: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11142: main/main.vcproj, targets/cgi/parser3.vcproj,
11143: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11144: option: global optimization ON
11145:
11146: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11147: to do xdoc::create{invalid chars} standard disables chars less
11148: then \x20, except tab, cr, lf.
11149:
11150: changed tainting so that those become '!'
11151:
11152: 2004-06-25 paf
11153:
11154: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11155: int on odd address [prev bugfix failed due to superwize
11156: optimizer, which turned memcpy into same 'ld' asm command]
11157:
11158: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11159: int on odd address
11160:
11161: 2004-06-22 paf
11162:
11163: * src/sql/pa_sql_driver.h: note: about possible optimization
11164:
11165: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11166: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11167: src/include/pa_config_includes.h: new: ^void:sql{call
11168: paf(:a)}[ $.bind[ $.a[2]
11169: ] ] output variables work. todo: check in out
11170: variables
11171:
11172: 2004-06-18 paf
11173:
11174: * src/: classes/file.C, classes/hash.C, classes/string.C,
11175: classes/table.C, classes/void.C, include/pa_globals.h,
11176: include/pa_sql_connection.h, main/compile.tab.C,
11177: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11178: $.bind[ $.a[2] ]
11179: ] input variables work. todo:output
11180:
11181: * src/targets/cgi/parser3.C: bugfix: iis specific
11182: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11183: /_bug.html?404;http://hpsv/test/
11184: --------------------------------------------------------------------------------
11185: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11186: --------------------------------------------------------------------------------
11187: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11188:
11189: 2004-06-16 paf
11190:
11191: * src/targets/cgi/parser3.C: new: iis specific
11192: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11193: $request:query
11194: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11195: $form:fields IIS-STATUS="404"
11196: IIS-DOCUMENT="http://server/_bug.html" f="v"
11197:
11198: todo: isapi too
11199:
11200: 2004-05-26 paf
11201:
11202: * src/include/pa_version.h: 3.1.3
11203:
11204: * operators.txt: beauty: removed outdated level 'table'
11205:
11206: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11207:
11208: * src/main/pa_string.C: beauty: removed 3 warnings
11209:
11210: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11211: classes/op.C: beauty: removed outdated level 'table'
11212:
11213: 2004-05-25 paf
11214:
11215: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11216: implementation. mistery: how anything worked
11217:
11218: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11219: changed, it is now safe to use url if pointers to it are stored
11220: to gc mem
11221:
11222: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11223: unknown errors reported and not cause SIGSEGV now
11224:
11225: 2004-05-24 paf
11226:
11227: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11228: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11229: less memory: CORD_chars_block originally intended to ... it was
11230: good that CORD_chars_block were not used: it consumes more memory
11231: [and, might be slow too] undoing that. [and removed that func so
11232: that it would not confuse parser developer in future]
11233:
11234: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11235: less memory: CORD_chars_block originally intended to
11236: speedup/reduce mem usage were forgotten, and were used stupid
11237: CORD_chars
11238:
11239: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11240:
11241: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11242: BIGENDIAN processors space-conserving mech failed, causing
11243: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11244: (1|2|3));
11245:
11246: 2004-05-14 paf
11247:
11248: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11249: bugfix: void now has vfile value, and $response:body[] works OK
11250:
11251: 2004-05-12 paf
11252:
11253: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11254: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11255: sources to use is_defined() {return as_bool();} along VBool
11256:
11257: 2004-05-11 paf
11258:
11259: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11260: referencing to local objects
11261:
11262: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11263: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11264: left intact
11265:
11266: 2004-04-15 paf
11267:
11268: * src/classes/date.C: merged: beauty: unused var removed
11269:
11270: * src/classes/date.C: beauty: unused var removed
11271:
11272: * src/include/: pa_exec.h: bugfix: interface without pointer
11273: provoked bug
11274:
11275: 2004-04-09 paf
11276:
11277: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11278:
11279: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11280:
11281: 2004-04-08 paf
11282:
11283: * src/classes/date.C: new: ^date::create[y-m-d
11284: h-M-s>>.milliseconds<<] now allowed, ignored so far
11285:
11286: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11287:
11288: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11289: to consult default catalog [usually, that file belongs to other
11290: user/group]
11291:
11292: 2004-04-06 paf
11293:
11294: * src/main/pa_common.C: beauty: gcc warning removed
11295:
11296: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11297: accept that trick, trying other
11298:
11299: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11300: explicit result problem
11301:
11302: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11303: explicit result problem
11304:
11305: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11306: explicit result problem
11307:
11308: * operators.txt, src/classes/string.C: new: ^string.append[string]
11309:
11310: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11311: main/execute.C: attempt_check_call_in_explicit_result_mode:
11312: failed
11313:
11314: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11315: http://i.p.a.ddress gethostbyaddr added [on some platforms
11316: gethostbyname failed with such 'domains'] now checked properly,
11317: were: needless reverse/forward dns lookup
11318:
11319: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11320: http://i.p.a.ddress gethostbyaddr added [on some platforms
11321: gethostbyname failed with such 'domains'] now checked properly,
11322: were: needless reverse/forward dns lookup
11323:
11324: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11325: @method[][result] means "no string output here" moved to lexical
11326: level [on grammar level it were too difficult]
11327:
11328: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11329: src/main/compile.y, src/main/compile_tools.h,
11330: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11331: @method[][result] means "no string output here", implemented part
11332: of that idea: compiler throws away string literal generation
11333: code. and barks nonwhitespace chars
11334:
11335: * operators.txt: truth: removed comment about $ORIGIN
11336:
11337: 2004-04-05 paf
11338:
11339: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11340: src/include/pa_version.h, src/main/pa_common.C,
11341: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11342:
11343: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11344: Konstantin Tomashevitch [mailto:konst@design.ru]
11345:
11346: * src/doc/html2chm.cmd: beauty: no need in bg here
11347:
11348: * src/doc/sources2html.cmd: beauty: same window, in bg it
11349: interfered with FAR console
11350:
11351: * configure, configure.in: 3.1.3
11352:
11353: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11354:
11355: * src/main/pa_common.C: removed warning
11356:
11357: * src/include/pa_version.h: 3.1.3
11358:
11359: 2004-04-02 paf
11360:
11361: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11362:
11363: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11364: allows to specify where to put parser log file
11365:
11366: 2004-04-01 paf
11367:
11368: * src/classes/table.C: bugfix: bugfix: table::load last line
11369: without tab and enter were ignored
11370:
11371: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11372: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11373: main/pa_socks.C, targets/cgi/parser3.C,
11374: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11375: bugfix: sql connections now are disconnected
11376:
11377: 2004-03-30 paf
11378:
11379: * src/classes/table.C: bugfix: table::load last line without tab
11380: and enter were ignored
11381:
11382: * src/classes/table.C: bufix: if last table lines were commented,
11383: gpfed
11384:
11385: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11386: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11387: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11388: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11389: doc/methoded.dox, doc/object.dox, doc/string.dox,
11390: doc/targets.dox, doc/value.dox, include/pa_version.h,
11391: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11392: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11393: bugfixes from 3.1.2, changed version to 3.1.3beta
11394:
11395: 2004-03-29 paf
11396:
11397: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11398: causes gpf
11399:
11400: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11401: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11402: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11403: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11404: value.dox: translated to english
11405:
11406: 2004-03-25 paf
11407:
11408: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11409: parser3project dependency removed
11410:
11411: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11412: bugfix: refused to compile without xml
11413:
11414: * src/types/pa_vform.C: beauty: removed warning
11415:
11416: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11417: any folder [removed last ;) folder dependency]
11418:
11419: * src/classes/classes.vcproj: bugfix: now all compiles in any
11420: folder [removed last ;) folder dependency]
11421:
11422: * src/include/pa_version.h: release
11423:
11424: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11425:
11426: * src/classes/table.C: beauty: comment& more meaningful error
11427: message
11428:
11429: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11430: $.hash[$.column_value1(true) ... ] [were producing some strang
11431: thing]
11432:
11433: 2004-03-23 paf
11434:
11435: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11436: and http status line parsing checked number of columns in table
11437: [user reported an assert]
11438:
11439: * operators.txt: example: on hashfile
11440:
11441: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11442: bugfix: junction reattach now actually reattaches a junction to
11443: new wcontext [were only assigning it to junction, which caused
11444: junction tracking to loose junction, and it's context were not
11445: killed, and it tried to process in invalid context, gpf]
11446:
11447: * src/targets/cgi/parser3.C: debug helper added
11448:
11449: 2004-03-19 paf
11450:
11451: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11452: "type(type)" in braces
11453:
11454: 2004-03-10 paf
11455:
11456: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11457: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11458: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11459: solution to search-in-namespaces problem:
11460: $xdoc.search-namespaces.x[http://pif.design.ru/]
11461: $nodes[^xdoc.select[//x:second]]
11462:
11463: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11464: expression][[NAMESPACES HASH]] allows to search for info in
11465: namespaces
11466:
11467: $nodes[^xdoc.select[//x:second][
11468: $.x[http://pif.design.ru/] ]]
11469:
11470: 2004-03-09 paf
11471:
11472: * operators.txt, src/main/pa_common.C: new:
11473: ^file::load[...][options] $.form[
11474: !$.field1[string]
11475: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11476: ] !$.body[string]
11477:
11478: GET ?here notGET(POST, HEAD, others) in content-type:
11479: application/x-www-form-urlencoded
11480:
11481: todo: upload files ability
11482:
11483: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11484: properly, done
11485:
11486: 2004-03-05 paf
11487:
11488: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11489: GET/POST $.form[$.fields started, not tested yet
11490: todo:$.field[table] for multiple values
11491:
11492: * operators.txt: new: http:// options $.user $.password basic
11493: authorization
11494:
11495: * src/main/pa_common.C: beauty: link to rtf added
11496:
11497: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11498: new: http:// options $.user $.password basic authorization
11499:
11500: * src/main/pa_common.C: beauty: removed needless vars
11501:
11502: * operators.txt: new: pgsql option [like that recently added to
11503: oracle driver] ClientCharset=parser-charset <<
11504: charset in which parser thinks client works
11505:
11506: * operators.txt: new: odbc option [like that recently added to
11507: oracle driver] ClientCharset=parser-charset <<
11508: charset in which parser thinks client works
11509:
11510: * src/sql/pa_sql_driver.h: beauty: important warning added
11511:
11512: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11513: char!
11514:
11515: * etc/parser3.charsets/windows-1251.cfg: typo
11516:
11517: 2004-03-04 paf
11518:
11519: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11520: cached, sql transcoding now goes faster
11521:
11522: * operators.txt: new: mysql option [like that recently added to
11523: oracle driver] ClientCharset=parser-charset <<
11524: charset in which parser thinks client works
11525:
11526: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11527: typo error
11528:
11529: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11530: chars commented
11531:
11532: 2004-03-03 paf
11533:
11534: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11535: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11536:
11537: 2004-03-02 paf
11538:
11539: * operators.txt: new[update typo]: !^void.left(n)
11540: nothing !^void.right(n) nothing !^void.mid(p[;n])
11541: nothing
11542:
11543: * operators.txt, src/classes/void.C: new: !^void.left(n)
11544: nothing !^void.right(n) nothing !^void.pos(p[;n])
11545: nothing
11546:
11547: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11548: ^file::sql[[name_to_become_$.name]]{} query result must be one
11549: row with columns: first: data second: file name third:
11550: content-type
11551:
11552: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11553: ^connect gets properly escaped string, which can be passed to
11554: request now this for mysql only. it's up to parser sql driver to
11555: fix zeros properly
11556:
11557: * INSTALL: note: added on building apache with this option:
11558: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11559:
11560: 2004-03-01 paf
11561:
11562: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11563: extension memory:compact befor processingrequest
11564:
11565: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11566: call sole column of result
11567:
11568: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11569: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11570: pixel color
11571:
11572: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11573: beauty: image -- less checks [were ugly impl]
11574:
11575: * src/classes/string.C: bugfix: ^string.left/right/mid with
11576: negative values now considered bad
11577:
11578: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11579:
11580: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11581: options now have unified defaults [after transform
11582: indent/omit-xml-declaration/standalone 'default' erroreously
11583: meant 'true']
11584:
11585: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11586: added [on some platforms gethostbyname failed with such
11587: 'domains']
11588:
11589: * src/include/pa_config_auto.h.in: no select check, no define
11590:
11591: * src/classes/string.C: feature: ^string.trim both parameters may
11592: be empty-strings, meaning kind=both chars=whitespaces
11593:
11594: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11595: exist
11596:
11597: * src/classes/string.C: check: trim 'chars' must not be empty,
11598: exception if it is
11599:
11600: * src/classes/string.C: changed: ^string.trim [] << both,
11601: whitespaces [start|both|end] << kind, whitespaces
11602: [start|both|end;chars] full
11603:
11604: 2004-02-27 paf
11605:
11606: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11607: method: ^string.trim[start|both|end[;chars]] default
11608: 'chars' -- whitespace chars finished
11609:
11610: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11611: src/main/pa_string.C: new method:
11612: ^string.trim[start|both|end[;chars]] default 'chars' --
11613: whitespace chars started, only start works
11614:
11615: * src/main/compile.C: bugfix: line numbers after
11616: ^process{}[$.line(-10]] can be negative, allowed to print they as
11617: signed
11618:
11619: * src/main/untaint.C: speed: there's no \n chars in output
11620: [normally], so no need to optimize them they could be retrived
11621: from databases, though. but 1. should be replaced 2. if not
11622: optimized, no harm done
11623:
11624: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11625: ^file::exec/cgi could return invalid status & zombie child can
11626: remain for short period until process exists [very bad in
11627: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11628:
11629: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11630: malicious SMTP server to attack as by returning too long status
11631: responses http://i2/tasks/edit/?id=4629448401140924947
11632:
11633: 2004-02-26 paf
11634:
11635: * operators.txt: feature: ^process...{CODE}[now has options] which
11636: are $.main[to what to rename @main] $.file[file,
11637: from which (user says) goes that CODE] $.lineno(line
11638: number in that file, where CODE starts. may be negative)
11639:
11640: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11641: src/main/compile.C, src/main/compile_tools.h,
11642: src/main/pa_request.C: feature: ^process...{CODE}[now has
11643: options] which are $.main[to what to rename @main]
11644: $.file[file, from which (user says) goes that CODE]
11645: $.lineno(line number in that file, where CODE starts. may be
11646: negative)
11647:
11648: 2004-02-25 paf
11649:
1.116 moko 11650: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11651: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11652:
11653: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11654: produces hash of column=>1
11655:
11656: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11657: with incomplete errno constants set
11658:
11659: 2004-02-24 paf
11660:
11661: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11662: "man select"
11663:
11664: * src/main/pa_os.C: beauty: <0 better then ==-1
11665:
11666: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11667:
11668: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11669:
1.116 moko 11670: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11671:
11672: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11673: unix: steps to work on unix [extracted 'to']
11674:
11675: * src/classes/mail.C: smtp on unix: steps to work on unix
11676:
11677: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11678:
1.116 moko 11679: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11680: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11681: unix [testing on solaris]
1.95 moko 11682:
11683: 2004-02-20 paf
11684:
11685: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11686: pointing that out
11687:
11688: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11689: fixed again [same solution, mistanenly removed one line]
11690:
11691: 2004-02-19 paf
11692:
11693: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11694: date::create from bad datetime in spring daylightsaving hole now
11695: OK for all platforms [on some platforms it failed]
11696:
11697: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11698: in daylightsaving hole] now throws error
11699:
11700: * src/classes/date.C: comment: mistake fixed
11701:
11702: 2004-02-18 paf
11703:
11704: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11705: now renderes in $request:charset, but in header puts
11706: $response:charset todo: make that default only so that coder
11707: could override that
11708:
11709: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11710: turns off omit-xml-declaration
11711:
11712: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11713: /.xsl for sample
11714:
11715: 2004-02-17 paf
11716:
11717: * src/classes/xdoc.C: beauty: needless helper class removed
11718:
11719: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11720: copied extra time
11721:
11722: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11723: part of libxml
11724:
11725: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11726: libxml to do the work] <xsl:output method="html"
11727: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11728: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11729: />
11730:
11731: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11732:
11733: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11734: caused assertion
11735:
11736: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11737: could hang. now such add does nothing, sub clears $hash
11738:
11739: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11740: not made quoted-printable
11741:
11742: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11743: string invariant
11744:
11745: 2004-02-16 paf
11746:
11747: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11748: cleared [were not cleared properly]
11749:
11750: 2004-02-13 paf
11751:
1.116 moko 11752: * src/include/pa_version.h: prerelease
1.95 moko 11753:
11754: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11755: used, introducing dependencies timestamp check
11756:
11757: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11758: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11759: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11760: .xsl.stamp now not used, introducing dependencies timestamp check
11761:
11762: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11763:
11764: 2004-02-12 paf
11765:
11766: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11767: ruined empty <input type=file> submits. parser thought there were
11768: nameless empty file and $form:field got value of type 'file'
11769:
11770: * INSTALL: --without-threads
11771:
11772: * src/include/pa_sapi.h: 2004
11773:
11774: 2004-02-11 paf
11775:
11776: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11777: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11778: classes/hashfile.C, classes/image.C, classes/int.C,
11779: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11780: classes/response.C, classes/string.C, classes/table.C,
11781: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11782: include/pa_array.h, include/pa_cache_managers.h,
11783: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11784: include/pa_config_fixed.h, include/pa_config_includes.h,
11785: include/pa_dictionary.h, include/pa_dir.h,
11786: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11787: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11788: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11789: include/pa_request_charsets.h, include/pa_request_info.h,
11790: include/pa_socks.h, include/pa_sql_connection.h,
11791: include/pa_sql_driver_manager.h, include/pa_stack.h,
11792: include/pa_string.h, include/pa_stylesheet_connection.h,
11793: include/pa_stylesheet_manager.h, include/pa_table.h,
11794: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11795: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11796: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11797: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11798: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11799: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11800: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11801: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11802: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11803: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11804: main/pa_sql_driver_manager.C, main/pa_string.C,
11805: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11806: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11807: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11808: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11809: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11810: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11811: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11812: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11813: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11814: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11815: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11816: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11817: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11818: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11819: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11820: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11821: types/pa_vresponse.h, types/pa_vstateless_class.C,
11822: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11823: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11824: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11825: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11826: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11827: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11828:
11829: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11830: debug version of gc.dll
11831:
11832: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11833: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11834: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11835: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11836: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11837: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11838: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11839: processes
11840:
11841: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11842: main/pa_globals.C, targets/cgi/parser3.vcproj,
11843: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11844: changes to reflect libxml xsl new folders
11845:
11846: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11847: lib/smtp/smtp.vcproj, main/main.vcproj,
11848: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11849: to reflect libxml xsl new folders
11850:
11851: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11852: lib/smtp/smtp.vcproj, main/main.vcproj,
11853: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11854: types/types.vcproj: started changes to reflect libxml xsl new
11855: folders
11856:
11857: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11858: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11859: src/main/compile.tab.C, src/main/main.vcproj,
11860: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11861: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11862: started changes to reflect libxml xsl new folders
11863:
11864: 2004-02-10 paf
11865:
11866: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11867: compile. recommened latest libxml up to date
11868:
11869: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11870: pattern compilation errors", on which spent 4 hours worktime. use
11871: versions higher than that. recommended now latest up to date
11872:
11873: 2004-02-06 paf
11874:
11875: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11876: beauty: unified destructing style
11877:
11878: * src/main/untaint.C: beauty: removed old def/ifdef
11879:
11880: * src/main/untaint.C: beauty: coredump @unknown untaint language
11881: now
11882:
11883: 2004-02-03 paf
11884:
11885: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11886: targets/isapi/parser3isapi.C, types/pa_value.C,
11887: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11888: then %ld/%lu
11889:
11890: * src/main/pa_common.C: typo: %l -> %u
11891:
11892: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11893: in attributes or documents-results of transform now not xx;
11894:
11895: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11896:
11897: * src/main/pa_charset.C: bugfix: forgot to undo some
11898:
11899: * src/main/pa_charset.C: beauty: uncomment
11900: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11901: libraries
11902:
11903: 2004-02-02 paf
11904:
11905: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11906: $cookie:example[ $.value[value] $.path[/there/] ]
11907:
11908: $cookie:example[ $.value[] $.expires[session]
11909: $.path[/there/] $.domain[test.com] ]
11910:
11911: * src/types/pa_vform.C: bugfix: empty values with
11912: enctype=multipart/form-data now produce entries in $form:tables
11913: <form method=post enctype=multipart/form-data> <input type=hidden
11914: name=a> <input type=hidden name=b>
11915:
11916: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11917: <hr> <pre>$request:body
11918:
11919: 2004-01-30 paf
11920:
11921: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11922: or documents-results of transform now not xx;
11923:
11924: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11925: produce exception.
11926:
11927: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11928: bugfix: ^date::create[invalid fields now produce exception.
11929:
11930: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11931: year] now produces exception. todo: check other fields
11932:
11933: 2004-01-29 paf
11934:
11935: * src/include/pa_memory.h: typo error
11936:
11937: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11938: more byte then specified, then zeroed it << useless and
11939: potentially harmful(could gpf)
11940:
11941: 2004-01-22 paf
11942:
11943: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11944:
11945: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11946: optimization
11947:
11948: * src/main/untaint.C: bugfix: whitespace now optimized properly
11949: [were bug: ^taint[1 & 2]="1 &2"
11950:
11951: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11952: errors
11953:
11954: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11955: overflow
11956:
11957: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11958: error-reporting code * in parser-error reporting code [when no
11959: @unhandled_exception defined]
11960:
11961: fixed in one place: my *snprintf override
11962:
11963: 2004-01-13 paf
11964:
11965: * operators.txt: typo erro
11966:
11967: 2003-12-25 paf
11968:
11969: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11970: garbled [pieces after zero bytes were removed]
11971:
11972: 2003-12-22 paf
11973:
1.116 moko 11974: * src/include/Makefile.am: bugfix: removed from dist:
11975: src/include/pa_config_auto.h which were configured for
1.95 moko 11976: make-dist-platform and badly updated proper config file in target
11977: [when .tar used for updating existing source tree]
11978:
11979: * ChangeLog, operators.txt, src/classes/op.C,
11980: src/include/pa_sql_connection.h,
11981: src/include/pa_sql_driver_manager.h,
11982: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11983: feature: sql introducing ability to transcode charsets
11984:
11985: 2003-12-19 paf
11986:
11987: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11988: error message
11989:
11990: * src/main/pa_charset.C: bugfix: memory for charsethandler
11991: structure for libxml now allocated properly
11992:
11993: 2003-12-17 paf
11994:
11995: * src/types/pa_vfile.C: beauty: removed outdated cast
11996:
11997: * src/main/pa_common.C: bugfix: empty http response caused gpf
11998:
11999: * src/include/pa_string.h: bugfix: removed too strong a assert
12000:
12001: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12002: unreported xmlGenericErrors]
12003:
12004: 2003-12-15 paf
12005:
12006: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12007: works}
12008:
12009: 2003-12-11 paf
12010:
12011: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12012: id
12013: !$status:tid thread id
12014:
12015: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12016: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12017: bugfix(solaris): removed dependency on object initialization
12018: order [one more place]
12019:
12020: * src/: classes/file.C, classes/mail.C, classes/op.C,
12021: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12022: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12023: understand that
12024:
12025: * src/: classes/file.C, classes/mail.C, classes/op.C,
12026: classes/xdoc.C, include/pa_cache_managers.h,
12027: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12028: include/pa_stylesheet_manager.h, main/pa_request.C,
12029: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12030: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12031: ctor call [relying on implicit String::Body(cstr) call]
12032:
12033: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12034: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12035: object initialization order [two places]
12036:
12037: 2003-12-10 paf
12038:
12039: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12040: << time now ok
12041:
12042: * operators.txt, src/main/pa_sql_driver_manager.C,
12043: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12044: operational
12045:
12046: * ChangeLog, operators.txt, src/classes/xdoc.C,
12047: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12048: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12049: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12050: back operational
12051:
12052: 2003-12-02 paf
12053:
12054: * src/types/pa_vmail.C: bugfix:
12055: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12056: as-is forced]
12057:
12058: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12059: exceptions out of libxml callbacks: reimplemented error handling
12060: of http://localhost, parser://method and safemode check callbacks
12061:
12062: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12063: [merged from HEAD]
12064:
12065: * src/classes/image.C: nothing: comment removed
12066:
12067: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12068: addresses to int
12069:
12070: 2003-12-01 paf
12071:
12072: * src/main/pa_xml_io.C: bugfix: typo
12073:
12074: * src/main/pa_globals.C: bugfix: win32: compile prob
12075:
12076: * src/classes/xdoc.C: bugfix: typo
12077:
12078: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12079: exception
12080:
12081: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12082:
12083: 2003-11-28 paf
12084:
12085: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12086: all xml documents read
12087:
12088: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12089:
12090: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12091: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12092: replaced original open mech of xdoc::create & co to use libxml
12093: open, so that this would work for root document todo: safe mode
12094: checks to libxml: ideally to some 1 point
12095:
12096: * src/main/pa_xml_io.C: comment
12097:
12098: * operators.txt, src/main/pa_xml_io.C: leading / in
12099: http://parser[abscent params]
12100:
12101: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12102: works. todo: maybe replace original open mech of xdoc::create &
12103: co to use libxml open, so that this would work for root document
12104:
12105: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12106: "parser://method/params/here"> <test> &test^; </test> }]
12107:
12108: ^taint[^xdoc.string[]]
12109:
12110: @method[param] <!ENTITY test
12111: "test-entity-value+$form:user+$param!">
12112:
12113: 2003-11-27 paf
12114:
12115: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12116:
12117: * src/classes/date.C: bugfix: typo error
12118:
12119: 2003-11-26 paf
12120:
12121: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12122: src/main/Makefile.am, src/main/main.vcproj,
12123: src/main/pa_globals.C, src/main/pa_request.C,
12124: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12125: xml errors to hash<thread_id,error> reorganization: xml io moved
12126: to pa_xml_io.C/h
12127:
12128: * src/types/pa_value.h: warnings: --
12129:
12130: 2003-11-25 paf
12131:
12132: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12133: whatever)
12134:
12135: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12136: a, (c?x:y, z)
12137:
12138: * src/main/untaint.C: bugfix: consequences of not reading this
12139: comment: CORD_pos_chars_left /* Number of characters in cache.
12140: <= 0 ==> none */
12141:
12142: * src/include/pa_array.h: removed needless checks
12143:
12144: 2003-11-24 paf
12145:
12146: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12147: removed limit: now $form:xxx can be accessed anytime, even in
12148: @auto/conf [and request/response:charset still can be changed
12149: anytime]
12150:
12151: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12152: now not transcodes response body
12153:
12154: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12155: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12156: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12157: $xdoc.firstChild.firstChild.nodeValue[different]
12158: ^taint[^xdoc.string[]]
12159:
12160: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12161: workaround: static Hash::allocates -> static Hash_allocates
12162:
12163: 2003-11-21 paf
12164:
1.116 moko 12165: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12166: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12167: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12168:
12169: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12170:
12171: * src/classes/mail.C: bugfix: typo
12172:
12173: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12174: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12175: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12176: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12177: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12178: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12179:
12180: * src/main/pa_exec.C: bug in safe mode
12181:
12182: * src/include/Makefile.am: pa_xml_exception.h
12183:
12184: * src/targets/isapi/parser3isapi.C: more warnings --
12185:
12186: 2003-11-20 paf
12187:
12188: * src/: classes/math.C, classes/op.C, classes/string.C,
12189: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12190: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12191: --
12192:
12193: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12194: more warnings --
12195:
12196: * src/classes/xdoc.C: more warnings --
12197:
12198: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12199:
12200: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12201: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12202:
12203: * src/: classes/date.C, classes/file.C, classes/hash.C,
12204: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12205: classes/table.C, include/pa_cache_managers.h,
12206: include/pa_stylesheet_connection.h, main/pa_request.C,
12207: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12208: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12209: --
12210:
12211: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12212: can't report problem (undefined @unhandled_exception) problem
12213: source string were not reported
12214:
12215: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12216: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12217: classes/hashfile.C, classes/image.C, classes/int.C,
12218: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12219: classes/response.C, classes/string.C, classes/table.C,
12220: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12221: include/pa_array.h, include/pa_cache_managers.h,
12222: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12223: include/pa_config_fixed.h, include/pa_dictionary.h,
12224: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12225: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12226: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12227: include/pa_request.h, include/pa_request_charsets.h,
12228: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12229: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12230: include/pa_stack.h, include/pa_string.h,
12231: include/pa_stylesheet_connection.h,
12232: include/pa_stylesheet_manager.h, include/pa_table.h,
12233: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12234: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12235: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12236: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12237: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12238: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12239: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12240: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12241: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12242: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12243: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12244: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12245: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12246: targets/isapi/parser3isapi.C, types/pa_junction.h,
12247: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12248: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12249: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12250: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12251: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12252: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12253: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12254: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12255: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12256: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12257: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12258: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12259: types/pa_vresponse.h, types/pa_vstateless_class.C,
12260: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12261: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12262: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12263: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12264: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12265: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12266: const IDENT
12267:
12268: * src/: include/pa_array.h, include/pa_pool.h,
12269: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12270: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12271: types/pa_wcontext.h: more warnings --
12272:
12273: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12274: classes/file.C, classes/hash.C, classes/hashfile.C,
12275: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12276: classes/memory.C, classes/op.C, classes/string.C,
12277: classes/table.C, classes/xdoc.C, classes/xnode.C,
12278: include/pa_config_includes.h, include/pa_operation.h,
12279: include/pa_sql_connection.h, include/pa_table.h,
12280: include/pa_types.h, lib/ltdl/config_fixed.h,
12281: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12282: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12283: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12284: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12285: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12286: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12287: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12288: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12289: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12290: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12291: types/pa_vmail.C, types/pa_vobject.C,
12292: types/pa_vstateless_class.h, types/pa_vtable.C,
12293: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12294: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12295: on all projects (except libltdl=off & libsdbm=level3) found
12296: several unitialized vars
12297:
12298: 2003-11-19 paf
12299:
12300: * src/classes/op.C: more ansi C++ comp
12301:
12302: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12303: src/main/pa_request.C: ^cache[...]{body}{catch block with
12304: $exception.handled[cache] meaning "get expired cache, if any.
12305: else error"}
12306:
12307: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12308: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12309: ^cache[...]{body}{catch code with $exception.cache field}
12310:
12311: 2003-11-12 paf
12312:
12313: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12314: [copy/paste bug]
12315:
12316: 2003-11-11 paf
12317:
12318: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12319: failed]
12320:
12321: * bin/auto.p.dist.in: colno
12322:
12323: 2003-11-10 paf
12324:
12325: * src/types/pa_vconsole.h: flush
12326:
12327: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12328: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12329: read/write [for nntp]
12330:
12331: * operators.txt: mysql: transaction support: ?autocommit=0
12332:
12333: * operators.txt: comment: updated
12334:
12335: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12336: serialize version and exipire now removes entries
12337:
12338: * operators.txt: ^hashfile.delete[] removes files altogether [and
12339: dir, if could]
12340:
12341: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12342: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12343: removes files altogether [and dir, if could]
12344:
12345: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12346: nonexistent pair. .c coded that that was error. fixed
12347:
12348: * src/types/pa_vhashfile.C: sdbm: exception type change to
12349: file.access [regretfull can't split it to different exceptions
12350: without modifying sdbm source wich would prefer not to]
12351:
12352: 2003-11-07 paf
12353:
12354: * src/: classes/date.C, classes/file.C, classes/hash.C,
12355: classes/hashfile.C, classes/image.C, classes/table.C,
12356: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12357: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12358: main/execute.C, main/main.vcproj, main/pa_pool.C,
12359: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12360: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12361: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12362: destructing objects at request processing end
12363:
12364: 2003-11-06 paf
12365:
12366: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12367: updates
12368:
12369: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12370: to include sdbm
12371:
1.116 moko 12372: * src/include/: pa_config_includes.h, pa_version.h: our
12373: replacements of max& co only for cpp
1.95 moko 12374:
12375: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12376: upper dir, .am updated
12377:
12378: * tests/todo.txt: hashfile: done
12379:
12380: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12381: expiration [time in value. todo: move time to key]
12382:
12383: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12384:
12385: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12386: to do that in foreach, no errors, but surely wrong]
12387:
12388: * operators.txt, src/types/pa_vhashfile.C,
12389: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12390:
12391: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12392: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12393: foreach
12394:
12395: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12396: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12397:
12398: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12399: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12400:
12401: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12402: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12403: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12404: get/put [raw]
12405:
12406: * src/: classes/op.C, main/pa_os.C: just linked
12407:
12408: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12409: XmlException changes
12410:
12411: * src/: include/pa_charset.h, include/pa_globals.h,
12412: include/pa_stylesheet_connection.h, main/pa_exception.C:
12413: XmlException changes
12414:
12415: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12416:
12417: * src/: include/pa_common.h, include/pa_exception.h,
12418: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12419: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12420: main/pa_xml_exception.C: locking move to pa_os [along with
12421: pa_sleep] apr-impl locking done
12422:
12423: * configure, configure.in, operators.txt, parser3.sln,
12424: src/classes/classes.vcproj, src/classes/hashfile.C,
12425: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12426: src/include/pa_exception.h, src/include/pa_globals.h,
12427: src/include/pa_memory.h, src/include/pa_version.h,
12428: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12429: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12430: src/main/compile.tab.C, src/main/main.vcproj,
12431: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12432: src/types/Makefile.am, src/types/pa_vhash.C,
12433: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12434: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12435: again with sdbm from apache
12436:
12437: 2003-11-05 paf
12438:
12439: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12440: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12441: \parser3project dir anymore
12442:
12443: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12444: thoughtlessly from xalan]
12445:
12446: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12447: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12448: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12449:
12450: * src/main/helpers/CaseFolding.txt:
12451: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12452:
12453: 2003-11-04 paf
12454:
12455: * operators.txt: comment: ^mail:send[$.options[
12456:
12457: * src/classes/table.C: compiled on unix
12458:
1.116 moko 12459: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12460:
12461: * src/classes/mail.C: compiled on unix
12462:
12463: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12464: src/types/pa_vmail.h: !^mail:send[
12465: $.options[unix: string to append to sendmail command
12466: line]
12467:
12468: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12469: tests/todo.txt: ^table.save[... $.separator[^#09]
12470: $.encloser["] <nothing> by default
12471:
12472: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12473: !$.separator[^#09] !$.encloser["] <nothing> by
12474: default
12475:
12476: 2003-11-03 paf
12477:
12478: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12479: ^table::load[; options: !$.column-separator[^#09]
12480: !$.column-encloser["]
12481:
12482: * operators.txt, src/include/pa_config_fixed.h,
12483: src/types/pa_vrequest.C: $request:document-root
12484:
12485: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12486: [already included into uri=xxx]
12487:
12488: * operators.txt, src/classes/image.C, tests/todo.txt:
12489: ^image.gif[filename] for $response:download
12490:
12491: * src/classes/date.C: minor precaution
12492:
12493: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12494: !^date.unix-timestamp[]
12495:
12496: 2003-10-30 paf
12497:
12498: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12499: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12500:
12501: * src/classes/: date.C, image.C: improvement diagnostics:
12502: $now[^date::create[$undefined]] now is error
12503:
12504: * src/main/pa_common.C: read errors would now be reported 'actually
12505: read -1 bytes'
12506:
12507: 2003-10-24 paf
12508:
12509: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12510: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12511: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12512: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12513:
12514: 2003-10-22 paf
12515:
12516: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12517:
12518: 2003-10-21 paf
12519:
12520: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12521: fixed: string.match[g] without <'> option produced columns with
12522: NULL's, which gpf'ed at table.save time
12523:
12524: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12525: recoursion' message with intensive throw-catches fixed: incorrect
12526: name and line (one name upper then needed) in error message about
12527: problems inside try block
12528:
12529: 2003-10-10 paf
12530:
12531: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12532: check offset argument for validity did that in String::Body::pos
12533: myself http://i2/tasks/edit/?id=4577425257580789777
12534:
12535: 2003-10-07 paf
12536:
12537: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12538: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12539:
12540: 2003-10-03 paf
12541:
12542: * parser3.sln, src/include/pa_dictionary.h,
12543: src/main/pa_dictionary.C, src/main/pa_string.C,
12544: src/targets/cgi/parser3.vcproj: dictionary optimized by
12545: precalculating cstr&length
12546:
12547: 2003-10-02 paf
12548:
12549: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12550: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12551: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12552: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12553:
12554: 2003-09-30 paf
12555:
12556: * src/main/pa_string.C: string::replace bug fix [were ignoring
12557: occurrances after lang-mismatched
12558:
12559: 2003-09-29 paf
12560:
12561: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12562: helper
12563:
12564: * src/main/pa_string.C: string::serialize bug fix with
12565: zero-terminator
12566:
12567: * src/classes/table.C: ^nameless_table.save column row now has no
12568: \t at the end
12569:
12570: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12571: @postprocess now takes $response:body/download
12572:
12573: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12574: error message
12575:
12576: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12577:
12578: * src/classes/table.C: bugfix: flip: must produce nameless
12579: http://i2/tasks/edit/?id=4573405524674081244
12580:
12581: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12582: main/helpers/simple_folding.pl: utf-8 upper/lower
12583:
12584: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12585: to typo error http://i2/tasks/edit/?id=4573354650786434584
12586:
12587: 2003-09-26 paf
12588:
12589: * src/main/untaint.C: removed needless field
12590:
12591: * src/main/untaint.C: removed needless const
12592:
12593: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12594: String.for_each bug fixed [omited one-char cases]
12595:
12596: * src/include/pa_stack.h: bugfix: before collecting garbage,
12597: runtime-executor stack were cleared... BADLY
12598:
12599: * src/main/pa_string.C: ^stirng.replace code used old
12600: param-convention on langs.append, fixed that search fo the like,
12601: found none
12602:
12603: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12604: string::serialize/deserialize implemented Language enum assigned
12605: meaningful letters [more convinient for debugging. read warning
12606: before adding/changing anything]
12607:
12608: 2003-09-25 paf
12609:
12610: * src/: include/pa_string.h, include/pa_version.h,
12611: main/pa_string.C, main/untaint.C: templates and anonymous unions
12612: differences on unix
12613:
12614: * parser3.sln, src/classes/file.C, src/classes/image.C,
12615: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12616: src/classes/xdoc.C, src/classes/xnode.C,
12617: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12618: src/include/pa_charsets.h, src/include/pa_common.h,
12619: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12620: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12621: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12622: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12623: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12624: src/main/compile_tools.h, src/main/pa_charset.C,
12625: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12626: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12627: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12628: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12629: src/types/pa_vmail.C, src/types/pa_vmath.C,
12630: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12631: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12632:
12633: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12634: functions aligned to that of eeparser3 look
12635:
12636: * src/lib/cord/cordprnt.c: removed warnings
12637:
12638: 2003-09-24 paf
12639:
12640: * src/: classes/file.C, classes/image.C, classes/mail.C,
12641: classes/op.C, classes/xdoc.C, classes/xnode.C,
12642: include/pa_cache_managers.h, include/pa_charset.h,
12643: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12644: include/pa_sql_driver_manager.h, include/pa_string.h,
12645: include/pa_stylesheet_manager.h, include/pa_table.h,
12646: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12647: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12648: main/pa_sql_driver_manager.C, main/pa_string.C,
12649: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12650: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12651: types/pa_vstateless_class.h, types/pa_vstatus.C,
12652: types/pa_vxnode.C: v() functions of String::Body,
12653: String::Languages and String itself StringBody->String::Body
12654:
12655: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12656: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12657: never optimized anything. todo: somehow speed up harder cases:
12658: concatenationA+concatenationB when last block of A and first of B
12659: contain same letters
12660:
12661: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12662: lib/cord/include/cord.h: langs: speed up by joining adjucent
12663: blocks of same char [CORD_append_block]
12664:
12665: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12666: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12667: save space by extending blocks when appending block with c ==
12668: lastblock.c
12669:
12670: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12671: working yet :( but more working &understood :)
12672:
12673: * src/: classes/table.C, include/pa_string.h,
12674: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12675:
12676: 2003-09-23 paf
12677:
12678: * src/main/untaint.C: $a[ok!] $a works!
12679:
12680: * src/main/untaint.C: something even more works :)
12681:
12682: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12683: something more works :)
12684:
12685: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12686: lib/cord/cordxtra.c: something already works :)
12687:
12688: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12689: serialize&deserialize
12690:
12691: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12692: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12693: main/untaint.C: main idea implemented, details left
12694:
12695: 2003-09-22 paf
12696:
12697: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12698:
12699: * src/classes/xnode.C: copy/paste comment bugfix
12700:
12701: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12702: allocator returns 0, just die.
12703: http://i2/tasks/edit/?id=4570798492410259445
12704:
12705: * src/classes/xdoc.C: copy/paste comment bugfix
12706:
12707: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12708: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12709: xnode: getAttributeNS setAttributeNS removeAttributeNS
12710: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12711:
12712: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12713: chars due to bitwise operation signed-char error]
12714:
12715: 2003-09-19 paf
12716:
12717: * src/types/pa_wcontext.C: output message: more practical
12718: suggestion
12719:
12720: * src/main/pa_common.C, operators.txt: merged
12721: $f[^file::load[binary;http://...]] $f.tables
12722:
12723: 2003-09-02 paf
12724:
12725: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12726: flush stdout without referencing 'stdout' symbol. to hell with
12727: non-ansi libraries without 'stdout' symbol
12728:
12729: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12730: unix (users reported problems with some old libc)
12731:
12732: * src/types/pa_vdate.h: forgot initializer
12733:
12734: 2003-09-01 paf
12735:
12736: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12737: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12738: zone]
12739:
12740: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12741:
12742: 2003-08-19 paf
12743:
12744: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12745: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12746: simplified a little
12747:
12748: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12749: [lost fix from 3.0.8]
12750:
12751: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12752: visible here }
12753:
12754: bug fix
12755:
12756: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12757:
12758: * src/main/compile.tab.C: initialized couple of variables about
12759: which user reported runtime problems when parser were compiled
12760: with VC7, warning level4. study shows that later in bison
12761: they've fixed that. would migrate to latest bison someday
12762:
12763: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12764: recoding headers)
12765:
12766: * src/types/pa_vmail.C: works as before, same charset problems:
12767: gmime recodes to UTF-8 only headers, not body. so not recoding
12768: anything for now
12769:
12770: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12771: problems with body
12772:
12773: * src/types/pa_vmail.C: mail_receive just compiled
12774:
12775: 2003-08-18 paf
12776:
12777: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12778: main/main.vcproj, types/types.vcproj: win32: continued process
12779: detaching from \parser3project directory
12780:
12781: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12782: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12783: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12784: src/lib/pcre/pcre_dftables.dsp,
12785: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12786: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12787: src/types/types.dsp: moved to MSVC 7
12788:
12789: * gnu.vcproj.vspscc, parser3.vssscc,
12790: src/classes/classes.vcproj.vspscc,
12791: src/lib/cord/cord.vcproj.vspscc,
12792: src/lib/ltdl/libltdl.vcproj.vspscc,
12793: src/lib/md5/md5.vcproj.vspscc,
12794: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12795: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12796: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12797: src/targets/isapi/parser3isapi.vcproj.vspscc,
12798: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12799: moved to MSVC 7
12800:
12801: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12802: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12803: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12804: src/lib/pcre/pcre_dftables.vcproj,
12805: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12806: src/targets/cgi/parser3.vcproj,
12807: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12808: new VS project files
12809:
12810: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12811: .NET to detect Jalindi Igloo capabilities.
12812:
12813: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12814: src/classes/classes.awk, src/doc/footer.htm,
12815: src/include/pa_config_fixed.h, src/include/pa_version.h,
12816: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12817: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12818: src/types/pa_vmail.C: merged 3.1.0 latest changes
12819:
12820: 2003-08-15 paf
12821:
12822: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12823: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12824:
12825: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12826: non-ascii <yyy> now encoded correctly
12827:
12828: 2003-07-29 paf
12829:
1.116 moko 12830: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12831: dist
1.95 moko 12832:
12833: * src/types/pa_vmail.C: just started --with-mail-receive
12834:
12835: 2003-07-28 paf
12836:
1.116 moko 12837: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12838: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12839:
12840: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12841:
12842: 2003-07-25 paf
12843:
12844: * src/doc/footer.htm: year
12845:
12846: 2003-07-24 paf
12847:
12848: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12849: fix
12850:
12851: * src/include/pa_version.h: release
12852:
1.116 moko 12853: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12854:
12855: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12856: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12857: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12858: getting rid of win32xml pseudo project
12859:
12860: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12861:
1.116 moko 12862: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12863: configure.in, operators.txt, parser3.dsw,
1.95 moko 12864: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12865: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12866: src/classes/classes.C, src/classes/classes.awk,
12867: src/classes/classes.dsp, src/classes/classes.h,
12868: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12869: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12870: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12871: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12872: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12873: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12874: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12875: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12876: src/include/pa_array.h, src/include/pa_cache_managers.h,
12877: src/include/pa_charset.h, src/include/pa_charsets.h,
12878: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12879: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12880: src/include/pa_dictionary.h, src/include/pa_dir.h,
12881: src/include/pa_exception.h, src/include/pa_exec.h,
12882: src/include/pa_globals.h, src/include/pa_hash.h,
12883: src/include/pa_memory.h, src/include/pa_opcode.h,
12884: src/include/pa_operation.h, src/include/pa_pool.h,
12885: src/include/pa_pragma_pack_begin.h,
1.95 moko 12886: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12887: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12888: src/include/pa_sapi.h, src/include/pa_socks.h,
12889: src/include/pa_sql_connection.h,
12890: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12891: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12892: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12893: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12894: src/include/pa_uue.h, src/lib/Makefile.am,
12895: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12896: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12897: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12898: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12899: src/lib/cord/include/ec.h,
12900: src/lib/cord/include/private/Makefile.am,
12901: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12902: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12903: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12904: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12905: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12906: src/main/compile_tools.C, src/main/compile_tools.h,
12907: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12908: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12909: src/main/pa_charsets.C, src/main/pa_common.C,
12910: src/main/pa_dictionary.C, src/main/pa_dir.C,
12911: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12912: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12913: src/main/pa_request.C, src/main/pa_socks.C,
12914: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12915: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12916: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12917: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12918: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12919: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12920: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12921: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12922: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12923: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12924: src/targets/isapi/parser3isapi.dsp,
12925: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12926: src/types/pa_junction.h, src/types/pa_method.h,
12927: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12928: src/types/pa_vclass.C, src/types/pa_vclass.h,
12929: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12930: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12931: src/types/pa_vdouble.h, src/types/pa_venv.h,
12932: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12933: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12934: src/types/pa_vimage.C, src/types/pa_vimage.h,
12935: src/types/pa_vint.h, src/types/pa_vjunction.h,
12936: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12937: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12938: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12939: src/types/pa_vobject.C, src/types/pa_vobject.h,
12940: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12941: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12942: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12943: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12944: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12945: src/types/pa_vstring.h, src/types/pa_vtable.C,
12946: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12947: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12948: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12949: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12950: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12951: HEAD
12952:
12953: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12954: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12955: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12956: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12957: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12958: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12959: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12960: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12961: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12962: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12963: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12964: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12965: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12966: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12967: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12968: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12969: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12970: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12971: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12972: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12973: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12974: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12975: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12976: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12977: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12978: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12979: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12980: outputs/create-dir, results/001.processed, results/002.processed,
12981: results/003.processed, results/004.processed,
12982: results/005.processed, results/006.processed,
12983: results/007.processed, results/008.processed,
12984: results/009.processed, results/010.processed,
12985: results/011.processed, results/012.processed,
12986: results/013.processed, results/014.processed,
12987: results/015.processed, results/016.processed,
12988: results/017.processed, results/018.processed,
12989: results/019.processed, results/020.processed,
12990: results/021.processed, results/022.processed,
12991: results/023.processed, results/024.processed,
12992: results/025.processed, results/026.processed,
12993: results/027.processed, results/028.processed,
12994: results/029.processed, results/030.processed,
12995: results/031.processed, results/032.processed,
12996: results/033.processed, results/034.processed,
12997: results/035.processed, results/036.processed,
12998: results/037.processed, results/038.processed,
12999: results/039.processed, results/040.processed,
13000: results/041.processed, results/042.processed,
13001: results/043.processed, results/044.processed,
13002: results/045.processed, results/046.processed,
13003: results/047.processed, results/048.processed,
13004: results/049.processed, results/050.processed,
13005: results/051.processed, results/052.processed,
13006: results/053.processed, results/054.processed,
13007: results/055.processed, results/056.processed,
13008: results/057.processed, results/058.processed,
13009: results/059.processed, results/060.processed,
13010: results/061.processed, results/062.processed,
13011: results/063.processed, results/064.processed,
13012: results/065.processed, results/066.processed,
13013: results/067.processed, results/068.processed,
13014: results/069.processed, results/070.processed,
13015: results/071.processed, results/072.processed,
13016: results/073.processed, results/074.processed,
13017: results/075.processed, results/076.processed,
13018: results/077.processed, results/078.processed,
13019: results/079.processed, results/080.processed,
13020: results/081.processed, results/082.processed,
13021: results/083.processed, results/084.processed,
13022: results/085.processed, results/086.processed,
13023: results/087.processed, results/088.processed,
13024: results/089.processed, results/090.processed,
13025: results/091.processed, results/092.processed,
13026: results/093.processed, results/094.processed,
13027: results/095.processed, results/096.processed,
13028: results/097.processed, results/098.processed,
13029: results/099.processed, results/100.processed,
13030: results/101.processed, results/102.processed,
13031: results/103.processed, results/104.processed,
13032: results/105.processed, results/106.processed,
13033: results/107.processed, results/108.processed,
13034: results/109.processed, results/110.processed,
13035: results/111.processed, results/112.processed,
13036: results/113.processed, results/114.processed,
13037: results/115.processed, results/116.processed,
13038: results/117.processed, results/118.processed,
13039: results/119.processed, results/120.processed,
13040: results/121.processed, results/122.processed,
13041: results/123.processed, results/124.processed,
13042: results/125.processed, results/126.processed,
13043: results/127.processed, results/128.processed,
13044: results/129.processed, results/130.processed,
13045: results/131.processed, results/132.processed,
13046: results/133.processed, results/134.processed,
13047: results/135.processed, results/136.processed,
13048: results/137.processed, results/138.processed,
13049: results/139.processed, results/140.processed,
13050: results/141.processed: merged(copied) to HEAD from template_gc
13051:
13052: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13053: towards \parser3project not having to be in root
13054:
13055: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13056: module compiled [were minor unnecessary changes in lib/md5
13057: interface]
13058:
13059: * src/include/pa_version.h: release
13060:
13061: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13062:
13063: * src/classes/math.C: merged uuid bugfix
13064:
13065: * tests/: 141.html, results/141.processed: fixed bug with
13066: too-small-a-buffer
13067:
13068: * src/classes/math.C: uuid bugfix
13069:
13070: * tests/: 141.html, Makefile, results/005.processed,
13071: results/030.processed, results/075.processed,
13072: results/078.processed: to reflect date format change (were -
13073: become ' ')
13074:
13075: * src/classes/math.C: uuid bugfix
13076:
13077: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13078: debug/release changes
13079:
13080: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13081:
13082: 2003-07-23 paf
13083:
13084: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13085: renamed a little [to move to comman naming conv]
13086:
1.116 moko 13087: * src/targets/Makefile.am: apache13 splitted to simplify apache
13088: build
1.95 moko 13089:
13090: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13091: main/pa_request.C, main/pa_sql_driver_manager.C,
13092: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13093: stack top_index() fixed
13094:
13095: * src/main/pa_globals.C: minor style changes
13096:
13097: * src/: classes/op.C, include/pa_sql_connection.h: connection
13098: closing/caching fixed [connections were not closed/put to cache]
13099:
13100: 2003-07-22 paf
13101:
13102: * INSTALL: gc part updated stightly
13103:
13104: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13105: new sapi interface
13106:
13107: * src/classes/file.C: comment on OS
13108:
13109: * src/main/pa_string.C: removed reduntant invariant check [there is
13110: one deeper in cord lib]
13111:
13112: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13113:
13114: * src/main/pa_memory.C: out of memory is no longer coredump
13115:
13116: * INSTALL: disable-threads adviced
13117:
13118: 2003-07-21 paf
13119:
1.116 moko 13120: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13121:
13122: * src/classes/file.C: file::exec/cgi environment variables now must
13123: be UPPERCASE and A-Z 0-9 _-
13124:
13125: * src/classes/file.C: env passing fixed
13126:
13127: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13128:
13129: * src/main/pa_common.C: http:// CRLF now
13130:
13131: 2003-07-02 paf
13132:
13133: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13134: fields to reflect their real meaning
13135:
13136: 2003-06-27 paf
13137:
13138: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13139: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13140: file::exec/cgi .charset
13141:
13142: 2003-06-26 paf
13143:
13144: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13145: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13146: src/classes/table.C: fixed several uninitialized local
13147: structures. notably ^hash.foreach now inserts delimiters
13148: properly [were inserting it before first body]
13149:
13150: 2003-06-24 paf
13151:
13152: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13153:
13154: 2003-06-20 paf
13155:
13156: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13157: src/main/pa_globals.C: introducing
13158: $f[^file::load[binary;http://...]] $f.tables
13159:
13160: 2003-06-06 paf
13161:
13162: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13163: table. [were method lookup: inconsistent]
13164:
13165: 2003-06-02 paf
13166:
13167: * src/include/pa_memory.h: empty string clone fixed to return
13168: writable memory
13169:
13170: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13171: were not appended] which violated string invariant
13172:
13173: 2003-05-30 paf
13174:
13175: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13176: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13177:
13178: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13179: GMT ; RFC 822, updated by RFC 1123
13180:
13181: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13182: targets/isapi/parser3isapi.C: initialized request_info properly
13183:
13184: * src/classes/xnode.C: found minor bug, commended for future
13185:
13186: 2003-05-28 paf
13187:
13188: * src/classes/form.C: request_info.content_length can't be <0,
13189: size_t for some time
13190:
13191: 2003-05-26 paf
13192:
13193: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13194: forgotten <0 changed to !=STRING_NOT_FOUND
13195:
13196: * src/classes/math.C: merged ffffu from HEAD
13197:
13198: 2003-05-11 paf
13199:
13200: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13201:
13202: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13203: premature doc free. transformed document had xmlDoc reference
13204: stored to non-gc-memory (libgdome) added holding-reference
13205:
13206: 2003-04-29 paf
13207:
13208: * src/main/pa_globals.C: started digging on double free. on win32
13209: found that that's perfectly normal.
13210:
13211: 2003-04-25 paf
13212:
13213: * src/classes/table.C: table.join bug fix [bad limit check]
13214:
13215: * src/classes/math.C: merged from HEAD: simpiler hash_string
13216:
13217: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13218: print anything. changed to quicker and simplier code
13219:
13220: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13221: strict a check]
13222:
13223: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13224:
13225: 2003-04-24 paf
13226:
13227: * src/include/pa_table.h: too strict assert loosened
13228:
13229: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13230: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13231: report
13232:
13233: 2003-04-21 paf
13234:
1.116 moko 13235: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13236:
13237: * src/main/pa_globals.C: pcre memory management changed to use GC
13238: memory
13239:
13240: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13241: xmlMallocAtomic [author agreed to my suggestion], used that
13242:
13243: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13244:
13245: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13246: types/pa_vmail.C: attributed_meaning_to_string added
13247: L_UNSPECIFIED piece which was sortof OK, but violated string
13248: invariant [assertion barked on that] changed to L_PASS_APPEND,
13249: made that param obligatory
13250:
13251: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13252: fixed [assert helped]
13253:
13254: * src/include/pa_string.h: assert added [looking for bug]
13255:
13256: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13257: names on Win32 considered disk-global
13258:
13259: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13260: considered disk-global
13261:
13262: 2003-04-18 paf
13263:
13264: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13265: filenames
13266:
13267: * src/main/untaint.C: enabled '~' letter in filenames
13268:
13269: 2003-04-16 paf
13270:
13271: * src/classes/file.C: small bug introduced in autoptr times fixed
13272:
13273: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13274: HEAD
13275:
1.116 moko 13276: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13277:
13278: 2003-04-15 paf
13279:
13280: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13281: src/lib/md5/pa_md5c.c, tests/141.html,
13282: tests/results/141.processed: merged from head ^math:uuid[]
13283: ^math:uid64[] ^math:md5[string]
13284:
13285: test added: 141.html
13286:
13287: * operators.txt, src/classes/math.C: ^math:uid64[]
13288:
13289: * src/classes/math.C: ^math:uuid[]
13290:
13291: * operators.txt, src/classes/math.C: ^math:uuid[]
13292:
13293: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13294: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13295:
13296: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13297: src/include/pa_config_fixed.h, src/main/pa_common.C:
13298: ^file::load[mode;name; $.offset $.limit
13299:
13300: 2003-04-14 paf
13301:
13302: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13303: started ^math:md5
13304:
13305: * src/classes/table.C, src/include/pa_array.h,
13306: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13307: tests/results/140.processed: table $.reverse option works in
13308: create&co table $.distinct[tables] bug fix merged
13309:
13310: * src/: classes/table.C, include/pa_table.h: table
13311: $.distinct[tables] bug fixed
13312:
13313: * src/classes/table.C: more warnings
13314:
13315: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13316: removed checks in table::set_current, moved them back to
13317: table::locate implemented table::create/join ñ $.reverse
13318:
13319: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13320: removed checks in table::set_current, moved them back to
13321: table::locate
13322:
13323: 2003-04-11 paf
13324:
13325: * operators.txt, src/classes/date.C, src/classes/table.C,
13326: src/include/pa_array.h, src/include/pa_common.h,
13327: src/include/pa_config_includes.h, src/include/pa_string.h,
13328: src/include/pa_table.h, src/main/pa_request.C,
13329: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13330: src/main/pa_table.C: merged from HEAD from
13331: before_append_array_limit_sense_change to
13332: after_append_array_limit_sense_change
13333:
13334: * src/classes/table.C: typo
13335:
13336: * operators.txt, src/classes/date.C, src/classes/table.C,
13337: src/include/pa_array.h, src/include/pa_common.h,
13338: src/include/pa_config_includes.h, src/include/pa_globals.h,
13339: src/include/pa_table.h, src/main/pa_array.C,
13340: src/main/pa_globals.C, src/main/pa_request.C,
13341: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13342: src/main/pa_table.C: append_array_limit_sense_change locate
13343: accepts options same as create new option: $.reverse(1) [do not
13344: work in table::create]
13345:
13346: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13347: (stat xxx,
13348:
13349: * src/classes/: table.C: typo
13350:
13351: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13352: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13353: results/130.processed, results/131.processed,
13354: results/132.processed, results/133.processed,
13355: results/134.processed, results/135.processed,
13356: results/136.processed, results/137.processed,
13357: results/138.processed, results/139.processed: added few mustfail
13358: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13359: date/time 132.html mustfail: access to junction outside of
13360: context 133.html mustfail: access to junction outside of context,
13361: case version 134.html mustfail: hash: adding a key inside of
13362: foreach 135.html mustfail: modifying system class 136.html
13363: mustfail: $.name outside of $hash[here] 137.html mustfail:
13364: appendChild without import 138.html mustfail: invalid encoding
13365: inside of xml 139.html mustfail: bad XPath
13366:
13367: * operators.txt, src/classes/table.C, tests/084.html,
13368: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13369: tests/129.html, tests/results/125.processed,
13370: tests/results/126.processed, tests/results/127.processed,
13371: tests/results/128.processed, tests/results/129.processed: merged
13372: from HEAD ^table.hash[key][$.distinct[tables]]
13373:
13374: maked appropriate tests [changed one old nonconforming]
13375:
13376: * operators.txt, src/classes/table.C:
13377: ^table.hash[key][$.distinct[tables]]
13378:
13379: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13380: merged fix for found very old xml (dom) bug: were passing
13381: domString objects and later ERROREOUSLY freed them
13382:
13383: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13384: src/main/pa_charset.C: re-added libgdome patch. regretfully
13385: libgdome bug can not be worked around
13386:
13387: 2003-04-10 paf
13388:
13389: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13390: found very old xml (dom) bug: were passing domString objects and
13391: later ERROREOUSLY freed them
13392:
13393: * src/doc/string.dox, src/include/pa_memory.h,
13394: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13395: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13396: tests/123.html, tests/124.html, tests/results/001.processed,
13397: tests/results/002.processed, tests/results/003.processed,
13398: tests/results/004.processed, tests/results/005.processed,
13399: tests/results/006.processed, tests/results/008.processed,
13400: tests/results/009.processed, tests/results/010.processed,
13401: tests/results/011.processed, tests/results/012.processed,
13402: tests/results/013.processed, tests/results/014.processed,
13403: tests/results/015.processed, tests/results/016.processed,
13404: tests/results/017.processed, tests/results/018.processed,
13405: tests/results/020.processed, tests/results/021.processed,
13406: tests/results/022.processed, tests/results/023.processed,
13407: tests/results/024.processed, tests/results/025.processed,
13408: tests/results/026.processed, tests/results/027.processed,
13409: tests/results/028.processed, tests/results/029.processed,
13410: tests/results/030.processed, tests/results/031.processed,
13411: tests/results/032.processed, tests/results/033.processed,
13412: tests/results/034.processed, tests/results/035.processed,
13413: tests/results/036.processed, tests/results/037.processed,
13414: tests/results/038.processed, tests/results/039.processed,
13415: tests/results/040.processed, tests/results/041.processed,
13416: tests/results/042.processed, tests/results/043.processed,
13417: tests/results/044.processed, tests/results/045.processed,
13418: tests/results/046.processed, tests/results/047.processed,
13419: tests/results/048.processed, tests/results/049.processed,
13420: tests/results/050.processed, tests/results/051.processed,
13421: tests/results/052.processed, tests/results/053.processed,
13422: tests/results/054.processed, tests/results/055.processed,
13423: tests/results/056.processed, tests/results/057.processed,
13424: tests/results/058.processed, tests/results/059.processed,
13425: tests/results/060.processed, tests/results/061.processed,
13426: tests/results/062.processed, tests/results/063.processed,
13427: tests/results/064.processed, tests/results/065.processed,
13428: tests/results/066.processed, tests/results/067.processed,
13429: tests/results/068.processed, tests/results/069.processed,
13430: tests/results/070.processed, tests/results/071.processed,
13431: tests/results/072.processed, tests/results/073.processed,
13432: tests/results/074.processed, tests/results/075.processed,
13433: tests/results/076.processed, tests/results/077.processed,
13434: tests/results/078.processed, tests/results/079.processed,
13435: tests/results/080.processed, tests/results/081.processed,
13436: tests/results/082.processed, tests/results/083.processed,
13437: tests/results/084.processed, tests/results/085.processed,
13438: tests/results/086.processed, tests/results/087.processed,
13439: tests/results/088.processed, tests/results/089.processed,
13440: tests/results/090.processed, tests/results/091.processed,
13441: tests/results/092.processed, tests/results/093.processed,
13442: tests/results/094.processed, tests/results/095.processed,
13443: tests/results/096.processed, tests/results/097.processed,
13444: tests/results/101.processed, tests/results/102.processed,
13445: tests/results/104.processed, tests/results/105.processed,
13446: tests/results/106.processed, tests/results/107.processed,
13447: tests/results/108.processed, tests/results/109.processed,
13448: tests/results/110.processed, tests/results/111.processed,
13449: tests/results/112.processed, tests/results/113.processed,
13450: tests/results/114.processed, tests/results/115.processed,
13451: tests/results/116.processed, tests/results/117.processed,
13452: tests/results/118.processed, tests/results/119.processed,
13453: tests/results/120.processed, tests/results/121.processed,
13454: tests/results/122.processed, tests/results/123.processed,
13455: tests/results/124.processed: new convention: char* never 0.
13456: assert in cord on that
13457:
13458: * src/main/pa_charset.C: couple more asserts
13459:
13460: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13461: speedup
13462:
13463: * src/main/pa_charset.C: couple assertions on fantastic situations
13464: added [may be those is the case now?]
13465:
13466: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13467: that's memory from gc_malloc, not from g_malloc :(, but would
13468: hope]
13469:
13470: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13471: that's memory from gc_malloc, not from g_malloc :(, but would
13472: hope]
13473:
13474: * src/main/pa_charset.C: checked custom malloc for returning 0
13475:
13476: 2003-04-09 paf
13477:
13478: * src/classes/date.C: merged ^date.roll changes
13479:
13480: * src/classes/date.C: ^date.roll bug fix
13481:
13482: * src/classes/date.C: ^date.roll now throws less errors: month
13483: shifts handles end of month situation by reducing day number
13484: hour-hole shift reduces hour to recover
13485:
13486: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13487: Sort by function time
13488:
13489: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13490: http:// $.charset[] param done
13491:
13492: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13493: added [after volatile fix. passes on win&intel-solaris]
13494:
13495: 2003-04-08 paf
13496:
13497: * src/: classes/file.C, classes/op.C, classes/table.C,
13498: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13499: include/pa_common.h, include/pa_request_charsets.h,
13500: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13501: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13502: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13503: types/pa_vresponse.C: started http:// $.charset[] param and
13504: http response charset detection just compiled. todo:test
13505:
13506: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13507:
13508: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13509: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13510: types/pa_vmail.C: changed transcode param converntion along with
13511: string creating convention -- all strings are zero-terminated,
13512: this allowed to fix one remaining String("123", 2) case
13513:
13514: * src/: classes/date.C, classes/file.C, classes/hash.C,
13515: classes/op.C, classes/string.C, classes/table.C,
13516: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13517: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13518: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13519: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13520: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13521: violated String::invariant. started fixing [not compiled now]
13522:
13523: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13524: main/compile.tab.C, main/compile.y, main/pa_string.C,
13525: main/untaint.C, targets/cgi/parser3.C: number of string style
13526: improvements & optimizations
13527:
13528: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13529: :(]
13530:
13531: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13532: [for it's a pointer really]
13533:
13534: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13535: 'n' param. worked that around
13536:
13537: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13538: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13539: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13540: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13541: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13542:
13543: Thanks for the bug report and patch.
13544:
13545: I hadn't looked at this code in a while. Reading it now, it
13546: seems to me that the tests should also be ">= MAX_DEPTH" to
13547: comply with the invariant, though that may not matter a lot. I
13548: changed that, too.
13549:
13550: Hans
13551:
13552: 2003-04-07 paf
13553:
13554: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13555: merged from head:safe mode error message now includes numbers
13556:
13557: * src/main/execute.C: n-th attempt to make a=a work with double.
13558: problem: as_double returns it's result in fp-register compiler
13559: optimizes access to that register after b->as_double, and just
13560: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13561: from memory. _SAME_ double values do not match here. when
13562: forced to REload fp-register, values do match.
13563:
13564: tried to make them volatile.
13565:
13566: * src/main/execute.C: n-th attempt to make a=a work with double.
13567: problem: as_double returns it's result in fp-register compiler
13568: optimizes access to that register after b->as_double, and just
13569: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13570: from memory. _SAME_ double values do not match here. when
13571: forced to REload fp-register, values do match.
13572:
13573: tried to make them volatile.
13574:
13575: * src/types/pa_vobject.h: small style change
13576:
13577: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13578:
13579: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13580: mode error message now includes numbers
13581:
13582: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13583: now causes death
13584:
13585: 2003-04-04 paf
13586:
13587: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13588: incorportated pa_exec patch by From: "Victor Fedoseev"
13589: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13590: Sent: Thursday, January 23, 2003 9:14 AM
13591:
13592: huge speedup on ^file::cgi with big result
13593:
13594: * src/classes/table.C: sort table with 0 rows bug fixed
13595:
13596: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13597: fix http://i2/tasks/edit/?id=4493701604654042676
13598:
13599: @main[] $with_default[ $.a[1] $._default[default from
13600: with_default] ] ^show[$with_default]
13601:
13602: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13603: =$to_add_to.xxx=<br>
13604:
13605: ^show[$to_add_to]
13606:
13607: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13608: ^show[$cloned]
13609:
13610: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13611:
13612: } <hr>
13613:
13614: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13615: http://i2/tasks/edit/?id=4493701604654042676
13616:
13617: @main[] $with_default[ $.a[1] $._default[default from
13618: with_default] ] ^show[$with_default]
13619:
13620: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13621: =$to_add_to.xxx=<br>
13622:
13623: ^show[$to_add_to]
13624:
13625: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13626: ^show[$cloned]
13627:
13628: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13629:
13630: } <hr>
13631:
13632: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13633: http://i2/tasks/edit/?id=4507350336410850921
13634:
13635: * src/classes/xdoc.C: memory allocation func bugfix
13636: http://i2/tasks/edit/?id=4499303470368629745
13637:
13638: * src/classes/math.C: allowed random 1...
13639:
13640: * src/classes/math.C: allowed random 0..
13641:
13642: * src/main/pa_globals.C: exif mem leak
13643: http://i2/tasks/edit/?id=4480590323629807263
13644:
13645: * src/: classes/classes.dsp, main/main.dsp,
13646: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13647: fix http://i2/tasks/edit/?id=4493946731322521294
13648: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13649:
13650: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13651: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13652: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13653: links to xml libs made relative, no need to unpack parser3project
13654: to /parser3project.
13655:
13656: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13657: column more precise - tab handling bug fixed
13658:
13659: * src/main/: compile.tab.C, compile.y: more understandable error
13660: message in case @CLASS with more then one line inside
13661:
13662: * src/targets/cgi/parser3.C: more understandable error message in
13663: case of errors in @unhandled_exception
13664:
13665: 2003-04-03 paf
13666:
13667: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13668: src/main/compile.tab.C, src/main/compile.y,
13669: src/main/compile_tools.C, src/main/compile_tools.h,
13670: src/main/execute.C, src/main/pa_request.C: debug info format
13671: simplified, now it's: OP_VALUE Operation::Origin << here value*
13672:
13673: higher limits: file number (max: 255) line number (max:
13674: 64535) column number (max: 255)
13675:
13676: * src/classes/math.C: top limit
13677:
13678: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13679: precise parse error position in case of
13680:
13681: ^bug ]
13682:
13683: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13684: changed to realities, and passed [bug fixed]
13685:
13686: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13687: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13688: main/compile_tools.h, main/pa_request.C: introducing
13689: ^process...[main-method-alias]
13690:
13691: * src/: classes/date.C, classes/image.C, classes/op.C,
13692: classes/string.C, classes/table.C, classes/xdoc.C,
13693: types/pa_vmethod_frame.h: MethodParams& now [methods without
13694: params receive zero reference, but they are expected not to look
13695: there]
13696:
13697: * operators.txt, src/classes/date.C, src/classes/double.C,
13698: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13699: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13700: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13701: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13702: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13703: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13704: [methods without params receive zero reference, but they are
13705: expected not to look there]
13706:
13707: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13708: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13709: ^process...[filename] useful for better error reporting
13710: [file/line/col]
13711:
13712: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13713: types/pa_vstring.h: slightly improved error messages text: 1. is
13714: '%s', it 2. method undefined in case of ^void[]
13715:
13716: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13717: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13718: handling done. now we have error columns todo: test it
13719:
13720: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13721: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13722:
13723: this makes life easier: were: bad stack order -- were in
13724: exception catch unwind order, which didn't match execution order
13725:
13726: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13727:
13728: @first[] ^throw[a;1]
13729:
13730: showed throw a first throw b try
13731:
13732: which is no good
13733:
13734: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13735: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13736: trace reset after handled exception [old bug fixed]
13737:
13738: * src/main/: compile.tab.C, compile.y: parse position old bug
13739: fixed. position reporting made precise [both, in parse erros and
13740: runtime errors]
13741:
13742: 2003-04-02 paf
13743:
13744: * src/: include/pa_operation.h, include/pa_request.h,
13745: main/compile.C, main/compile.tab.C, main/compile.y,
13746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13747: main/pa_exception.C, main/pa_request.C: debug info: started
13748: using. todo:complete
13749:
13750: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13751: main/compile.C, main/compile.tab.C, main/compile.y,
13752: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13753: main/pa_request.C: prepared debug info todo:use it
13754:
13755: * src/include/pa_operation.h: strange mistake fixed: forgot to
13756: return Operation class->union after switching from autoptrs.
13757:
13758: * tests/: Makefile, results/108.processed, results/117.processed:
13759: meta considered OK [it's up to coder now to remove it not needed]
13760:
13761: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13762: Dictionary constructor when moved to gc]
13763:
13764: * src/main/pa_common.C: uncommented http:// file loading
13765:
13766: * src/include/pa_array.h, src/main/execute.C,
13767: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13768: fix [gdGrowingBuf]
13769:
13770: * configure.in, src/lib/Makefile.am: removed patches
13771:
13772: * configure, src/include/pa_config_auto.h.in,
13773: src/main/pa_charset.C: --enable-assertions autoconf-ed
13774:
13775: * src/main/pa_common.C: uncommented http:// file loading
13776:
13777: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13778: xdoc::create/load
13779:
13780: * src/: classes/form.C, classes/hash.C, classes/image.C,
13781: classes/string.C, classes/table.C, classes/void.C,
13782: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13783: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13784: String::String(str,helper_length) are checked. found/fixed one
13785: place: $request:body now zero-terminated,
13786:
13787: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13788: main/compile_tools.C, main/execute.C, types/pa_value.h,
13789: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13790: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13791: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13792: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13793: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13794: types/pa_vxnode.h: more locally scoped vars in execute (more
13795: easily optimizable)
13796:
13797: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13798: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13799:
13800: * src/: include/pa_array.h, include/pa_stack.h,
13801: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13802: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13803: become assertion iterator in methodframe filler
13804:
13805: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13806: targets/cgi/parser3.C: array::get/put inlined
13807:
13808: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13809: gc_substitute_memory_management_functions +installed CORD_oom
13810: function
13811:
13812: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13813: src/include/pa_config_includes.h, src/include/pa_string.h,
13814: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13815: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13816: assertions started configure.in --enable-assertions
13817:
13818: 2003-04-01 paf
13819:
13820: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13821: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13822: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13823: gdome uses glib memory, and stores last pointer to xmlDoc there,
13824: gc misses that and collects valid memory fixed by remembering
13825: xmlDoc from dom object in xdoc. todo: do something with
13826: premature free of xdoc with xnodes/node values referring into it
13827:
13828: * src/classes/: mail.C: typo fix
13829:
13830: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13831: changes
13832:
13833: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13834: main/pa_memory.C: moved memory debugging to global level: to
13835: pa_gc_malloc
13836:
13837: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13838: debugging showed no errors. todo: debug parser memory
13839:
13840: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13841: configurations
13842:
13843: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13844: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13845: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13846: types/types.dsp: prepared xml-static configuration
13847:
13848: 2003-03-31 paf
13849:
13850: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13851: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13852: xml lib memory debugging, simple checks failed: it seems that
13853: library does realloc(bad ptr), and recording those ptrs in heap
13854: [for debugging] was bad: heap situation changes = everything
13855: works fine
13856:
13857: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13858: xmlRegisterCharEncodingHandler limitation [currently imposed
13859: limit of 10 user-defined charsets]
13860:
13861: 2003-03-28 paf
13862:
13863: * src/main/execute.C: execution stack copied to local register
13864: variable, removed lots [~2e7) of memory accesses
13865:
13866: 2003-03-27 paf
13867:
13868: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13869: works in debug, but fails in release todo: fix that
13870:
13871: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13872: targets/cgi/parser3.C: forgot to merge XML memory funcs
13873: replacement from gc branch
13874:
13875: * src/main/pa_exec.C: introducing append_help_length [radical
13876: improvement here]
13877:
13878: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13879: 'not recommened' in gc.h, on win32 noticed no difference]
13880:
13881: * src/include/pa_array.h: returned checked array get [were disabled
13882: for debugging] result:not slower [don't understand that, it were
13883: INLINED] todo: find out a way of inlining it!
13884:
13885: * src/: include/pa_string.h, lib/gc/include/gc.h,
13886: lib/gc/include/gc_fake.h, main/compile.tab.C,
13887: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13888: convention changed: all resulting strings are zero-terminated
13889:
13890: * src/: classes/date.C, classes/file.C, classes/hash.C,
13891: classes/string.C, classes/table.C, classes/void.C,
13892: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13893: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13894: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13895: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13896: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13897: types/pa_vfile.C, types/pa_vmail.C: introducing
13898: append_help_length [radical improvement here]
13899:
13900: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13901: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13902: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13903: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13904: even slower
13905:
13906: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13907: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13908: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13909: clients of &get(): most to use non-ref version, some[in tight
13910: places] to get_unchecked_ref
13911:
13912: * src/doc/memory.dox: forgot to add
13913:
13914: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13915: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13916: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13917: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13918: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13919: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13920: targets/cgi/parser3.dsp, types/pa_vmail.C,
13921: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13922: T>>&<< removed after Stack::pop wiping removed [moved to separate
13923: func] other Array & removed
13924:
13925: 2003-03-26 paf
13926:
13927: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13928: classes/table.C, include/pa_array.h, include/pa_charset.h,
13929: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13930: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13931: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13932: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13933: main/pa_exec.C, main/pa_sql_driver_manager.C,
13934: main/pa_stylesheet_manager.C, main/pa_table.C,
13935: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13936: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13937: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13938: pre-evaluated .count() in some places
13939:
13940: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13941: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13942: types/types.dsp: .dsp profiling updated
13943:
13944: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13945: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13946: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13947:
13948: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13949: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13950: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13951: use lib/gc,lib/cord
13952:
1.116 moko 13953: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13954: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13955: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13956: src/include/pa_config_includes.h, src/include/pa_request.h,
13957: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13958: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13959: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13960: src/lib/cord/include/Makefile.am,
1.116 moko 13961: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13962: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13963: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13964: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13965: src/types/pa_vform.h, src/types/pa_vhash.h,
13966: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13967: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13968: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13969: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13970: funcs ported pa_exec
1.95 moko 13971:
13972: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13973:
13974: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13975: bundled gc includes
13976:
13977: * src/: classes/op.C, include/pa_array.h,
13978: include/pa_sql_connection.h, include/pa_string.h,
13979: include/pa_version.h, main/compile.tab.C, main/compile.y,
13980: main/execute.C, main/pa_common.C, main/pa_exception.C,
13981: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13982: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13983: first real site (aval)]
13984:
13985: 2003-03-25 paf
13986:
13987: * operators.txt, src/main/pa_sql_driver_manager.C,
13988: src/types/pa_vstatus.C: $status.memory used free since_compact
13989: process
13990:
13991: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13992: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13993:
13994: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13995:
13996: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13997: src/types/pa_value.h, src/types/pa_vfile.h,
13998: src/types/pa_vobject.C, src/types/pa_vobject.h,
13999: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14000: tests/results/121.processed: untaint.C L_URI
14001:
14002: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14003: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14004: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14005: src/types/pa_vmemory.h: ^memory:compact[]
14006:
14007: * tests/results/109.processed: it was a bug in parser. updated 109
14008: test result
14009:
14010: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14011:
14012: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14013: tests/results/107.processed: fixed dom language [values are now
14014: considered tainted. it was a bug in parser. updated 107 test
14015: result
14016:
14017: * src/classes/xdoc.C: fixed transform params
14018:
14019: * src/: include/pa_stylesheet_manager.h,
14020: main/pa_stylesheet_manager.C: fixed stylesheet caching
14021:
14022: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14023: overloads for structure handling
14024:
14025: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14026: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14027: StringBody(0) ambiguilty, introducting static
14028: StringBody::Format(int)
14029:
14030: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14031: linked
14032:
14033: * src/types/pa_vxdoc.C: vxdoc compiled
14034:
14035: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14036: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14037: finalizers isntalled
14038:
14039: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14040: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14041: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14042: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14043: compiled todo: xnode.C / finalizers
14044:
14045: * src/doc/string.dox: updated: new string internals
14046:
14047: 2003-03-24 paf
14048:
14049: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14050: include/pa_charset.h, include/pa_config_fixed.h,
14051: include/pa_request.h, include/pa_stylesheet_connection.h,
14052: include/pa_stylesheet_manager.h, main/pa_charset.C,
14053: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14054: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14055: types/pa_vxnode.h: started XML
14056:
14057: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14058:
14059: * src/: classes/file.C, classes/image.C, classes/mail.C,
14060: include/pa_string.h, main/pa_common.C,
14061: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14062:
14063: * src/: classes/file.C, classes/image.C, classes/mail.C,
14064: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14065: main/pa_request.C, main/pa_sql_driver_manager.C,
14066: types/pa_vimage.h: size_t pos everywhere checks changed to check
14067: for eq STRING_NOT_FOUND
14068:
14069: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14070: optimize bit implemented
14071:
14072: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14073: String::ArrayFragment::append_positions fixed
14074:
14075: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14076: String::this_starts fixed
14077:
14078: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14079:
14080: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14081: hashcode implemented fully, including per-char callback [it can
14082: be - substr CORD node]
14083:
14084: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14085: rewritten to rewalloc with 100byte buf ahead
14086:
14087: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14088: src/include/pa_string.h, src/main/compile.tab.C,
14089: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14090: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14091: CORD_ec [bad] would rewrite as realloc now
14092:
14093: * src/: classes/date.C, classes/file.C, classes/form.C,
14094: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14095: include/pa_cache_managers.h, include/pa_charsets.h,
14096: include/pa_common.h, include/pa_request.h,
14097: include/pa_sql_driver_manager.h, include/pa_table.h,
14098: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14099: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14100: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14101: types/pa_vmail.C, types/pa_vmethod_frame.C,
14102: types/pa_vstateless_class.h: 2*2 worked :)
14103:
14104: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14105: src/include/pa_exec.h, src/include/pa_string.h,
14106: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14107: passed OK
14108:
14109: * src/: classes/hash.C, classes/string.C, classes/table.C,
14110: types/pa_value.C: all linked todo: debug
14111:
14112: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14113: types/pa_vstateless_class.C: all compiled. todo:link
14114:
14115: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14116:
14117: * src/types/pa_vtable.C: pa_vtable.C compiled
14118:
14119: * src/types/pa_vstring.C: pa_vstring.C compiled
14120:
14121: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14122:
14123: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14124: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14125: pa_vstateless_class.C, pa_vstateless_class.h:
14126: pa_vstateless_class.C compiled
14127:
14128: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14129: types/pa_vmath.C: pa_vmail.C compiled
14130:
14131: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14132:
14133: * src/types/pa_vform.C: pa_vform.C compiled
14134:
14135: * src/types/pa_vfile.C: pa_vfile.C compiled
14136:
14137: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14138: pa_vstateless_class.C: pa_vcookie.C compiled
14139:
14140: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14141: types/pa_vhash.h: pa_value.C compiled
14142:
14143: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14144: classes.lib main.lib compiled
14145:
14146: * src/classes/void.C: void.C compiled
14147:
14148: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14149: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14150: compiled
14151:
14152: * src/: classes/string.C, include/pa_request.h,
14153: include/pa_string.h, main/pa_string.C: string.C compiled
14154:
14155: * src/: classes/op.C, classes/string.C, classes/table.C,
14156: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14157: main/pa_request.C, main/pa_string.C: op.C compiled
14158:
14159: * src/classes/: math.C, op.C: math.C compiled
14160:
14161: * src/: classes/mail.C, classes/string.C, classes/table.C,
14162: types/pa_vmail.h: mail.C compiled
14163:
14164: * src/classes/: int.C, table.C: int.C compiled
14165:
14166: * src/: classes/hash.C, classes/image.C, classes/string.C,
14167: classes/table.C, include/pa_memory.h, include/pa_string.h,
14168: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14169: compiled
14170:
14171: * src/: classes/hash.C, classes/string.C, classes/table.C,
14172: classes/void.C, classes/xdoc.C, include/pa_request.h,
14173: include/pa_sql_connection.h: hash.C compiled
14174:
14175: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14176: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14177: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14178: classes/math.C, classes/op.C, classes/response.C,
14179: classes/string.C, classes/table.C, classes/void.C,
14180: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14181: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14182: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14183: file.C table.C compiled
14184:
14185: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14186: main/untaint.C: main.lib compiled
14187:
14188: 2003-03-21 paf
14189:
14190: * src/: classes/op.C, include/pa_cache_managers.h,
14191: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14192: include/pa_stylesheet_manager.h, main/pa_exception.C,
14193: main/pa_globals.C, main/pa_sql_driver_manager.C,
14194: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14195: compiled
14196:
14197: * src/: classes/hash.C, classes/image.C, classes/op.C,
14198: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14199: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14200: main/compile.C, main/pa_common.C, main/pa_request.C,
14201: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14202: pa_request.C compiled
14203:
14204: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14205: include/pa_request.h, main/execute.C, main/pa_request.C,
14206: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14207: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14208: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14209: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14210: compiled
14211:
14212: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14213: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14214: on unix
14215:
14216: * src/: include/pa_charset.h, include/pa_charsets.h,
14217: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14218: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14219: pa_charsets.C compiled
14220:
14221: * src/: classes/image.C, classes/mail.C, classes/op.C,
14222: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14223: main/compile.y, main/execute.C, main/pa_common.C,
14224: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14225: types/pa_vcode_frame.h, types/pa_vimage.h,
14226: types/pa_vmethod_frame.h: execute.C compiled
14227:
14228: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14229: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14230: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14231: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14232: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14233: include/pa_cache_managers.h, include/pa_charsets.h,
14234: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14235: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14236: include/pa_sql_driver_manager.h, include/pa_string.h,
14237: include/pa_stylesheet_connection.h,
14238: include/pa_stylesheet_manager.h, include/pa_table.h,
14239: main/compile.C, main/compile.tab.C, main/compile.y,
14240: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14241: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14242: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14243: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14244: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14245: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14246: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14247: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14248: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14249: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14250: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14251: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14252: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14253: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14254: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14255: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14256: types/pa_vresponse.h, types/pa_vstateless_class.C,
14257: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14258: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14259: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14260: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14262: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14263: [C++ CORD wrapper]
14264:
14265: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14266:
14267: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14268: $file::exec/cgi[script; $.charset[this is script's charset]
14269:
14270: command line, env values, input got transcoded before call
14271: stdout, stderr got transcoded after call
14272:
14273: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14274: by default. use: ^file::exec[...;$.stdin[$request.body]
14275:
14276: * src/main/pa_common.C: } typo bug fix
14277:
14278: * src/main/pa_common.C: } typo bug fix
14279:
14280: 2003-03-20 paf
14281:
14282: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14283: main/untaint.C: cord bug fix, but still errors todo: clear out
14284:
14285: * src/include/pa_string.h: more tests
14286:
14287: * src/main/pa_string.C: string.pos fixed
14288:
1.116 moko 14289: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14290: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14291: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14292: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14293: replaces
1.95 moko 14294:
14295: * src/: classes/image.C, include/pa_dictionary.h,
14296: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14297: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14298: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14299: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14300:
14301: * src/include/pa_string.h: warning
14302:
14303: * src/include/pa_string.h: this_starts fixed
14304:
14305: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14306: new String ctor & append params convention
14307:
14308: * src/: classes/file.C, classes/hash.C, classes/image.C,
14309: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14310: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14311: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14312: main/pa_exception.C, main/pa_exec.C,
14313: main/pa_sql_driver_manager.C, main/pa_string.C,
14314: main/pa_stylesheet_manager.C, main/untaint.C,
14315: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14316: types/pa_vmail.C: more tests OK
14317:
14318: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14319: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14320: gc/exit runned OK
14321:
14322: * src/types/pa_vmail.C: another naming problem: should not name
14323: vars like that: unpredictable close caused problems with later
14324: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14325: descriptors missing on startup: stdin; Bad file number
14326:
14327: todo: find out why so many filters(stream) here. probably wrong?
14328:
14329: * src/: include/pa_dictionary.h, include/pa_string.h,
14330: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14331: main/untaint.C: test compiled
14332:
14333: * src/: classes/image.C, classes/mail.C, classes/math.C,
14334: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14335: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14336: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14337: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14338: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14339: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14340: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14341: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14342: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14343:
14344: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14345: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14346: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14347: src/include/pa_memory.h, src/include/pa_request.h,
14348: src/include/pa_request_charsets.h,
14349: src/include/pa_sql_connection.h, src/include/pa_string.h,
14350: src/main/compile.tab.C, src/main/execute.C,
14351: src/main/pa_charset.C, src/main/pa_common.C,
14352: src/main/pa_exception.C, src/main/pa_exec.C,
14353: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14354: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14355: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14356: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14357: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14358: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14359: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14360: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14361: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14362: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14363: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14364: pa_common.C [done, without http for now]
14365:
14366: 2003-03-19 paf
14367:
14368: * src/: classes/date.C, classes/form.C, classes/hash.C,
14369: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14370: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14371: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14372: include/pa_string.h, include/pa_table.h, main/compile.C,
14373: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14374: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14375: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14376: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14377: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14378: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14379: types/pa_vstateless_class.h, types/pa_vtable.C,
14380: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14381: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14382: types/pa_wwrapper.h: started test
14383:
1.116 moko 14384: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14385: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14386:
14387: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14388: include/pa_string.h, main/pa_string.C: string compiled todo: test
14389: it
14390:
14391: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14392: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14393: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14394: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14395: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14396: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14397: types/pa_vmethod_frame.h, types/types.dsp: string
14398: reimplementation with cord+array<fragment>: 70%
14399:
14400: 2003-03-18 paf
14401:
14402: * src/: classes/date.C, classes/file.C, classes/form.C,
14403: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14404: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14405: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14406: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14407: can ignore lang in cmp and pos really, but would
14408: split properly!
14409:
14410: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14411: cord part made parser/src/lib: it's not compiled into libgc by
14412: default
14413:
14414: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14415: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14416: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14417: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14418: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14419: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14420: src/classes/xnode.C, src/classes/xnode.h,
14421: src/include/Makefile.am, src/include/pa_cache_managers.h,
14422: src/include/pa_charset.h, src/include/pa_charsets.h,
14423: src/include/pa_common.h, src/include/pa_dictionary.h,
14424: src/include/pa_exception.h, src/include/pa_exec.h,
14425: src/include/pa_globals.h, src/include/pa_hash.h,
14426: src/include/pa_memory.h, src/include/pa_pool.h,
14427: src/include/pa_request.h, src/include/pa_request_charsets.h,
14428: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14429: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14430: src/include/pa_stylesheet_connection.h,
14431: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14432: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14433: src/main/compile.C, src/main/compile.tab.C,
14434: src/main/compile_tools.C, src/main/compile_tools.h,
14435: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14436: src/main/pa_charsets.C, src/main/pa_common.C,
14437: src/main/pa_dictionary.C, src/main/pa_exception.C,
14438: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14439: src/main/pa_pool.C, src/main/pa_request.C,
14440: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14441: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14442: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14443: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14444: src/types/pa_junction.h, src/types/pa_method.h,
14445: src/types/pa_value.C, src/types/pa_value.h,
14446: src/types/pa_vclass.C, src/types/pa_vclass.h,
14447: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14448: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14449: src/types/pa_vdouble.h, src/types/pa_venv.h,
14450: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14451: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14452: src/types/pa_vimage.C, src/types/pa_vimage.h,
14453: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14454: src/types/pa_vmath.C, src/types/pa_vmath.h,
14455: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14456: src/types/pa_vobject.C, src/types/pa_vobject.h,
14457: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14458: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14459: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14460: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14461: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14462: src/types/pa_vstring.h, src/types/pa_vtable.C,
14463: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14464: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14465: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14466: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14467: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14468: gc: PA_Object done lots of replacements also
14469:
14470: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14471: gc logging
14472:
14473: 2003-03-17 paf
14474:
14475: * src/: classes/date.C, classes/file.C, classes/form.C,
14476: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14477: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14478: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14479: include/pa_string.h, include/pa_types.h, main/compile.C,
14480: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14481: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14482: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14483: main/pa_sql_driver_manager.C, main/pa_string.C,
14484: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14485: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14486: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14487: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14488: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14489: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14490: types/pa_vxnode.h: libgc attempt
14491:
14492: 2003-03-13 paf
14493:
14494: * src/: include/pa_sql_driver_manager.h,
14495: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14496: called
14497:
14498: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14499: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14500: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14501: types/pa_value.h, types/pa_vobject.h,
14502: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14503: set_base, set_derived simplified [counter leaks fixed]
14504:
14505: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14506: src/types/types.dsp: incorporated status class patch From:
14507: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14508: 2003 8:14 AM
14509:
14510: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14511: Win32 specific: QuotaPeakNonPagedPoolUsage
14512: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14513:
14514: 2003-03-12 paf
14515:
1.116 moko 14516: * configure, configure.in, src/lib/ltdl/configure,
14517: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14518: lib/ltdl/Makefile now created by /configure.in only [were by
14519: lib/ltdl/configure.in OVERWRITE]
14520:
1.116 moko 14521: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14522: linkage fixed for g++ 3.2.2
1.95 moko 14523:
14524: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14525: on using privately declared class [fixed]
14526:
14527: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14528: 3.2 rightliy complained on using privately declared class [fixed]
14529:
14530: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14531: sigpipe before request constructor now causes death
14532:
14533: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14534: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14535: not cause exception in exception handler
14536:
1.116 moko 14537: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14538: now default links libstdc++ statically. that can be overriden by
14539: --with-dynamic-stdcpp
1.95 moko 14540:
14541: 2003-03-11 paf
14542:
14543: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14544: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14545: necessity of libstdc++
14546:
14547: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14548:
14549: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14550:
14551: 2003-03-08 paf
14552:
14553: * tests/Makefile: make install & co
14554:
14555: * src/: include/pa_request.h, classes/op.C: removing
14556: vclass,object.h -> pa_request.h dependency
14557:
14558: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14559: main/pa_request.C: removing vform,response,cookie.h ->
14560: pa_request.h dependency
14561:
14562: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14563: dependency [testing...]
14564:
14565: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14566: return 0; fixed
14567:
14568: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14569: types/pa_vmail.h: vmail.C received just compiled [not tested]
14570:
14571: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14572:
14573: * src/main/pa_request.C: forgotten: ifdef XML
14574:
14575: * src/main/pa_request.C: forgotten: ifdef XML
14576:
14577: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14578: win32 and run memleak tests again
14579:
14580: * src/targets/cgi/parser3.C: charsets: see some strange things with
14581: old xml lib-- it's internal memory handling has faults
14582:
14583: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14584: problems when transcode from charset A to A.
14585:
14586: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14587: todo: still problems when transcode from charset A to A.
14588:
14589: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14590: classes/table.C, include/pa_array.h,
14591: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14592: started full-scale-site-test [~ http://parser.ru sources]
14593:
14594: some fixes
14595:
14596: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14597: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14598: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14599: results/110.processed, results/111.processed,
14600: results/112.processed, results/113.processed,
14601: results/114.processed, results/115.processed,
14602: results/116.processed, results/117.processed,
14603: results/118.processed, results/119.processed,
14604: results/120.processed: xml: tests 109 dom create/show 110 xpath
14605: selectSingle 111 xdoc.create from tainted & 112
14606: xdoc.create/output with russian attr value 113 xpath
14607: selectString/Number 114 dom attributes.count 115 xpath selectBool
14608: 116 output media-type change 117 transform by dom stylesheet 118
14609: empty transform result 119 dom setAttribute 120 nbsp letter
14610: output
14611:
14612: =END OF PREPARED XML TESTS=
14613:
14614: 2003-03-07 paf
14615:
14616: * src/classes/xdoc.C, src/include/pa_charset.h,
14617: src/include/pa_stylesheet_connection.h, tests/108.html,
14618: tests/108.xsl, tests/results/108.processed: xml: test 108
14619: transform with params [bugs fixed]
14620:
14621: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14622: from copy/paste bug
14623:
14624: * src/classes/xdoc.C, src/include/pa_charset.h,
14625: src/include/pa_request.h, src/main/execute.C,
14626: src/main/pa_charset.C, src/main/pa_exception.C,
14627: src/main/pa_globals.C, src/main/pa_request.C,
14628: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14629: src/types/pa_vxnode.C, tests/107.html,
14630: tests/results/107.processed: xml: test: 107 bug fixes
14631:
14632: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14633: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14634: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14635:
14636: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14637: string
14638:
14639: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14640: mem alloc functions used for different cases [libxml, libxsl]
14641:
14642: * src/classes/classes.C: fixed: prevent system classes from
14643: modification to lock ALL the classes, not only directly used
14644:
14645: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14646: linked
14647:
14648: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14649:
14650: 2003-03-06 paf
14651:
14652: * src/classes/xdoc.C: xdoc.C 50%
14653:
14654: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14655: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14656: main/pa_globals.C, main/pa_request.C,
14657: main/pa_stylesheet_manager.C: xnode.C compiled
14658:
14659: * src/: include/pa_stylesheet_connection.h,
14660: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14661: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14662:
14663: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14664: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14665: xml: stylesheet&manager STARTED
14666:
14667: * src/: include/pa_globals.h, main/pa_charset.C,
14668: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14669:
14670: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14671: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14672: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14673: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14674: charsets
14675:
14676: * tests/023.html: in some cases it rounded up badly. postponing
14677: solution of that problem, making more simple test
14678:
14679: * tests/: 058_paf2000.png, results/058.processed: .png added with
14680: -kb now
14681:
14682: * src/: include/pa_charset.h, include/pa_charsets.h,
14683: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14684: moved to charsets.C
14685:
14686: 2003-03-05 paf
14687:
14688: * src/classes/string.C, src/include/pa_string.h,
14689: src/main/pa_string.C, tests/105.html,
14690: tests/results/105.processed: String::match bug fixed
14691:
14692: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14693: tests/results/104.processed: ^bpt operator added [does int3 in
14694: debug build on win32]
14695:
14696: * tests/: 057.html, results/057.processed: test bug fixed
14697:
1.116 moko 14698: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14699:
14700: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14701: missing
14702:
1.116 moko 14703: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14704: forgotten files added to Makes
1.95 moko 14705:
14706: * ltmain.sh: ltmain.sh added
14707:
14708: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14709: change undone ;(
14710:
14711: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14712: made static
14713:
14714: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14715: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14716: todo:make linker happy
1.95 moko 14717:
14718: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14719: env param made optional
14720:
14721: 2003-03-04 paf
14722:
14723: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14724: types/pa_vimage.h: number of gcc compiler bugs fixed
14725:
14726: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14727: results/103.processed: tests: 103 image.copy transparence test
14728:
14729: * src/main/execute.C, tests/101.html, tests/102.html,
14730: tests/results/101.processed, tests/results/102.processed: tests:
14731: 101 method/variable name conflict test 102 form fields change
14732: should not not change anything [bug fix]
14733:
14734: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14735: results/099.processed, results/100.processed: tests: 57 date
14736: create 2002: added 99,100 response:body/download
14737:
14738: * src/classes/image.C, tests/098.html, tests/098font.gif,
14739: tests/results/098.processed: test: 98 image font text [bug fixed]
14740:
14741: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14742: tests/results/097.processed: test: 97 file::load http:// [bugs
14743: fixed]
14744:
14745: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14746: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14747: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14748: image EXIF [bug fixed]
14749:
14750: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14751: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14752: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14753: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14754: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14755: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14756: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14757: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14758: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14759: tests/094.html, tests/095.html, tests/results/061.processed,
14760: tests/results/062.processed, tests/results/063.processed,
14761: tests/results/064.processed, tests/results/065.processed,
14762: tests/results/066.processed, tests/results/067.processed,
14763: tests/results/068.processed, tests/results/069.processed,
14764: tests/results/070.processed, tests/results/071.processed,
14765: tests/results/072.processed, tests/results/073.processed,
14766: tests/results/074.processed, tests/results/075.processed,
14767: tests/results/076.processed, tests/results/077.processed,
14768: tests/results/078.processed, tests/results/080.processed,
14769: tests/results/081.processed, tests/results/082.processed,
14770: tests/results/083.processed, tests/results/084.processed,
14771: tests/results/085.processed, tests/results/086.processed,
14772: tests/results/087.processed, tests/results/088.processed,
14773: tests/results/089.processed, tests/results/090.processed,
14774: tests/results/091.processed, tests/results/092.processed,
14775: tests/results/093.processed, tests/results/094.processed,
14776: tests/results/095.processed, tests/079.html,
14777: tests/results/079.processed: tests: 61 file::stat size 62
14778: string->int autoconvert 63 double .int,dec,div,mul 64 date
14779: compare 65 file: basename,justname,justext 66 math:crypt 67
14780: string.match simple on long 68 string.match normalized simple on
14781: long 69 string.int 70 file::stat content-type 71 table.join 72
14782: hash parameter conditional pass 73 date daylightsaving,yearday 74
14783: date arithmetics 75 response date values/attributes 76 string.pos
14784: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14785: with local 80 scientific numeric literal in string autoconvert 81
14786: xor: logical and numerical 82 for delims 83 menu delims 84
14787: table.hash distinct 85 long string replace 86 throw+catch
14788: current language preserve 87 bit shifts 88 junction tests +
14789: $caller test 89 hash.foreach selfmodification 90 int/void to int
14790: 91 $caller test 92 junction is + def junction tests 93 $caller
14791: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14792:
14793: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14794: fixed] 60 string eq string [bug fixed]
14795:
14796: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14797: 058.html, 058_paf2000.png, 059.html, 060.html,
14798: results/053.processed, results/054.processed,
14799: results/055.processed, results/056.processed,
14800: results/057.processed, results/058.processed,
14801: results/059.processed, results/060.processed: test: 53
14802: string.replace 54 junctions 55 table.hash 56 call indirect 57
14803: date.create[string] 58 image.measure[png]
14804:
14805: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14806: outputs/051.processed, results/052.processed: test: 52
14807: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14808: task: fix that
14809:
14810: 2003-03-03 paf
14811:
14812: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14813: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14814: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14815: outputs/049.processed, outputs/050.processed,
14816: outputs/051.processed, results/001.processed,
14817: results/002.processed, results/003.processed,
14818: results/005.processed, results/006.processed,
14819: results/008.processed, results/009.processed,
14820: results/011.processed, results/012.processed,
14821: results/013.processed, results/014.processed,
14822: results/015.processed, results/016.processed,
14823: results/017.processed, results/020.processed,
14824: results/021.processed, results/022.processed,
14825: results/024.processed, results/025.processed,
14826: results/026.processed, results/027.processed,
14827: results/028.processed, results/029.processed,
14828: results/030.processed, results/031.processed,
14829: results/049.processed, results/050.processed,
14830: results/051.processed, results/043.processed,
14831: results/044.processed, results/045.processed,
14832: results/046.processed, results/047.processed,
14833: results/048.processed: tests: 43,44,45 date rolls 46
14834: autoevaluating junction 47 table.select 48 name with subvar 49
14835: hash-creating switch 50 process 51 started parent/child, works as
14836: it were but it were NOT GOOD, created separate task to fix that
14837:
14838: * tests/: 042.html, results/042.processed: test: 42
14839: exception.handled
14840:
14841: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14842: expression
14843:
14844: * tests/: 040.html, results/040.processed: test: 39 method result
14845: of type table 40 method param junction auto evaluate
14846:
14847: * tests/: 039.html, results/039.processed: test: 37 method result
14848: of type table
14849:
14850: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14851: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14852: tests/038.html, tests/results/033.processed,
14853: tests/results/034.processed, tests/results/035.processed,
14854: tests/results/036.processed, tests/results/037.processed,
14855: tests/results/038.processed: tests: 33 string.replace 34
14856: string.upper 35 table created 36 local/global vars with juntions
14857: 37 table clone 38 math PI & number formatting
14858:
14859: math class registring typo fixed
14860:
14861: * src/classes/op.C, src/include/pa_request.h,
14862: src/include/pa_string.h, src/main/execute.C,
14863: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14864: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14865: tests/032.html, tests/results/032.processed: uchar changed to
14866: String_UL in all places [was not everywhere] untaint test: 032
14867:
14868: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14869: tests/results/004.processed, tests/parser-cygwin.sh,
14870: tests/parser-unix.sh: removed -H command line key, now testing
14871: using .sh file with SERVER_SOFTWARE=xxx
14872:
14873: 2003-02-26 paf
14874:
14875: * src/main/execute.C, src/types/pa_vstateless_class.h,
14876: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14877: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14878: tests/results/024.processed, tests/results/025.processed,
14879: tests/results/026.processed, tests/results/027.processed,
14880: tests/results/028.processed, tests/results/029.processed,
14881: tests/results/030.processed, tests/results/031.processed: fixed
14882: bug with name_cstr mutable CharPtr more tests
14883:
14884: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14885: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14886: << abort. die now just exits
14887:
14888: * src/classes/classes.awk, src/classes/classes.h,
14889: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14890: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14891: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14892: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14893: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14894: src/classes/xnode.C, src/include/pa_memory.h,
14895: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14896: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14897: src/types/pa_vform.C, tests/015.html, tests/016.html,
14898: tests/017.html, tests/018.html, tests/019.html,
14899: tests/019paf2001.gif, tests/020.html, tests/021.html,
14900: tests/022.html, tests/023.html, tests/022_dir/a.html,
14901: tests/022_dir/b.txt, tests/022_dir/c.htm,
14902: tests/results/015.processed, tests/results/016.processed,
14903: tests/results/017.processed, tests/results/018.processed,
14904: tests/results/019.processed, tests/results/020.processed,
14905: tests/results/021.processed, tests/results/022.processed,
14906: tests/results/023.processed: methoded_array now contains all Mxxx
14907: classes SAPI::get_env now returns info on pool more tests
14908:
14909: * src/include/pa_array.h, src/include/pa_hash.h,
14910: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14911: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14912: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14913: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14914: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14915: tests/results/001.processed, tests/results/002.processed,
14916: tests/results/003.processed, tests/results/004.processed,
14917: tests/results/005.processed, tests/results/006.processed,
14918: tests/results/007.processed, tests/results/008.processed,
14919: tests/results/009.processed, tests/results/010.processed,
14920: tests/results/011.processed, tests/results/012.processed,
14921: tests/results/013.processed, tests/results/014.processed: hash
14922: cloning fixed
14923:
14924: 2003-02-25 paf
14925:
14926: * src/main/pa_common.C: typo fixed
14927:
14928: 2003-02-24 paf
14929:
14930: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14931: [one remained]
14932:
14933: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14934: [should have been get_string(&pool)] todo: check other such calls
14935:
14936: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14937: test10, bad lookups
14938:
14939: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14940: object got destructed, and xxx points to sky
14941:
14942: * ChangeLog, src/classes/string.C: match bug fixed
14943:
14944: * src/types/pa_vmail.C: body [text/html] transcoded to
14945: $.charset[specified] now
14946:
14947: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14948: which failed to handle sigsetjmp+throw: crashed inside of
14949: pre-throw code. rewritten simplier [though duplicating
14950: closesocket code]
14951:
14952: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14953: which failed to handle sigsetjmp+throw: crashed inside of
14954: pre-throw code. rewritten simplier [though duplicating
14955: closesocket code]
14956:
14957: 2003-02-21 paf
14958:
14959: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14960: $cookie:name[$.expires[date << can be now]]
14961:
14962: written makefile with regression tests [raw]
14963:
14964: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14965: tests' only [it's not forcing CGI mode now] now use -H to output
14966: CGI header when parser used in command line [useful for tests
14967: also]
14968:
14969: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14970: switches on CGI mode, and is used in regression tests
14971:
14972: * src/: include/pa_request.h, main/pa_request.C,
14973: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14974: fixed
14975:
14976: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14977: handling pa_*
14978:
14979: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14980: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14981: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14982: memory handling files
14983:
14984: * src/main/pa_array.C: pool::format_integer terminator fixed
14985:
14986: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14987: compiles OK test to show benefits of free
14988:
14989: * src/: classes/file.C, classes/image.C, classes/mail.C,
14990: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14991: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14992: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14993: use pool [as the one in ^process]
14994:
14995: * src/classes/op.C: fixed process. sould now check for all cstr's
14996: -- some must use pool [as the one in ^process]
14997:
14998: 2003-02-20 paf
14999:
15000: * src/: classes/date.C, classes/double.C, classes/file.C,
15001: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15002: classes/math.C, classes/op.C, classes/response.C,
15003: classes/string.C, classes/table.C, classes/void.C,
15004: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15005: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15006: string cmp fixed
15007:
15008: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15009: values passed OK now
15010:
15011: 2003-02-19 paf
15012:
15013: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15014: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15015: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15016: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15017: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15018: all remaning leaks resulted from pooled::malloc calls [excluding
15019: in gd -- planning complete rewrite extremely ugly code]
15020:
15021: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15022: files
15023:
15024: 2003-02-17 paf
15025:
15026: * src/: classes/date.C, classes/double.C, classes/file.C,
15027: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15028: classes/response.C, classes/string.C, classes/table.C,
15029: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15030: include/pa_stylesheet_connection.h,
15031: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15032: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15033: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15034: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15035: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15036: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15037: of unitialized simple-typed field
15038:
15039: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15040: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15041: simple-typed field fixed. todo: find&kill all like that one
15042:
15043: * src/: main/execute.C, targets/cgi/pa_pool.C,
15044: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15045: debug output fixed
15046:
15047: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15048: main/pa_request.C: stack-stored items need extra .ref to prevent
15049: object_ptr from delete[them]
15050:
15051: * src/: classes/date.C, classes/op.C, classes/table.C,
15052: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15053: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15054: main/pa_charset.C, main/pa_common.C,
15055: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15056: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15057: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15058: calls
15059:
15060: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15061: couple mem leaks rusulted from old pooled::malloc usage.
15062: todo:find more like those
15063:
15064: * src/main/: compile.C, compile_tools.C: 2*2!
15065:
15066: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15067: stackItem fixed [there were no string on stack before]
15068:
15069: * src/: main/execute.C, main/pa_request.C,
15070: types/pa_vmethod_frame.C: first letters out OK
15071:
15072: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15073: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15074: main/pa_string.C, main/untaint.C, types/pa_value.h,
15075: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15076: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15077: type not initialized with zeros :( while class fields of class
15078: types initialized with default constructors. learn C++
15079:
15080: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15081: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15082: classes/math.C, classes/xdoc.C, classes/xnode.C,
15083: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15084: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15085:
15086: 2003-02-14 paf
15087:
15088: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15089: 13 link errors
15090:
15091: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15092: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15093: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15094: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15095: errors :)
15096:
15097: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15098: classes/hash.C, classes/mail.C, classes/op.C,
15099: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15100: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15101: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15102: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15103:
15104: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15105: classes/table.C, include/pa_common.h, include/pa_globals.h,
15106: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15107: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15108: types/pa_vint.h, types/types.dsp: op compiled
15109:
15110: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15111: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15112: main/untaint.C, types/pa_vtable.h: string, response compiled
15113:
15114: 2003-02-07 paf
15115:
15116: * src/: classes/table.C, types/pa_vtable.h: table compiled
15117:
15118: 2003-02-06 paf
15119:
15120: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15121: mail compiled
15122:
15123: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15124: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15125: types/pa_vfile.h, types/pa_vimage.h: image compiled
15126:
15127: * src/classes/: file.C, form.C: form compiled
15128:
15129: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15130: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15131: types/pa_vfile.C, types/pa_vfile.h: file compiled
15132:
15133: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15134: types/pa_vmath.h: math compiled [win32]
15135:
15136: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15137: types/pa_vstring.h: hash compiled
15138:
15139: 2003-02-04 paf
15140:
15141: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15142: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15143: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15144: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15145: types/pa_vhash.h: hash 50% compiled
15146:
15147: * src/: classes/date.C, classes/file.C, classes/hash.C,
15148: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15149: classes/string.C, classes/table.C, classes/xdoc.C,
15150: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15151: main/pa_string.C: date compiled
15152:
15153: * src/classes/: classes.dsp, double.C: double compiled
15154:
15155: * src/: classes/date.C, classes/double.C, classes/file.C,
15156: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15157: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15158: classes/string.C, classes/table.C, classes/void.C,
15159: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15160: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15161: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15162: compiled
15163:
15164: * src/: classes/date.C, classes/double.C, classes/file.C,
15165: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15166: classes/math.C, classes/op.C, classes/response.C,
15167: classes/string.C, classes/table.C, classes/void.C,
15168: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15169: types/pa_vvoid.h: void compiled :)
15170:
15171: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15172: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15173: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15174: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15175: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15176: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15177: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15178: types/pa_vresponse.C, types/pa_vstateless_class.C,
15179: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15180: types/pa_wcontext.C, types/types.dsp: removed stupid
15181: value_includes.h
15182:
15183: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15184: trying to remove stupid value_includes.h
15185:
15186: * src/main/pa_exec.C: pa_exec compiled on win32
15187:
15188: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15189:
15190: * src/: include/pa_globals.h, include/pa_request.h,
15191: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15192: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15193: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15194: types/pa_vrequest.C, types/pa_vstateless_class.C,
15195: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15196:
15197: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15198: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15199: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15200:
15201: * src/: include/pa_array.h, include/pa_config_includes.h,
15202: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15203: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15204: compiled
15205:
15206: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15207: name conflicts)
15208:
15209: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15210: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15211: yelds "virtual memory exhausted" while trying to compile
15212: execute.C [eating up to 127MB]
15213:
15214: 2003-02-03 paf
15215:
15216: * src/: include/pa_config_includes.h, include/pa_hash.h,
15217: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15218: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15219: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15220: types/pa_vint.h, types/pa_vjunction.h,
15221: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15222: started gcc compiling pa_common compiled
15223:
15224: * src/: include/pa_exception.h, include/pa_pool.h,
15225: main/pa_exception.C: exception gcc change #1
15226:
1.116 moko 15227: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15228: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15229:
15230: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15231:
15232: * src/types/pa_vtable.C: vtable compiled
15233:
15234: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15235:
15236: * src/: include/pa_cache_managers.h, main/pa_request.C,
15237: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15238:
15239: * src/types/pa_vstateless_class.C: vstateless_class compiled
15240:
15241: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15242:
15243: * src/types/pa_vrequest.C: vrequest compiled
15244:
15245: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15246: pa_vobject.C, pa_vobject.h: vobject compiled
15247:
15248: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15249: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15250: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15251: compiled
15252:
15253: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15254:
15255: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15256: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15257: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15258: compiled
15259:
15260: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15261: main.lib - 0 error(s), 0 warning(s)
15262:
15263: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15264: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15265:
15266: 2003-01-31 paf
15267:
15268: * src/: include/pa_array.h, include/pa_operation.h,
15269: include/pa_request.h, main/execute.C, main/main.dsp,
15270: types/pa_vjunction.h: started last file from main library:
15271: execute
15272:
15273: * src/: include/pa_request.h, include/pa_sapi.h,
15274: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15275: main/pa_request.C, targets/cgi/parser3.C,
15276: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15277: types/pa_vhash.h: pa_request compiled
15278:
15279: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15280: include/pa_globals.h, include/pa_request.h,
15281: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15282: main/execute.C, main/main.dsp, main/pa_common.C,
15283: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15284: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15285: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15286: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15287: types/types.dsp: most pa_request compiled
15288:
15289: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15290: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15291: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15292: classes/op.C, classes/response.C, classes/string.C,
15293: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15294: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15295: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15296: include/pa_config_fixed.h, include/pa_config_includes.h,
15297: include/pa_dictionary.h, include/pa_dir.h,
15298: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15299: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15300: include/pa_pool.h, include/pa_request.h,
15301: include/pa_request_charsets.h, include/pa_request_info.h,
15302: include/pa_sapi.h, include/pa_socks.h,
15303: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15304: include/pa_stack.h, include/pa_string.h,
15305: include/pa_stylesheet_connection.h,
15306: include/pa_stylesheet_manager.h, include/pa_table.h,
15307: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15308: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15309: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15310: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15311: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15312: main/compile.C, main/compile.tab.C, main/compile.y,
15313: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15314: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15315: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15316: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15317: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15318: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15319: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15320: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15321: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15322: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15323: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15324: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15325: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15326: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15327: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15328: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15329: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15330: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15331: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15332: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15333: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15334: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15335: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15336: types/pa_vresponse.h, types/pa_vstateless_class.C,
15337: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15338: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15339: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15340: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15341: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15342: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15343:
15344: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15345: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15346: src/include/pa_charsets.h, src/include/pa_common.h,
15347: src/include/pa_dictionary.h, src/include/pa_exception.h,
15348: src/include/pa_exec.h, src/include/pa_pool.h,
15349: src/include/pa_request.h, src/include/pa_sapi.h,
15350: src/include/pa_sql_connection.h,
15351: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15352: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15353: src/main/compile.tab.C, src/main/compile_tools.C,
15354: src/main/compile_tools.h, src/main/main.dsp,
15355: src/main/pa_charset.C, src/main/pa_charsets.C,
15356: src/main/pa_common.C, src/main/pa_dictionary.C,
15357: src/main/pa_exception.C, src/main/pa_exec.C,
15358: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15359: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15360: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15361: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15362: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15363: src/types/pa_vdouble.h, src/types/pa_venv.h,
15364: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15365: src/types/pa_vhash.h, src/types/pa_vimage.C,
15366: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15367: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15368: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15369: src/types/pa_vobject.C, src/types/pa_vobject.h,
15370: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15371: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15372: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15373: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15374: src/types/pa_vstring.h, src/types/pa_vtable.h,
15375: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15376: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15377: died, long live StringPtr
15378:
15379: 2003-01-30 paf
15380:
15381: * src/: include/pa_charset.h, include/pa_request.h,
15382: include/pa_sql_driver_manager.h, main/compile.tab.C,
15383: main/compile.y, main/compile_tools.h, main/pa_request.C,
15384: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15385:
15386: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15387: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15388: types/pa_vhash.h, types/pa_vmethod_frame.h,
15389: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15390: types/types.dsp: vstateless_class compiled
15391:
15392: * src/main/compile.C: compile compiled
15393:
15394: * src/: include/pa_array.h, include/pa_operation.h,
15395: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15396: main/pa_table.C: compile_tools compiled
15397:
15398: * src/: include/pa_operation.h, main/compile.y,
15399: main/compile_tools.C, main/compile_tools.h: started
15400: compile_tools. vagues ideas of how to free compiled code
15401:
15402: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15403: main/main.dsp, types/pa_value.C, types/pa_value.h,
15404: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15405: compiled
15406:
15407: 2003-01-29 paf
15408:
15409: * src/: include/pa_globals.h, include/pa_request.h,
15410: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15411: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15412: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15413: compiled
15414:
15415: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15416: now
15417:
15418: * src/: include/pa_array.h, include/pa_exception.h,
15419: include/pa_pool.h, main/pa_exception.C: gd compiled
15420:
15421: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15422: compiled
15423:
15424: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15425: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15426: types/pa_vfile.h: vfile compiled
15427:
15428: * src/: include/pa_common.h, include/pa_globals.h,
15429: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15430: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15431: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15432:
15433: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15434: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15435: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15436: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15437: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15438:
15439: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15440: main/main.dsp, main/untaint.C: more compiled
15441:
15442: * src/: include/pa_charsets.h, include/pa_request.h,
15443: include/pa_request_info.h, include/pa_string.h,
15444: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15445: types/pa_vresponse.h: vrequest compiled
15446:
15447: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15448: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15449: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15450:
15451: * src/: classes/classes.h, include/pa_charset.h,
15452: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15453: include/pa_request.h, include/pa_string.h, main/main.dsp,
15454: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15455: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15456: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15457: types/pa_vrequest.C, types/pa_vrequest.h,
15458: types/pa_vstateless_class.h, types/pa_vstring.h,
15459: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15460:
15461: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15462: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15463: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15464: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15465: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15466: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15467: types/pa_vobject.h, types/pa_vstateless_class.h,
15468: types/pa_vstateless_object.h, types/pa_vstatus.h,
15469: types/pa_vstring.h, types/types.dsp: vmath compiled
15470:
15471: 2003-01-28 paf
15472:
15473: * src/: classes/classes.h, classes/date.C, classes/file.C,
15474: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15475: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15476: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15477: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15478: compile_tools
15479:
15480: * src/: include/pa_charset.h, include/pa_exception.h,
15481: include/pa_request.h, include/pa_string.h, main/untaint.C:
15482: untaint compiled
15483:
15484: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15485: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15486: more compiled. struck with string::store_to needing to know
15487: source/client charsets
15488:
15489: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15490: types/pa_vfile.h: uue compiled
15491:
15492: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15493: table compiled
15494:
15495: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15496: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15497:
15498: * src/: include/pa_charset.h, main/pa_charset.C,
15499: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15500: introduced]
15501:
15502: * src/: classes/date.C, include/pa_charset.h,
15503: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15504: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15505: pa_charsets compiled
15506:
15507: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15508: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15509:
15510: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15511: common compiled
15512:
15513: * src/: include/pa_charsets.h, main/pa_charsets.C,
15514: main/pa_sql_driver_manager.C: pa_charsets compiled
15515:
15516: * src/: include/pa_array.h, include/pa_charset.h,
15517: include/pa_charsets.h, include/pa_pool.h,
15518: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15519: include/pa_stack.h, include/pa_string.h,
15520: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15521: sql_driver_manager compiled
15522:
15523: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15524: letter i with two dots added to koi, all ukranian letters added
15525: to win1251.
15526:
15527: typographic simbol 0xb9 deleted from win1251 [strange one & were
15528: abscent from koi]
15529:
15530: 2003-01-27 paf
15531:
15532: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15533: include/pa_sql_driver_manager.h, include/pa_string.h,
15534: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15535: sql/pa_sql_driver.h: paused on sql_manager
15536:
15537: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15538: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15539: include/pa_stack.h, main/pa_sql_driver_manager.C,
15540: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15541:
15542: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15543: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15544: include/pa_table.h, main/pa_sql_driver_manager.C,
15545: main/pa_table.C: table compiled
15546:
15547: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15548: cache_managers compiled
15549:
15550: * src/: include/pa_array.h, include/pa_charset.h,
15551: include/pa_pool.h, main/pa_charset.C: charset compiled
15552:
15553: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15554:
15555: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15556: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15557: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15558: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15559: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15560:
15561: 2003-01-24 paf
15562:
15563: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15564: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15565: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15566: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15567: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15568: types/pa_vint.h, types/pa_vjunction.h,
15569: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15570: types/pa_vstatus.h, types/pa_vstring.h: more patched
15571:
15572: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15573: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15574: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15575: main/pa_string.C, main/pa_table.C: string compiled
15576:
15577: * src/: include/pa_array.h, include/pa_common.h,
15578: include/pa_dictionary.h, include/pa_exception.h,
15579: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15580: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15581: main/pa_string.C: dictionary compiled
15582:
15583: 2003-01-23 paf
15584:
15585: * src/: include/pa_array.h, include/pa_common.h,
15586: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15587: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15588: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15589: types/pa_value.h: resurrected pool in new sense: now it's
15590: factory, producing&accounting memory chunks for read[autofree]
15591: buffers
15592:
15593: * src/: include/pa_array.h, include/pa_exception.h,
15594: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15595: main/pa_exception.C, main/pa_table.C: table compiled
15596:
15597: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15598: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15599: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15600: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15601: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15602: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15603: main/pa_table.C: aint that easy
15604:
15605: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15606: main/main.dsp: continued with Hash
15607:
15608: * src/main/pa_common.C: connect_string allocated on heap[wes on
15609: stack] now. and exception can be reported OK now [can be reported
15610: outside of pro c with that stack]
15611:
15612: 2003-01-22 paf
15613:
15614: * src/: include/pa_array.h, include/pa_charset.h,
15615: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15616: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15617: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15618: base: contains references_count. auto_ptr template calls
15619: add_ref/release
15620:
15621: 2003-01-21 paf
15622:
15623: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15624: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15625: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15626: classes/op.C, classes/response.C, classes/string.C,
15627: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15628: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15629: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15630: include/pa_config_fixed.h, include/pa_config_includes.h,
15631: include/pa_dictionary.h, include/pa_dir.h,
15632: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15633: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15634: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15635: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15636: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15637: include/pa_stack.h, include/pa_string.h,
15638: include/pa_stylesheet_connection.h,
15639: include/pa_stylesheet_manager.h, include/pa_table.h,
15640: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15641: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15642: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15643: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15644: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15645: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15646: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15647: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15648: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15649: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15650: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15651: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15652: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15653: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15654: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15655: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15656: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15657: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15658: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15659: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15660: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15661: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15662: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15663: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15664: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15665: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15666: types/pa_vstateless_object.h, types/pa_vstatus.C,
15667: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15668: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15669: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15670: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15671: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15672: 2002->2003
15673:
15674: 2003-01-16 paf
15675:
15676: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15677: src/main/pa_globals.C: http:// introducing $.any-status(1)
15678:
15679: * operators.txt, src/include/pa_config_fixed.h,
15680: src/main/pa_common.C: http request now return status. and not
15681: fail on status!=200
15682:
15683: 2003-01-15 paf
15684:
15685: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15686:
15687: 2003-01-14 paf
15688:
15689: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15690: mkinstalldirs: removed some ancient files [they in / really]
15691:
15692: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15693: regretfully needed patch in two places. in config_fixed.h made
15694: stubs for lib to compile in MSVC
15695:
15696: 2003-01-13 paf
15697:
15698: * config.guess, config.sub, ltmain.sh: removed last piece of
15699: configure.in(libtool) hacks
15700:
1.116 moko 15701: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15702: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15703: ltdl.h: moved to latest libtool (1.4.3)
15704:
15705: 2003-01-10 paf
15706:
15707: * src/lib/ltdl/: configure, configure.in: PROG_NM
15708:
15709: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15710: patches. libxml2 >= 2.5.1
15711: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15712: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15713: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15714:
15715: * INSTALL: moved to latest versions of xml libs libxml2 >=
15716: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15717: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15718: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15719:
15720: 2003-01-09 paf
15721:
15722: * INSTALL: xml,xslt,gdome lib urls updated
15723:
15724: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15725: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15726: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15727: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15728: 1.7.2
1.95 moko 15729:
15730: * depcomp: moving to automake 1.7.2
15731:
15732: 2002-12-27 paf
15733:
15734: * src/include/pa_version.h: 0007
15735:
15736: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15737: outdated parts, made links to language docs
15738:
15739: * src/include/pa_config_auto.h.in: comment
15740:
15741: 2002-12-26 paf
15742:
15743: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15744: not contain trailing / fixed.
15745:
15746: * INSTALL: changing SAFE_MODE politics
15747:
15748: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15749:
15750: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15751:
15752: 2002-12-25 paf
15753:
15754: * src/main/pa_globals.C: optimized-xml
15755:
15756: * src/main/pa_globals.C: optimized-as-is
15757:
15758: 2002-12-24 paf
15759:
15760: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15761: fixed [were really called with zero size when .html?a=&b=]
15762:
15763: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15764: with --with-sendmail
15765:
15766: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15767: fixed]
15768:
15769: 2002-12-23 paf
15770:
15771: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15772: ignoring parameters & were storing only string with default
15773: expires
15774:
15775: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15776: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15777: December 23, 2002 4:22 AM Subject: bug â
15778: Charset::transcode_buf2xchar
15779:
15780: 2002-12-20 paf
15781:
15782: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15783: non-cgi [script] runs
15784:
15785: 2002-12-19 paf
15786:
15787: * INSTALL: --without-iconv recommended [it crashes on some systems
15788: [tested on elik]] moreover, it's not needed there [parser
15789: registers charsets itself]
15790:
15791: * INSTALL: --without-iconv recommended [it crashes on some systems
15792: [tested on elik]]
15793:
15794: * operators.txt, src/include/pa_globals.h,
15795: src/include/pa_request.h, src/main/pa_globals.C,
15796: src/main/pa_request.C: $response:download
15797:
15798: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15799: compiler [win32]].
15800:
15801: 2002-12-18 paf
15802:
15803: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15804:
15805: 2002-12-17 paf
15806:
15807: * src/targets/cgi/parser3.C: merged die&iis changes
15808:
15809: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15810: to exit(1) 2. more flexible iilegal call check
15811:
15812: 2002-12-16 paf
15813:
15814: * ltmain.sh: some automakes silly insist on having this handy
15815:
15816: * src/main/untaint.C: filespec russian small 'r' changed to latin
15817: 'p' bug fix
15818:
15819: 2002-12-15 paf
15820:
15821: * src/main/untaint.C: filespec russian small 'r' changed to latin
15822: 'p'
15823:
15824: * configure.in, src/include/pa_config_auto.h.in,
15825: src/main/compile.C, src/main/pa_common.C: merged small changes
15826: from branch 6 to HEAD
15827:
15828: * src/main/compile.C: removed warning
15829:
15830: * src/main/pa_common.C: ftruncate having checked
15831:
15832: * configure.in, src/include/pa_version.h: new version
15833:
15834: 2002-12-14 paf
15835:
15836: * src/classes/table.C: removed unnecessary code
15837:
15838: * src/sql/pa_sql_driver.h: exception type fixed
15839:
15840: 2002-12-09 paf
15841:
15842: * src/types/pa_vvoid.h: $void.store[now] error
15843:
15844: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15845:
15846: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15847: tries to write core dump
15848:
15849: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15850:
15851: * src/: classes/hash.C, classes/string.C, classes/table.C,
15852: classes/void.C, main/pa_sql_driver_manager.C,
15853: sql/pa_sql_driver.h: changed exception handling mech in sql
15854: handlers #2
15855:
15856: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15857: exception handling mech in sql handlers
15858:
15859: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15860: handlers
15861:
15862: * src/: classes/hash.C, classes/string.C, classes/table.C,
15863: classes/void.C, main/pa_sql_driver_manager.C,
15864: sql/pa_sql_driver.h: changed exception handling mech in sql
15865: handlers
15866:
1.116 moko 15867: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15868: to write makefile which used libtool to install things, which is
15869: not needed
1.95 moko 15870:
15871: 2002-12-06 paf
15872:
15873: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15874: $hash.fields -- pseudo field to make 'hash' more like 'table'
15875:
15876: 2002-12-05 paf
15877:
15878: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15879: cc/bcc OK now
15880:
15881: * src/main/untaint.C: mail header closed properly
15882:
15883: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15884: header ',' allowed. still bugs in smtp [only one receiptient
15885: works, cc, bcc ignored now, and MAILED ;)]
15886:
15887: [strncpy killed, memnchr used]
15888:
15889: * src/main/pa_table.C: table-copy now current=0
15890:
15891: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15892: lowlevel proc
15893:
15894: * src/targets/cgi/parser3.C: more checks on
15895: http://domain/parser.cgi start [maybe some getenv returns "",
15896: checked that now
15897:
15898: * src/targets/cgi/parser3.C: more checks on
15899: http://domain/parser.cgi start [maybe some getenv returns "",
15900: checked that now
15901:
15902: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15903: out-of-mem errors reached log]
15904:
15905: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15906: mail:send MIME-Version default
15907:
15908: * src/main/main.dsp: pa_version included into main.dsp
15909:
15910: 2002-12-04 paf
15911:
15912: * src/types/pa_vform.C: $form:field string value cut by premature 0
15913:
15914: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15915: lib/libltdl -> lib/ltdl Win32 changes. s
15916:
15917: * src/classes/classes.awk: more strict *.C$
15918:
15919: * gnu.dsp: restored
15920:
1.116 moko 15921: * configure.in, gnu.dsp, src/lib/Makefile.am,
15922: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15923: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15924: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15925: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15926: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15927: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15928: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15929: now created with /configure, not ltdl/configure, so it does have
15930: no problems with automake. ltdl/configure
15931: AC_OUTPUT(Makefile<<removed)
1.95 moko 15932:
15933: 2002-12-02 paf
15934:
15935: * operators.txt: removed outdated status:db
15936:
15937: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15938: src/main/pa_common.C, src/main/pa_request.C,
15939: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15940: tainted parts becomes http-header
15941:
15942: 2002-11-29 paf
15943:
15944: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15945: dates now objects of type date
15946:
15947: * src/classes/image.C: file.seek removed [it were used in image.C
15948: only, and for parser user this means that jpeg image has bad
15949: size in fragment's header] now used image.format
15950:
15951: * src/: include/pa_common.h, main/pa_common.C,
15952: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15953: now handled exactly like $response:header values. e.g. can be
15954: hash [can have subattributes] & contain date values.
15955:
15956: * src/main/pa_common.C: http:// param values lang forced URI
15957:
15958: * src/main/pa_common.C: http:// tainted partes now %xx
15959:
15960: 2002-11-28 paf
15961:
15962: * operators.txt: http.timeout
15963:
15964: * src/classes/image.C: ^image.length now counts interchar space.
15965: plus space after last char
15966:
15967: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15968:
15969: * src/classes/image.C: ^image.font width measurer now scans full
15970: height [were -1]
15971:
15972: * configure.in: stopped double libltdl/Makefile generation
15973:
15974: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15975: chars [one top horizontal line of 1pixel height were missing]
15976:
15977: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15978: 'false' to go into (Hash *) parameter
15979:
15980: 2002-11-27 paf
15981:
15982: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15983: types/pa_vmail.C: response:body[file] if file nows it's name now
15984: returns content-disposition: >>attachment<<
15985:
15986: * src/classes/image.C: ^image.font << bad font file-size now
15987: properly reported
15988:
15989: 2002-11-26 paf
15990:
15991: * src/main/pa_request.C: fixed lang in reponse header
15992:
15993: * src/main/pa_common.C: utf8 prefix ignored @read text
15994:
15995: * operators.txt, src/main/pa_common.C: http:// response status!=200
15996: made exception: http.status with source=bad status#
15997:
15998: 2002-11-25 paf
15999:
16000: * configure.in, src/classes/image.C,
16001: src/include/pa_config_auto.h.in,
16002: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16003: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16004: const void related probs fixed
1.95 moko 16005:
16006: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16007:
16008: $file[^file::load[http://there]] $file.SERVER
16009:
16010: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16011: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16012: http options [invalid onces now reported] made default
16013: user-agent: paf
16014:
16015: * operators.txt, src/classes/file.C, src/classes/table.C,
16016: src/classes/xdoc.C, src/include/pa_common.h,
16017: src/include/pa_globals.h, src/main/pa_common.C,
16018: src/main/pa_globals.C, src/main/pa_request.C,
16019: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16020: now understand http:// prefix and additional params, sample:
16021: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16022: $.USER-AGENT[parser3] ]]
16023:
16024: 2002-11-22 paf
16025:
16026: * src/classes/image.C, src/include/pa_globals.h,
16027: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16028: src/types/pa_vimage.h, operators.txt: $image.exif support
16029: $image.exif.DateTime & co
16030:
16031: 2002-11-21 paf
16032:
16033: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16034: _PASS_APPENDED)
16035:
16036: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16037: EXIF information [were big block and it's size were considered
16038: negative :(]
16039:
16040: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16041: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16042: internals rewritten. no there's reader.seek, and all's ready for
16043: EXIF extraction [now we fail to measure files with EXIF info]
16044:
16045: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16046: O_TRUNC truncates even exclusevely write-locked file [thanks to
16047: Igor Milyakov <virtan@rotabanner.com> for discovering]
16048:
16049: 2002-11-20 paf
16050:
16051: * src/targets/cgi/parser3.C: logging @signal += query_string
16052:
16053: * configure.in, src/include/pa_config_auto.h.in,
16054: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16055: comment
16056:
16057: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16058:
16059: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16060: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16061: currently processed document SIGPIPE >> interrupts request
16062: processing [exception = DB rollback]
16063:
16064: * src/main/pa_exec.C: comment
16065:
16066: * src/main/pa_exec.C: pa_exec: data written only if size>0
16067:
16068: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16069: << disable HTTP-POST repassing
16070:
16071: * src/: include/pa_config_fixed.h, main/pa_common.C,
16072: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16073: pipe read errors now checked
16074:
16075: 2002-11-19 paf
16076:
16077: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16078: CGI: Illegal call
16079:
16080: 2002-11-01 paf
16081:
16082: * src/main/execute.C: comment
16083:
16084: 2002-10-31 paf
16085:
16086: * src/main/execute.C: found out why, checked that for now. todo:
16087: find out a way for that user could do that
16088:
16089: * src/types/pa_vstateless_object.h: object put replaces static
16090: parent if any
16091:
16092: * src/types/pa_vobject.C: object put replaces static parent if any
16093:
16094: * src/: classes/form.C, classes/mail.C, classes/op.C,
16095: classes/xnode.h, main/compile.tab.C, main/execute.C,
16096: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16097: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16098: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16099: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16100: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16101: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16102: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16103: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16104: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16105: types/pa_vstateless_object.h, types/pa_vstatus.C,
16106: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16107: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16108: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16109: types/pa_wwrapper.h: static fix merged
16110:
16111: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16112: $virtual_fields in dynamic, but one can reach derived
16113: static[class] variable from base
16114:
16115: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16116: types/pa_vobject.C, types/pa_vobject.h,
16117: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16118: statics, left $virtual_fields in dynamic
16119:
16120: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16121: one can't remember derivates in base class: there's so many of
16122: them. also there can be no virtual method calls in static
16123: classes
16124:
16125: * src/: classes/form.C, classes/mail.C, classes/op.C,
16126: classes/xnode.h, main/execute.C, main/pa_request.C,
16127: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16128: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16129: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16130: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16131: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16132: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16133: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16134: types/pa_vresponse.C, types/pa_vresponse.h,
16135: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16136: types/pa_vstateless_object.h, types/pa_vstatus.C,
16137: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16138: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16139: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16140: types/pa_wwrapper.h: static call $self fixed
16141:
16142: * src/main/execute.C: comment
16143:
16144: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16145: ^process[$caller.self]{...} now compiles to last derived object
16146: part of that 'self'
16147:
16148: 2002-10-29 paf
16149:
16150: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16151: re-passing [iis to blame]
16152:
16153: * src/classes/string.C: changed string.save to pass current sql
16154: connection to cstr thus one can ^connect[some server]{
16155: $s[insert into table x (x) values (^taint[sql]{value})]
16156: ^s.save[some.sql] } and he'd get in some.sql file code with
16157: properly escaped. [tried in mssql->mysql export->import of
16158: binary data]
16159:
16160: 2002-10-25 paf
16161:
16162: * src/types/pa_vresponse.C: case insensitive response user fields
16163: get/put
16164:
16165: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16166: types/pa_vresponse.C: saving for maybe-future
16167:
16168: 2002-10-23 paf
16169:
16170: * operators.txt, src/classes/table.C: ^table.hash{code}...
16171: ^table.hash(expr)...
16172:
16173: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16174:
16175: 2002-10-22 paf
16176:
16177: * src/types/: pa_vform.C, pa_vform.h: removed needless
16178: VForm::Append...(...Value)
16179:
16180: * src/main/execute.C: $.name outside of $name[...] checked
16181:
16182: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16183: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16184:
16185: 2002-10-21 paf
16186:
16187: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16188: $form:qtail $form:imap.x/y
16189:
16190: * operators.txt, src/types/pa_vform.C: $form:nameless =
16191: "?value&...", "...&value&...", "...&value"
16192:
16193: * operators.txt, src/types/pa_vform.C: $form:image-map
16194:
16195: * operators.txt, src/classes/file.C: /some/page.html:
16196: ^file:fullpath[a.gif] => /some/a.gif
16197:
16198: 2002-10-17 paf
16199:
16200: * src/main/: compile.tab.C, compile.y: operators precedence changed
16201: a little: logical not and bitwise negation precedence made
16202: highest, << and >> bitshits precedence made equal [were << higher
16203: than >>]
16204:
16205: * src/classes/op.C: exception handling fixed [were bad with
16206: contexts]
16207:
16208: 2002-10-16 paf
16209:
16210: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16211: main/pa_request.C: Request::self considered equal to
16212: VMethodFrame::self, and removed, Request::get_self() mapped to
16213: VMethodFrame.self()
16214:
16215: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16216: $hash in open field now gives old good error meesage
16217:
16218: 2002-10-15 paf
16219:
16220: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16221: use ^if($junction is junction){was and now true}
16222:
16223: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16224: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16225: types/pa_vxnode.C: xml->parser strings now have origin, which
16226: points to place where value left xml library and came to parser:
16227: place of dom field extraction/call
16228:
16229: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16230: main/compile.tab.C, main/compile.y, main/execute.C,
16231: types/pa_vmethod_frame.h: removed last pieces of old code
16232: allowing $junction.xxx at compile time
16233:
16234: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16235: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16236: objects also considered [were only classes]
16237:
16238: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16239: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16240: with CLASS self. [ (request&method_frame).self temporarily
16241: changed ]
16242:
16243: * src/classes/: hash.C, op.C: method_frame now always changed, with
16244: no exception to native calls. for&foreach changed to use
16245: method_frame.caller for their var's name context
16246:
16247: * src/: main/execute.C, targets/cgi/parser3.C,
16248: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16249: compiling to system classes disabled
16250:
16251: * operators.txt, src/classes/op.C:
16252: ^process[$caller.CLASS]{code-string} added
16253:
16254: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16255: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16256: src/types/Makefile.am, src/types/pa_vjunction.C,
16257: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16258: src/types/types.dsp: removed $junction.get $junction.set[]
16259: introducing $caller
16260:
16261: * src/types/pa_value.h: removed outdated comments. doxygen would
16262: find them lower by inheritance tree
16263:
16264: * src/types/pa_vjunction.C: ident
16265:
16266: 2002-10-14 paf
16267:
16268: * src/classes/op.C: process compiles to code's class class
16269:
16270: * src/: classes/form.C, classes/mail.C, classes/op.C,
16271: include/pa_request.h, main/compile.C, main/compile.tab.C,
16272: main/compile.y, main/execute.C, main/pa_request.C,
16273: types/pa_vstateless_class.h: operators now main-class-methods
16274:
16275: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16276: better stack trace [has "call" & co there]
16277:
16278: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16279: operators @auto now executed in MAIN context
16280:
16281: * src/main/execute.C: operator execution context now = MAIN, not
16282: closest stack frame
16283:
16284: @touchit[] $i[after]
16285:
16286: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16287: were 'after'
16288:
16289: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16290: 'after'
16291:
16292: * src/main/execute.C: comment
16293:
16294: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16295: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16296: action]
16297:
16298: * src/types/pa_vxnode.C: misreplace fixed
16299:
16300: * configure, configure.in, src/include/pa_config_auto.h.in,
16301: src/types/pa_vstatus.C, operators.txt:
16302: $status:rusage.tv_secs/usecs introduced
16303:
16304: 2002-10-09 paf
16305:
16306: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16307: on empty string [or uses (default)]
16308:
16309: 2002-10-08 paf
16310:
16311: * src/main/untaint.C: mail header quoted printable changed after
16312: RFC reread
16313:
16314: * operators.txt: plan on ^if(method
16315:
16316: * src/types/pa_vxnode.C: misreplace
16317:
16318: 2002-09-24 paf
16319:
1.116 moko 16320: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16321:
16322: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16323: mailreceive would compile on freebsd now
16324:
16325: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16326: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16327: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16328: mailreceive would compile on freebsd now
1.95 moko 16329:
16330: * src/: classes/file.C, main/untaint.C: 1. file spec language
16331: changed: now there are only few chars are untainted: * ? ' " < >
16332: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16333: one should use ^untaint[uri]{...} now]
16334:
16335: 2. $list[^file:list[dir]] now returns simply tainted names in
16336: $list.name, not tainted as filespec
16337:
16338: @russianindex[] #dir with files with russian-lang names
16339: $where[dir]
16340:
16341: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16342: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16343:
16344: 2002-09-23 paf
16345:
16346: * src/types/pa_vdouble.h: double->int round added
16347:
16348: * src/classes/date.C: date bug fix, now
16349: round(floatDays*secondsPerDay)
16350:
16351: * src/classes/date.C: date bug fix, now
16352: round(floatDays*secondsPerDay)
16353:
16354: 2002-09-20 paf
16355:
16356: * src/main/execute.C: code junction calls disabled [before: code
16357: was compiled in such a way, that there were no code-junctions in
16358: OP_CALL]
16359:
16360: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16361:
16362: @badjunctioncallinside[code] ^code[]
16363:
16364: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16365: expanding to include ^junction.method
16366:
16367: * src/main/pa_common.C: -d "DIR/" now true
16368:
16369: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16370: as internal xdoc encoding, and after decoding attributes set by
16371: dom functions now encoded OK, not as digital entities
16372:
16373: * src/classes/xdoc.C: empty transform result, being taken as file
16374: now returns empty file, not raises stupid error about "stat-ed
16375: file"
16376:
16377: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16378: allowed
16379:
16380: * src/types/types.dsp: introducing $junction.get/put(1) one can
16381: write iterators now:
16382:
16383: ^user-foreach[key;value]{$key=$value<br>}
16384:
16385: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16386: $code.value($i*2) $code }
16387:
16388: * src/main/compile_tools.h: mistype
16389:
1.116 moko 16390: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16391: thus taking linking options configure changes into account [were:
16392: ignoring]
1.95 moko 16393:
16394: * src/types/: pa_vjunction.C, Makefile.am: introducing
16395: $junction.get/put(1) one can write iterators now:
16396:
16397: ^user-foreach[key;value]{$key=$value<br>}
16398:
16399: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16400: $code.value($i*2) $code }
16401:
16402: * src/: include/pa_opcode.h, include/pa_request.h,
16403: main/compile.tab.C, main/compile.y, main/execute.C,
16404: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16405: introducing $junction.get/put(1) one can write iterators now:
16406:
16407: ^user-foreach[key;value]{$key=$value<br>}
16408:
16409: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16410: $code.value($i*2) $code }
16411:
16412: 2002-09-19 paf
16413:
1.116 moko 16414: * Makefile.am: new: make commit
1.95 moko 16415:
16416: * aclocal.m4: forced to be older
16417:
16418: 2002-09-18 paf
16419:
16420: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16421: src/main/compile.y, src/main/execute.C: << >> int shifts
16422:
16423: * src/: include/pa_common.h, include/pa_request.h,
16424: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16425: - now this - fatal error
16426:
16427: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16428: that one can pass binary data there
16429:
16430: * src/: classes/date.C, classes/double.C, classes/file.C,
16431: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16432: classes/op.C, classes/response.C, classes/string.C,
16433: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16434: include/pa_request.h: pa_request contexts made privated, plus
16435: get_{self/method_frame} to read. Request_context_saver used in
16436: ^try to save flang too. [were not saved]
16437:
16438: * src/types/pa_vresponse.C: header value chains joined before
16439: output, this should help $.subject[$var $var] from being
16440: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16441:
16442: 2002-09-17 paf
16443:
16444: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16445: removed changes, operators executed with calling self. lots of
16446: code with ^include code relies on defined/defining self variables
16447:
16448: $a[1] ^include[print_a.p] print_a.p: $a
16449:
16450: ^include[set_a.p] a=$a set_a.p: $a[1]
16451:
16452: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16453: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16454: types/pa_vstateless_class.h: operators now executed with MAIN
16455: self. it's for ^include sake, too strong a change
16456:
16457: * src/classes/op.C: made place for ^process to compile it's code to
16458: in case of no self
16459:
16460: * src/main/execute.C: found ancient param to Junction, removed.
16461: allowed passing self to native_code_operators [for ^process to
16462: work, she needs self]
16463:
16464: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16465: types/pa_vstateless_class.h: found ancient param to Junction,
16466: removed. allowed passing self to native_code_operators [for
16467: ^process to work, she needs self]
16468:
16469: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16470: types/pa_value.h, types/pa_vmethod_frame.h,
16471: types/pa_vstateless_class.h: allowed Request.self to be 0,
16472: checked that in VMethodFrame get/put and $self.
16473:
16474: * src/classes/: table.C, xdoc.C: table::sql options table::create
16475: copy options options checked, wrong option now fatal error
16476:
16477: * src/main/pa_string.C: string.replace fixed [were missing words on
16478: pieces boundaries]
16479:
16480: * bin/auto.p.dist.in: strange \n
16481:
16482: * configure, configure.in: .so now detected [can be .sl on hpux,
16483: .dll on cygwin, .so in other cases)
16484:
1.116 moko 16485: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16486: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16487:
16488: * operators.txt, src/classes/hash.C, src/classes/table.C,
16489: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16490: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16491: record taken [were last]
16492:
16493: * src/: classes/hash.C, classes/table.C,
16494: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16495: now errors
16496:
16497: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16498:
16499: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16500: ,2,3]
16501:
16502: 2002-09-16 paf
16503:
16504: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16505: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16506: stdout to be binary. now detected closest header break.
16507:
16508: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16509: closed right
16510:
16511: 2002-09-13 paf
16512:
16513: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16514: src/main/compile_tools.h: (expression #comment)
16515:
16516: (multiline expression #comment line2 #comment )
16517:
16518: (expression #comment with (brackets) comment) << OK
16519:
16520: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16521: bitwise !|| numerical xor now [preparing for expression
16522: #comments]
16523:
16524: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16525: error
16526:
16527: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16528: cheched in pa_socks.C
16529:
1.116 moko 16530: * configure, configure.in, src/include/pa_config_auto.h.in:
16531: HAVE_WINSOCK_H created in configure.in
1.95 moko 16532:
16533: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16534: cookie date now clean [were mistakenly tainted & that worked bad
16535: with opera -- 'happily' that worked OK with msie]
16536:
16537: 2002-09-12 paf
16538:
16539: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16540: VClass get_element now first looks to fields, next to methods &
16541: co todo: the rest reason: more speed
16542:
16543: * src/main/untaint.C: quoted printable encoding stops before
16544: \s*<...>$
16545:
16546: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16547: stops before <...>$
16548:
16549: 2002-09-11 paf
16550:
16551: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16552: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16553: forgot to check users of those funcs. not all were using that
16554: return value convention
16555:
16556: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16557: windows-1254 added
16558:
16559: 2002-09-10 paf
16560:
16561: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16562: VCodeFrame parent param were specified badly
16563:
16564: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16565: WWrapper which used in constructing objects(second param to sql
16566: method) ^...sql{}[$.default{code}] now has parent, wich helps
16567: code in hash to survivi
16568:
16569: * src/: include/pa_request.h, main/execute.C: removed redundant
16570: param to execute [stack said 'thanks']
16571:
16572: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16573: types/pa_value.h, types/pa_vcode_frame.h,
16574: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16575: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16576: responsibility to wcontext
16577:
16578: * src/classes/file.C: decided not to log exec's with stderr, that
16579: could be warnings, and it's up to scritper to log/show them
16580:
16581: * src/: classes/double.C, main/execute.C: double:sql badly called
16582: write_assign_lang, not write_no_lang, thus doing unnecessary
16583: double/string converstion, which were loosing time&precesion
16584:
16585: * src/: main/pa_charset.C, types/pa_vmail.C:
16586: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16587: case of unfinished in buffer processing, causing accidental
16588: transcode stop [in case that source enc != utf-8 & there is
16589: incomplete utf-8 sequence at the end of 16000block iside of
16590: libxml lib] tfm readed & code updated
16591:
16592: 2002-09-04 paf
16593:
16594: * configure: makes with sjlj
16595:
16596: * INSTALL, src/include/pa_config_fixed.h,
16597: src/include/pa_sql_connection.h,
16598: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16599: checked. on win32 it made default
16600:
16601: * src/include/pa_config_auto.h.in: sjlj define
16602:
16603: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16604: can not work with longjump/throw pair, and one must switch that
16605: on there. todo: detect that automatically]
16606:
16607: * src/types/pa_vxnode.C: removed too strong checks of
16608: xnode.elements. now, for instance, if element does not have any
16609: attributes, $xnode.attributes is void, not error
16610:
16611: 2002-09-02 paf
16612:
16613: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16614: removed double_result, didn't help
16615:
16616: * src/main/execute.C: double_result made to move that var away from
16617: hungry g++ optimizer (-O2), before: it were optimized and
16618: comparison operators worked badly
16619:
16620: * src/types/pa_vdate.h: removed debug
16621:
1.116 moko 16622: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16623:
16624: * src/main/execute.C: fixed numeric < & co so that thay now use
16625: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16626: unknown reason.
16627:
16628: 2002-08-29 paf
16629:
16630: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16631: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16632: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16633: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16634: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16635: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16636: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16637: [called less frequent, allowed to remove ugly
16638: Junction.change_context-s from many places, switch,
16639: mail:send..html{}, ..] request.root renamed to method_frame [more
16640: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16641: [speed up]
16642:
16643: 2002-08-28 paf
16644:
16645: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16646: tainted
16647:
16648: * src/types/pa_vcookie.C: fixed cookie delete when
16649: $cookie:name[$.value[]]
16650:
16651: * operators.txt, src/classes/string.C:
16652: ^string.split[delim[;options]]
16653:
16654: 2002-08-27 paf
16655:
1.116 moko 16656: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16657:
16658: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16659: delimiter
16660:
16661: * INSTALL: recommended latest gmime 1.0.5
16662:
16663: 2002-08-26 paf
16664:
16665: * configure, configure.in: apache13/hook added to make dist.
16666:
16667: 2002-08-23 paf
16668:
16669: * src/: include/pa_common.h, main/pa_common.C,
16670: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16671: beside binary [cgi, isapi] not accessible [due to bad rights or
16672: whatever] it's error now
16673:
16674: 2002-08-21 paf
16675:
1.116 moko 16676: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16677:
16678: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16679: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16680: class". compiled as if here they named base class
16681:
16682: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16683: cloning constructor]
16684:
16685: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16686:
16687: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16688: src/types/pa_vfile.C, src/types/pa_vmail.C:
16689: $mail.received.file.value.content-type fixed
16690:
16691: 2002-08-20 paf
16692:
16693: * src/classes/file.C: fixed language of file:file result
16694:
16695: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16696: from 3.0.0005
16697:
16698: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16699:
16700: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16701: 3.0.0005
16702:
16703: * src/classes/void.C, operators.txt: ^void.length[] = 0
16704:
16705: 2002-08-19 paf
16706:
16707: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16708: work now
16709:
16710: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16711: error in xnode, which were not catched in xdoc]
16712:
16713: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16714: prepared: // validate each document after load/create (?)
16715: //xmlDoValidityCheckingDefaultValue = 1;
16716:
16717: 2002-08-15 paf
16718:
16719: * src/classes/classes.h: write to static var caused useless
16720: Exception, introduced Methoded::put_element wich consumes those
16721:
16722: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16723: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16724: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16725: $response:field[date] $response:field[$.xxx[date]]
16726:
16727: * src/: classes/hash.C, classes/string.C, classes/table.C,
16728: classes/void.C, include/pa_sql_connection.h: fixed source of
16729: ^hash::sql{bad}
16730:
16731: * operators.txt: $request:body unprecessed POST request body
16732:
16733: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16734:
16735: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16736: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16737:
16738: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16739: src/include/pa_request.h, src/main/pa_pool.C,
16740: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16741: $request:body r.post_data now const
16742:
16743: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16744: classes/xnode.C, main/execute.C, types/pa_value.h,
16745: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16746: types/pa_vtable.h: instead of type() checking everywhere used
16747: Value.as now user descendants can be used in params.
16748:
16749: VObject::as_*, is_defined now taken from bases. xtable(table)
16750: ^if($xtable) now OK
16751:
16752: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16753: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16754: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16755:
16756: 2002-08-14 paf
16757:
16758: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16759: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16760: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16761: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16762: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16763: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16764: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16765: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16766: types/pa_vresponse.C, types/pa_vresponse.h,
16767: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16768: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16769: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16770: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16771: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16772: & VClass
16773:
16774: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16775:
16776: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16777: removed fixopt stupidity. on stupid linux use cd /document/root
16778: ../cgi/parser3 script
16779:
16780: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16781: params, splitting them by space, excluding argv[0], argv[argc-1]
16782:
16783: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16784: fixopt.h: fixopt now preprocesses command line params, splitting
16785: them by space, excluding argv[0], argv[argc-1]
16786:
16787: * src/targets/cgi/parser3.C: -f config file
16788:
16789: * src/targets/cgi/parser3.C: fixed .log file dir
16790:
16791: 2002-08-13 paf
16792:
16793: * src/types/pa_vobject.C: allow override parent variables, useful
16794: for form descendants [in vobject too, were in vclass]
16795:
16796: * src/types/pa_vclass.C: allow override parent variables, useful
16797: for form descendants
16798:
16799: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16800: overwritten in derived(table)
16801:
16802: * src/: classes/form.C, classes/mail.C, classes/op.C,
16803: classes/xnode.h, include/pa_request.h, main/execute.C,
16804: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16805: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16806: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16807: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16808: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16809: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16810: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16811: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16812: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16813: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16814: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16815: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16816: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16817: Value::get_element(..., bool looking_down) [needed to exclude
16818: endless recoursion]
16819:
16820: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16821: fix bug with put endless recoursion todo: check 'as'
16822:
16823: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16824: reorganized modules todo: fix bug with put endless recoursion
16825: todo: check 'as'
16826:
16827: * src/types/pa_vobject.h: checked: table fields can be overwritten
16828: in derived(table)
16829:
16830: * src/types/pa_vobject.h: derived classes can have fields of their
16831: own now
16832:
16833: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16834: fixed error message on using non-created table
16835:
16836: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16837: classes/op.C, classes/xnode.h, include/pa_request.h,
16838: main/compile.C, main/compile.tab.C, main/execute.C,
16839: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16840: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16841: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16842: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16843: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16844: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16845: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16846: types/pa_vresponse.C, types/pa_vresponse.h,
16847: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16848: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16849: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16850: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16851: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16852: looking down/up tree todo: fix error message on non-constructed
16853: parents
16854:
16855: 2002-08-12 paf
16856:
16857: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16858: derived OK
16859:
16860: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16861: thorough testing
16862:
16863: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16864: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16865: types/pa_vobject.h, types/pa_vstateless_class.h,
16866: types/pa_vstateless_object.h, types/pa_wcontext.h,
16867: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16868: ^base:create[] dynamic call rewritten todo: thorough testing
16869:
16870: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16871: now instantates base class, remembers it and saves child in
16872: parent VObject.get_class now returns last child = downward
16873: virtual calls OK
16874:
16875: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16876: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16877: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16878: types/pa_vobject.h, types/pa_vresponse.h,
16879: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16880: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16881: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16882: VAliased [redundant], moved $CLASS to VObject only [parser class
16883: instance]
16884:
16885: * bin/auto.p.dist.in: more like in dist on parser.ru
16886:
16887: * bin/auto.p.dist.in: fixed sendmail default comment
16888:
16889: * src/main/pa_request.C: $response:body[file] content-type check
16890: fixed [were bad when content-type is hash]
16891:
16892: 2002-08-09 paf
16893:
16894: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16895: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16896:
16897: 2002-08-08 paf
16898:
16899: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16900: src/main/pa_globals.C: year column in month calendar [week year]
16901:
16902: * src/main/execute.C: error reporting on object writes to MAIN
16903: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16904:
16905: * operators.txt, src/types/pa_vdate.h: $date.yearday
16906: $date.daylightsaving
16907:
16908: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16909: use tainted data now. only she must specify the language.
16910:
16911: ^mail:send[ $.from[paf@mail.design.ru]
16912: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16913: $.text[^taint[uri][ìîñêâà]=] ]
16914:
16915: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16916: now prints more precise origin
16917:
16918: * src/include/pa_string.h: String::first_char now not fails on
16919: empty strings ^if(-f '') now ok and in 3 other places.
16920:
16921: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16922: String::first_char now not fails on empty strings ^if(-f '') now
16923: ok and in 3 other places.
16924:
16925: 2002-08-07 paf
16926:
16927: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16928: fixed
16929:
16930: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16931:
16932: * src/: main/execute.C, types/pa_vcode_frame.h,
16933: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16934: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16935: mistakenly not completely transparent to object writes.
16936: $hash[^if(1){$hash}] now works
16937:
16938: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16939: now erasing cache file [there were bad check on that]
16940:
16941: * src/: classes/classes.dsp, classes/table.C,
16942: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16943: all Debug dirs in .dsp now named 'Debug'
16944:
1.116 moko 16945: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16946:
16947: * operators.txt, src/classes/mail.C: exception_type email.send
16948:
16949: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16950:
16951: * src/types/pa_vmail.C: mail:send empty email checked
16952:
16953: 2002-08-06 paf
16954:
16955: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16956: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16957: ^table::create[$source;$.options] ^table::join[$source;$.options]
16958:
16959: * operators.txt, src/classes/hash.C, src/classes/string.C,
16960: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16961: # $.default() }
16962:
16963: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16964:
16965: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16966: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16967: $file.content-type [instead of .mime-type] now works for
16968: file::stat also
16969:
16970: * src/main/pa_request.C: case insensitive mime_type_of
16971:
16972: * bin/auto.p.dist.in: jpeg
16973:
16974: 2002-08-05 paf
16975:
16976: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16977:
16978: * src/types/pa_vmail.C: file buffer relocated to parser heap
16979:
16980: * operators.txt: comment on date:calendar week column
16981:
16982: * src/main/pa_common.C: write checked
16983:
16984: * src/main/: pa_common.C: write checked
16985:
16986: * src/classes/date.C: +1 buf size for stupid snprintfs
16987:
16988: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16989: month calendar week column [ISO 8601 Week Numbers]
16990:
16991: 2002-08-02 paf
16992:
16993: * src/: include/pa_config_fixed.h, main/pa_string.C,
16994: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16995: DEBUG*
16996:
16997: * configure, configure.in, src/include/pa_version.h: release
16998: 3_0_0005
16999:
17000: * bin/auto.p.dist.in: unhandled_exception comments
17001:
17002: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17003: multipart post fixed
17004:
17005: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17006: response transcoded source->client only when text/* or simple
17007: onoverridden $response:body
17008:
17009: 2002-08-01 paf
17010:
17011: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17012: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17013: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17014: classes/op.C, classes/response.C, classes/string.C,
17015: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17016: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17017: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17018: include/pa_config_fixed.h, include/pa_dictionary.h,
17019: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17020: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17021: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17022: include/pa_socks.h, include/pa_sql_connection.h,
17023: include/pa_sql_driver_manager.h, include/pa_stack.h,
17024: include/pa_string.h, include/pa_stylesheet_connection.h,
17025: include/pa_stylesheet_manager.h, include/pa_table.h,
17026: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17027: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17028: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17029: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17030: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17031: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17032: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17033: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17034: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17035: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17036: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17037: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17038: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17039: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17040: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17041: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17042: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17043: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17044: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17045: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17046: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17047: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17048: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17049: types/pa_vmethod_frame.h, types/pa_vobject.h,
17050: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17051: types/pa_vresponse.h, types/pa_vstateless_class.C,
17052: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17053: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17054: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17055: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17056: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17057: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17058:
17059: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17060: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17061: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17062: classes/math.C, classes/op.C, classes/response.C,
17063: classes/string.C, classes/table.C, classes/void.C,
17064: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17065: 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_config_includes.h,
17068: include/pa_dictionary.h, include/pa_dir.h,
17069: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17070: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17071: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17072: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17073: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17074: include/pa_stack.h, include/pa_string.h,
17075: include/pa_stylesheet_connection.h,
17076: include/pa_stylesheet_manager.h, include/pa_table.h,
17077: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17078: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17079: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17080: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17081: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17082: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17083: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17084: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17085: main/pa_sql_driver_manager.C, main/pa_string.C,
17086: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17087: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17088: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17089: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17090: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17091: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17092: targets/isapi/pool_storage.h, types/pa_valiased.C,
17093: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17094: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17095: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17096: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17097: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17098: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17099: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17100: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17101: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17102: types/pa_vresponse.C, types/pa_vresponse.h,
17103: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17104: types/pa_vstateless_object.h, types/pa_vstatus.C,
17105: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17106: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17107: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17108: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17109: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17110: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17111: types/Makefile.am: ident.C* removed
17112:
17113: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17114: file:find[/can/do/this/now.txt]
17115:
17116: * src/targets/cgi/parser3.C: usage to stdout now
17117:
17118: 2002-07-31 paf
17119:
17120: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17121:
17122: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17123: default "postmaster"
17124:
17125: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17126: -f postmaster now default sendmail key word "postmaster"
17127: replaced to $.from
17128:
17129: 2002-07-30 paf
17130:
1.116 moko 17131: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17132: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17133:
17134: * src/main/pa_charset.C: comment
17135:
17136: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17137: table, &#decimal;
17138:
17139: * src/main/pa_request.C: comment
17140:
17141: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17142: paragraf]
17143:
17144: 2002-07-11 paf
17145:
17146: * src/main/pa_exec.C: build command line badly added params twice
17147: [and first time without ' ']. double wrong. fixed.
17148:
17149: * src/main/pa_exec.C: invalid .exe caused error message with params
17150: wich parser did not provide = reported badly. fixed that.
17151:
17152: * src/classes/mail.C: $MAIL[ # xxx ]
17153:
17154: now ok
17155:
17156: * operators.txt: plan: sql detailed exception
17157:
17158: 2002-07-01 paf
17159:
17160: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17161: [MForm.configure_admin were called when request.main_class ==0
17162:
17163: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17164:
17165: * src/classes/form.C: content_length type fix
17166:
17167: 2002-06-30 paf
17168:
17169: * src/classes/mail.C: merged from 4
17170:
17171: * src/classes/mail.C: restored $MAIL
17172:
17173: 2002-06-28 paf
17174:
17175: * configure, configure.in: removed paths.h
17176:
1.116 moko 17177: * configure, src/include/pa_version.h,
1.95 moko 17178: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17179: merged, makes updated
17180:
17181: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17182: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17183: src/include/pa_pool.h, src/include/pa_version.h,
17184: src/main/pa_charset.C, src/main/pa_pool.C,
17185: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17186: src/types/pa_vmail.C: merged latest updates to head
17187:
17188: 2002-06-27 paf
17189:
17190: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17191: not error now
17192:
17193: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17194: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17195: src/main/pa_charset.C, src/main/pa_pool.C:
17196: ^xdoc::create[[uri]]... base uri for document being created,
17197: imports and other relative file names would be relative to this
17198: uri default uri=path_translated
17199:
17200: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17201:
17202: 2002-06-26 paf
17203:
17204: * configure, configure.in, src/include/pa_version.h:
17205: release_3_0_0004
17206:
17207: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17208: 0 now
17209:
17210: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17211:
17212: 2002-06-25 paf
17213:
17214: * src/main/pa_string.C: emtpy string, or string of whitespaces
17215: considered bad number now
17216:
17217: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17218: now
17219:
17220: * operators.txt, src/classes/string.C: ^string.normalize [old
17221: name: optimize
17222:
17223: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17224: library configured
17225:
17226: * src/main/pa_request.C: configure_admin forced if no @conf
17227:
17228: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17229: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17230: when needed and to call system crypt() if not $apr1$ prefix
17231:
17232: 2002-06-24 paf
17233:
17234: * INSTALL: --with-static/shared-mailreceive described
17235:
17236: * src/include/pa_config_fixed.h: ssize_t fixed
17237:
1.116 moko 17238: * configure, configure.in, src/include/pa_config_auto.h.in,
17239: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17240: src/types/pa_vmail.C: $mail:received makes update
17241:
17242: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17243: WITH_MAILRECEIVE
17244:
17245: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17246:
17247: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17248: option, for $mail:receive
17249:
17250: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17251: introducting $message:received ^mail:send rewritten with backward
17252: comp
17253:
17254: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17255: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17256: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17257: now
17258:
17259: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17260: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17261: src/include/pa_request.h, src/include/pa_string.h,
17262: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17263: src/main/pa_globals.C, src/main/pa_request.C,
17264: src/main/pa_string.C, src/main/pa_uue.C,
17265: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17266: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17267: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17268: uue to separate file introducting $message:received ^mail:send
17269: rewritten with backward comp
17270:
17271: 2002-06-21 paf
17272:
1.116 moko 17273: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17274: co changes
1.95 moko 17275:
1.116 moko 17276: * configure, configure.in, src/lib/md5/Makefile.am,
17277: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17278: restructure .in and .am files appropriate changes
1.95 moko 17279:
17280: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17281: pcre to libs/ added libs/md5 which is linked to non-apache
17282: targets ^math:crypt[password;$apr1$salt]
17283:
17284: * INSTALL, configure.in, operators.txt, parser3.dsw,
17285: src/Makefile.am, src/classes/Makefile.am,
17286: src/classes/classes.dsp, src/classes/math.C,
17287: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17288: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17289: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17290: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17291: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17292: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17293: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17294: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17295: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17296: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17297: src/lib/pcre/pcre_parser_ctype.dsp,
17298: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17299: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17300: src/main/compile.tab.C, src/main/main.dsp,
17301: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17302: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17303: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17304: to libs/ added libs/md5 which is linked to non-apache targets
17305: ^math:crypt[password;$apr1$salt]
17306:
17307: 2002-06-20 paf
17308:
17309: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17310: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17311: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17312: src/include/pa_request.h, src/main/execute.C,
17313: src/main/pa_request.C, src/targets/cgi/parser3.C,
17314: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17315: marged latest HEAD updates, mainly file:justname&co &
17316: @auto/conf[filespec
17317:
17318: * operators.txt, src/classes/file.C:
17319: !^file:dirname[/a/some.tar.gz]=/a
17320: !^file:dirname[/a/b/]=/a
17321: !^file:basename[/a/some.tar.gz]=some.tar.gz
17322: !^file:justname[/a/some.tar.gz]=some.tar
17323: !^file:justext[/a/some.tar.gz]=gz
17324:
17325: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17326: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17327: @conf/auto[filespec]
17328:
17329: * bin/auto.p.dist.in: <noindex>
17330:
1.116 moko 17331: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17332:
17333: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17334: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17335: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17336: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17337:
17338: 2002-06-18 paf
17339:
17340: * configure, configure.in, src/include/pa_version.h: version to
17341: configure.in
17342:
17343: * INSTALL: reflected .conf.dist dir change
17344:
1.116 moko 17345: * Makefile.am, configure, configure.in, bin/Makefile.am,
17346: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17347: .in & *.am updated
17348:
17349: * src/classes/file.C: strncasecmp
17350:
17351: * src/classes/file.C: strcasecmp
17352:
1.116 moko 17353: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17354: from etc
1.95 moko 17355:
17356: * src/classes/file.C: ^file::exec[script;$.bad error case
17357: insensitive check now
17358:
17359: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17360:
17361: * configure, configure.in, src/include/pa_pool.h,
17362: src/include/pa_types.h: pack configure.in detection simplified.
17363: figured out that gcc on sparc not that stupid as thought
17364: previously: on sparc: when it sees packed class it modifies it's
17365: field-access-code to byte operations [stb, ldub] instead of 4byte
17366: operations [st, lduh] so packed must be all parts of packed
17367: class, i.e. it's parents&fields(classes). for now it's only
17368: String that packed and what was wrong is that it's parent -
17369: Pooled, were not packed. fixed that.
17370:
17371: 2002-06-14 paf
17372:
17373: * operators.txt: more precise xml-to-text options
17374:
17375: * operators.txt, src/types/pa_vxnode.C: xnode
17376: attribute_node.name/value xnode pi.node.data
17377:
17378: 2002-06-12 paf
17379:
1.116 moko 17380: * configure, configure.in, src/targets/cgi/Makefile.am,
17381: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17382:
17383: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17384: src/include/pa_globals.h, src/include/pa_request.h,
17385: src/main/compile.tab.C, src/main/pa_globals.C,
17386: src/main/pa_request.C, src/targets/cgi/parser3.C,
17387: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17388:
17389: * src/classes/mail.C: sendmail -ti [default now]
17390:
17391: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17392: to be strings. for convinient #ing
17393:
17394: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17395: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17396:
17397: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17398: main/pa_globals.C, main/pa_request.C: @conf
17399:
17400: 2002-06-11 paf
17401:
17402: * src/classes/file.C: check simplified
17403:
17404: * src/: classes/file.C, targets/cgi/parser3.dsp,
17405: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17406: valid prefix
17407:
17408: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17409: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17410: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17411:
17412: 2002-06-10 paf
17413:
17414: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17415: src/main/pa_common.C: lock failures reported now
17416:
17417: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17418: string->double @ compile time were not-enough-checking...
17419:
17420: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17421: autoconvert now ignored
17422:
17423: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17424: check
17425:
17426: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17427: $response:body content-type:name
17428:
17429: * configure, configure.in: hpux check, nsl link, no socket
17430:
17431: * operators.txt: old merge conflict removed
17432:
17433: * configure, configure.in: pack even address access on sparc&co
17434: arch checked in configure
17435:
17436: * configure, src/include/pa_version.h: makes
17437:
17438: * configure, configure.in, src/include/pa_version.h: makes
17439:
17440: * src/main/untaint.C: (bug#2) mail subject got always prepended
17441: with charset even when all letters were 7bit one
17442:
17443: * src/main/pa_common.C: merged fixed -d (bug)
17444:
17445: * src/main/pa_common.C: fixed -d (bug)
17446:
17447: 2002-06-03 paf
17448:
17449: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17450: src/classes/classes.dsp, src/main/compile.tab.C,
17451: src/main/main.dsp, src/main/pa_globals.C,
17452: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17453: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17454: .dsp-s along with reorganized cvs modules dirs structure
17455:
17456: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17457: main/pa_globals.C, targets/cgi/parser3.dsp,
17458: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17459: modules
17460:
17461: 2002-05-28 paf
17462:
17463: * src/targets/cgi/parser3.C: info.uri now ""
17464:
17465: 2002-05-17 paf
17466:
17467: * src/classes/: table.C: ^table.save << checked empty
17468: pre/match/post columns
17469:
17470: 2002-05-16 paf
17471:
17472: * src/classes/image.C: image::measure can png now
17473:
17474: 2002-05-15 paf
17475:
17476: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17477: added
17478:
17479: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17480:
17481: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17482: %H[:%M[:%S]]]]]] [-%m now
17483:
17484: 2002-05-14 paf
17485:
17486: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17487:
17488: 2002-05-07 paf
17489:
17490: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17491: src/include/pa_globals.h, src/include/pa_request.h,
17492: src/include/pa_table.h, src/main/compile.tab.C,
17493: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17494: src/main/pa_request.C, src/main/pa_table.C,
17495: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17496: src/targets/isapi/parser3isapi.dsp,
17497: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17498: name2number field now &. main_method_name now on Request pool
17499: rather on global_pool [Junction+VJunction created on same pool as
17500: name = were created on global pool, causing mem leaks]
17501:
17502: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17503: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17504: main/compile.y, main/main.dsp, main/pa_globals.C,
17505: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17506: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17507: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17508: field now &. main_method_name now on Request pool rather on
17509: global_pool [Junction+VJunction created on same pool as name =
17510: were created on global pool, causing mem leaks]
17511:
17512: 2002-05-06 paf
17513:
17514: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17515: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17516: 100*40 bytes per request memory leak [nonpool malloc in globals]
17517:
17518: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17519: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17520: 100*40 bytes per request memory leak [nonpool malloc in globals]
17521:
17522: 2002-04-30 paf
17523:
17524: * configure, src/include/pa_version.h: version now not b
17525:
17526: * src/targets/cgi/parser3.C: request.uri now never 0
17527:
17528: 2002-04-29 paf
17529:
17530: * configure.in: removed b
17531:
17532: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17533: Exception::comment/type checked in (), no there's no empty
17534: type/comment by default
17535:
17536: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17537: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17538: src/doc/value.dox, src/include/pa_exception.h,
17539: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17540: 0001
17541:
17542: 2002-04-26 paf
17543:
17544: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17545: size reduced
17546:
17547: 2002-04-25 paf
17548:
17549: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17550: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17551: now that took into account
17552:
17553: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17554: 01:03:04]
17555:
17556: * ChangeLog, operators.txt, src/classes/date.C:
17557: ^date::create[2002-12-33 01:03:04]
17558:
17559: * ChangeLog: updated changelog
17560:
17561: * src/classes/table.C: removed restriction on column count to
17562: ^table.hash to work, now must be >0 [were >1]
17563:
17564: 2002-04-24 paf
17565:
17566: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17567: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17568: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17569: targets
17570:
17571: 2002-04-23 paf
17572:
17573: * operators.txt, src/classes/string.C:
17574: int/double/string:sql{}[$.default{code}] fixed [were barking:
17575: "junction used outside of context"]
17576:
17577: 2002-04-22 paf
17578:
17579: * types.txt, src/classes/string.C, src/include/pa_string.h,
17580: src/main/pa_string.C, src/types/pa_vstring.C,
17581: src/types/pa_vstring.h: ^string.optimize[]
17582:
17583: * src/: include/pa_globals.h, include/pa_table.h,
17584: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17585: table template
17586:
17587: * src/classes/: string.C: optimize removed from string
17588: .left/right/pos
17589:
17590: * src/main/execute.C: rolled back to
17591: before_killing_userjunction_contexts
17592:
17593: * src/main/execute.C: user junctions context killed
17594:
17595: * src/main/execute.C: junctions to local contexts got
17596: cleanized&checked later
17597:
17598: 2002-04-19 paf
17599:
17600: * src/: classes/string.C, include/pa_request.h,
17601: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17602: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17603: prior to .left .right .mid .pos .match when that is profitable,
17604: and always before .replace when $ORIGINS(1) optimization disabled
17605: economy from not wasting mem on lots of strings which occur by
17606: lots of String:mid calls to get parts of source string between
17607: found_occurances
17608:
17609: * src/classes/file.C: ovector now local economy: 16 bytes per
17610: ^file:list
17611:
17612: * src/: include/pa_globals.h, include/pa_table.h,
17613: main/pa_globals.C, main/pa_string.C: String::match table columns
17614: globalized, not created @ each ^match anymore economy:
17615: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17616:
17617: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17618: removed from each String::match replace iteration, and made
17619: stacked sizeof(VTable)=12bytes economy on each replace code
17620:
17621: * src/doc/footer.htm: 2001,
17622:
17623: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17624: string.match[]['] option enables generation of $match.prematch
17625: .match .postmatch columns
17626:
17627: * src/main/pa_string.C: String::match options analized without
17628: cstr-ing them now
17629:
17630: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17631: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17632: config updated to doxygen 1.2.15, created helper which fixes
17633: minor bugs in chm project files & htm tree. changed extension to
17634: .htm
17635:
17636: 2002-04-18 paf
17637:
17638: * src/doc/doxygen.cfg: .chi generation disabled
17639:
17640: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17641: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17642: fields&methods
17643:
17644: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17645: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17646: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17647: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17648: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17649: types/pa_vresponse.h, types/pa_vstateless_class.h,
17650: types/pa_vstateless_object.h, types/pa_vstatus.h,
17651: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17652: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17653: VStateless_class to VObject
17654:
17655: * src/: main/pa_request.C, types/pa_valiased.h,
17656: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17657: types/pa_vstring.h: VStateless_string_object speicalized light
17658: version of VStateless_object
17659:
17660: * src/classes/op.C: ^throw comment param made optional
17661:
17662: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17663: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17664: and implemented down in VClass, fclass_alias removed,
17665:
17666: * src/types/pa_value.C: forced to cut that from .h because of
17667: VStateless_class usage [undefined in .h]
17668:
17669: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17670: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17671: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17672: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17673: on each CALL]
17674:
17675: * src/: classes/classes.h, classes/date.C, classes/double.C,
17676: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17677: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17678: classes/response.C, classes/string.C, classes/table.C,
17679: classes/void.C, classes/xnode.C, include/pa_globals.h,
17680: include/pa_request.h, main/execute.C, main/pa_globals.C,
17681: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17682: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17683: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17684: types/pa_vstateless_class.h, types/pa_wcontext.C,
17685: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17686: removed Value::fname
17687:
17688: 2002-04-17 paf
17689:
17690: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17691: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17692: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17693: include/pa_pool.h, include/pa_types.h: dox updated to current
17694: state, PTHROW freshen to throw & co
17695:
17696: * src/types/pa_vhash.h: vstring wrong parent fixed
17697:
17698: * src/classes/op.C: taint local result var bug fixed
17699:
17700: 2002-04-16 paf
17701:
17702: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17703: Attic asm.txt as most interesting
17704:
17705: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17706: check, preventing content-length: 0 from appearing
17707:
17708: * src/main/execute.C: $result in @main now taken into account as in
17709: usual functions
17710:
17711: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17712: & @unhandled_exception now taken into account as in usual
17713: functions
17714:
17715: * src/doc/postbuild.txt: instructions on post .html build
17716:
17717: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17718:
17719: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17720: tainted
17721:
17722: * src/main/pa_request.C: uri in error log
17723:
17724: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17725: cheched date:create(days) param for validity [later were assumed
17726: valid and crashed on invalid onces]
17727:
17728: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17729: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17730: and used that for removing VString wrapper
17731:
17732: * src/classes/op.C: exception2vhash file now tainted
17733:
17734: * src/classes/op.C: _process pseudo origin copied from local var to
17735: heap
17736:
17737: * src/classes/op.C: extra check on empty file in origin in _execute
17738:
17739: 2002-04-15 paf
17740:
17741: * src/: main/execute.C, types/pa_value.h: fixed name update
17742:
17743: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17744: functions
17745:
17746: * src/: classes/file.C, classes/hash.C, classes/op.C,
17747: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17748: started dual write_xxx_lang functions, if checked & works
17749:
17750: * src/: classes/date.C, classes/file.C, classes/mail.C,
17751: classes/string.C, classes/xnode.C, include/pa_request.h,
17752: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17753: unnecessary VString shells
17754:
17755: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17756: prev changes]
17757:
17758: * src/: classes/image.C, classes/op.C, classes/string.C,
17759: classes/table.C, include/pa_request.h, main/execute.C,
17760: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17761: StringOrValue wcontext result, now ready for dual writes
17762:
17763: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17764: checked that
17765:
17766: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17767: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17768: changed to OP_WRITE_VALUE in var get cases
17769:
17770: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17771: include/pa_request.h, main/compile.tab.C, main/compile.y,
17772: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17773: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17774: switch in hash constructor fixed [were problems with using of
17775: stacked wwrapper after it's death]
17776:
17777: 2002-04-12 paf
17778:
17779: * operators.txt, src/classes/table.C: table.select(expression) 0
17780:
17781: 2002-04-11 paf
17782:
17783: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17784: Request::process_internal codeFrame & wwrapper stacked [not
17785: wasting heap anymore]
17786:
17787: 2002-04-10 paf
17788:
17789: * src/: classes/double.C, classes/file.C, classes/hash.C,
17790: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17791: classes/string.C, classes/table.C, classes/void.C,
17792: classes/xdoc.C, include/pa_request.h, main/execute.C,
17793: main/pa_string.C: killed Request::process() wrapping
17794: VString(String) in case we need only String
17795:
17796: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17797: killed 8 bytes from String.head
17798:
17799: 2002-04-09 paf
17800:
17801: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17802: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17803: local*/char b[...]; a=b; situations
17804:
17805: * operators.txt, src/classes/xdoc.C: xslt params made literal
17806:
17807: * src/classes/xdoc.C: xslt params fixed
17808:
17809: * src/: main/pa_common.C, targets/cgi/parser3.C,
17810: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17811: not pool.malloc(MAX_NUMBER) but really neaded
17812:
17813: * operators.txt, src/classes/double.C, src/classes/int.C:
17814: int/double.int/double(default)
17815:
17816: 2002-04-04 paf
17817:
17818: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17819: [when reconstructing pieces were split by
17820: max_integral(piece.size), thus some strings to replace happen to
17821: be split into two = not replaced)
17822:
17823: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17824: standalone version = current dir
17825:
17826: * src/targets/cgi/parser3.C: document root in standalone version =
17827: current dir
17828:
17829: 2002-04-03 paf
17830:
17831: * configure, configure.in: more checks on nonexistent charset
17832:
1.116 moko 17833: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17834:
17835: 2002-04-02 paf
17836:
17837: * src/main/compile.C: parser.compile [exception name more like in
17838: doc]
17839:
17840: 2002-04-01 paf
17841:
17842: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17843: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17844: .content-type.charset, not .charset
17845:
17846: 2002-03-29 paf
17847:
17848: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17849:
17850: * operators.txt, src/classes/date.C: ^date::create now may not
17851: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17852: days' year. | 31.05->31.04 roll
17853:
17854: 2002-03-28 paf
17855:
17856: * operators.txt, src/classes/date.C, src/classes/op.C,
17857: src/include/pa_globals.h, src/include/pa_hash.h,
17858: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17859: ^cache(seconds) ^cache[date] }
17860:
17861: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17862: param
17863:
17864: 2002-03-27 paf
17865:
17866: * operators.txt, src/classes/date.C, src/classes/double.C,
17867: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17868: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17869: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17870: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17871: src/classes/xnode.C, src/include/pa_exception.h,
17872: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17873: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17874: src/main/pa_array.C, src/main/pa_charset.C,
17875: src/main/pa_charsets.C, src/main/pa_common.C,
17876: src/main/pa_dictionary.C, src/main/pa_exception.C,
17877: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17878: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17879: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17880: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17881: src/types/pa_value.h, src/types/pa_vcookie.C,
17882: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17883: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17884: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17885: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17886: src/types/pa_wwrapper.h: assigned exception types
17887:
17888: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17889: src/include/pa_request.h, src/main/execute.C,
17890: src/main/pa_request.C: decided agains resetting exception_trace,
17891: just changed name
17892:
17893: 2002-03-26 paf
17894:
17895: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17896: fixed
17897:
17898: * src/classes/op.C: forced language of $source field of exception
17899: to 'tainted', so that sql-langed-frags could be outputed outside
17900: of connect
17901:
17902: * operators.txt: removed date.roll limit of +-1 offset
17903:
17904: * src/classes/date.C: removed date.roll limit of +-1 offset
17905:
17906: * operators.txt, src/classes/date.C: fixed date roll on
17907: daylightsaving days mktime took into account tm_isdst flag, which
17908: remained from BEFORE roll, but should have been reset
17909:
17910: 2002-03-25 paf
17911:
17912: * operators.txt, src/targets/cgi/parser3.C:
17913: http_site_config_filespec
17914:
17915: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17916: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17917: with any/both --disable-foreign-group-files --disable-execs
17918:
17919: * INSTALL: "--with=sendmail=COMMAND" comment
17920:
17921: * INSTALL, configure, configure.in, src/classes/mail.C,
17922: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17923: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17924: disables execs also. introducing --sendmail
1.95 moko 17925:
17926: * operators.txt: pgsql options comment
17927:
17928: * INSTALL: comment on --disable-link-stdcpp
17929:
1.116 moko 17930: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17931: libstdc++ link skipping configure option
1.95 moko 17932:
17933: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17934: with error were put to cache with 'marked_to_rollback' flag, all
17935: consequent even OK requests rolled back
17936:
17937: 2002-03-22 paf
17938:
17939: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17940: false return
17941:
17942: * operators.txt: few comments on sets
17943:
17944: 2002-03-18 paf
17945:
17946: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17947: src/include/pa_globals.h, src/include/pa_request.h,
17948: src/include/pa_stack.h, src/main/pa_globals.C,
17949: src/main/pa_request.C: introducing ^try
17950:
17951: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17952: types/pa_vdouble.h: removed some tested @tests
17953:
17954: 2002-03-15 paf
17955:
17956: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17957:
17958: 2002-03-13 paf
17959:
17960: * src/main/pa_exception.C: checked not-pooled malloc
17961:
17962: 2002-03-11 paf
17963:
17964: * INSTALL, configure, configure.in,
17965: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17966:
17967: * src/main/pa_common.C: --disable-foreign-group-files
17968:
17969: * INSTALL: --disable-execs
17970:
17971: * src/main/pa_exec.C: --disable-execs
17972:
17973: * configure, configure.in, src/include/pa_config_auto.h.in:
17974: --disable-execs
17975:
17976: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17977:
17978: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17979: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17980:
17981: 2002-03-05 paf
17982:
17983: * operators.txt, src/classes/date.C: date week calendar columns
17984: named
17985:
17986: * operators.txt, src/classes/date.C: date week calendar columns
17987: named
17988:
17989: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17990: requires headers to be terminated with \r\n manually [refuses to
17991: separate header/body itself]
17992:
17993: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17994: targets/isapi/parser3isapi.C: isapi site config beside .dll
17995:
17996: 2002-03-04 paf
17997:
17998: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17999: in PASS language
18000:
18001: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18002: deserialize checks on broken file
18003:
18004: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18005: parser3isapi.dsp: isapi updated
18006:
18007: 2002-03-01 paf
18008:
18009: * src/main/pa_exec.C: execle -> execve, now argc OK
18010:
18011: 2002-02-28 paf
18012:
18013: * src/main/untaint.C: removed some debug comments
18014:
18015: * src/main/pa_charsets.C: when placing charset to cache using
18016: global name now [were request]
18017:
18018: * configure, configure.in: apache module updated
18019:
18020: * src/main/pa_string.C: origin by first piece preferred before last
18021: piece
18022:
18023: 2002-02-27 paf
18024:
18025: * src/main/pa_charset.C: size_t
18026:
18027: * INSTALL: shared/static-xml with-pathlink
18028:
18029: * operators.txt: SMTP comment
18030:
18031: 2002-02-26 paf
18032:
18033: * src/main/pa_exec.C: more precise names for vars, cosmetic
18034:
18035: * src/classes/xnode.C: in some situation, xpath query returned
18036: result with type NODESET, but empty nodeset member field, checked
18037: that
18038:
18039: 2002-02-22 paf
18040:
18041: * INSTALL: without-zlib comment
18042:
18043: * etc/parser3.charsets/windows-1251.cfg: °
18044:
18045: * configure, configure.in: glib###.a detection fixed
18046:
18047: * INSTALL: hashfile removed from INSTALL
18048:
1.116 moko 18049: * Makefile.am: make update
1.95 moko 18050:
18051: * src/main/pa_string.C: string iterators fixed again, so were
18052: String::join_chain
18053:
18054: * src/main/pa_string.C: string iterators fixed again, so were
18055: String::join_chain
18056:
18057: * src/: include/pa_string.h, main/pa_string.C: string iterators
18058: fixed again, so were String::join_chain
18059:
18060: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18061:
18062: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18063: "session"
18064:
1.116 moko 18065: * configure, configure.in, src/include/pa_config_auto.h.in:
18066: --with-shared-xml --with-static-xml
1.95 moko 18067:
18068: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18069: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18070: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18071: xalan&xml
18072:
18073: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18074:
18075: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18076: src/types/types.dsp: removed hashfile support from sources for
18077: now
18078:
1.116 moko 18079: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18080: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18081: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18082: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18083: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18084: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18085: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18086: src/types/Makefile.am, src/types/pa_vhashfile.C,
18087: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18088:
18089: 2002-02-21 paf
18090:
18091: * src/main/untaint.C: removed debug code, activated commented-for
18092: debug parts
18093:
1.116 moko 18094: * Makefile.am: make cvsupdate
1.95 moko 18095:
18096: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18097: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18098: append_row, not at link zero now string to string appending works
18099:
18100: 2002-02-20 paf
18101:
18102: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18103: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18104: DEBUG_STRING_APPENDS_VS_EXPANDS
18105:
18106: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18107: economy: 22%
18108:
18109: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18110: space uptimized: string::link_row removed
18111:
18112: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18113: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18114: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18115: types/pa_vstring.h: speed uptimized: string::is_empty
18116:
18117: * operators.txt, src/include/pa_common.h,
18118: src/include/pa_config_fixed.h, src/include/pa_string.h,
18119: src/include/pa_types.h, src/main/compile.tab.C,
18120: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18121: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18122: string append optimiziation idea and estimates
18123:
18124: 2002-02-19 paf
18125:
18126: * src/classes/math.C: not used directly [but erroreously reported
18127: that 'is', thus registering twice&other probs]
18128:
18129: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18130: to node [element]
18131:
18132: * src/main/compile.C: without string_origins parse error
18133: file+line+col possible
18134:
18135: * src/main/: compile.C: without string_origins not worked
18136:
18137: 2002-02-18 paf
18138:
18139: * src/types/pa_vdouble.h: since we have in_expression removed that
18140: trick i've installed into double::as_string
18141:
18142: * src/main/pa_globals.C: extern "C" was removed too fast
18143:
18144: * src/: include/pa_opcode.h, include/pa_request.h,
18145: main/compile.tab.C, main/compile.y, main/execute.C,
18146: types/pa_wcontext.h: in_expression aimed to solve old problem
18147: with string/nonstring values, now in expressions double/int
18148: values are passed as-is, without stupid tostring/fromstring
18149: conversions
18150:
18151: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18152: __cplusplus } #endif
18153:
18154: * src/main/compile.tab.C: bison env set so one could compile
18155: without cygwin installed
18156:
18157: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18158: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18159: gnome xml libs parser .dsp-s changed accordingly
18160:
18161: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18162:
18163: * operators.txt, src/classes/date.C: date::create [were date::set,
18164: with backward comp
18165:
18166: * src/classes/math.C: math:random range check fixed
18167:
18168: * src/main/: compile.tab.C, compile.y: integer division stops name
18169:
18170: * INSTALL: local install comment
18171:
1.116 moko 18172: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18173:
1.116 moko 18174: * acinclude.m4, aclocal.m4, configure, configure.in,
18175: src/include/pa_config_auto.h.in,
18176: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18177: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18178:
18179: * operators.txt: \ comment
18180:
18181: 2002-02-13 paf
18182:
18183: * src/include/pa_config_includes.h: sys/time time both included
18184: now. vaguely remember confilicts on this on some system [not on
18185: six|ablv] so when would see them again would think up proper
18186: check
18187:
1.116 moko 18188: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18189: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18190:
18191: * src/main/pa_common.C: truncation never occured when writing files
18192: on unix [since i've changed cache mech] fix
18193:
18194: * src/main/pa_common.C: strnchr: sanity check added
18195:
18196: * etc/parser3.charsets/windows-1257.cfg: id added
18197:
18198: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18199: baltic charset file generated, in generation script ispunct check
18200: added
18201:
18202: 2002-02-08 paf
18203:
1.116 moko 18204: * src/: include/Makefile.am, sql/Makefile.am,
18205: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18206:
18207: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18208: forgotten
18209:
18210: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18211:
18212: * INSTALL, README: install&others updated
18213:
18214: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18215:
1.116 moko 18216: * Makefile.am, configure, configure.in,
18217: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18218: src/classes/Makefile.am, src/main/Makefile.am,
18219: src/main/pa_status_provider.C, src/targets/Makefile.am,
18220: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18221: works
1.95 moko 18222:
18223: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18224: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18225: classes/hashfile.C, classes/int.C, classes/mail.C,
18226: classes/math.C, classes/op.C, classes/response.C,
18227: classes/string.C, classes/table.C, classes/void.C,
18228: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18229: include/pa_array.h, include/pa_cache_managers.h,
18230: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18231: include/pa_config_fixed.h, include/pa_config_includes.h,
18232: include/pa_db_connection.h, include/pa_db_manager.h,
18233: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18234: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18235: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18236: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18237: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18238: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18239: include/pa_stack.h, include/pa_string.h,
18240: include/pa_stylesheet_connection.h,
18241: include/pa_stylesheet_manager.h, include/pa_table.h,
18242: include/pa_threads.h, include/pa_types.h, main/compile.C,
18243: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18244: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18245: main/pa_db_connection.C, main/pa_db_manager.C,
18246: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18247: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18248: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18249: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18250: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18251: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18252: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18253: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18254: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18255: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18256: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18257: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18258: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18259: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18260: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18261: types/pa_vmethod_frame.h, types/pa_vobject.h,
18262: types/pa_vrequest.h, types/pa_vresponse.h,
18263: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18264: types/pa_vstateless_object.h, types/pa_vstatus.C,
18265: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18266: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18267: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18268: classes/image.C, main/pa_common.C, main/pa_exec.C,
18269: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18270: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18271: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18272: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18273: types/pa_vxnode.C, main/pa_charset.C: name spelling
18274:
18275: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18276: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18277: classes/hashfile.C, classes/image.C, classes/int.C,
18278: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18279: classes/string.C, classes/table.C, classes/void.C,
18280: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18281: include/pa_array.h, include/pa_cache_managers.h,
18282: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18283: include/pa_config_fixed.h, include/pa_config_includes.h,
18284: include/pa_db_connection.h, include/pa_db_manager.h,
18285: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18286: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18287: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18288: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18289: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18290: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18291: include/pa_stack.h, include/pa_string.h,
18292: include/pa_stylesheet_connection.h,
18293: include/pa_stylesheet_manager.h, include/pa_table.h,
18294: include/pa_threads.h, include/pa_types.h, main/compile.C,
18295: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18296: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18297: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18298: main/pa_db_connection.C, main/pa_db_manager.C,
18299: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18300: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18301: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18302: main/pa_socks.C, main/pa_sql_driver_manager.C,
18303: main/pa_status_provider.C, main/pa_string.C,
18304: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18305: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18306: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18307: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18308: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18309: targets/isapi/pool_storage.h, types/pa_valiased.C,
18310: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18311: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18312: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18313: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18314: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18315: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18316: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18317: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18318: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18319: types/pa_vresponse.h, types/pa_vstateless_class.C,
18320: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18321: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18322: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18323: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18324: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18325: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18326:
18327: 2002-02-07 paf
18328:
18329: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18330:
1.116 moko 18331: * configure, configure.in, src/include/pa_config_auto.h.in,
18332: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18333: added yet another locking function: fcntl
1.95 moko 18334:
18335: * config.sub: on cygwin configure passes it with strange i1586
18336: const, hacked it to mean i586
18337:
18338: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18339: disabled $if reference due to conflicts with local variables
18340:
18341: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18342: xdoc::set obsolete now, now xdoc::create, with both sences
18343:
18344: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18345: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18346: table::create now // 'set' name obsolete now table clone.
18347:
18348: * operators.txt, src/classes/string.C,
18349: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18350: ^int/double/string.format now can be called with normal []
18351: brackets, not stupid {} as it were implemented for some strange
18352: reason. retaining backward compatibility due to some
18353: already-implemented servers
18354:
18355: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18356: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18357: operators now detected by check at name_without_curly_rdive_read
18358: rule whether diving code constists only of
18359: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18360: with OP_GET_ELEMENT_OR_OPERATOR to form
18361: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18362:
18363: 2002-02-06 paf
18364:
18365: * configure, configure.in: prefix expanded, grr
18366:
18367: * operators.txt, src/classes/mail.C: mail:send config changed
18368:
18369: 2002-02-05 paf
18370:
18371: * operators.txt: regex options commented
18372:
18373: * src/main/: pa_exec.C: argv0 now correct
18374:
18375: * src/types/pa_vstatus.C: status:rusage 3
18376:
18377: * src/types/pa_vstatus.C: status:rusage 2
18378:
18379: * operators.txt: status:rusage described int operators
18380:
18381: * src/types/pa_vstatus.C: status:rusage 1
18382:
18383: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18384: src/types/types.dsp: status:rusage
18385:
18386: * configure.in, operators.txt, src/classes/file.C,
18387: src/classes/op.C, src/include/pa_common.h,
18388: src/include/pa_config_includes.h, src/main/compile.tab.C,
18389: src/main/pa_common.C: rewritten ^cache to use
18390: non-blocking-exclusive-caches
18391:
18392: * src/main/pa_common.C: text file read mode on win32 adjusted
18393: [speed impact. was off for debugging purpose, but forgotten
18394: afterwards]
18395:
18396: 2002-02-01 paf
18397:
18398: * src/classes/op.C: file_write does EX lock after create, while
18399: file_read does SH after open, so there's a moment after create
18400: but before EX lock when read can sneak into, and read
18401: just-created-for-writing-and-not-yet-locked file, added a check
18402: for that in ^cache...read
18403:
18404: 2002-01-31 paf
18405:
18406: * src/main/: compile.y, compile.tab.C: disabled operator call after
18407: ^xxx:
18408:
18409: * src/main/: compile.tab.C, execute.C: made operators lookup first
18410: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18411:
18412: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18413: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18414: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18415: operators check 6.1 rewritten. now check is done at compile time
18416:
18417: * src/main/execute.C: operators check 5 floated up old error of
18418: staying in 'entered class/object' state after $a($a..) it
18419: prevented operators from being called thereafter
18420:
18421: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18422: main/execute.C: operators check 4 floated up old error of staying
18423: in 'entered object' state after ^a.a(a) it prevented operators
18424: from being called thereafter
18425:
18426: * src/main/execute.C: operators check 3 floated up old error of
18427: staying in 'entered class' state after $a:a(a) it prevented
18428: operators from being called thereafter
18429:
18430: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18431: floated up old error of staying in 'entered class' state after
18432: $a:a[a] it prevented operators from being called thereafter
18433:
18434: * src/main/execute.C: operators check, thay mistakenly seen in
18435: $class:operator $object.operators contexts
18436:
18437: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18438: win32
18439:
1.116 moko 18440: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18441: src/classes/Makefile.am, src/main/Makefile.am,
18442: src/targets/cgi/Makefile.am,
1.95 moko 18443: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18444: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18445:
1.116 moko 18446: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18447: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18448: configure, configure.in, form.txt, ident.awk, install-sh,
18449: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18450: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18451: etc/parser3.charsets/Makefile.am,
18452: etc/parser3.charsets/koi8-r.cfg,
18453: etc/parser3.charsets/windows-1250.cfg,
18454: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18455: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18456: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18457: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18458: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18459: straightened installation scripts procedure made
18460: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18461: change
18462:
18463: 2002-01-30 paf
18464:
18465: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18466: removed] those comments were a mistake, and prevented libltdl
18467: from function properly
18468:
18469: 2002-01-29 paf
18470:
1.116 moko 18471: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18472: creation [modified acinclude.m4 which were creating int into just
18473: assignment LIBTOOL=../libtool] added default system
18474: config&charsetts prepared 'make install', now it installs
18475: targets/cgi/parser3 into bin directory etc/parser3.conf &
18476: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18477: $sysconfdir/parser3.charsets respectively
18478:
18479: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18480: main/pa_globals.C: few forgotten ifdef XML added
18481:
18482: 2002-01-28 paf
18483:
1.116 moko 18484: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18485: removed
18486:
18487: * src/main/pa_exception.C: dom|generic error output fix
18488:
18489: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18490:
18491: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18492:
18493: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18494: [fixed as_node helper func to accept docs]
18495:
18496: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18497: xdoc.importNode 0
18498:
18499: * src/classes/xdoc.C: xdoc::set now untaints OK
18500:
18501: 2002-01-25 paf
18502:
18503: * src/main/: compile.tab.C, compile.y: #comment before @ after
18504: @SPECIAL now works OK
18505:
18506: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18507:
18508: * src/main/pa_exec.C: max arg count now 10, and proper message on
18509: violation that added
18510:
18511: * src/classes/hash.C: unified hash::sql, now
18512: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18513:
18514: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18515: ^file:lock[filename]{code}
18516:
18517: * src/: classes/file.C, classes/op.C, classes/string.C,
18518: classes/table.C, classes/xdoc.C, include/pa_common.h,
18519: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18520: to some pa_common funcs
18521:
18522: * src/: include/pa_charset.h, main/pa_globals.C:
18523: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18524:
18525: * src/: include/pa_charset.h, main/pa_charset.C,
18526: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18527: not stupid illegal define
18528:
18529: 2002-01-24 paf
18530:
18531: * src/include/pa_version.h: changed version number
18532:
18533: * src/: classes/hashfile.C, include/pa_db_table.h,
18534: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18535: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18536: main/pa_db_connection.C, main/pa_db_table.C,
18537: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18538: hashfile without logfiles
18539:
18540: * src/: classes/hashfile.C, include/pa_db_table.h,
18541: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18542: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18543: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18544: DB_INIT_TXN init bits, thus got rid of huge log files, which
18545: cluttered disk without huge need]
18546:
18547: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18548: handy macro, which is strangly abscent in dome lib
18549:
18550: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18551:
18552: * src/classes/xdoc.C: checked empty response
18553:
18554: * src/classes/xnode.C: xdoc.select fixed context node [were always
18555: /, not self node]
18556:
18557: * src/classes/xnode.C: xnode.select returns array always now, in
18558: case 'nothing found' returns empty array
18559:
18560: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18561: be more tender with ctrl/c/v
18562:
18563: 2002-01-23 paf
18564:
18565: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18566: substituted. // 2. when dom tree with entites goes under
18567: transform text nodes // got [erroreosly] cut on first
18568: entity occurance
18569:
18570: * src/types/pa_vdouble.h: double prec. todo: get rid of
18571: twice-converting
18572:
18573: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18574: 'e' in output this is for regretful twice-converting here:
18575: $a(double value) when they write double falue they convert it to
18576: string first, thus %g were losing precesion.
18577:
18578: todo: think up some way to remove double->string string->double
18579: twice-converting
18580:
18581: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18582: %.20E now default float format this is for regretful
18583: twice-converting here: $a(double value) when they write double
18584: falue they convert it to string first, thus %g were losing
18585: precesion.
18586:
18587: todo: think up some way to remove double->string string->double
18588: twice-converting
18589:
18590: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18591: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18592: reasons in comment inside
18593:
18594: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18595: statically linked]
18596:
18597: * src/: include/pa_exception.h, main/compile.tab.C,
18598: main/pa_exception.C: removed exception va_list constructor. 1.
18599: not needed anymore 2. there were a conflict[causing errors]
18600: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18601: never detected an ambiguilty here, compiling ctor(, "hello") into
18602: ctor(, va_list) which, of course, caused gpf
18603:
18604: * src/main/pa_globals.C: removed debug xslt messages
18605:
18606: 2002-01-22 paf
18607:
18608: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18609: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18610: helps compiling stylesheet properly. example: this refused to
18611: work, <b>«<xsl:value-of select="@title"
18612: />»</b> stranly worked only this way:
18613: <b>«<xsl:value-of select="@title" />»</b>
18614:
18615: docs says "set it to 1", never going into details, so I decided
18616: to try NOT to do that
18617:
18618: * src/classes/table.C: join behaived badly in case named tables
18619: structure mismatched: 0 strings sneaked into dest failing
18620: afterwards. replaced them with empty strings
18621:
18622: 2002-01-21 paf
18623:
18624: * src/main/pa_charset.C: checked empty transcoders in
18625: transcode_cstr|buf
18626:
18627: * src/classes/xdoc.C: xdoc::load error source = filespec
18628:
18629: * src/classes/xdoc.C: transform error source now
18630: stylesheet_filespec
18631:
1.116 moko 18632: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18633: include/pa_stylesheet_connection.h, main/pa_charset.C,
18634: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18635: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18636: gnome
1.95 moko 18637:
18638: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18639: include/pa_globals.h, include/pa_stylesheet_connection.h,
18640: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18641: xslt generic error 1
18642:
18643: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18644: xml generic message 1
18645:
18646: * src/classes/table.C: ^table::load empty lines or #comments before
18647: headline
18648:
18649: * src/: include/pa_array.h, include/pa_globals.h,
18650: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18651: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18652: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18653: errors 0
18654:
18655: 2002-01-16 paf
18656:
18657: * src/: classes/hash.C, classes/op.C, classes/string.C,
18658: classes/table.C, classes/void.C, classes/xdoc.C,
18659: include/pa_db_connection.h, include/pa_request.h,
18660: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18661: include/pa_stylesheet_connection.h,
18662: include/pa_stylesheet_manager.h, main/pa_request.C,
18663: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18664: targets/cgi/pool_storage.h: auto closers to sql_connection,
18665: stylesheet_connection auto destroyers to remaining gnome objects
18666:
18667: * src/classes/xdoc.C: few comments
18668:
18669: 2002-01-15 paf
18670:
18671: * src/classes/xdoc.C: xdoc file save string
18672:
18673: ready. todo: error handling
18674:
18675: * src/classes/xdoc.C: xdoc save rewritten using
18676: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18677: result
18678:
18679: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18680: started output options parsing
18681:
18682: 2002-01-14 paf
18683:
18684: * src/classes/xdoc.C: method
18685:
18686: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18687: include/pa_pool.h, include/pa_stylesheet_connection.h,
18688: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18689: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18690: xslt transform0. TODO: use output options handle errors
18691:
18692: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18693:
18694: 2002-01-11 paf
18695:
18696: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18697: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18698: partial logical && || evaluation
18699:
18700: * src/classes/xnode.C: xpath selectNodes
18701:
18702: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18703: string/number/bool
18704:
18705: * src/classes/xnode.C: xpath selectNode 2
18706:
18707: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18708: xpath selectNode 1
18709:
18710: 2002-01-10 paf
18711:
18712: * src/classes/xnode.C: xpath selectNode -100 [just written]
18713:
18714: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18715: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18716: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18717: refcounter]
18718:
18719: 2001-12-29 paf
18720:
18721: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18722: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18723: glib works 0
18724:
18725: 2001-12-28 paf
18726:
18727: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18728: main/pa_exception.C: started glib transcoders
18729:
18730: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18731:
18732: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18733: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18734: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18735: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18736: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18737: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18738: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18739: libs just compiled in. no refcounting no xpath no xslt yet
18740:
18741: 2001-12-27 paf
18742:
18743: * src/: include/pa_charset.h, include/pa_common.h,
18744: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18745: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18746: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18747: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18748: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18749: from xalan&xerces, started the process. globals [initialization
18750: pool [charset update charset [transcodings vxnode vxdoc [DOM
18751: calls
18752:
18753: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18754: anymore
18755:
18756: 2001-12-26 paf
18757:
18758: * src/: include/pa_charset.h, include/pa_charsets.h,
18759: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18760: key globalized [bug]
18761:
18762: 2001-12-25 paf
18763:
18764: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18765: main/pa_string.C: table set & append changed splitting languages,
18766: separators now can be clean AND as-is same to mail command line
18767: $MAIN:MAIL.progX arguments
18768:
18769: 2001-12-24 paf
18770:
18771: * src/classes/mail.C: one parted text messages - no multipart
18772: mime-type anymore. for convinient if $.attach-ments
18773:
18774: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18775: main/pa_string.C: read from cache size check updated
18776:
18777: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18778:
18779: 2001-12-21 paf
18780:
18781: * src/classes/date.C: date:sql-string now returns localtime
18782:
18783: * src/main/pa_request.C: $result in @main actually not working, to
18784: hell with it for now
18785:
18786: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18787: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18788: @postprocess @exception
18789:
18790: * src/main/execute.C: junction evaluation canceled - endless
18791: recursion detected
18792:
18793: 2001-12-19 paf
18794:
18795: * src/main/pa_charset.C: charset->charset transcoding via unicode
18796: intermediate
18797:
18798: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18799:
18800: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18801:
18802: * src/classes/op.C: ^cache keypath now relative
18803:
18804: * src/classes/mail.C: changed weighting prior to sort
18805:
18806: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18807: were missing
18808:
18809: 2001-12-17 paf
18810:
18811: * src/main/pa_charset.C: ifndef XML were bad type
18812:
18813: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18814: outdated unset services_pool
18815:
18816: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18817: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18818: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18819:
18820: * src/main/untaint.C: allowed space in filespec
18821:
18822: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18823:
18824: * src/classes/image.C: no govno
18825:
18826: * src/classes/image.C: govno
18827:
18828: 2001-12-16 paf
18829:
18830: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18831:
18832: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18833: charset_connection&manager replaced by charset&charsets
18834:
18835: * src/main/pa_charset.C: name_cstr 0
18836:
18837: * src/main/untaint.C: uri lang now knows about client/source
18838: charsets
18839:
18840: * src/: classes/file.C, classes/math.C, classes/op.C,
18841: classes/string.C, classes/table.C, classes/xdoc.C,
18842: include/pa_array.h, include/pa_cache_managers.h,
18843: include/pa_charset_connection.h, include/pa_charset_manager.h,
18844: include/pa_common.h, include/pa_db_connection.h,
18845: include/pa_db_manager.h, include/pa_db_table.h,
18846: include/pa_dictionary.h, include/pa_exception.h,
18847: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18848: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18849: include/pa_sapi.h, include/pa_socks.h,
18850: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18851: include/pa_string.h, include/pa_stylesheet_connection.h,
18852: include/pa_stylesheet_manager.h, include/pa_table.h,
18853: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18854: main/pa_charset.C, main/pa_charset_connection.C,
18855: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18856: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18857: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18858: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18859: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18860: types/types.dsp: introducing Charset
18861:
18862: 2001-12-14 paf
18863:
18864: * src/: include/pa_request.h, include/pa_transcoder.h,
18865: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18866: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18867: uri lang
18868:
18869: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18870:
18871: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18872:
18873: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18874: defalts_name global
18875:
18876: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18877: include/pa_request.h, main/main.dsp,
18878: main/pa_charset_connection.C, main/pa_charset_manager.C,
18879: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18880: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18881: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18882: changed charset model. now important: $request:charset
18883: $response:charset while $response:content-type.charset become
18884: unimportant [informational]
18885:
18886: 2001-12-13 paf
18887:
18888: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18889:
18890: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18891: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18892: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18893: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18894: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18895: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18896:
18897: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18898: auto_ptr part other way, because of stupid gcc 2.96
18899: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18900: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18901: FormatterListener] /usr/include/g++-3/memory:48:
18902: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18903: _Tp1 = FormatterListener, _Tp = FormatterListener]
18904:
18905: * src/classes/xdoc.C: removed extra inc
18906:
18907: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18908:
18909: * src/include/pa_types.h: msvc head debugging flag
18910:
18911: * src/classes/xdoc.C: freed up listener
18912:
18913: * src/classes/string.C: change msg '... code is not code'
18914:
18915: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18916: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18917: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18918: [past/future prob]
18919:
18920: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18921: include/pa_config_fixed.h, include/pa_db_manager.h,
18922: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18923: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18924:
18925: * src/: include/pa_config_fixed.h, main/pa_common.C,
18926: main/pa_string.C: removed signed mismatch warnings
18927:
18928: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18929: 'expires' from header outputs
18930:
18931: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18932: row ptr
18933:
18934: * src/classes/file.C: file::cgi bug, request_method were passed to
18935: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18936:
18937: * src/classes/xdoc.C: lang list updated
18938:
18939: 2001-12-10 paf
18940:
18941: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18942:
18943: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18944: erase files like that, knowing their full name introducing //
18945: theoretical problem with, for instance, "_2B" and "." fragments,
18946: // they would yield the same // because
18947: need_file_encode('_')=false // but we need to delete such files
18948: somehow, getting names from ^index
18949:
18950: * src/main/pa_string.C: ^string.replace bug fixed [bad
18951: string::join_chank break]
18952:
18953: 2001-12-07 paf
18954:
18955: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18956: include/pa_common.h, include/pa_config_auto.h.in,
18957: include/pa_config_fixed.h, include/pa_config_includes.h,
18958: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18959: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18960: types/pa_vhashfile.C: merged from r14_simple_cache
18961:
18962: * src/main/pa_string.C: stupid sparc architecture failed to access
18963: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18964: lduh [ %i2 + 1 ], %l0
18965:
18966: bus error, fixed that
18967:
18968: * src/main/pa_string.C: strange string deserialize bug on
18969: client[pmts], a bit shortened,
18970:
18971: * src/include/pa_config_auto.h.in: makes
18972:
18973: * src/: include/pa_common.h, include/pa_config_fixed.h,
18974: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18975: file write shared lock file read
18976:
18977: * src/: classes/op.C, include/pa_common.h,
18978: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18979:
18980: 2001-12-06 paf
18981:
18982: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18983: main/pa_request.C: #ifdef RESOURCES_DEBUG
18984:
18985: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18986: info
18987:
18988: * src/classes/hashfile.C: removed transaction from ^cache
18989:
18990: 2001-12-05 paf
18991:
18992: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18993: IIS5 there were a prob with illegal call check
18994:
18995: 2001-12-04 paf
18996:
18997: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18998: main/pa_request.C: measures to log
18999:
19000: 2001-11-23 paf
19001:
19002: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19003: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19004: types/pa_vhashfile.C: merged from _0014, 1
19005:
19006: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19007: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19008: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19009: ^cache(33) would change
19010:
19011: 0660 bits in file_write & hashfile create
19012:
19013: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19014: after pa_string optimization]
19015:
19016: 2001-11-22 paf
19017:
19018: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19019: table.offset[whence]
19020:
19021: * src/classes/op.C: process cstr(,connection)
19022:
19023: * src/classes/op.C: process now gets its body on current language,
19024: not as-is
19025:
19026: * src/main/untaint.C: ORIGINS mode removed UHTML
19027:
19028: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19029: bit
19030:
1.116 moko 19031: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19032:
19033: 2001-11-21 paf
19034:
19035: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19036: <xsl:output output options made identical to xsl:output
19037: attributes exclusion: cdata-section-elements what xalan can do
19038: but that not used now: it can escape and remove CDATA sections
19039:
19040: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19041: produced by xslt
19042:
19043: * src/targets/cgi/parser3.C: removed debug cgi||1
19044:
19045: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19046:
19047: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19048: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19049: default language for {code}, it happen to change it's language
19050: from CLEAN, so later refused to split by CLEAN \t
19051:
19052: 2001-11-20 paf
19053:
1.116 moko 19054: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19055: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19056: bottom of dependeces, so that errors would popup quicklier, fixed
19057: line numbering in table::sql
19058:
19059: 2001-11-19 paf
19060:
19061: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19062: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19063: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19064: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19065: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19066: at wcontext.write
19067:
1.116 moko 19068: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19069: _set_new_handler
19070:
1.116 moko 19071: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19072: set_new_handler in apache&isapi
1.95 moko 19073:
19074: 2001-11-16 paf
19075:
19076: * src/targets/cgi/parser3.C: pool debug @ die
19077:
19078: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19079: removed 8 bytes from String, 2 bytes from
19080: string::chunk::row::item
19081:
19082: * src/main/pa_string.C: removed 1+4 bytes from String
19083:
19084: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19085: types/pa_vstring.C: removed 1+4 bytes from String
19086:
19087: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19088: 0
19089:
19090: * src/: include/pa_globals.h, include/pa_string.h,
19091: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19092: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19093: targets/cgi/parser3.C: introducing estimating
19094: String::cstr_bufsize, 0
19095:
19096: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19097:
19098: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19099:
19100: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19101: include/pa_pool.h: die in pool::fail
19102:
19103: 2001-11-15 paf
19104:
19105: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19106: main/pa_exception.C, targets/cgi/parser3.C: exception with
19107: dynamic buffer re-back now with counter
19108:
19109: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19110: static buffer back
19111:
19112: * src/targets/cgi/parser3.C: std::
19113:
19114: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19115: include/pa_config_includes.h: setnewhandler check
19116:
1.116 moko 19117: * src/include/pa_config_auto.h.in: makes
1.95 moko 19118:
19119: * src/targets/cgi/parser3.C: set_new_handler started
19120:
19121: 2001-11-14 paf
19122:
19123: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19124: was wrong
19125:
19126: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19127: was wrong
19128:
19129: * src/main/pa_request.C: z
19130:
19131: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19132: full returns win32 -1 solaris >buffer_size
19133:
19134: checked all that
19135:
19136: * src/classes/op.C: ^untaint{body} as-is default now
19137:
19138: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19139: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19140: with no_bad_constructors_try
19141:
19142: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19143: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19144: this: $bred[^string::length[]] $bred[^response::clear[]]
19145: $bred[^int::int[]]
19146:
19147: now VObject creation moved into overriden
19148: VClass::create_new_value, thus 0 from create_new_value means that
19149: class has no ctors
19150:
19151: 2001-11-13 paf
19152:
19153: * src/classes/classes.C: returned accedently removed if in foreach
19154: callbacks [when hash no-0-restructure]
19155:
19156: 2001-11-12 paf
19157:
19158: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19159: passed as-is to method, xalan makes & into & itself
19160:
19161: * src/classes/date.C: date.roll parser2 alg used
19162:
19163: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19164: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19165: main/pa_dictionary.C, main/pa_hash.C,
19166: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19167: now does not containt 0 values. put 0 actullay removes. no check
19168: on 0 value in foreach now required
19169:
19170: 2001-11-11 paf
19171:
19172: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19173:
19174: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19175:
19176: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19177: driver initialize not const
19178:
19179: 2001-11-10 paf
19180:
19181: * src/main/pa_exec.C: doc
19182:
19183: 2001-11-09 paf
19184:
19185: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19186: param properly
19187:
19188: * src/classes/string.C: string.save now does untainting before
19189: saving
19190:
19191: * src/main/pa_common.C: line endings fixing fixed last piece[was
19192: still cstr oriented]
19193:
19194: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19195: line endings fixing got rid of cstr, now must work ok with post
19196: multipart
19197:
19198: * src/types/pa_vform.C: line endings fixed at post / multipart /
19199: not file also now
19200:
19201: 2001-11-08 paf
19202:
19203: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19204: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19205: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19206: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19207: main/pa_stylesheet_manager.C: restructured Cache manager to be
19208: simple parent, not second parent [gcc 2.96 strangly refused to
19209: call virtual from second parent]
19210:
1.116 moko 19211: * src/: include/pa_common.h, main/Makefile.am,
19212: targets/cgi/pa_pool.C: makes
1.95 moko 19213:
19214: * src/: include/pa_request.h, main/pa_request.C,
19215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19216: 'status' class enabler
19217:
19218: <Location /parser-status.html> ParserStatusAllowed </Location>
19219:
19220: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19221: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19222: include/pa_stylesheet_manager.h, main/main.dsp,
19223: main/pa_cache_managers.C, main/pa_charset_manager.C,
19224: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19225: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19226: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19227: todo: apache 'status' class enabler
19228:
19229: 2001-11-05 paf
19230:
19231: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19232: debug to normal
19233:
19234: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19235: hence i removed skipping 0 values in hash::for_each-es we need to
19236: check cleaned cache items manually. few more checks.
19237:
19238: expiring to 0 time was wrong, changed to 'now' time
19239:
19240: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19241: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19242: on apache already done :)
19243:
19244: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19245: skipping 0 values in hash::for_each-es we need to check cleaned
19246: cache items manually
19247:
19248: * src/main/: pa_db_connection.C, pa_db_table.C:
19249: parser_multithreaded check was wrong
19250:
19251: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19252: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19253: classes/hashfile.C, classes/image.C, classes/int.C,
19254: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19255: classes/string.C, classes/table.C, classes/void.C,
19256: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19257: include/pa_array.h, include/pa_charset_connection.h,
19258: include/pa_charset_manager.h, include/pa_common.h,
19259: include/pa_config_fixed.h, include/pa_config_includes.h,
19260: include/pa_db_connection.h, include/pa_db_manager.h,
19261: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19262: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19263: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19264: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19265: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19266: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19267: include/pa_stack.h, include/pa_string.h,
19268: include/pa_stylesheet_connection.h,
19269: include/pa_stylesheet_manager.h, include/pa_table.h,
19270: include/pa_threads.h, include/pa_types.h, main/compile.C,
19271: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19272: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19273: main/pa_charset_manager.C, main/pa_common.C,
19274: main/pa_db_connection.C, main/pa_db_manager.C,
19275: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19276: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19277: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19278: main/pa_socks.C, main/pa_sql_driver_manager.C,
19279: main/pa_status_provider.C, main/pa_string.C,
19280: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19281: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19282: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19283: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19284: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19285: targets/isapi/pool_storage.h, types/pa_valiased.C,
19286: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19287: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19288: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19289: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19290: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19291: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19292: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19293: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19294: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19295: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19296: types/pa_vstateless_object.h, types/pa_vstatus.h,
19297: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19298: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19299: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19300: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19301: $status:db fixed used not initialized in db_connection & db_table
19302:
19303: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19304: $status:charset
19305:
19306: * src/: classes/xdoc.C, include/pa_db_connection.h,
19307: include/pa_stylesheet_connection.h,
19308: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19309: types/pa_vstatus.h: $status:stylesheet
19310:
19311: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19312: include/pa_request.h, include/pa_sql_connection.h,
19313: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19314: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19315: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19316: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19317: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19318: types/pa_vxnode.C, types/types.dsp: started status parser class
19319:
19320: 2001-11-01 paf
19321:
19322: * src/include/pa_config_auto.h.in: makes
19323:
19324: * src/main/pa_hash.C: removed old extra include
19325:
19326: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19327: checks [for hp, there are such in math.h]
19328:
19329: * src/classes/op.C: ^for endless loop check strightened
19330:
19331: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19332: behavior in native calls. it left unchanged, so ^for ^foreach &
19333: co can use r.root to write their i & key,value there
19334:
19335: * src/classes/op.C: detected for var storage bug, fixed.
19336: todo:foreach
19337:
19338: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19339: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19340: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19341: changing of hash inside of foreach
19342:
19343: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19344: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19345: were hash.foreach
19346:
19347: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19348: types/pa_vstring.C, types/pa_vstring.h:
19349: ^foreach[key|value]{body}[[separator]|{separator}]
19350:
19351: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19352: types/pa_vcookie.C: ^hash.delete[key]
19353:
19354: 2001-10-31 paf
19355:
19356: * src/main/: compile.C, pa_common.C: completely empty file now
19357: considered "read", not ignored [not perfect trick used]
19358:
19359: * src/main/pa_common.C: simplier common ifdefs
19360:
19361: * src/main/pa_common.C: typing bug in common - bad ifdeff
19362:
19363: * src/main/pa_db_connection.C: z
19364:
19365: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19366: lockdetector flags
19367: dbenv.lk_detect=DB_LOCK_RANDOM;
19368:
19369: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19370: from accidental show [imagine user forgot @exception]
19371:
19372: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19373:
19374: * src/: classes/file.C, classes/image.C, classes/mail.C,
19375: classes/string.C, classes/xnode.C, include/pa_common.h,
19376: main/pa_common.C: ^string.save[[append;]path]
19377:
19378: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19379: main/execute.C: \ in expression: int divide 10/3=3
19380:
19381: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19382: inside of ^cache
19383:
19384: * src/: include/pa_threads.h, main/pa_db_connection.C,
19385: main/pa_db_table.C, targets/cgi/pa_threads.C,
19386: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19387: needed
19388:
19389: 2001-10-30 paf
19390:
19391: * src/: classes/classes.dsp, main/main.dsp,
19392: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19393: types/types.dsp: enabled debug incremental compile
19394:
19395: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19396: form post data line endings not reformatted now.
19397:
19398: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19399: now required [had bug when file= has no value]
19400:
19401: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19402: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19403: cstr(asis) default param removed
19404:
19405: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19406:
19407: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19408:
19409: * src/include/pa_dir.h: LOAD_DIR fixed
19410:
19411: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19412: was broken} fix_line_breaks
19413:
19414: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19415: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19416: packed with #pragma pack
19417:
1.116 moko 19418: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19419:
19420: 2001-10-29 paf
19421:
19422: * src/types/pa_wcontext.h: bitfield syntax stricter
19423:
19424: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19425: string hash.puts
19426:
19427: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19428:
19429: * src/include/pa_sql_connection.h: there were one wrong
19430: SQL_CONNECTION_FUNC_GUARDED [failed]
19431:
19432: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19433: param.someday either ifdef or remove it
19434:
19435: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19436:
19437: * src/main/untaint.C: optimizing returned after debugging
19438:
19439: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19440: main/untaint.C: memory hunging #pragma pack(1)
19441:
19442: 16 419 844 13 169 394
19443:
19444: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19445: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19446: places [todo:Array]
19447:
19448: * src/: main/execute.C, targets/cgi/pa_pool.C,
19449: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19450: types/pa_wwrapper.h: debugging memory WContext flags to bits
19451:
19452: total 5 652 652/158731 total 5 469 332/158731
19453:
19454: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19455: Array:: without cache in get/put now
19456:
19457: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19458: 18:25:27 2001] total 5 652 652/158731
19459:
19460: * src/: include/pa_string.h, main/pa_string.C,
19461: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19462: now
19463:
19464: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19465: 18:11:53 2001] total 5796092/158731
19466:
19467: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19468: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19469: key ref now
19470:
19471: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19472: 17:11:17 2001] total 16867948/202658
19473:
19474: * src/: classes/file.C, classes/image.C, classes/string.C,
19475: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19476: main/execute.C, main/pa_array.C, main/pa_common.C,
19477: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19478: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19479: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19480: string::as_int/double now usually uses stack, not heap [200K out
19481: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19482:
19483: * src/main/pa_sql_driver_manager.C: ping to have services [old
19484: hiding bug]
19485:
19486: * src/Makefile.am: .am order
19487:
19488: * src/: include/pa_array.h, include/pa_charset_manager.h,
19489: include/pa_db_connection.h, include/pa_db_manager.h,
19490: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19491: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19492: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19493: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19494: required "friend class"
19495:
19496: ../include/pa_request.h:51: friend declaration requires
19497: class-key, i.e. `friend class Temp_lang'
19498:
19499: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19500: main/pa_exception.C, main/pa_sql_driver_manager.C,
19501: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19502:
19503: the idea is to #1 jump to C++ some function to main body, where
19504: every function stack frame has exception unwind information and
19505: from there... #2 propagate_exception()
19506:
19507: 2001-10-28 paf
19508:
19509: * src/main/pa_db_connection.C: removed old consts
19510:
19511: * src/main/pa_db_connection.C: expire table [was accidently pasted
19512: with wrong type/cast]
19513:
19514: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19515: translation
19516:
1.116 moko 19517: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19518: remember to build DB2 with -fexceptions!!!
19519:
19520: * src/main/pa_db_table.C: DB_RMW defed
19521:
19522: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19523: include/pa_db_connection.h, include/pa_db_manager.h,
19524: include/pa_db_table.h, main/pa_db_connection.C,
19525: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19526:
19527: 2001-10-27 paf
19528:
19529: * src/: classes/hashfile.C, include/pa_db_connection.h,
19530: include/pa_db_table.h, main/pa_db_connection.C,
19531: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19532: types/pa_vhashfile.C: DB2 ifdefs
19533:
1.116 moko 19534: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19535: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19536: makes with DB2
19537:
1.116 moko 19538: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19539: types/Makefile.am: makes db
1.95 moko 19540:
19541: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19542: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19543: globals.C
19544:
19545: * src/: classes/hashfile.C, include/pa_db_connection.h,
19546: include/pa_db_table.h, main/pa_db_connection.C,
19547: main/pa_db_table.C: ^hashfile.clear[]
19548:
19549: * src/classes/classes.awk: no $ in var names
19550:
19551: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19552: connection&table [forgotten calls]
19553:
19554: 2001-10-26 paf
19555:
19556: * src/main/pa_db_connection.C: db checkpoints
19557:
19558: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19559: checkpoints
19560:
19561: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19562: default. but entities still reparsed. todo: tothink
19563:
19564: * src/main/pa_db_connection.C: db recover mech 2
19565:
19566: * src/: classes/hashfile.C, include/pa_db_connection.h,
19567: include/pa_db_manager.h, include/pa_db_table.h,
19568: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19569: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19570: types/pa_vhashfile.h: db connections & tables now cached at
19571: create time & multithreaded
19572:
19573: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19574: parsed_source
19575:
19576: * src/main/pa_db_connection.C: about to remove connection from
19577: vhashfile
19578:
19579: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19580: transaction commit/rollback responsibility left to parent [as it
19581: sould - else there were a bug with double free]
19582:
19583: * src/include/pa_db_table.h: db: child transaction commit/rollback
19584: responsibility left to parent [as it sould - else there were a
19585: bug with double free]
19586:
19587: 2001-10-25 paf
19588:
19589: * src/: classes/hashfile.C, include/pa_common.h,
19590: include/pa_db_connection.h, include/pa_db_manager.h,
19591: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19592: types/pa_vhashfile.C, types/pa_vhashfile.h,
19593: include/pa_db_table.h, main/pa_db_table.C: started db_home
19594: [multiple, cached] todo: autorecover [tried, but not succeded,
19595: yet]
19596:
19597: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19598:
19599: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19600: transaction parent passed
19601:
19602: 2001-10-24 parser
19603:
1.116 moko 19604: * src/classes/Makefile.am: makes
1.95 moko 19605:
19606: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19607: isapi/pool_storage.h: pool_storage fixed
19608:
19609: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19610: types/pa_vform.h: form fix_line_breaks
19611:
1.116 moko 19612: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19613:
19614: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19615: targets/cgi/pool_storage.h: makes
19616:
19617: * src/sql/pa_sql_driver.h: version
19618:
19619: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19620: types/pa_vform.C, types/pa_vform.h: .am
19621:
19622: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19623: this: DB_RMW Acquire write locks instead of read locks when doing
19624: the retrieval. Setting this flag may decrease the likelihood of
19625: deadlock during a read-modify-write cycle by immediately
19626: acquiring the write lock during the read part of the cycle so
19627: that another thread of control acquiring a read lock for the same
19628: item, in its own read-modify-write cycle, will not result in
19629: deadlock
19630:
19631: * src/targets/isapi/parser3isapi.dsp: doc
19632:
19633: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19634:
19635: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19636:
19637: * src/: classes/hashfile.C, include/pa_db_connection.h,
19638: main/pa_db_connection.C: hashfile expired deleted from db when
19639: get & iterate
19640:
19641: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19642: expiring 1
19643:
19644: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19645:
19646: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19647: db_connection not bothers with key when not returning expired
19648: data
19649:
19650: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19651: types/pa_vhashfile.C: db_cursor constructor public now
19652:
19653: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19654: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19655: stamped, todo: put_element analize
19656:
19657: * src/: include/pa_db_connection.h, include/pa_string.h,
19658: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19659: serialize. todo stamp
19660:
19661: 2001-10-23 parser
19662:
19663: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19664: classes/image.C, classes/mail.C, classes/response.C,
19665: classes/string.C, classes/table.C, classes/xdoc.C,
19666: include/pa_config_fixed.h, include/pa_db_connection.h,
19667: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19668: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19669: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19670: types/pa_vtable.C: ^hashfile.hash[]
19671:
19672: * src/: classes/hashfile.C, classes/xdoc.C,
19673: include/pa_config_fixed.h, main/pa_db_manager.C,
19674: main/pa_globals.C: ifdefs so it compiled without db
19675:
19676: * src/: classes/hashfile.C, include/pa_db_connection.h,
19677: include/pa_db_manager.h, main/pa_db_connection.C,
19678: main/pa_db_manager.C, types/pa_vhashfile.h:
19679: ^hashfile.transaction{code} ^hashfile:clear[filename]
19680: ^hashfile.delete[key]
19681:
19682: 2001-10-22 parser
19683:
19684: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19685: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19686:
19687: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19688: classes/xnode.C, include/pa_charset_connection.h,
19689: include/pa_db_connection.h, include/pa_db_manager.h,
19690: include/pa_exception.h, include/pa_sapi.h,
19691: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19692: include/pa_stylesheet_connection.h,
19693: include/pa_stylesheet_manager.h,
19694: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19695: main/pa_db_connection.C, main/pa_db_manager.C,
19696: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19697: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19698: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19699: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19700: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19701: types/types.dsp: hashfile 0
19702:
19703: * src/types/pa_vhashfile.C: z
19704:
19705: * src/: classes/classes.dsp, classes/hashfile.C,
19706: include/pa_config_fixed.h, main/execute.C,
19707: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19708: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19709:
19710: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19711:
19712: * src/: include/pa_exception.h, include/pa_request.h,
19713: main/execute.C, main/pa_exception.C, main/pa_request.C,
19714: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19715: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19716:
19717: 2001-10-19 parser
19718:
19719: * src/include/pa_pool.h: header
19720:
19721: * src/main/pa_pool.C: auto compiled on gcc
19722:
19723: * src/classes/image.C: comment
19724:
1.116 moko 19725: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19726:
19727: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19728: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19729: types/pa_vxnode.h: xnode clone got freed
19730:
19731: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19732: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19733: can free up xalandomstring resulting from pool::transcode
19734:
19735: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19736: include/pa_config_fixed.h, include/pa_exception.h,
19737: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19738: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19739: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19740: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19741: from non-xml compile
19742:
19743: * src/main/pa_request.C: pool:: context - get_context
19744:
19745: * src/: classes/classes.h, classes/date.C, classes/double.C,
19746: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19747: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19748: classes/string.C, classes/table.C, classes/void.C,
19749: include/pa_config_fixed.h, include/pa_exception.h,
19750: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19751: main/compile.C, main/compile_tools.C, main/execute.C,
19752: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19753: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19754: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19755: main/pa_string.C, main/pa_table.C, main/untaint.C,
19756: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19757: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19758: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19759: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19760: types/pa_vstateless_class.h, types/pa_vtable.C,
19761: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19762: exceptions 0
19763:
19764: * src/classes/classes.awk: $ removed
19765:
19766: 2001-10-18 parser
19767:
19768: * src/types/pa_vcookie.C: cookie:CLASS
19769:
19770: * src/main/main.dsp: project
19771:
19772: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19773: set_document & ctor question "who owns document" solved
19774:
19775: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19776:
19777: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19778: main/pa_pool.C: encoding in dom creating funcs
19779:
19780: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19781: be transformed now
19782:
19783: * src/classes/xdoc.C: dom created by create can be transformed now
19784:
19785: * src/classes/xdoc.C: z
19786:
19787: * src/classes/xdoc.C: comment
19788:
19789: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19790: create now uses XercesDocumentBridge, appendChild&co now works
19791:
19792: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19793: @ recompile
19794:
19795: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19796: $origin @exception[
19797:
19798: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19799: tag names forced to XML lang
19800:
19801: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19802: leechy-found bugs in code&doc fixed
19803:
19804: 2001-10-17 parser
19805:
19806: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19807: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19808: n functionality preserved
19809:
19810: * src/types/pa_vimage.h: removed unused vimage::save
19811:
19812: 2001-10-16 parser
19813:
19814: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19815:
19816: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19817:
19818: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19819:
19820: * src/classes/image.C: image.copy tolerance
19821:
19822: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19823: ineffective, but works for small paleted image
19824:
19825: * src/types/pa_vimage.C: comment
19826:
19827: * src/classes/image.C: gd size/resize bugfix
19828:
19829: * src/: classes/classes.dsp, main/main.dsp,
19830: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19831: types/types.dsp: ident >nul 2>&1
19832:
19833: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19834: systems
19835:
19836: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19837: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19838:
19839: 2001-10-15 parser
19840:
19841: * src/main/execute.C: z
19842:
19843: * src/classes/: xdoc.C: !::create{qualifiedName}
19844:
19845: * src/types/pa_vxnode.C: document_type_node.
19846: !readonly attribute DOMString name
19847: !notation_node.
19848: !readonly attribute DOMString publicId
19849: !readonly attribute DOMString systemId
19850:
1.116 moko 19851: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19852: ::write badly passed string too transparently [failed to
19853: intercept it]
1.95 moko 19854:
19855: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19856: include/pa_request.h, main/pa_sql_driver_manager.C,
19857: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19858: types/pa_vxnode.h: DOM1 major addtion, only few
19859: attributes/methods left
19860:
19861: 2001-10-13 parser
19862:
19863: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19864: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19865: in main handler
19866:
19867: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19868: cleanups & frees order
19869:
19870: * src/types/pa_vcode_frame.h: couple comments
19871:
19872: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19873: transparent enough to handle hash if creation&passing
19874:
19875: * src/: include/pa_config_fixed.h, main/execute.C,
19876: main/pa_exception.C: noticed that vcodeframe not transparent
19877: enough, would change now
19878:
19879: 2001-10-12 parser
19880:
19881: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19882: fixed. initialization&free on each thread!
19883:
19884: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19885: handling changed: now type of default param analized always, not
19886: only at problem time, thus helping early problem spotting
19887:
19888: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19889: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19890: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19891: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19892: multithread bug fixed. initialization&free on each thread!
19893:
19894: 2001-10-11 parser
19895:
19896: * src/classes/xnode.C: xnode.selectSingle now
19897:
19898: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19899: include/pa_pool.h, include/pa_stylesheet_connection.h,
19900: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19901: convertors out of Pool into Exception
19902:
19903: * src/main/pa_string.C: const
19904:
19905: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19906: linked pieces of same language together prior to String::replace
19907:
19908: * src/classes/hash.C: !^hash.add[addme]
19909: !^hash.sub[subme]
19910: !^a.union[b] = new
19911: !^a.intersection[b] = new
19912: !^a.intersects[b] = bool
19913:
19914: * src/classes/hash.C: !^hash::append[append_from]
19915:
19916: * src/: classes/hash.C, types/pa_vhash.h:
19917: !^hash::create[[copy_from]]
19918:
19919: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19920: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19921: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19922: fixed. got rid of empty_string, which caused errors - it hasnt
19923: exception but somebody[value.bark] tried to throw it on it's pool
19924:
1.116 moko 19925: * src/include/pa_config_auto.h.in: makes
1.95 moko 19926:
19927: 2001-10-10 parser
19928:
19929: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19930:
19931: * src/main/: compile.tab.C, compile.y: ^a[
19932:
19933: @next_method << now unclosed ] would be reported here
19934:
19935: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19936: compile error
19937:
19938: 2001-10-09 parser
19939:
1.116 moko 19940: * src/: classes/Makefile.am, main/Makefile.am,
19941: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19942:
19943: * src/classes/Makefile.am: makes
19944:
19945: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19946: win32 errors intercepted [xalan transformer patched and
19947: incorporated]
19948:
19949: * src/: classes/classes.dsp, classes/xdoc.C,
19950: include/pa_stylesheet_connection.h, main/main.dsp,
19951: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19952: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19953: patches starting
19954:
19955: * src/classes/: string.C, table.C: ^string.save[file]
19956:
19957: * src/classes/: date.C, table.C: calendar moved to date
19958:
19959: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19960: string/table] now
19961:
19962: * src/classes/: op.C, table.C: z
19963:
19964: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19965: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19966: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19967: be code [be string..]
19968:
19969: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19970: table.C: lots of
19971: params->as_int/double/as_string/as_junction/as_no_junction
19972: messages added
19973:
19974: 2001-10-08 parser
19975:
19976: * src/: classes/date.C, classes/image.C, classes/string.C,
19977: classes/table.C, classes/void.C, include/pa_request.h:
19978: params->as_int/double message added
19979:
19980: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19981:
19982: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19983: image:sector removed image:html internal "line-*" attribs
19984:
19985: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19986: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19987:
19988: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19989: way
19990:
19991: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19992: main/untaint.C: header untainting to UL_HTTP_HEADER,
19993: UL_MAIL_HEADER made nonforced [only tainted pieces]
19994:
19995: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19996: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19997: @ SAPI::log
19998:
19999: * src/main/untaint.C: \r to ' ' in origins mode
20000:
20001: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20002: set]
20003:
20004: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20005: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20006: nonstandard liaison freed up
20007:
20008: 2001-10-07 parser
20009:
20010: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20011: project
20012:
20013: 2001-10-05 parser
20014:
20015: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20016: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20017: from outputing to cerr. lots of "todos"
20018:
20019: * src/main/untaint.C: http_header tainting more gentle with
20020: enquoting now
20021:
20022: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20023: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20024: xml errorhandler. fixed string.replace a little, read @test
20025:
20026: * src/main/pa_string.C: found replace bug - first_that_starts(char
20027: *) does not have limit, and looks further eos, fixing....
20028:
20029: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20030:
20031: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20032:
20033: * src/main/: pa_charset_connection.C: ctype another mem clear
20034: bugfix
20035:
1.116 moko 20036: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20037: $result[^[$p^]z] now works fine
1.95 moko 20038:
20039: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20040: wrong. fixed it
20041:
20042: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20043: of totable appered to be vital
20044:
20045: 2001-10-04 parser
20046:
20047: * src/classes/image.C: ^image.length[text]
20048:
20049: 2001-10-03 parser
20050:
20051: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20052:
20053: * src/main/pa_request.C: restored pcre defaulting in request
20054: [mindlessly "optimized" yesterday] comment left
20055:
20056: 2001-10-02 parser
20057:
20058: * src/: main/pa_charset_manager.C,
20059: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20060: needed
20061:
20062: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20063: forgot non-xml pool.*charset needed
20064:
20065: * src/classes/table.C: # config comments fixed
20066:
20067: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20068: charset_connection #comment now
20069:
20070: * src/: classes/classes.dsp, types/types.dsp: release projects
20071: options fixed to use release msvcrt lib
20072:
20073: * src/main/pa_charset_connection.C: pcre tables now const inside
20074: removed default - pcre handles that internally fixed bug on
20075: not-cleaning tables [previously was calloced, now member]
20076:
20077: * src/: include/pa_request.h, main/pa_charset_connection.C,
20078: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20079: inside removed default - pcre handles that internally fixed bug
20080: on not-cleaning tables [previously was calloced, now member]
20081:
20082: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20083: tested charset reload on file change @ apache version = OK tested
20084: freeing up prev encoding on adding new = OK
20085:
20086: 2001-10-01 parser
20087:
20088: * src/main/pa_charset_connection.C: removed entitify external hack
20089: [internal installed]
20090:
1.116 moko 20091: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20092:
20093: * src/: include/pa_charset_connection.h,
20094: include/pa_charset_manager.h,
20095: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20096: main/pa_charset_connection.C, main/pa_charset_manager.C,
20097: main/pa_request.C: charset loading & caching mech 0
20098:
20099: * src/: include/pa_stylesheet_connection.h,
20100: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20101: main/pa_globals.C, main/pa_request.C: would make charset loading
20102: & caching mech now
20103:
20104: 2001-09-30 parser
20105:
20106: * src/main/pa_request.C: forgot to fill toTable
20107:
20108: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20109: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20110: failed on win32 for now..
20111:
20112: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20113: now charsets table configuration variable is: CHARSETS
20114:
20115: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20116: ctype with unicode 1. todo: no П entities on output somehow
20117:
20118: * src/: classes/file.C, classes/op.C, classes/string.C,
20119: include/pa_request.h, main/pa_request.C: started ctype with
20120: unicode values
20121:
20122: 2001-09-28 parser
20123:
20124: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20125: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20126: string passed AS-IS now
20127:
20128: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20129: way of user-configuring... todo: implement
20130:
20131: 2001-09-27 parser
20132:
20133: * src/classes/table.C: table.sort changed to sort table itself
20134:
20135: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20136: X^.getElementsByTagName[tagname] = array of xnode
20137: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20138: nodes removed - regretfully not supported @ xalan. maybe someday
20139: would reimplement, if needed.
20140:
20141: win32build system: solved long waiting anti-non-started-apache
20142: problem
20143:
20144: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20145: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20146: types/types.dsp: win32 ident make system so not to rebuild
20147: library [ident.C.new]
20148:
20149: 2001-09-26 parser
20150:
20151: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20152: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20153: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20154: types/pa_vxnode.C, types/types.dsp: z
20155:
20156: * src/classes/classes.C: forgot one non-xml check
20157:
1.116 moko 20158: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20159: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20160:
20161: * src/targets/cgi/parser3.C: z
20162:
20163: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20164: targets/isapi/parser3isapi.C: #ifdef SMTP
20165:
20166: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20167: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20168: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20169: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20170: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20171: types/types.dsp: xdoc&xnode now
20172:
20173: * src/: classes/classes.C, classes/classes.awk,
20174: classes/classes.dsp, classes/classes.h, classes/date.C,
20175: classes/dnode.C, classes/dnode.h, classes/dom.C,
20176: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20177: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20178: classes/op.C, classes/response.C, classes/string.C,
20179: classes/table.C, classes/void.C, include/pa_array.h,
20180: include/pa_common.h, include/pa_config_fixed.h,
20181: include/pa_config_includes.h, include/pa_dictionary.h,
20182: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20183: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20184: include/pa_socks.h, include/pa_sql_connection.h,
20185: include/pa_sql_driver_manager.h, include/pa_stack.h,
20186: include/pa_string.h, include/pa_stylesheet_connection.h,
20187: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20188: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20189: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20190: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20191: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20192: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20193: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20194: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20195: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20196: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20197: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20198: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20199: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20200: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20201: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20202: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20203: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20204: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20205: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20206: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20207: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20208: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20209: types/pa_vmethod_frame.h, types/pa_vobject.h,
20210: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20211: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20212: types/pa_vstateless_object.h, types/pa_vstring.C,
20213: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20214: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20215: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20216: main.dsp splitted to main+classes+types along to .am
20217:
20218: * src/classes/Makefile.am: removed useless var
20219:
20220: * src/: classes/classes.cmd, main/main.dsp,
20221: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20222: main.dsp
20223:
20224: 2001-09-25 parser
20225:
20226: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20227: 1251 though, todo ICU
20228:
1.116 moko 20229: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20230: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20231: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20232: types/pa_vdom.h: xml configure makes
1.95 moko 20233:
20234: 2001-09-24 parser
20235:
1.116 moko 20236: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20237: types/Makefile.am: makes
1.95 moko 20238:
1.116 moko 20239: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20240:
20241: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20242: started unix makes update
20243:
20244: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20245: started unix makes update
20246:
20247: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20248:
20249: * src/types/pa_value.h: z
20250:
20251: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20252: bugs with usinge hash/table in expressions
20253:
20254: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20255: resolved conflicts fixed [const]
20256:
20257: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20258: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20259: main/compile.C, main/compile.tab.C, main/compile.y,
20260: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20261: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20262: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20263: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20264: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20265: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20266: with before_xml [merge2 actually didn't happen - i've created
20267: tags on wrong branch. so this merge is in fact re-merge]
20268:
20269: 2001-09-21 parser
20270:
20271: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20272: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20273: produced "" in make file and sadly wrong interpreted on load]
20274:
1.116 moko 20275: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20276: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20277: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20278: include/pa_sql_driver_manager.h, include/pa_string.h,
20279: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20280: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20281: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20282:
20283: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20284: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20285: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20286: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20287: main/pa_pool.C, main/pa_request.C,
20288: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20289: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20290: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20291: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20292: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20293: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20294: types/pa_vrequest.C, types/pa_vresponse.h,
20295: types/pa_vstateless_class.C, types/pa_vstring.C,
20296: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20297: created new projects for sql drivers [planning to remove sql
20298: drivers from main cvs project] first, will join latest changes
20299:
20300: * src/classes/: dom.C: defaulted dom writing methods encoding to
20301: pool.get_charset
20302:
20303: * src/classes/dom.C: defaulted dom writing methods encoding to
20304: pool.get_charset
20305:
20306: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20307: pool.get_charset
20308:
20309: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20310: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20311: methods encoding to pool.get_charset
20312:
20313: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20314: transcoder were created right "unsupported encoding" message.
20315: not @ set time, but @ use time, so until xml output functions
20316: .string, .file, .save used - no encoding name check occur
20317:
20318: reduced transcode buffer size to 60 fixed pool cleanup - no
20319: registration needed, pools are officially destructured
20320:
20321: 2001-09-20 parser
20322:
20323: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20324:
20325: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20326: $MAIN:DEFAULTS.content-type[$.charset[here]]
20327:
20328: * src/: classes/dnode.C, classes/dom.C,
20329: include/pa_config_includes.h, include/pa_globals.h,
20330: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20331: main/pa_pool.C, targets/cgi/parser3.dsp,
20332: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20333: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20334: Pool::transcode 0
20335:
20336: * src/classes/dom.C: dom. string save file moved output xml options
20337: to last param and made it optional
20338:
20339: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20340: dnodes
20341: !$attributenode.specified = boolean
20342: true if the attribute received its value explicitly
20343: in the XML document,
20344: or if a value was assigned programatically with the
20345: setValue function.
20346: false if the attribute value came from the default value
20347: declared in the document's DTD.
20348: !$pinode.target = target of this processing instruction
20349: XML defines this as being the first token following the
20350: markup
20351: that begins the processing instruction.
20352: XPath:
20353: !^node.select[xpath/query/expression] = hash of 0->node0
20354: 1->node1
20355: !^node.select-single[xpath/query/expression] = first node if
20356: any
20357:
20358: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20359: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20360: some 'const's added
20361:
20362: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20363: expression context now, there value = size and boolean value
20364: size!=0
20365:
20366: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20367: can be used in expression context now, there value = size and
20368: boolean value size!=0
20369:
20370: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20371: types/pa_vstring.h: dnode .file .string .save moved back to dom
20372: due to strange xalan bug
20373:
20374: 2001-09-18 parser
20375:
20376: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20377: classes/image.C, classes/op.C, classes/table.C,
20378: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20379: include/pa_sql_driver_manager.h, main/compile.C,
20380: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20381: main/execute.C, main/pa_common.C, main/pa_request.C,
20382: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20383: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20384: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20385: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20386: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20387: before_xml branch ^if(def $hash) now true only when
20388: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20389:
20390: * src/: classes/op.C, main/execute.C: operators self changed to
20391: root ^for variable context changed to self
20392:
20393: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20394: dnode 1
20395:
20396: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20397: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20398:
20399: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20400: poly* fixed
20401:
20402: 2001-09-17 parser
20403:
20404: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20405: types/pa_vdom.h: started dnode+dom
20406:
20407: dnode DOM methods: $node.name $node.value
20408: ...others...
20409:
20410: ^node.xpath[/rates/USD] = hash
20411: $hash[
20412: $.0[node0]
20413: $.1[node1]
20414: ]
20415:
20416: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20417: applies to all linear primitives
20418:
20419: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20420: include/pa_stylesheet_connection.h, main/main.dsp,
20421: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20422: types/pa_vimage.h: started dnode DOM: $node.name
20423: $node.value ...others... ^node.xpath[/rates/USD] = hash
20424: dom(dnode)
20425:
20426: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20427: main/compile.y, main/compile_tools.h, main/execute.C,
20428: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20429: in expression compound($aa.zz.xx) names now can have minus '-' in
20430: name after '.'
20431:
20432: 2001-09-15 parser
20433:
20434: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20435: image: $line-width ^line(...)[**** style]
20436:
20437: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20438: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20439: pool_storage - cleanups first, allocations second. apache wisely
20440: does just like that
20441:
20442: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20443: rewritten using template, no bugs now
20444:
20445: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20446: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20447: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20448: poorly started isapi pool_storage, would rewrite using template
20449: now
20450:
20451: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20452: include/pa_stylesheet_connection.h, main/main.dsp,
20453: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20454: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20455: xalan objects freed up [introducing Pool::register_cleanup]
20456:
20457: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20458: comments
20459:
20460: 2001-09-14 parser
20461:
20462: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20463: z
20464:
20465: * src/: classes/dom.C, classes/file.C, classes/image.C,
20466: classes/mail.C, include/pa_common.h,
20467: include/pa_sql_driver_manager.h, include/pa_string.h,
20468: include/pa_stylesheet_connection.h,
20469: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20470: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20471: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20472: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20473: compiled&cached
20474:
20475: 2001-09-13 parser
20476:
20477: * src/: classes/dom.C, classes/file.C, classes/image.C,
20478: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20479:
20480: * src/classes/dom.C: dom:file content-type(.method)
20481:
20482: * src/: include/pa_common.h, include/pa_globals.h,
20483: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20484: string now more informative error messages
20485:
20486: * src/: include/pa_globals.h, include/pa_request.h,
20487: main/pa_request.C, targets/cgi/parser3.C,
20488: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20489: ParserSiteConfig .../parser3.conf
20490:
20491: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20492:
20493: 2001-09-12 parser
20494:
20495: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20496: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20497: precise error reporting: "connection string must start with
20498: protocol://" now
20499:
20500: * src/main/compile.tab.C: fixed - subname code parts actually []
20501: braced
20502:
20503: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20504: lexer on LS_USER level did [] matching without setting nestage,
20505: introduced special LS_NAME_SQUARE_PART state
20506:
20507: 2001-09-11 parser
20508:
20509: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20510: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20511: languages+=xml
20512:
20513: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20514:
20515: * src/classes/dom.C: ^dom:save/string/file[output options] output
20516: options: $.method[xml|html|text] detection fixed
20517:
20518: * src/types/pa_vdom.h: messages
20519:
20520: * src/classes/dom.C: ^dom:save/string/file[output options] output
20521: options: $.method[xml|html|text] detection fixed
20522:
20523: 2001-09-10 parser
20524:
20525: * src/classes/dom.C: ^dom:save/string/file[output options] output
20526: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20527:
20528: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20529: added]
20530:
20531: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20532: ^dom.xslt[stylesheet filename] 0
20533:
20534: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20535: ^dom.xslt[stylesheet filename] -1 doc is lying
20536:
20537: * src/classes/dom.C: ^dom.file[encoding] = file
20538:
20539: * src/classes/: dom.C: ^dom.string[encoding] 1
20540: ^dom.save[encoding;filename]
20541:
20542: * src/classes/dom.C: ^dom.string[] 0
20543:
20544: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20545:
20546: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20547: types/pa_vform.h: ^dom.save[b.xml] 0
20548:
20549: 2001-09-08 parser
20550:
20551: * src/types/pa_vform.C: $form:tables.name.field
20552:
20553: 2001-09-07 parser
20554:
20555: * src/classes/table.C: table:empty removed, superceded by ^if(def
20556: $table)...
20557:
20558: * src/targets/cgi/parser3.C: z
20559:
20560: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20561: from '' to int/double is 0]
20562:
20563: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20564: $table) is false when table is empty
20565:
20566: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20567: !$form:tables $atable[$form:tables.a]
20568: ^atable.menu{a=$atable.element}[,]
20569:
20570: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20571: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20572:
1.116 moko 20573: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20574: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20575: of dom
20576:
20577: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20578: types/pa_vform.C, types/pa_vform.h: z
20579:
20580: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20581: element [not last]
20582:
1.116 moko 20583: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20584: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20585:
20586: 2001-09-06 parser
20587:
20588: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20589: table with one column 'element' and two rows: 1 and 2
20590:
20591: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20592: table with one column 'element' and two rows: 1 and 2
20593:
20594: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20595: bad int/double conversions, and now $form:nonexistent.int(88)
20596: would return 88
20597:
20598: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20599: types/pa_vhash.h: now there's special hash key '_default'
20600: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20601: $._default[xx] ] $hash.c
20602:
20603: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20604: fixed [thanks, fif], ^; were treated there non-literally
20605:
20606: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20607: doxygen
20608:
20609: * src/: classes/image.C, classes/op.C, classes/string.C,
20610: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20611: types/pa_vtable.C: few #ifndef DOXYGEN
20612:
20613: 2001-09-05 parser
20614:
20615: * src/classes/: string.C, table.C: sql options can be void [same as
20616: image:html the other day]
20617:
20618: * src/targets/cgi/Makefile.am: .am undo
20619:
20620: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20621: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20622: macro expantion on param, simply qoutes whatever passed, undone
20623:
20624: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20625: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20626: STRINGIZE(name) #name invented
20627:
20628: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20629: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20630: MAIN_SQL_DRIVERS_NAME "drivers"
20631:
20632: moved to be availible to all users
20633:
20634: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20635: SQL_DRIVER_CREATE_FUNC_NAME
20636:
20637: * src/classes/mail.C: MAIN:MAIL check fixed
20638:
20639: 2001-09-04 parser
20640:
20641: * src/classes/image.C: image.html now can accept void params
20642:
20643: * src/targets/isapi/parser3isapi.C: z
20644:
20645: * src/targets/cgi/parser3.C: full_file_spec bug
20646:
20647: * src/targets/cgi/parser3.C: getenvcheck
20648:
20649: * src/targets/cgi/parser3.C: zz
20650:
20651: * src/targets/cgi/parser3.C: zzz
20652:
20653: * src/classes/date.C: date
20654:
20655: * src/classes/date.C: date:sql-string is now without ''
20656:
1.116 moko 20657: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20658: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20659: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20660:
1.116 moko 20661: * src/include/pa_config_auto.h.in: makes
1.95 moko 20662:
20663: 2001-09-03 parser
20664:
20665: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20666:
20667: 2001-09-01 parser
20668:
20669: * src/classes/image.C: letter_spacing
20670:
20671: * src/classes/image.C: image: font params changed
20672:
20673: * src/classes/image.C: image: as_int as_string used
20674:
20675: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20676: analized
20677:
20678: 2001-08-31 parser
20679:
20680: * src/targets/cgi/parser3.C: z
20681:
1.116 moko 20682: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20683: cygwin
1.95 moko 20684:
20685: * src/classes/void.C: void:int/double += (default)
20686:
20687: * src/classes/image.C: image:font added space param image:font
20688: changed charwidth alg, added kerning const[for now]
20689:
20690: * src/classes/: string.C, table.C: string:int/double (defaults)
20691:
20692: 2001-08-29 parser
20693:
20694: * src/main/pa_exception.C: exception redundant debug info
20695:
20696: 2001-08-28 parser
20697:
20698: * src/classes/image.C: image error msgs
20699:
20700: * src/classes/image.C: image: gifsize little endian
20701:
20702: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20703: doxygeneration
20704:
20705: * src/: classes/Makefile.am, main/Makefile.am,
20706: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20707:
20708: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20709: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20710:
20711: * src/main/compile.C: NO_STRING_ORIGIN check2
20712:
20713: * src/classes/table.C: NO_STRING_ORIGIN check
20714:
20715: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20716: storage class specifiers invalid in friend function declarations
20717:
20718: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20719: main/untaint.C, targets/cgi/parser3.C,
20720: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20721: case of limit
20722:
20723: * src/: classes/file.C, main/pa_common.C: file:move
20724: autocreate/remove dest/src dir
20725:
20726: * src/: classes/string.C, include/pa_dictionary.h,
20727: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20728: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20729: to directory constructor. string:replace
20730:
20731: 2001-08-27 parser
20732:
20733: * src/classes/image.C: fixed jpgsize alg
20734:
20735: * src/classes/image.C: fixed jpgsize alg
20736:
20737: * src/main/pa_exception.C: z
20738:
20739: * src/main/pa_common.C: removed debug info from pa_common
20740:
20741: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20742: [auto.p from current dir loading]
20743:
1.116 moko 20744: * src/: main/pa_common.C, main/pa_exception.C,
20745: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20746: for solaris -lsocket
1.95 moko 20747:
20748: 2001-08-24 parser
20749:
20750: * src/targets/cgi/parser3.C: not cgi extra \n 3
20751:
20752: * src/targets/cgi/parser3.C: not cgi extra \n 2
20753:
20754: * src/targets/cgi/parser3.C: not cgi extra \n
20755:
20756: * src/main/pa_sql_driver_manager.C: z
20757:
20758: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20759: sql* removed services from disconnect - cross-request ideological
20760: probs.
20761:
20762: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20763: cross-request ideological probs. oracle - fixed bug: cs
20764: allocated on request.pool and got freed before disconnect
20765:
20766: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20767: mallocs fixed
20768:
20769: 2001-08-23 parser
20770:
20771: * src/classes/file.C: minor bug in file:save fixed
20772:
20773: * src/main/pa_sql_driver_manager.C: oracle: dlink
20774:
20775: 2001-08-22 parser
20776:
20777: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20778: types/pa_vfile.h: file:load|save[text|binary;
20779:
20780: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20781:
20782: 2001-08-21 parser
20783:
20784: * src/classes/: file.C, table.C: ^file:list
20785:
20786: 2001-08-20 parser
20787:
20788: * src/: main/compile.tab.C, main/compile.y,
20789: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20790: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20791: recousively caused problems: inc incremeted 123 literal!! fixed
20792:
20793: 2001-08-10 parser
20794:
20795: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20796:
20797: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20798: added
20799:
20800: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20801: added
20802:
20803: * src/classes/table.C: table:sort restored [it was bad test :(]
20804:
20805: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20806: ''
20807:
20808: * src/main/: pa_request.C: wanted to make const int
20809: MAX_EXECUTE_SECONDS=1;
20810:
20811: but couldnt, set_callback_and_alarm appeared to be not exported
20812: :(
20813:
20814: * src/main/pa_string.C: string.match hanged on. there were a hang
20815: check but it weren't wise enough
20816:
20817: @parse[dateString][tmp]
20818: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20819: #end
20820:
20821: @main[] ^parse[2001-02-03]
20822:
20823: * src/classes/: table.C: table:sort now default desc
20824:
20825: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20826: table.sort now creates new sorted table
20827:
20828: 2001-08-09 parser
20829:
20830: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20831:
20832: * src/classes/hash.C: hash:_default now [was hash:default]
20833:
20834: * src/classes/op.C: case without switch check added
20835:
20836: * src/types/pa_vcookie.C: cookie name&value origins added, more
20837: precise $ORIGINS(1)
20838:
20839: * src/main/Makefile.am: .am
20840:
20841: * src/classes/void.C: void: int double copy/paste from int: bug
20842: fixed
20843:
20844: * src/classes/void.C: void: int double copy/paste from int: bug
20845: fixed
20846:
20847: 2001-08-07 parser
20848:
20849: * src/: classes/double.C, classes/int.C, classes/string.C,
20850: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20851: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20852: string, table
20853:
20854: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20855: srand made working
20856:
20857: 2001-08-06 parser
20858:
20859: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20860: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20861: main/compile.tab.C, main/compile.y, main/pa_array.C,
20862: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20863: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20864:
20865: * src/main/pa_exec.C: exec win32 real filename
20866:
20867: * src/classes/file.C: exec stderr out
20868:
20869: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20870:
20871: 2001-08-03 parser
20872:
20873: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20874:
20875: 2001-08-02 parser
20876:
20877: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20878: main/execute.C, main/pa_exec.C: introducing Array_iter
20879:
20880: * src/main/execute.C: detected quick_get recursion bug. changed to
20881: get@execute, but needs array iterator, separate from array to
20882: avoid it & use caching
20883:
20884: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20885: bug fixed
20886:
20887: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20888: main/execute.C, main/pa_globals.C: found another multithread bug
20889: in op.C (last, last global var killed) :)
20890:
20891: 2001-08-01 parser
20892:
20893: * src/: include/pa_dictionary.h, include/pa_globals.h,
20894: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20895: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20896: main/untaint.C: speeded up typo-html replacements. introducing
20897: Dictionary with first-char caching
20898:
20899: 2001-07-31 parser
20900:
20901: * src/types/Makefile.am: pa_vtable.C added to .am
20902:
20903: * src/main/compile.tab.C: added, so that could be compiled even on
20904: non-bison-enabled platforms
20905:
20906: 2001-07-28 parser
20907:
20908: * src/classes/table.C: table:hash always produces hash, when can't
20909: - empty
20910:
20911: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20912: skipped \n
20913:
20914: 2001-07-27 parser
20915:
20916: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20917: on int/double/string :sql without result and default
20918:
20919: 2001-07-26 parser
20920:
20921: * src/classes/op.C: fixed bad multithread bug with strangly global
20922: OP
20923:
20924: * src/main/compile.y: $man[$.age[zzz]] 0
20925:
20926: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20927: creation syntax problem persists. restored $: for a while.
20928: thinking of $man[$.age[zzz]] syntax now
20929:
20930: * src/: classes/double.C, classes/int.C, classes/string.C,
20931: include/pa_opcode.h, main/compile.C, main/compile.y,
20932: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20933: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20934: types/pa_wwrapper.h: fixing :: realization #1
20935:
20936: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20937: main/compile_tools.h, main/execute.C, main/pa_request.C,
20938: types/pa_vmethod_frame.h: introducing :: this is constructor call
20939: prefix. ordinary : remains for static accesses
20940:
20941: 2001-07-25 parser
20942:
20943: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20944: fields 2. methods 3. columns
20945:
20946: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20947: quote. optimized double&int tostring-s
20948:
20949: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20950: whitespace before first method decl
20951:
20952: * src/classes/table.C: allowed nontable result in table:sql,
20953: results in empty table
20954:
20955: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20956: lines before first method decl
20957:
20958: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20959: types/pa_vtable.h: ^table.record[] now $table.fields
20960:
20961: * src/main/compile.y: $var[] is now empty string, not void
20962:
20963: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20964: void
20965:
20966: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20967: main/pa_globals.C: match replace code context moved to implicit
20968: $match context
20969:
20970: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20971: main/compile_tools.h, main/execute.C: with killed, code storage
20972: introduced with former 'with' syntax
20973:
20974: 2001-07-24 parser
20975:
20976: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20977: types/pa_value.h: first get_element, next get operator
20978:
20979: * src/main/compile.y: removed @end handling
20980:
20981: * src/main/: compile.C, compile.y: @end handling method2
20982:
20983: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20984: file:move
20985:
20986: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20987: fixed
20988:
20989: 2001-07-23 parser
20990:
20991: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20992: driver
20993:
20994: * src/classes/hash.C: changed sql driver query interface
20995:
20996: * src/: classes/hash.C, classes/string.C, classes/table.C,
20997: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20998: changed sql driver query interface
20999:
21000: 2001-07-20 parser
21001:
21002: * src/types/pa_vrequest.C: X!$browser:type
21003:
21004: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21005: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21006: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21007: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21008: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21009: types/pa_vobject.h, types/pa_vrequest.C,
21010: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21011: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21012: BASE element globally removed
21013:
21014: 2001-07-18 parser
21015:
21016: * src/classes/file.C: file:exec/cgi msg
21017:
21018: * src/classes/file.C: $file:exit-code renamed to 'status'
21019:
21020: * src/: classes/file.C, main/pa_exec.C: file:exec
21021:
1.116 moko 21022: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21023: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21024: removed $id from *.in *.am
1.95 moko 21025:
21026: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21027: abbrevations
21028:
21029: * src/: classes/date.C, classes/mail.C, classes/math.C,
21030: classes/string.C, classes/table.C, include/pa_globals.h,
21031: include/pa_string.h, main/execute.C, main/pa_globals.C,
21032: main/pa_request.C, main/pa_string.C, main/untaint.C,
21033: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21034: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21035: $ORIGINS(1) output tracing mode
21036:
21037: 2001-07-13 parser
21038:
21039: * src/: classes/double.C, classes/int.C, classes/string.C,
21040: include/pa_request.h, main/execute.C, main/pa_request.C:
21041: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21042: second would not call first @auto
21043:
21044: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21045: wrong, fixed
21046:
21047: 2001-07-12 parser
21048:
21049: * src/types/pa_value.h: pa_value.putelement modification of system
21050: classes prevented
21051:
21052: 2001-07-11 parser
21053:
21054: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21055: table $piece
21056:
21057: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21058: types/pa_vstateless_class.h: $file created by file:state +=
21059: .atime .mtime .ctime +found&fixed bug with exceptions on
21060: get_junction-created objects [they were on wrong pool]
21061:
21062: 2001-07-09 parser
21063:
21064: * src/main/untaint.C: qp wrong name
21065:
21066: * src/: classes/date.C, classes/string.C, classes/table.C,
21067: main/compile.y: date format 0
21068:
21069: 2001-07-07 parser
21070:
21071: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21072: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21073: roll table calendar
21074:
21075: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21076: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21077: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21078: include/pa_request.h, main/main.dsp, types/pa_value.h,
21079: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21080: string. todo: sql, calendar
21081:
21082: 2001-07-06 parser
21083:
21084: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21085: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21086:
21087: 2001-07-03 parser
21088:
21089: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21090: classes/random.C, main/main.dsp: class random renamed to math,
21091: operators became methods
21092:
21093: * src/classes/op.C: pow sqrt
21094:
21095: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21096:
21097: 2001-07-02 parser
21098:
21099: * src/classes/table.C: ^table.columns column renamed from 'name' to
21100: 'column'
21101:
21102: * src/classes/hash.C: ^hash.keys[]
21103:
21104: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21105:
21106: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21107: 'strings'
21108:
21109: 2001-06-29 parser
21110:
21111: * src/main/: execute.C: /0 %0 checkes ver 2
21112:
21113: * src/main/execute.C: /0 %0 checke
21114:
21115: * src/classes/Makefile.am: nothing - void
21116:
21117: * src/classes/table.C: empty strings @ sql
21118:
21119: 2001-06-28 parser
21120:
21121: * src/: classes/double.C, classes/file.C, classes/form.C,
21122: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21123: classes/op.C, classes/random.C, classes/response.C,
21124: classes/string.C, classes/table.C, classes/void.C,
21125: main/compile.C, main/compile_tools.C, main/execute.C,
21126: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21127: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21128: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21129: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21130: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21131: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21132: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21133: $";
21134:
21135: * src/: classes/double.C, classes/file.C, classes/form.C,
21136: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21137: classes/op.C, classes/random.C, classes/response.C,
21138: classes/string.C, classes/table.C, classes/void.C,
21139: main/compile.C, main/compile.y, main/compile_tools.C,
21140: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21141: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21142: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21143: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21144: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21145: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21146:
21147: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21148: $class:name: == ${class:name}:
21149:
21150: * src/classes/string.C: exactly one
21151:
21152: 2001-06-27 parser
21153:
21154: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21155: types/pa_vvoid.h: nothing renamed to void
21156:
21157: * src/classes/op.C: ^switch ^case
21158:
21159: * src/main/compile.y: nothing renamed to void
21160:
21161: * src/: classes/hash.C, classes/table.C, main/compile.y,
21162: main/execute.C, main/main.dsp, main/pa_request.C,
21163: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21164: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21165: void
21166:
21167: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21168:
21169: 2001-05-28 parser
21170:
21171: * src/doc/html2chm.cmd: removed >a
21172:
21173: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21174: project options [some bugs]
21175:
21176: * src/doc/sources2html.cmd: z
21177:
21178: * src/: classes/classes.C, main/compile.C, main/compile.y,
21179: main/execute.C: operators are not in root class again
21180:
21181: 2001-05-24 parser
21182:
21183: * src/targets/cgi/parser3.dsp: project file
21184:
21185: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21186: ^log ^exp
21187:
21188: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21189: conversions in @exception[params]
21190:
21191: * src/main/pa_request.C: // no _ conversions in @exception[params]
21192:
21193: 2001-05-23 parser
21194:
21195: * src/main/pa_string.C: string cmp bug
21196:
21197: * src/classes/: mail.C, op.C: rem max 1000
21198:
21199: * src/: classes/op.C, main/compile.y: allow one empty line before
21200: LS_DEF_NAME
21201:
21202: 2001-05-22 parser
21203:
21204: * src/classes/op.C: if params code-required
21205:
21206: 2001-05-21 parser
21207:
21208: * src/types/pa_vstring.C: eoleof
21209:
21210: * src/classes/Makefile.am: .AM
21211:
21212: * src/classes/nothing.C: resultless ^sql moved to nothing:
21213:
21214: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21215:
21216: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21217: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21218: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21219: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21220: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21221: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21222: 'nothing'
21223:
21224: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21225: vstring::set_string
21226:
21227: * src/classes/: double.C, int.C, string.C: int,double;sql
21228:
21229: * src/: classes/hash.C, classes/int.C, classes/string.C,
21230: classes/table.C, include/pa_string.h, main/pa_string.C,
21231: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21232:
21233: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21234: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21235: hash:sql moved to main trunc. operators.txt updated
21236:
21237: * src/classes/: hash.C, op.C, table.C: hash:sql
21238:
21239: * src/classes/op.C: z
21240:
21241: * src/: main/compile.C, classes/classes.C: 1
21242:
21243: * src/: classes/classes.C, main/compile.C, main/compile.y,
21244: main/execute.C: 0
21245:
21246: * src/main/execute.C: z
21247:
21248: * src/targets/cgi/parser3.C: z
21249:
21250: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21251: site_auto_path "." in that case
21252:
21253: * src/targets/cgi/: parser3.C: z
21254:
21255: * src/main/pa_request.C: .am
21256:
21257: * src/: main/pa_request.C, targets/cgi/parser3.C:
21258: pcre_tables=pcre_default_tables;
21259:
21260: 2001-05-19 parser
21261:
21262: * src/main/pa_string.C: z
21263:
21264: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21265: introducing String::cstr_bufsize, returns just size+1 for as_is
21266: target.
21267:
21268: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21269: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21270: used, 4* mem wasted
21271:
21272: * src/classes/string.C: root context in match replace body now
21273: unchanged
21274:
21275: * src/types/pa_value.h: parameter # 1 based
21276:
21277: * src/main/pa_common.C: common: actual filename '%s'
21278:
21279: * src/classes/string.C: z
21280:
21281: * src/classes/Makefile.am: classes/.am
21282:
21283: * src/classes/: Makefile.am: classes/.am
21284:
21285: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21286: targets/cgi/pa_pool.C: classes/.am
21287:
21288: 2001-05-18 parser
21289:
1.116 moko 21290: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21291: pa_threads.C ins
1.95 moko 21292:
21293: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21294:
21295: 2001-05-17 parser
21296:
21297: * src/: classes/string.C, include/pa_config_fixed.h,
21298: include/pa_config_includes.h, main/compile.y,
21299: main/compile_tools.h, main/execute.C, main/pa_array.C,
21300: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21301: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21302: types/pa_vform.C: #include "pa_config_includes.h" removed from
21303: most .C
21304:
21305: * src/doc/html2chm.cmd: z
21306:
21307: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21308: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21309:
21310: * src/main/pa_sql_driver_manager.C: moved expiration to
21311: get_connection_from_cache
21312:
21313: * src/main/pa_sql_driver_manager.C: cache expiration bf
21314:
21315: * src/: classes/classes.h, include/pa_sql_connection.h,
21316: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21317: cache expiration[use SQL_Driver::disconnect]
21318:
21319: * src/main/pa_table.C: table.locate current restored on "not found"
21320:
21321: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21322: line no
21323:
21324: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21325: ANTI_ENDLESS_EXECUTE_RECOURSION
21326:
21327: * src/: classes/op.C, include/pa_sql_connection.h,
21328: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21329: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21330: 1driver and set_services fight for driver::fservices. before fix
21331:
21332: * src/: classes/op.C, include/pa_config_fixed.h,
21333: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21334: main/pa_sql_driver_manager.C: found problem at last: 2connections
21335: own 1driver and set_services fight for driver::fservices. before
21336: fix
21337:
21338: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21339: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21340: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21341: pa_threads.C
21342:
21343: * src/include/pa_threads.h: removed targets/parser
21344:
21345: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21346: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21347: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21348: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21349: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21350: headers
21351:
21352: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21353: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21354: order prevented sqlmanager to see MULTYTHREAD define
21355:
21356: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21357: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21358: put/gets
21359:
21360: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21361: from hash.h
21362:
21363: * src/: classes/op.C, include/pa_sql_connection.h,
21364: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21365: from cache ->set_services(&services);
21366:
21367: 2001-05-16 parser
21368:
21369: * src/targets/cgi/parser3.C: z
21370:
21371: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21372: debug, #ifdefed some. would debug later, on more precise sample
21373: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21374: $name.$tail[$tail!] $name.$tail } ok3
21375:
21376: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21377: removed array debug. before vstring rebasing
21378:
21379: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21380: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21381: array debugged; adjusted
21382:
21383: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21384: SQL_Driver_manager line no for connect/charset errors
21385:
21386: 2001-05-15 parser
21387:
21388: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21389: main/pa_string.C: string+array made linear grows
21390:
21391: * src/: include/pa_string.h, main/pa_string.C,
21392: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21393: grow lineary, not exponentialy
21394:
21395: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21396: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21397: with fullchunk cmps
21398:
21399: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21400: 70041= 81
21401:
21402: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21403: targets/cgi/parser3.C: detected huge mem allocation: size/times
21404: malloc 27809390/368771, calloc 3232/83. would test now
21405:
21406: * src/: classes/random.C, main/compile.y, main/execute.C,
21407: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21408: numbered params had wrong name - for instance: bad error message
21409: in ^for[] bad body type. fixed
21410:
21411: 2001-05-14 parser
21412:
21413: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21414: main/untaint.C: ^string.upper|lower[]
21415:
21416: 2001-05-11 parser
21417:
21418: * src/: classes/double.C, classes/image.C, classes/op.C,
21419: classes/string.C, classes/table.C, classes/unknown.C,
21420: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21421: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21422: types/pa_vunknown.h: op: MAX_LOOPS as_int
21423:
21424: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21425: .dsp for win32tools
21426:
21427: 2001-05-11 paf
21428:
21429: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21430: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21431: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21432: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21433:
21434: 2001-05-10 paf
21435:
21436: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21437: for C++, that's all
21438:
1.116 moko 21439: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21440: pa_config_includes.h: inline wonders
1.95 moko 21441:
21442: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21443: doc/doxygen.cmd: hash.C added
21444:
21445: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21446:
21447: * src/main/compile.y: @end grammar: allowed zero strings in control
21448: menthod
21449:
21450: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21451: pa_vstateless_object.h: changed priority: field before method
21452: lookup in vclass & vobject
21453:
21454: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21455: grammar: priorities changes [lowerd && prior] vobject: now first
21456: fields, next methods
21457:
21458: 2001-05-08 paf
21459:
21460: * src/main/pa_table.C: table columnname2item on nameless ignored
21461: bark=false. fixed
21462:
21463: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21464: types/pa_vmethod_frame.h: hash:default works at last!
21465:
21466: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21467: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21468: hash:default
21469:
21470: * src/classes/table.C: z
21471:
21472: * src/classes/table.C: table:hash always hash of hash now
21473:
21474: * src/classes/table.C: table:empty return bool now
21475:
21476: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21477: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21478: types/pa_vtable.h: table:hash
21479:
21480: * src/classes/table.C: table:record have name
21481:
21482: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21483: returns vunknown
21484:
21485: * src/classes/: double.C, int.C, op.C, string.C:
21486: int,double,string:int[] double[] string:length[] results now have
21487: hames
21488:
21489: * src/: classes/op.C, classes/table.C, main/main.dsp,
21490: types/pa_vtable.h: removed table:find. table:locate and op:eval
21491: now return bool
21492:
21493: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21494: in method checkparams again. fixed
21495:
21496: 2001-05-07 paf
21497:
21498: * src/doc/chm.cmd: cmd
21499:
21500: * src/: classes/image.C, classes/mail.C, classes/string.C,
21501: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21502: types/pa_value.h: method reported errors on wrong pool
21503:
21504: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21505: now
21506:
21507: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21508: include/code.h, include/pa_opcode.h, main/compile.C,
21509: main/compile_tools.h, main/execute.C, types/pa_value.h,
21510: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21511: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21512: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21513: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21514: types/pa_vmethod_frame.h, types/pa_vobject.h,
21515: types/pa_vrequest.h, types/pa_vresponse.h,
21516: types/pa_vstateless_class.h, types/pa_vstring.h,
21517: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21518: types/pa_wwrapper.h: pa_code.h
21519:
21520: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21521:
21522: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21523: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21524: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21525: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21526: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21527: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21528: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21529: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21530: types/pa_vtable.h: dox, split by not clean parts also
21531:
21532: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21533: types/pa_vtable.h: table: fields, then methods. so to enable
21534: 'dir' fields & co. more
21535:
21536: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21537: so to enable 'dir' fields & co.
21538:
21539: * src/main/compile.y: grammar: @end
21540:
21541: 2001-05-04 paf
21542:
21543: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21544: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21545:
21546: * src/: classes/classes.h, classes/double.C, classes/file.C,
21547: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21548: classes/op.C, classes/random.C, classes/response.C,
21549: classes/string.C, classes/table.C, classes/unknown.C,
21550: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21551: method dox
21552:
21553: 2001-05-03 paf
21554:
21555: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21556: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21557: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21558: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21559: doc/string.dox, doc/targets.dox, doc/value.dox,
21560: main/pa_request.C: dox splitted .dox files and added some
21561:
21562: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21563:
21564: 2001-05-02 paf
21565:
21566: * src/classes/: image.C, table.C: table:dir result are not tainted
21567: by file_name language now
21568:
21569: 2001-04-28 paf
21570:
21571: * src/classes/classes.inc: removed classes.inc
21572:
21573: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21574: from .am
21575:
21576: * src/classes/classes.awk: skipped classes in .awk
21577:
21578: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21579: classes/classes.inc, classes/double.C, classes/file.C,
21580: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21581: classes/string.C, classes/table.C, classes/unknown.C,
21582: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21583: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21584: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21585: pa_methoded back to classes/classes.h
21586:
21587: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21588:
21589: * src/: classes/Makefile.am, classes/classes.awk,
21590: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21591: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21592:
21593: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21594: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21595: classes/response.C, classes/string.C, classes/table.C,
21596: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21597: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21598: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21599: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21600: include|main/pa_methoded
21601:
21602: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21603: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21604:
21605: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21606: moved some configured data to request::classes_conf moved some
21607: string crations from globals to M... [works]
21608:
21609: * src/: classes/form.C, classes/mail.C, classes/op.C,
21610: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21611: main/pa_request.C: moved some configured data to
21612: request::classes_conf moved some string crations from globals to
21613: M...
21614:
21615: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21616: about to move configured data to special request hash
21617:
21618: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21619: classes/form.C, classes/mail.C, include/pa_request.h,
21620: main/pa_request.C: configure started
21621:
21622: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21623: 2. todo: methoded-configure
21624:
21625: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21626: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21627: classes/_random.h, classes/_response.h, classes/_string.h,
21628: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21629: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21630: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21631: classes/random.C, classes/response.C, classes/string.C,
21632: classes/table.C, classes/unknown.C, include/pa_globals.h,
21633: include/pa_request.h, main/compile.y, main/execute.C,
21634: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21635: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21636: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21637: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21638: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21639: types/pa_vrequest.h, types/pa_vresponse.h,
21640: types/pa_vstateless_class.h, types/pa_vstring.h,
21641: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21642: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21643: methoded-configure
21644:
21645: * src/: classes/file.C, classes/table.C, main/compile.y,
21646: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21647: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21648: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21649:
21650: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21651: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21652: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21653: classes/random.C, classes/response.C, classes/string.C,
21654: classes/table.C, classes/unknown.C, include/pa_request.h,
21655: main/compile.y, main/execute.C, main/pa_globals.C,
21656: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21657: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21658: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21659: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21660: beautifying just compiled. todo: debug, configure
21661:
21662: 2001-04-27 paf
21663:
21664: * src/: classes/file.C, classes/image.C, classes/table.C,
21665: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21666: beautifying -99
21667:
21668: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21669: classes/_response.h, classes/_unknown.h, classes/classes.C,
21670: classes/classes.h, classes/double.C, classes/file.C,
21671: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21672: classes/op.C, classes/random.C, classes/response.C,
21673: classes/string.C, include/pa_globals.h, main/main.dsp,
21674: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21675: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21676: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21677: types/pa_vunknown.h: beautifying -100
21678:
21679: * src/main/compile.y: serge@ found @CLASS bug. fixed
21680:
21681: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21682: classes/_op.h, classes/_random.h, classes/_table.h,
21683: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21684: classes/op.C, classes/random.C, classes/response.C,
21685: classes/string.C, classes/table.C, classes/unknown.C,
21686: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21687: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21688: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21689: beautifying
21690:
21691: 2001-04-26 paf
21692:
21693: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21694:
21695: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21696: documentation ++
21697:
21698: * src/: classes/_exec.h, doc/doxygen.cfg,
21699: include/pa_config_fixed.h, include/pa_config_includes.h,
21700: targets/cgi/pa_pool.C: code documentation ++
21701:
21702: * src/: classes/_image.h, classes/op.C, classes/random.C,
21703: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21704: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21705: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21706: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21707: types/pa_vmethod_frame.h, types/pa_vobject.h,
21708: types/pa_vrequest.C, types/pa_vrequest.h,
21709: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21710: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21711: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21712: code documentation ++
21713:
21714: * src/: classes/image.C, classes/mail.C, classes/string.C,
21715: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21716: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21717: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21718: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21719: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21720: types/pa_vobject.h, types/pa_vstateless_class.h,
21721: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21722:
21723: * src/main/: pa_request.C, pa_string.C: z
21724:
21725: * src/: include/pa_common.h, include/pa_types.h,
21726: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21727: connection caching fixed. request-pooled-url were stored into
21728: global connectioncache
21729:
21730: 2001-04-25 paf
21731:
21732: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21733: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21734:
21735: * src/: include/code.h, include/pa_common.h, main/compile.y,
21736: main/execute.C, main/pa_common.C: -d
21737:
21738: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21739: illegal call check a bit improved, but still under iis no mapping
21740: of dir with parser allowed!
21741:
21742: 2001-04-24 paf
21743:
21744: * src/targets/Makefile.am: apache module lib .am
21745:
21746: * src/main/pa_exec.C: windows32 buildCommand
21747:
21748: 2001-04-23 paf
21749:
21750: * src/targets/cgi/Makefile.am: win32 conditional
21751:
21752: * src/targets/cgi/Makefile.am: win32 conditional
21753:
21754: * src/targets/cgi/Makefile.am: liblink
21755:
21756: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21757: vfile fields return type
21758:
21759: * src/types/pa_vfile.h: vfile fields return type
21760:
21761: * src/include/pa_config_auto.h.in: .h.in
21762:
21763: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21764: types/Makefile: makefiles removed
21765:
21766: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21767: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21768:
21769: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21770: [tested: i & g ]
21771:
21772: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21773: @test noticed series in isapi, check how initialize_random_class
21774: is called! [must be called only once]
21775:
21776: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21777: would not be 'unknown column'
21778:
21779: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21780: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21781:
21782: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21783: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21784: [now doesnt]
21785:
21786: * src/targets/cgi/parser3.C: cgi cmdline ver
21787:
21788: * src/targets/cgi/parser3.C: cgi /// @test disable
21789: /cgi-bin/parser3/auto.p
21790:
21791: * src/main/untaint.C: untaint without charset
21792:
21793: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21794: main/pa_common.C: common: file_write /// @test mkdirs
21795: file_delete rmdirs
21796:
21797: * src/main/untaint.C: mail header only once to =?
21798:
21799: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21800: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21801: main/untaint.C: untaint - @test optimize whitespaces for
21802: all but 'html'
21803:
21804: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21805: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21806: main/untaint.C: untaint - @test mail-header
21807:
21808: 2001-04-20 paf
21809:
21810: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21811: include/pa_request.h, include/pa_string.h, main/compile.y,
21812: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21813: targets/cgi/parser3.C: $MAIN:LOCALE
21814:
21815: * src/main/untaint.C: z
21816:
21817: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21818:
21819: 2001-04-19 paf
21820:
21821: * src/main/compile_tools.h: $a$b bugfix
21822:
21823: * src/targets/cgi/parser3.C: z
21824:
21825: * src/classes/file.C: z
21826:
21827: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21828: done: header to $fields. waits for header '\' tricks
21829:
21830: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21831: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21832: changed urlencode here and in untaint.C to HTTP standard's " and
21833: \" mech
21834:
21835: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21836: http://alx/~paf/ doesnt load /auto.p
21837:
21838: 2001-04-18 paf
21839:
21840: * src/main/pa_request.C: 1
21841:
21842: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21843: linux @alx
21844:
21845: 2001-04-17 paf
21846:
21847: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21848: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21849: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21850: enabled
21851:
21852: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21853: classes/_exec.h, classes/_file.h, classes/_form.h,
21854: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21855: classes/_random.h, classes/_response.h, classes/_string.h,
21856: classes/_table.h, classes/_unknown.h, classes/file.C,
21857: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21858: include/pa_config_fixed.h, include/pa_config_includes.h,
21859: include/pa_hash.h, include/pa_sql_driver_manager.h,
21860: include/pa_version.h, main/Makefile.am, main/compile.y,
21861: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21862: main/pa_sql_driver_manager.C, sql/Makefile.am,
21863: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21864: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21865: types/pa_vform.C, types/pa_vimage.h: exec @jav
21866:
21867: * src/: include/pa_sql_driver_manager.h,
21868: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21869: types/pa_vimage.h: sql driver interface now has initialize(client
21870: .so)
21871:
21872: 2001-04-16 paf
21873:
21874: * src/Makefile.am: compile2 cygwin
21875:
21876: * src/: include/pa_config_includes.h, main/pa_exec.C,
21877: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21878:
21879: * src/targets/cgi/Makefile.am: compile0 jav
21880:
21881: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21882: classes/_exec.h, classes/_file.h, classes/_form.h,
21883: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21884: classes/_random.h, classes/_response.h, classes/_string.h,
21885: classes/_table.h, classes/_unknown.h, classes/image.C,
21886: classes/mail.C, classes/op.C, classes/random.C,
21887: include/pa_config_fixed.h, include/pa_config_includes.h,
21888: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21889: main/compile.y, main/pa_common.C, main/pa_exec.C,
21890: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21891: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21892: compile-1
21893:
21894: 2001-04-15 paf
21895:
21896: * src/classes/op.C: z
21897:
21898: * src/classes/table.C: table:empty +=process
21899:
21900: * src/types/pa_value.h: MethodParams !junction
21901:
21902: * src/: classes/_string.h, classes/double.C, classes/file.C,
21903: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21904: classes/random.C, classes/response.C, classes/string.C,
21905: classes/table.C, classes/unknown.C, main/pa_request.C:
21906: MethodParams everywhere
21907:
21908: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21909: types/pa_vmethod_frame.h: MethodParams in op.C
21910:
21911: 2001-04-12 paf
21912:
21913: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21914:
21915: * src/: classes/_unknown.h, classes/unknown.C,
21916: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21917: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21918:
21919: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21920:
21921: * src/classes/image.C: image:gif now does not have params
21922:
21923: * src/classes/image.C:
21924: image:line/fill/rectangle/bar/replace/polygon/polybar
21925:
21926: * src/: classes/image.C, classes/op.C, main/execute.C,
21927: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21928: for var now written not to r.wcontext, but to r.root cleared
21929: "entered_object" state
21930:
21931: 2001-04-11 paf
21932:
21933: * src/classes/image.C: image:create image:load
21934:
21935: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21936: just compiled
21937:
21938: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21939: todo: gif without file
21940:
21941: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21942: started porting to Pooled descendant
21943:
21944: * src/: classes/image.C, main/execute.C, main/main.dsp,
21945: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21946: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21947: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21948:
21949: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21950: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21951: end. switching to python imaging lib
21952:
21953: * src/main/main.dsp: gd+smtp made separate libs
21954:
21955: * src/: include/pa_globals.h, include/pa_string.h,
21956: main/pa_common.C, main/pa_request.C, main/untaint.C,
21957: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21958: length
21959:
21960: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21961: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21962: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21963: UL_FILE_NAME of posted file name
21964:
21965: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21966: post [broke when moved post read to core]
21967:
21968: 2001-04-10 paf
21969:
21970: * src/classes/image.C: image:html done
21971:
21972: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21973:
21974: * src/classes/image.C: z
21975:
21976: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21977: forgotten!
21978:
21979: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21980: main/pa_request.C, main/pa_string.C, main/untaint.C,
21981: types/pa_vimage.h: image:measure -90
21982:
21983: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21984: classes/_int.h, classes/_mail.h, classes/_op.h,
21985: classes/_random.h, classes/_response.h, classes/_string.h,
21986: classes/_table.h, classes/file.C, classes/mail.C,
21987: include/pa_common.h, include/pa_globals.h, main/execute.C,
21988: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21989: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21990: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21991: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21992: compiled
21993:
21994: * src/classes/mail.C: minor bug with unclear from/to
21995:
21996: * src/classes/mail.C: sendmail unix skipping defaults
21997:
21998: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21999: sendmail unix added defaults
22000:
22001: * src/classes/mail.C: unix sendmail compiled. todo:testing
22002:
22003: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22004:
22005: 2001-04-09 paf
22006:
22007: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22008: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22009: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22010: targets/isapi/parser3isapi.dsp: all targets exec
22011:
22012: * src/: include/pa_sapi.h, include/pa_string.h,
22013: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22014: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22015: args in apache:util.script
22016:
22017: * src/include/pa_string.h: written but not tested exec with env for
22018: unix
22019:
22020: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22021: targets/cgi/parser3.C: exec win32 env
22022:
22023: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22024: 0
22025:
22026: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22027: main/execute.C, main/main.dsp, main/pa_globals.C,
22028: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22029: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22030:
22031: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22032: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22033:
22034: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22035: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22036:
22037: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22038: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22039: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22040: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22041: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22042: exec class just compiled. moved post read to request core
22043:
22044: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22045: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22046: main/pa_globals.C, targets/cgi/parser3.C,
22047: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22048: are already read by vform
22049:
22050: 2001-04-08 paf
22051:
22052: * src/: classes/file.C, classes/mail.C, classes/string.C,
22053: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22054: uuencode. string<<
22055:
22056: 2001-04-07 paf
22057:
22058: * src/classes/mail.C: z
22059:
22060: * src/classes/mail.C: z
22061:
22062: * src/classes/mail.C: ^mail[$attach
22063:
22064: * src/classes/mail.C: ^attach dead end
22065:
22066: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22067: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22068: targets/isapi/parser3isapi.C: mail:send 1
22069:
22070: * src/: classes/mail.C, main/pa_request.C: z
22071:
22072: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22073: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22074: compiled
22075:
22076: * src/classes/mail.C: +=
22077:
22078: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22079: prepared
22080:
22081: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22082: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22083: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22084: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22085:
22086: 2001-04-06 paf
22087:
22088: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22089: main/pa_string.C: table:dir 1
22090:
22091: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22092: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22093:
22094: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22095: classes/root.C, include/pa_globals.h, include/pa_request.h,
22096: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22097: main/pa_request.C: renamed 'root' to 'op'
22098:
22099: * src/classes/: _op.h, op.C: renamed from 'root'
22100:
22101: * src/types/pa_valiased.C: another root inherititance skipped
22102:
22103: * src/main/: compile.C, compile.y, execute.C: operators are now not
22104: root methods of parent class. just 'ROOT' class
22105:
22106: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22107: @office
22108:
22109: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22110:
22111: 2001-04-05 paf
22112:
22113: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22114: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22115: constructor flag dropped at get_method_frame and remembered into
22116: method_frame
22117:
22118: * src/: classes/file.C, classes/root.C, classes/string.C,
22119: classes/table.C, main/pa_request.C: junction to code&expression
22120: in errors
22121:
22122: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22123: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22124: $LOCALE:ctype[Russian_Russia.1251]
22125:
22126: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22127: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22128: main/pa_table.C: hash now not thread-safe.
22129:
22130: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22131: main/untaint.C: z
22132:
22133: * src/: classes/random.C, classes/root.C, classes/table.C,
22134: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22135: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22136: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22137: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22138:
22139: * src/: classes/table.C, include/pa_sql_connection.h,
22140: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22141:
22142: * src/classes/table.C: select * from hren error contains statement
22143:
22144: * src/: classes/table.C, include/pa_sql_connection.h,
22145: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22146: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22147:
22148: * src/: classes/root.C, include/pa_sql_connection.h,
22149: include/pa_sql_driver.h, main/main.dsp,
22150: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22151: services for conv memory & error reporting
22152:
22153: 2001-04-04 paf
22154:
22155: * src/doc/doxygen.cfg: z
22156:
22157: * src/include/pa_sql_driver.h: mysql connect
22158:
22159: * src/include/pa_sql_driver.h: mysql info
22160:
22161: * src/: classes/root.C, include/pa_sql_driver.h,
22162: include/pa_sql_driver_manager.h, main/main.dsp,
22163: main/pa_sql_driver_manager.C: more manager&connection&driver
22164:
22165: * src/sql/Makefile.am: forgot to add mysql client
22166:
22167: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22168: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22169: [forgot to add libltdl, added]
22170:
22171: * src/: Makefile.am, classes/root.C, classes/string.C,
22172: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22173: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22174: include/pa_string.h, include/pa_table.h, main/main.dsp,
22175: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22176: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22177: -1000 just compiled
22178:
22179: * src/: classes/random.C, classes/root.C, classes/table.C,
22180: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22181: main/pa_request.C, types/pa_vclass.h: sql frame -10
22182:
22183: 2001-04-03 paf
22184:
22185: * src/types/pa_vform.C: z
22186:
22187: * src/: classes/string.C, types/pa_vform.C: string:match replace
22188: assigned lang
22189:
22190: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22191: {}[]< empty []
22192:
22193: * src/: classes/file.C, classes/string.C, classes/table.C,
22194: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22195: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22196:
22197: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22198: string:match replace strange matches
22199:
22200: * src/classes/string.C: string:match replace 0
22201:
22202: * src/: classes/string.C, main/pa_string.C: string:match replace
22203: prepared 2
22204:
22205: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22206: string:match replace prepared
22207:
22208: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22209: string:match replace -11
22210:
22211: * src/: classes/string.C, include/pa_globals.h,
22212: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22213: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22214:
22215: * src/: classes/string.C, include/pa_globals.h,
22216: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22217: main/pa_string.C: string:match [search] -1 just compiled
22218:
22219: * src/types/pa_vstring.C: z
22220:
22221: * src/: classes/double.C, classes/file.C, classes/form.C,
22222: classes/int.C, classes/response.C, classes/root.C,
22223: classes/string.C, classes/table.C, include/pa_string.h,
22224: main/pa_string.C: string:match -10 [frame]
22225:
22226: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22227: main/pa_request.C: z
22228:
22229: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22230: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22231: todo/tests
22232:
22233: * src/include/pa_common.h: z
22234:
22235: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22236: main/pa_request.C, targets/cgi/parser3.C,
22237: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22238: content-disposition
22239:
22240: * src/: include/pa_common.h, include/pa_globals.h,
22241: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22242: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22243:
22244: * src/: include/pa_common.h, include/pa_request.h,
22245: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22246: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22247: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22248: response:body
22249:
22250: * src/classes/table.C: table:append now uses string::split
22251:
22252: * src/classes/table.C: z
22253:
22254: * src/: classes/file.C, classes/root.C, classes/string.C,
22255: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22256: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22257: include/pa_string.h, main/execute.C, main/pa_string.C,
22258: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22259: string::pos & cmp & piece bugs fixed. string::split new
22260: table:load separated from set table:set implemented with clean \n
22261: \t searches
22262:
22263: 2001-04-02 paf
22264:
22265: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22266: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22267: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22268: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22269: it in table:set/load
22270:
22271: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22272: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22273:
22274: * src/classes/random.C: random:generate 1
22275:
22276: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22277: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22278: types/pa_value.h: random:generate
22279:
22280: 2001-03-30 paf
22281:
22282: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22283: todo: table flip and append. string::pos
22284:
22285: * src/: classes/double.C, classes/file.C, classes/int.C,
22286: classes/response.C, classes/root.C, classes/string.C,
22287: classes/table.C, main/compile.y, main/execute.C,
22288: types/pa_value.h, types/pa_vstateless_class.C,
22289: types/pa_vstateless_class.h: static|dynamic|any method
22290: registration
22291:
22292: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22293: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22294: table:flip
22295:
22296: 2001-03-29 paf
22297:
22298: * src/classes/string.C: string:xsplit forgot that they must result
22299: in 1 row N column [not vice versa]
22300:
22301: * src/classes/string.C: z
22302:
22303: * src/classes/string.C: string: rsplit
22304:
22305: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22306: string: lsplit
22307:
22308: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22309: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22310: lsplit -1
22311:
22312: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22313: string: pos
22314:
22315: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22316: string: pos -1
22317:
22318: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22319: main/compile.y, main/pa_request.C, main/pa_string.C,
22320: main/untaint.C: string: left right mid
22321:
22322: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22323: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22324: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22325: and [;] are different now.
22326:
22327: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22328: main/untaint.C: pool.request undone
22329:
22330: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22331: main/untaint.C: pool.request
22332:
22333: 2001-03-28 paf
22334:
22335: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22336: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22337: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22338: $request:browser [.type .version]; unknown.get_double now = 0.
22339:
22340: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22341: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22342: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22343: types/pa_vform.C: file:load autodetection of mime-type by
22344: user-file-name
22345:
22346: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22347: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22348: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22349:
22350: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22351: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22352: write. must be self.set
22353:
22354: * src/: classes/file.C, classes/root.C, classes/table.C,
22355: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22356:
22357: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22358: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22359: types/pa_vtable.h: table:locate just compiled
22360:
22361: 2001-03-27 paf
22362:
22363: * src/main/: execute.C, pa_common.C: fixed r/w context of
22364: code-params2, fixed ntfs hardlink slow dir update
22365:
22366: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22367: types/pa_wcontext.h: fixed r/w context of code-params
22368:
22369: * src/: classes/table.C, main/execute.C: about to change junction
22370: rcontext!!
22371:
22372: * src/: classes/double.C, classes/int.C, classes/root.C,
22373: classes/string.C, classes/table.C, main/compile_tools.C,
22374: main/execute.C, main/pa_request.C, main/untaint.C,
22375: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22376: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22377: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22378: types/pa_vunknown.h: sort 0
22379:
22380: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22381: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22382: renamed to are_static_calls_disabled
22383:
22384: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22385: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22386: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22387: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22388:
22389: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22390:
22391: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22392: started table:sort fixed minor bug in #...^{
22393:
22394: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22395: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22396: decided to have as it were. stepped back. grammar: added 'in'
22397: 'is' 'lt'&co follow-space check
22398:
22399: 2001-03-26 paf
22400:
22401: * src/: classes/file.C, classes/root.C, classes/table.C,
22402: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22403: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22404: main/pa_table.C: moved ::save to pa_table. disabled @auto
22405: invocation in ^process
22406:
22407: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22408:
22409: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22410: main/pa_array.C: table:record
22411:
22412: * src/: main/untaint.C, targets/cgi/parser3.C,
22413: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22414: targets/isapi/pool_storage.h, types/pa_valiased.h,
22415: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22416: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22417: types/pa_vtable.h: z
22418:
22419: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22420: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22421: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22422: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22423: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22424: method realisations on 'self' validity - they now can simply
22425: assume that 'self' is V{Proper} .
22426:
22427: 2001-03-25 paf
22428:
22429: * src/main/untaint.C: z
22430:
22431: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22432: lowlevel - it initialization could be skipped if failed in @auto.
22433: so that exception report would use some table
22434:
22435: * src/main/pa_request.C: table empty lines ignored. system-default
22436: content type assigned in output:result [can fail in main:auto and
22437: skipped normal defaults extraction]
22438:
22439: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22440: bug
22441:
22442: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22443: processing to table [except preliminary \r\n \r \n replacements
22444: to "\n"]
22445:
22446: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22447: move all the processing to table
22448:
22449: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22450: main/pa_table.C, main/untaint.C: returned table originating.
22451: useful for reporting typo table problems origin. think would be
22452: useful somewhere else
22453:
22454: * src/main/untaint.C: typo \r \r\n \n properly handled
22455:
22456: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22457: include/pa_table.h, main/compile.y, main/compile_tools.C,
22458: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22459: main/pa_string.C, main/pa_table.C, main/untaint.C,
22460: types/pa_vcookie.h: typo & typo-default
22461:
22462: 2001-03-24 paf
22463:
22464: * src/main/pa_common.C: z
22465:
22466: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22467: targets/cgi/parser3.C: html-typo 2
22468:
22469: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22470: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22471: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22472: main/execute.C, main/pa_array.C, main/pa_globals.C,
22473: main/pa_request.C, main/pa_string.C, main/untaint.C,
22474: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22475: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22476: noticed double default content-type prob. run cgi.cmd tomorrow
22477: first html-typo sample. detected << problem: they become ltlt too
22478: fast
22479:
22480: * src/main/compile.y: z
22481:
22482: * src/main/: compile.y, compile_tools.h: #comment
22483:
22484: * src/: classes/file.C, classes/root.C, classes/table.C,
22485: include/pa_common.h, include/pa_request.h, main/compile.y,
22486: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22487: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22488: stringified
22489:
22490: * src/types/pa_valiased.C: decided to String-ify file_read
22491:
22492: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22493: isapi/parser3isapi.dsp: cgi: sapi::log
22494:
22495: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22496: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22497: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22498: error log experiments failed - cgi under iis got no access to
22499: log. registereventsource simply failed with 5(illegal call) code,
22500: while worked OK as standalone executable. isapi: used
22501: HSE_APPEND_LOG_PARAMETER feature
22502:
22503: * src/: include/pa_common.h, include/pa_globals.h,
22504: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22505: targets/isapi/parser3isapi.C: fixed default content-type
22506: allocation storage
22507:
22508: * src/: include/pa_globals.h, include/pa_request.h,
22509: main/pa_globals.C, main/pa_request.C: z
22510:
22511: * src/: include/pa_array.h, include/pa_hash.h,
22512: include/pa_request.h, main/compile.y, main/pa_array.C,
22513: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22514: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22515: content-type
22516:
22517: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22518: sanity
22519:
22520: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22521: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22522: away freeze mech. no danger now for you can't do
22523: ^request:process[@new-method[] body] trick anymore. still
22524: remains $some_instance.process[@new-method[] possibility] but
22525: would leave it as a feature. see index for sample
22526:
22527: * src/: include/pa_common.h, main/pa_common.C,
22528: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22529: monkey every target
22530:
22531: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22532: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22533: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22534:
22535: 2001-03-23 paf
22536:
22537: * src/: include/pa_pool.h, main/pa_request.C,
22538: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22539: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22540: targets/isapi/pool_storage.h: isapi: dumb pool storage
22541:
22542: * src/targets/isapi/pa_pool.C: decided to continue with extension
22543:
22544: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22545: it would be better to rewrite as filter then to deal with pool
22546:
22547: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22548: now like in cgi, not from APPL_PHYSICAL_PATH
22549:
22550: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22551: include/pa_config_fixed.h, include/pa_config_includes.h,
22552: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22553: include/pa_version.h, main/compile.y, main/execute.C,
22554: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22555: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22556: main/untaint.C, targets/cgi/parser3.C,
22557: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22558: cgi: reinvent document_root and request_uri under iis. autoconf
22559: updated. introducing ap_config_includes
22560:
22561: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22562:
22563: * src/targets/cgi/parser3.C: cgi: only one pool now
22564:
22565: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22566: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22567: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22568: types/pa_venv.h, types/pa_vform.C: sapi made object
22569:
22570: * src/: include/pa_globals.h, main/pa_request.C,
22571: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22572: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22573: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22574:
22575: * src/: main/pa_request.C, targets/cgi/parser3.C,
22576: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22577: isapi minor env beauty
22578:
22579: * src/: main/pa_request.C, targets/cgi/parser3.C,
22580: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22581: isapi document_root 0
22582:
22583: 2001-03-22 paf
22584:
22585: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22586:
22587: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22588: isapi/parser3isapi.C: z
22589:
22590: * src/: include/pa_pool.h, main/pa_request.C,
22591: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22592:
22593: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22594: kill.pl: isapi added utils
22595:
22596: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22597: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22598: types/pa_vform.C: isapi 0
22599:
22600: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22601: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22602: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22603: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22604: started isapi
22605:
22606: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22607: some comments
22608:
22609: * src/: include/pa_globals.h, include/pa_request.h,
22610: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22611: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22612: parser_root_auto_path parser_site_auto_path
22613:
22614: * src/types/pa_vcookie.C: cookie attr decoded
22615:
22616: 2001-03-21 paf
22617:
22618: * src/targets/cgi/parser3.C: z
22619:
22620: * src/include/pa_globals.h: post. todo: config of auto.p path
22621:
22622: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22623: types/pa_venv.h: in cookie & env. todo:post
22624:
22625: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22626: classes/root.C, classes/table.C, include/pa_array.h,
22627: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22628: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22629: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22630: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22631: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22632: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22633: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22634: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22635: shifted apache branch on main trunc
22636:
22637: * src/: include/pa_common.h, include/pa_globals.h,
22638: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22639: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22640: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22641: starting mod_parser3
22642:
22643: * src/targets/cgi/parser3.C: starting mod_parser3
22644:
22645: 2001-03-20 paf
22646:
22647: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22648: targets/cgi/parser3.C: automake compiled and works. todo:make
22649: win32 ifdefs work and add ifdef unistd
22650:
22651: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22652: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22653: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22654: z
22655:
22656: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22657: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22658: locking
22659:
22660: * src/: classes/Makefile.am, types/Makefile.am: z
22661:
22662: * src/: Makefile.am, classes/file.C, classes/root.C,
22663: classes/table.C, include/pa_array.h, include/pa_request.h,
22664: include/pa_string.h, main/Makefile.am, main/execute.C,
22665: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22666: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22667: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22668: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22669:
22670: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22671: main/pa_request.C, types/pa_vfile.h: ^table:save
22672:
22673: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22674: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22675: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22676: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22677: types/pa_vform.h: z
22678:
22679: * src/include/pa_string.h: z
22680:
22681: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22682: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22683: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22684: :Value
22685:
22686: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22687: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22688: :VStateless_object
22689:
22690: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22691: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22692: :VStateless_object
22693:
22694: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22695: types/pa_valiased.C, types/pa_vform.h: commented VForm
22696:
22697: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22698: types/pa_valiased.h, types/pa_value.h,
22699: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22700: types/pa_vstateless_object.h: moved common get_element part from
22701: stateless object&class into VAliased
22702:
22703: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22704: classes/table.C, main/execute.C, main/main.dsp,
22705: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22706: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22707: now :Value
22708:
22709: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22710: main/execute.C, main/main.dsp, main/pa_globals.C,
22711: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22712:
22713: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22714: doxx
22715:
22716: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22717: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22718: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22719: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22720: and ^file:save
22721:
22722: 2001-03-19 paf
22723:
22724: * src/types/pa_vfile.C: z
22725:
22726: * src/: classes/file.C, classes/request.C, classes/table.C,
22727: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22728: main/pa_request.C, main/untaint.C, types/pa_value.h,
22729: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22730:
22731: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22732: include/pa_string.h, include/pa_table.h, main/main.dsp,
22733: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22734: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22735: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22736: classes/_file.h, classes/file.C, types/pa_vfile.C,
22737: types/pa_vfile.h: file class just compiled
22738:
22739: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22740: include/pa_table.h, include/pa_types.h, main/execute.C,
22741: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22742: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22743: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22744:
22745: * src/include/pa_pool.h: z
22746:
22747: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22748: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22749: Hash::Value to Val so to doxygen would finlly stop confusing
22750: those Value-s
22751:
22752: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22753: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22754: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22755: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22756: include/pa_types.h, main/compile.C, main/compile.y,
22757: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22758: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22759: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22760: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22761: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22762:
22763: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22764: derivates somehow unlinked. don't know why yet
22765:
22766: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22767: include/pa_string.h, include/pa_threads.h, main/compile.C,
22768: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22769: main/execute.C, main/pa_array.C, main/pa_common.C,
22770: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22771: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22772: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22773:
22774: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22775: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22776: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22777: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22778: types/pa_vrequest.h: doc: detected Value derivates prob
22779:
22780: * src/include/pa_globals.h: z
22781:
22782: * src/: classes/_request.h, classes/request.C, include/code.h,
22783: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22784: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22785: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22786: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22787: main/execute.C, main/pa_pool.C, main/pa_request.C,
22788: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22789: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22790:
22791: 2001-03-18 paf
22792:
22793: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22794: cookie: allowed access to hash-assigned
22795:
22796: * src/targets/cgi/parser3.C: z
22797:
22798: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22799: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22800: include/pa_types.h, main/main.dsp, main/pa_common.C,
22801: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22802: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22803: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22804: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22805: types/pa_vunknown.h: cookie class
22806:
22807: * src/main/pa_request.C: zero length output allowed
22808:
22809: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22810: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22811:
22812: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22813: lang switch
22814:
22815: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22816: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22817: types/pa_value.h, types/pa_vhash.h:
22818: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22819:
22820: * src/main/execute.C: z
22821:
22822: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22823: targets/cgi/parser3.C: taint[uri
22824:
22825: * src/: classes/request.C, classes/response.C, classes/root.C,
22826: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22827: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22828: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22829:
22830: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22831: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22832: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22833: types/pa_vstateless_class.C: convinient string(pool, char *src,
22834: bool tainted) ctor
22835:
22836: * src/: include/pa_hash.h, include/pa_request.h,
22837: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22838: main/pa_request.C, main/pa_string.C, main/untaint.C,
22839: targets/cgi/parser3.C: proper @exceptions params tainting
22840:
22841: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22842: response fields to header
22843:
22844: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22845: z
22846:
22847: * src/: classes/_response.h, classes/response.C,
22848: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22849: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22850: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22851: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22852: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22853: $response: 0 request::core exception rethrow
22854:
22855: 2001-03-16 paf
22856:
22857: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22858: types/pa_vrequest.h: native method' class call with less params
22859: then needed error reporting
22860:
22861: * src/: classes/_request.h, classes/request.C,
22862: include/pa_globals.h, include/pa_request.h, main/execute.C,
22863: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22864: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22865: types/pa_vrequest.h: $request : query :uri
22866:
22867: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22868: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22869: types/pa_wcontext.h: $result
22870:
22871: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22872:
22873: * src/: classes/double.C, include/code.h, main/compile.y,
22874: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22875: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22876:
22877: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22878: main/compile.y, main/execute.C, types/pa_value.h,
22879: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22880: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22881: wcontext conflict
22882:
22883: * src/: main/execute.C, types/pa_value.h,
22884: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22885: $string.field
22886:
22887: 2001-03-15 paf
22888:
22889: * src/main/pa_request.C: news sample
22890:
22891: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22892: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22893:
22894: * src/main/: compile.y, execute.C: z
22895:
22896: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22897: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22898: pre pre works
22899:
22900: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22901: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22902: fillfields just compiled
22903:
22904: 2001-03-14 paf
22905:
22906: * src/: include/pa_request.h, main/pa_request.C,
22907: targets/cgi/parser3.C: z
22908:
22909: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22910: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22911: types/pa_vstring.h: limits -1
22912:
22913: * src/: include/pa_globals.h, include/pa_request.h,
22914: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22915: main/pa_request.C, targets/cgi/parser3.C,
22916: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22917: request_info -1
22918:
22919: * src/: include/pa_globals.h, main/pa_globals.C,
22920: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22921: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22922: vform_fields_fill
22923:
22924: * src/targets/cgi/parser3.C: # if MSVC
22925:
22926: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22927: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22928:
22929: * src/targets/cgi/parser3.C: z
22930:
22931: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22932: include/pa_string.h, include/pa_types.h, main/compile.y,
22933: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22934: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22935: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22936: types/pa_vunknown.h: global handler, exceptions in parser3
22937:
22938: 2001-03-13 paf
22939:
22940: * src/: classes/form.C, main/compile.y, main/core.C,
22941: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22942: types/pa_vform.h, types/pa_vstateless_class.C,
22943: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22944: instead
22945:
22946: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22947: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22948: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22949: started cgi target
22950:
22951: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22952: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22953: before error show with parser
22954:
22955: * src/: classes/_form.h, classes/form.C, include/core.h,
22956: include/pa_request.h, main/core.C, main/pa_request.C,
22957: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22958:
22959: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22960:
22961: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22962: parser3.C: renamed targets/ parser to cgi
22963:
22964: * src/: classes/double.C, classes/env.C, classes/int.C,
22965: classes/root.C, classes/string.C, classes/table.C,
22966: include/pa_request.h, types/pa_vhash.h: z
22967:
22968: * src/: classes/_env.h, classes/env.C, classes/root.C,
22969: include/core.h, include/pa_pool.h, include/pa_request.h,
22970: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22971: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22972: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22973: [historical moment :)]
22974:
22975: * src/: include/code.h, include/pa_string.h, main/compile.y,
22976: main/execute.C, main/pa_string.C: 'value is type' expr operator
22977:
22978: * src/types/pa_venv.h: $ENV 1
22979:
22980: * src/main/execute.C: z
22981:
22982: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22983: future methods of ENV constructor if
22984:
22985: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22986: class
22987:
22988: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22989: classes/_root.h, classes/_string.h, classes/_table.h,
22990: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22991: classes/string.C, classes/table.C, include/pa_request.h,
22992: main/compile.C, main/compile_tools.h, main/core.C,
22993: main/execute.C, main/main.dsp, main/pa_request.C,
22994: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22995: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22996: types/pa_vobject.h, types/pa_vstateless_class.C,
22997: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22998: types/pa_wcontext.h: $ENV: re 0, stateless classes
22999:
23000: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23001: classes/_root.h, classes/_string.h, classes/_table.h,
23002: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23003: classes/string.C, classes/table.C, include/pa_request.h,
23004: main/compile.C, main/compile_tools.h, main/core.C,
23005: main/execute.C, main/main.dsp, main/pa_request.C,
23006: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23007: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23008: types/pa_vobject.h, types/pa_vstateless_class.C,
23009: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23010: types/pa_wcontext.h: $ENV: re 0, stateless classes
23011:
23012: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23013: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23014: yesterdays bad decision on execute_static_method
23015:
23016: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23017:
23018: * src/: classes/double.C, classes/int.C, classes/root.C,
23019: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23020:
23021: * src/main/pa_request.C: z
23022:
23023: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23024: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23025:
23026: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23027: include/pa_pool.h, main/pa_request.C:
23028: restructure_exceptions_dead_end
23029:
23030: * src/: classes/root.C, main/compile.y: ^if required junctions.
23031: allowed ; inside {} to break params
23032:
23033: * src/classes/root.C: ^eval
23034:
23035: * src/: classes/_string.h, classes/double.C, classes/int.C,
23036: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23037: string ^format
23038:
23039: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23040: 'bad' but not 'enough'
23041:
23042: * src/: classes/double.C, classes/root.C, classes/table.C,
23043: include/pa_common.h, include/pa_types.h, main/compile.y,
23044: main/pa_common.C, main/pa_request.C, main/untaint.C,
23045: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23046: types/pa_wwrapper.h: think constructing flag as is is bad
23047:
23048: * src/: classes/double.C, classes/int.C, classes/root.C,
23049: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23050: types/pa_vint.h: ^for
23051:
23052: 2001-03-12 paf
23053:
23054: * src/classes/table.C: table ^empty
23055:
23056: * src/: classes/table.C, include/pa_table.h: table ^menu
23057:
23058: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23059: ^offset ^line ^count
23060:
23061: * src/classes/root.C: ^round() ^floor() ^ceiling()
23062: ^abs() ^sign()
23063:
23064: * src/classes/: root.C, table.C: ^use
23065:
23066: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23067: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23068: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23069: ^while. switched off wcontext.constructing after write(value) or
23070: auto-vhash-constructing
23071:
23072: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23073: main/pa_request.C: fail_if_junction_ helper func
23074:
23075: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23076: include/pa_request.h, main/execute.C, main/main.dsp,
23077: main/pa_common.C, main/pa_request.C: ^process error point by
23078: actual method_name, not source. ^load
23079:
23080: * src/types/pa_vtable.h: table: no, better with string in cells...
23081:
23082: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23083: classes/_table.h, classes/table.C, main/untaint.C: z
23084:
23085: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23086: include/pa_table.h, main/core.C, main/execute.C,
23087: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23088: types/pa_value.h: table:set 0
23089:
23090: * src/: classes/root.C, include/core.h, include/pa_array.h,
23091: include/pa_request.h, include/pa_table.h, main/core.C,
23092: main/main.dsp, main/pa_request.C, main/pa_table.C,
23093: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23094: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23095: types/pa_vstring.h: freeze, ^table:create[] -1
23096:
23097: * src/: classes/root.C, types/pa_value.h: z
23098:
23099: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23100: get_method in couple places optimizing them
23101:
23102: * src/classes/root.C: z
23103:
23104: * src/: classes/root.C, types/pa_vclass.h: process temp main
23105: zeroing
23106:
23107: * src/: classes/double.C, classes/int.C, classes/root.C,
23108: classes/string.C, include/pa_common.h, include/pa_request.h,
23109: include/pa_string.h, include/pa_types.h, main/compile.C,
23110: main/compile.y, main/compile_tools.h, main/execute.C,
23111: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23112: types/pa_vmframe.h: ^process. actual names to store param and
23113: check_actual_numbered_params for better place diagnostics
23114:
23115: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23116: method-junctions bug fixed
23117:
23118: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23119: pa_vstateless_object.h, pa_vstring.h: stateless_object
23120:
23121: 2001-03-11 paf
23122:
23123: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23124: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23125: VDouble VInt base now VObject_base - without fields
23126:
23127: * src/: classes/root.C, include/core.h, main/core.C: z
23128:
23129: * src/: classes/double.C, classes/int.C, classes/root.C,
23130: classes/string.C, include/core.h, include/pa_hash.h,
23131: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23132: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23133:
23134: * src/: classes/double.C, classes/int.C, classes/root.C,
23135: include/pa_request.h, main/execute.C: intercept_string
23136:
23137: * src/: classes/double.C, classes/int.C, classes/root.C,
23138: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23139:
23140: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23141: ^inc-s(expr)
23142:
23143: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23144: classes/_root.h, classes/_string.h, classes/double.C,
23145: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23146: include/code.h, include/core.h, include/pa_array.h,
23147: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23148: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23149: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23150: include/pa_types.h, main/compile.C, main/compile.y,
23151: main/compile_tools.C, main/compile_tools.h, main/core.C,
23152: main/execute.C, main/pa_array.C, main/pa_common.C,
23153: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23154: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23155: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23156: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23157: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23158: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23159: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23160: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23161:
23162: * src/: main/pa_request.C, types/pa_vhash.h: z
23163:
23164: * src/: include/core.h, include/pa_request.h, main/core.C,
23165: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23166:
23167: * src/: include/pa_valiased.h, include/pa_value.h,
23168: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23169: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23170: include/pa_vjunction.h, include/pa_vmframe.h,
23171: include/pa_vobject.h, include/pa_vstring.h,
23172: include/pa_vunknown.h, include/pa_wcontext.h,
23173: include/pa_wwrapper.h, main/compile.y, main/core.C,
23174: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23175: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23176: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23177: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23178: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23179: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23180: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23181: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23182: include/
23183:
23184: 2001-03-10 paf
23185:
23186: * src/: include/core.h, include/pa_request.h, main/core.C,
23187: main/pa_request.C: run+auto=run
23188:
23189: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23190:
23191: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23192: classes/_root.h, classes/_string.h, classes/double.C,
23193: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23194: include/code.h, include/core.h, include/pa_array.h,
23195: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23196: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23197: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23198: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23199: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23200: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23201: include/pa_vjunction.h, include/pa_vmframe.h,
23202: include/pa_vobject.h, include/pa_vstring.h,
23203: include/pa_vunknown.h, include/pa_wcontext.h,
23204: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23205: main/compile_tools.C, main/compile_tools.h, main/core.C,
23206: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23207: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23208: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23209: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23210: main/pa_wcontext.C: sources header
23211:
23212: * src/main/pa_request.C: auto..
23213:
23214: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23215: main/pa_request.C: auto tree0
23216:
23217: * src/: include/core.h, include/pa_request.h, main/compile.y,
23218: main/core.C, main/pa_request.C: names to core.C
23219:
23220: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23221: include/pa_request.h, main/core.C, main/execute.C,
23222: main/pa_common.C, main/pa_request.C: root auto.p loaded
23223:
23224: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23225: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23226: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23227: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23228:
23229: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23230: @auto[] realised. auto.p scan togo
23231:
23232: * src/: include/pa_request.h, main/execute.C: autocalc
23233: code-junctions result now have names
23234:
23235: * src/: classes/double.C, classes/int.C, classes/root.C,
23236: classes/string.C, include/pa_request.h, include/pa_string.h,
23237: include/pa_wcontext.h, main/compile.y, main/execute.C,
23238: main/pa_string.C, main/pa_wcontext.C: tainting 0
23239:
23240: * src/classes/env.C: env:file/line
23241:
23242: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23243: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23244: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23245: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23246: main/compile_tools.C, main/compile_tools.h, main/core.C,
23247: main/execute.C, main/main.dsp, main/pa_cframe.C,
23248: main/pa_request.C, main/pa_wcontext.C: const fight finished
23249:
23250: * src/include/pa_vclass.h: const fight to go
23251:
23252: * src/: classes/_env.h, classes/env.C, classes/root.C,
23253: include/pa_request.h, include/pa_vclass.h, main/core.C,
23254: main/main.dsp: env0
23255:
23256: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23257: classes/_string.h, classes/double.C, classes/int.C,
23258: classes/root.C, classes/string.C, include/pa_request.h,
23259: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23260: include/pa_wcontext.h, main/core.C, main/main.dsp,
23261: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23262: main/pa_wcontext.C: ^lang prepare0
23263:
23264: 2001-03-09 paf
23265:
23266: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23267: construct proper naming
23268:
23269: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23270: classes/double.C, classes/int.C, classes/root.C,
23271: classes/string.C, include/code.h, include/pa_value.h,
23272: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23273: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23274: main/compile.y, main/compile_tools.C, main/core.C,
23275: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23276: and ^double[]. fixed expr type
23277:
23278: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23279: ^string.length[]
23280:
23281: 2001-03-08 paf
23282:
23283: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23284:
23285: * src/: include/pa_vclass.h, include/pa_vstring.h,
23286: include/pa_wcontext.h, main/compile.y, main/core.C,
23287: main/execute.C, main/main.dsp: dead end: vstring can't be
23288: derivated from vobject
23289:
23290: * src/: include/pa_vclass.h, include/pa_vhash.h,
23291: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23292:
23293: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23294: remained clone conseqs
23295:
23296: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23297:
23298: * src/main/pa_vclass.C: wow! vclass were out of vcs
23299:
23300: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23301: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23302: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23303: include/pa_vobject.h, include/pa_vstring.h,
23304: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23305: main/execute.C: withoud cloning. didn't need it actually, params
23306: got passed from out unnamed ewpool
23307:
23308: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23309: include/pa_vjunction.h, include/pa_vobject.h,
23310: include/pa_vunknown.h, main/compile.y: cloning dead end
23311:
23312: * src/: include/pa_bool.h, include/pa_double.h,
23313: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23314: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23315: include/pa_vjunction.h, include/pa_vmframe.h,
23316: include/pa_vobject.h, include/pa_vstring.h,
23317: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23318: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23319: to give params proper names
23320:
23321: * src/main/pa_wcontext.C: z
23322:
23323: * src/: include/pa_vmframe.h, main/execute.C: added names to
23324: unknown values in get_element and unfilled params. removed wrong
23325: name change in get_element
23326:
23327: * src/main/execute.C: z
23328:
23329: * src/main/execute.C: fixed problems calling operators in
23330: constructors
23331:
23332: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23333: detected problems calling operators in constructors
23334:
23335: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23336: autocalc def to string
23337:
23338: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23339: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23340:
23341: * src/classes/root.C: added root.c
23342:
23343: * src/: include/pa_request.h, include/pa_value.h,
23344: include/pa_vcframe.h, include/pa_vmframe.h,
23345: include/pa_wcontext.h, main/compile.C, main/compile.y,
23346: main/core.C, main/execute.C, main/pa_cframe.C,
23347: main/pa_wcontext.C: 'if' just compiled
23348:
23349: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23350: include/pa_vjunction.h, include/pa_vmframe.h,
23351: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23352: main/pa_wcontext.C: z
23353:
23354: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23355: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23356: with parameter names in operator methods
23357:
23358: * src/main/compile.y: minor renamings in .y
23359:
23360: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23361: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23362: @BASE. changed 'RUN' assignment mech
23363:
23364: * src/main/execute.C: z
23365:
23366: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23367: main/compile_tools.h, main/execute.C: made class: dynamic, not
23368: static. so to enable runtime ^use
23369:
23370: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23371:
23372: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23373: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23374:
23375: * src/main/execute.C: root root in code-junction
23376:
23377: 2001-03-07 paf
23378:
23379: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23380: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23381:
23382: * src/: include/pa_stack.h, include/pa_value.h,
23383: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23384: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23385: fixed rwcontext of {} params up
23386:
23387: * src/main/: compile.y, compile_tools.h: ^func(params)
23388:
23389: * src/main/compile.y: .y priorities syntax shaped up a bit
23390:
23391: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23392: include/pa_vunknown.h, main/compile.y, main/execute.C,
23393: main/pa_hash.C: expr def in -f
23394:
23395: * src/main/: compile.y, execute.C: expr calls
23396:
23397: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23398: fixed
23399:
23400: * src/main/compile.y: expr quoted code
23401:
23402: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23403: support0
23404:
23405: * src/main/compile.y: expr string comparisons 0
23406:
23407: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23408: main/pa_string.C: just compiled lt&co
23409:
23410: * src/main/execute.C: ^var.menu{$field} problem detected. that
23411: $field not a $var.field
23412:
23413: 2001-03-06 paf
23414:
23415: * src/main/compile.y: .y expr visible-shorter
23416:
23417: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23418: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23419: logical
23420:
23421: * src/: include/pa_vstring.h, main/compile.y: problems with
23422: skipping whitespace in yylex
23423:
23424: * src/include/pa_vbool.h: forgot this
23425:
23426: * src/: include/code.h, main/compile.y, main/execute.C: without
23427: string ops in expressions 0
23428:
23429: * src/: include/pa_value.h, include/pa_vdouble.h,
23430: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23431: main/execute.C, main/main.dsp: !~
23432:
23433: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23434: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23435: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23436: include/pa_vunknown.h, include/pa_wcontext.h,
23437: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23438: main/compile_tools.h, main/execute.C: +-*/
23439:
23440: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23441: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23442:
23443: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23444: main/execute.C: expr grammar-1 2*2=4.000000 :)
23445:
23446: * src/main/compile.y: expr grammar-1
23447:
23448: * src/main/compile.y: expr lexx1
23449:
23450: * src/main/: compile.y, execute.C, main.dsp: z
23451:
23452: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23453: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23454: main/execute.C: expr lex0 exec-1
23455:
23456: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23457:
23458: 2001-02-26 paf
23459:
23460: * src/main/compile.y: max_string in yyerror bug fix
23461:
23462: 2001-02-25 paf
23463:
23464: * src/: include/pa_value.h, include/pa_vmframe.h,
23465: include/pa_wcontext.h, main/execute.C: VAliased3
23466:
23467: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23468:
23469: * src/main/execute.C: VAliased1
23470:
23471: * src/: include/pa_request.h, include/pa_value.h,
23472: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23473: VAliased0
23474:
23475: * src/: include/pa_pool.h, include/pa_request.h,
23476: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23477: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23478: VAliased just compiled
23479:
23480: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23481: include/pa_vobject.h, main/execute.C: alias dead end
23482:
23483: * src/: include/pa_value.h, include/pa_vclass.h,
23484: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23485: main/main.dsp: no not get fields into interm VFielded class.
23486: fields & staticfields 1
23487:
23488: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23489: include/pa_vobject.h, include/pa_wcontext.h,
23490: include/pa_wwrapper.h, main/core.C, main/execute.C,
23491: main/main.dsp: would now get fields into interm VFielded class
23492:
23493: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23494: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23495: include/pa_wcontext.h, main/compile.y, main/core.C,
23496: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23497: main/pa_wcontext.C: virtuals2
23498:
23499: * src/main/compile.y: : 1
23500:
23501: * src/main/compile.y: rethought to $class:static.field.subfield
23502:
23503: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23504: $class:element
23505:
23506: * src/: include/pa_value.h, include/pa_vmframe.h,
23507: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23508: main/pa_wcontext.C: before execute class calls rewrite
23509:
23510: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23511: name RUN, also alias
23512:
23513: * src/main/compile.y: escaping bug
23514:
23515: * src/: include/pa_request.h, include/pa_value.h,
23516: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23517: main/core.C, main/execute.C, main/pa_common.C: vobject1
23518:
23519: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23520: include/pa_vmframe.h, include/pa_vobject.h,
23521: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23522: main/compile_tools.h, main/execute.C: ^class:method() just
23523: compiled
23524:
23525: 2001-02-24 paf
23526:
23527: * src/main/main.dsp: no bison -d
23528:
23529: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23530: class' err msg wrong
23531:
23532: * src/main/compile.y: z
23533:
23534: * src/main/: compile.y, core.C: yylex need some @special lines adj
23535:
23536: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23537: main/compile.y, main/compile_tools.h, main/core.C: modules0
23538:
23539: * src/: include/pa_vclass.h, main/core.C: z
23540:
23541: * src/: include/pa_value.h, include/pa_vclass.h,
23542: include/pa_vobject.h, main/main.dsp: vobject00
23543:
23544: * src/main/pa_array.C: minor bug in expanding very small arrays.
23545: 60% from 1 were 0
23546:
23547: * src/: include/pa_value.h, include/pa_wcontext.h,
23548: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23549: as bad as you've named it: wcontext.value() was not a perfect
23550: idea
23551:
23552: * src/main/execute.C: codeframe1
23553:
23554: * src/: include/pa_value.h, include/pa_vcframe.h,
23555: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23556: include/pa_vjunction.h, include/pa_vmframe.h,
23557: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23558: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23559: just compiled
23560:
23561: * src/: include/pa_vframe.h, main/compile.y: found junction
23562: ideology @: ^x{$a()) must construct current wcontext element, so
23563: smart wcontext handling needed
23564:
23565: * src/main/compile.y: fixed grammar bugs in constructor/params
23566: klinch
23567:
23568: * src/main/: compile.y, execute.C: fixed empty constructor
23569: optimized empty case. failed on calls - produced empty string
23570: param
23571:
23572: * src/main/compile.y: fixed last \n macrotemplate strip bug
23573:
23574: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23575: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23576: main/compile_tools.C, main/compile_tools.h, main/core.C,
23577: main/execute.C: code junctions0. something wrong with last \n
23578: macrotemplate strip
23579:
23580: * src/: include/pa_value.h, main/compile.C, main/core.C,
23581: main/pa_value.C: minor error reporting format beautifyings
23582:
23583: * src/: include/pa_value.h, include/pa_vclass.h,
23584: include/pa_vframe.h, main/core.C, main/execute.C,
23585: main/pa_value.C: get_method RIP. junctions everywhere. call with
23586: junctions0
23587:
23588: 2001-02-23 paf
23589:
23590: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23591: pa_wwrapper.h: lara came, can't work, sorry :(
23592:
23593: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23594: junction
23595:
23596: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23597: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23598: main/execute.C, main/main.dsp, main/pa_value.C: call0
23599:
23600: * src/: include/pa_hash.h, include/pa_value.h,
23601: include/pa_wcontext.h, main/core.C, main/execute.C,
23602: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23603: done
23604:
23605: * src/include/pa_wcontext.h: z
23606:
23607: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23608: wrong grammar in complex constructor case
23609:
23610: * src/main/: compile.y, execute.C: empty constructor bug fixed
23611:
23612: * src/main/execute.C: with result rwpool
23613:
23614: * src/: include/pa_value.h, main/core.C, main/execute.C,
23615: main/main.dsp: value named
23616:
23617: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23618: strign 2 value in 2 places in execute
23619:
23620: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23621: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23622: wcontext.put_element when wcontext fvalue==0
23623:
23624: 2001-02-22 paf
23625:
23626: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23627: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23628: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23629:
23630: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23631: erroreos checkout
23632:
23633: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23634:
23635: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23636: main/compile_tools.h, main/pa_array.C: $self.get
23637:
23638: * src/main/: compile.C, compile.y, compile_tools.C: z
23639:
23640: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23641: bit. finished now.
23642:
23643: * src/main/compile.y: $: finished
23644:
23645: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23646:
23647: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23648: main/execute.C: OP_STRING better then some xxx _VALUE
23649:
23650: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23651: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23652: string to vstring it .y all
23653:
23654: * src/: include/pa_request.h, include/pa_stack.h,
23655: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23656: all
23657:
23658: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23659: precise parse error line:col
23660:
23661: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23662: main/pa_hash.C, main/pa_pool.C: TRY...
23663:
23664: * src/: include/pa_exception.h, include/pa_pool.h,
23665: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23666: main/compile.C, main/compile.y, main/compile_tools.C,
23667: main/core.C, main/pa_array.C, main/pa_exception.C,
23668: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23669: main/pa_table.C: removed exception from request
23670:
23671: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23672: some forgotten
23673:
23674: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23675: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23676: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23677: get/put simple vars to VClass works0
23678:
23679: * src/: include/pa_array.h, include/pa_wcontext.h,
23680: main/pa_string.C: in process, but found that exceptions are too
23681: global
23682:
23683: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23684: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23685: main/execute.C, main/pa_string.C: write_value write_string 0 it
23686: seems wcontext must write strings regardles of fvalue!=0
23687:
23688: 2001-02-21 paf
23689:
23690: * src/main/execute.C: tired :)
23691:
23692: * src/main/: compile.C, compile.y, execute.C: store0
23693:
23694: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23695: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23696: include/pa_wcontext.h, main/compile.C, main/compile.y,
23697: main/execute.C, main/main.dsp, main/pa_array.C,
23698: main/pa_request.C: get put -1 [just compiled]
23699:
23700: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23701: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23702: main/main.dsp, main/pa_request.C: request core methods0
23703:
23704: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23705: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23706: execute
23707:
23708: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23709: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23710: methods and one_big_piece. now compile returns array<method*>
23711:
23712: * src/main/compile.y: more straightforward yylex[end]
23713:
23714: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23715: string.operator==(char*)
23716:
23717: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23718: main/execute.C, main/pa_array.C: after array.const get wonders
23719:
23720: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23721: pa_string.h, pa_value.h: struck with const array.gets
23722:
23723: * src/main/: execute.C: z
23724:
23725: * src/main/: compile.y, execute.C: z
23726:
23727: * src/main/: compile.C, compile.y, compile_tools.h: error
23728: processing in eval & yyerror so it wouldn't cause memleaks.
23729:
23730: * src/main/: compile.C, compile.y: failed to add absolute precies
23731: parse error positions. leaving RIGHTMOST position as
23732: @file[line:col]
23733:
23734: * src/: include/compile.h, main/compile.C, main/compile.y,
23735: main/compile_tools.h: line numbers needed. would add them to .y
23736: now internally. externally it's not as precise as needed
23737:
23738: * src/: include/code.h, include/pa_types.h, main/compile.C,
23739: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23740: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23741: compiler works ok
23742:
23743: 2001-02-20 paf
23744:
23745: * src/main/: compile.C, compile.y, compile_tools.C,
23746: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23747: not perfect
23748:
23749: * src/: include/code.h, include/compile.h, include/execute.h,
23750: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23751: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23752: main/compile.C, main/compile.y, main/compile_tools.C,
23753: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23754: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23755: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23756: compiled. execute=dump for now
23757:
23758: * src/main/core.C: core rewrite using yacc investigations now will
23759: be compile[yacc]/execute[opcodes]
23760:
23761: 2001-02-15 paf
23762:
23763: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23764: rewrite as turing machine? for it seems it would be it's too many
23765: ifs with this syntax now
23766:
23767: 2001-02-14 paf
23768:
23769: * src/main/core.C: get_params 1
23770:
23771: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23772: :( ]
23773:
23774: * src/main/core.C: varios breaks
23775:
23776: * src/main/core.C: get names 3
23777:
23778: * src/main/core.C: get names 2
23779:
23780: * src/main/core.C: get names 1
23781:
23782: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23783: names 0
23784:
23785: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23786: text repassing2 operator static vars
23787:
23788: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23789: main/pa_string.C: process text repassing
23790:
23791: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23792: module:calls changes
23793:
23794: 2001-02-13 paf
23795:
23796: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23797: ^class:calls[] started
23798:
23799: * src/: include/pa_value.h, main/core.C: z
23800:
23801: * src/main/core.C: operators : and self. prefixes
23802:
23803: * src/main/core.C: z
23804:
23805: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23806: tested
23807:
23808: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23809: optimized
23810:
23811: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23812: would change privates to better support optimization
23813:
23814: * src/: include/pa_string.h, main/pa_string.C:
23815: String_iterator::skip_to todo:optimize
23816:
23817: 2001-02-12 paf
23818:
23819: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23820: String_iterator
23821:
23822: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23823: comments
23824:
23825: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23826: self/methodref joined
23827:
23828: 2001-02-11 paf
23829:
23830: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23831: main/main.dsp: core started. core.C, context&value .h
23832:
23833: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23834: include/pa_string.h, main/main.dsp, main/pa_array.C,
23835: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23836:
23837: 2001-01-30 paf
23838:
23839: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23840: comments
23841:
23842: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23843: main/pa_pool.C: moved pa_pool.C to be target specific
23844:
23845: * src/: include/pa_exception.h, include/pa_pool.h,
23846: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23847: to & changes
23848:
23849: * src/: include/pa_exception.h, include/pa_pool.h,
23850: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23851: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23852: re-associated. that's much better even removed 'die' necessety
23853:
23854: * src/: include/pa_error.h, include/pa_exception.h,
23855: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23856: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23857: targets/Makefile.am: lowered targets/parser into subdir, added
23858: parser_Pool(Pool) failed to add. would think..
23859:
23860: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23861: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23862: main/pa_string.C, main/pa_table.C: Table more like C++ style
23863: hence lots of 'const'
23864:
23865: * src/: include/pa_error.h, include/pa_request.h,
23866: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23867: main/pa_table.C: Error fixed
23868:
23869: 2001-01-29 paf
23870:
23871: * src/: include/pa_array.h, include/pa_common.h,
23872: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23873: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23874: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23875: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23876:
23877: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23878: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23879: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23880: main/pa_string.C, main/pa_table.C: Request Error Table
23881:
23882: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23883: templates"
23884:
23885: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23886: main/main.dsp, main/pa_array.C: templates failed no template
23887: specializations [VC6], no library auto instantation [VC6, GNU c++
23888: 2.95.2-6 from latest cygwin]
23889:
23890: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23891: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23892: main/main.dsp, main/pa_array.C, main/pa_string.C,
23893: main/pa_table.C: Table started would test template Array now
23894:
23895: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23896: String originating
23897:
23898: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23899: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23900: SYNCHRONIZED(thread_safe)
23901:
23902: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23903: parts to top
23904:
23905: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23906: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23907: see: needed only in global Hash now, made Hash:: put/get
23908: SYNCHRONIZED
23909:
23910: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23911: main/pa_threads.C: added pa_threads
23912:
23913: Mutex
23914:
23915: * src/include/pa_hash.h: some comments
23916:
23917: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23918: Array& operator += (Array& src)
23919:
23920: * src/main/pa_array.C: expand not convinient, would rewrite
23921:
23922: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23923: (Array& src)
23924:
23925: rethought, would change now
23926:
23927: 2001-01-27 paf
23928:
23929: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23930: caching
23931:
23932: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23933: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23934: cache rethought to chunk caching
23935:
23936: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23937: include/pa_string.h, main/main.dsp, main/pa_array.C,
23938: main/pa_hash.C, main/pa_string.C: Array 0
23939:
23940: * src/main/pa_string.C: String::operator ==
23941:
23942: * src/main/pa_hash.C: String(&String)
23943:
23944: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23945:
23946: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23947: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23948: pa_hash[forgotten]
23949:
23950: 2001-01-26 paf
23951:
23952: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23953: removed templates [vc++ suxx]
23954:
23955: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23956: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23957:
23958: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23959:
1.119 moko 23960: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23961:
1.119 moko 23962: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23963: check
23964:
23965: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23966: dynamic row_count
23967:
23968: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23969: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23970: targets/Makefile.am: Initial revision
23971:
23972: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23973: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23974: targets/Makefile.am: creating parser3 module
23975:
E-mail: