Annotation of parser3/ChangeLog, revision 1.142
1.142 ! moko 1: 2020-10-12 moko
! 2:
! 3: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
! 4: [host:]port syntax support in httpd mode
! 5:
! 6: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
! 7: targets/cgi/parser3.C: populate_env added
! 8:
! 9: * src/include/pa_hash.h: to make get(char *) compiling in
! 10: HashStringString
! 11:
! 12: 2020-10-10 moko
! 13:
! 14: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
! 15: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
! 16:
! 17: * src/: include/pa_http.h, include/pa_request_info.h,
! 18: main/pa_http.C, main/pa_string.C,
! 19: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
! 20: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 21: types/pa_vrequest.C: initial httpd mode implementation
! 22:
1.141 moko 23: 2020-10-04 moko
24:
25: * src/targets/cgi/parser3.C: options together
26:
27: 2020-09-30 moko
28:
29: * src/main/pa_http.C: renamed
30:
1.140 moko 31: 2020-08-14 moko
32:
33: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
34: src/targets/cgi/Makefile.am: no httpd as separate library
35:
36: 2020-08-13 moko
37:
38: * src/targets/cgi/parser3.C: SAPI::die used in exception in
39: unhandled exception handler to report 500 instead of 200 it was
40: before.
41:
42: * src/targets/apache/mod_parser3_core.C: minor cleanup
43:
44: * src/: include/pa_sapi.h, main/untaint.C,
45: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
46: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
47: thus replaced with SAPI::die and removed
48:
49: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
50: cgi/parser3.C: whitespace
51:
52: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
53:
54: 2020-08-12 moko
55:
56: * src/targets/cgi/parser3.C: duplicate info in signal logging
57: removed, whitespace was: SIGPIPE received while executing code.
58: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
59: cl=0]
60:
61: * parser3.sln: + httpd.vcproj
62:
63: 2020-08-11 moko
64:
65: * src/targets/cgi/Makefile.am: +libhttpd
66:
67: * configure.ac, src/lib/Makefile.am: +libhttpd
68:
1.139 moko 69: 2020-07-13 moko
70:
71: * tests/: 401.html, results/401.processed: test for hash key does
72: not keep language, but tainted in foreach.
73:
1.138 moko 74: 2020-07-01 moko
75:
76: * tests/: 235.html, results/235.processed: test result updated as
77: messages before attachments implemented (feature #1176)
78:
1.137 moko 79: 2020-06-27 moko
80:
81: * tests/: 400.html, results/400.processed: test updated to check
82: ^return{code}
83:
84: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
85: fixed
86:
87: 2020-06-26 moko
88:
89: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
90: added (related to https://www.parser.ru/forum/?id=85319)
91:
92: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
93: when $result assignment was last statement in the method
94: (https://www.parser.ru/forum/?id=85319)
95:
1.136 moko 96: 2020-05-23 moko
97:
98: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
99: whitespace, unused level removed
100:
101: 2020-05-19 moko
102:
103: * src/types/pa_vmail.C: whitespace
104:
105: * src/types/pa_vmail.C: files should be processed last (related to
106: feature #1176)
107:
1.135 moko 108: 2020-05-12 moko
109:
110: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
111: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
112:
113: * configure.ac: FreeBSD1X.X check added to avoid
114: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
115:
1.134 moko 116: 2020-02-26 moko
117:
118: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
119: compilation issue (related to bug #1201)
120:
121: * src/main/pa_common.C: entry_readable -> entry_exists,
122: undocumented access(fname, R_OK) call removed (fixes bug #1201)
123: -f and -d now works under Windows in UTF-8 with Russian
124: filenames.
125:
126: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
127: advice (related to feature #1199)
128:
129: 2020-02-25 moko
130:
131: * buildall: --silent removed
132:
133: * configure.ac: gmime-3.0 support
134:
135: * buildall: --with-system-mailreceive option added to build with
136: system libgmime
137:
138: * src/types/pa_vmail.C: avoiding
139: https://github.com/jstedfast/gmime/issues/83 "feature" (related
140: to feature #1199)
141:
1.133 moko 142: 2020-02-18 moko
143:
144: * src/classes/op.C: windows x64 debug mode compile fix
145:
146: * src/main/pa_globals.C: no longer required due to -MD -> -MT
147: change (releated to feature #1200)
148:
149: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
150: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
151: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
152: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
153: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
154: targets/apache/ApacheModuleParser3.vcproj,
155: targets/apache/ApacheModuleParser3Core.vcproj,
156: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
157: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
158: dependency (related to feature #1200)
159:
1.132 moko 160: 2020-02-12 moko
161:
162: * src/types/pa_vmail.C: minimize diff
163:
164: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
165: #1199)
166:
1.131 moko 167: 2020-01-18 moko
168:
169: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
170:
1.130 moko 171: 2019-12-28 moko
172:
173: * src/targets/cgi/parser3.C: avoid empty ?
174:
175: 2019-12-27 moko
176:
177: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
178: DOCUMENT_ROOT (related to feature #1164)
179:
180: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
181: fcgiwrap setup (implements feature #1164)
182:
183: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
184: but no issues found (related to feature #1164)
185:
186: * src/targets/cgi/parser3.C: actualized
187:
188: 2019-12-26 moko
189:
190: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
191: removed
192:
193: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
194: removed
195:
196: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
197: allocation errors, we don't want default gc warnings (without
198: timestamp and URI).
199:
200: * src/: classes/memory.C, main/pa_globals.C,
201: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
202: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
203: pa_globals_init
204:
205: * src/main/pa_globals.C: setup_hex_value() removed, static array
206: initialization used (optimization)
207:
208: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
209: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
210: pa_socks_init/pa_socks_done moved inside pa_globals_init
211: (optimization)
212:
1.129 moko 213: 2019-12-09 moko
214:
215: * src/include/pa_config_fixed.h: warning war
216:
1.128 moko 217: 2019-12-08 moko
218:
219: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
220: process grammar under Unix.
221:
222: 2019-12-07 moko
223:
224: * tests/389.html: For Windows XP. :)
225:
226: * tests/388-sql.html: Windows compatibility added
227:
228: 2019-12-06 moko
229:
230: * src/targets/cgi/parser3.C: warning war
231:
232: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
233: == sizeof(CORD)) to avoid aligning bugs in future
234:
235: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
236: XML_STATIC
237:
238: * src/include/pa_request.h: StackItem() not required
239:
240: * src/include/pa_stack.h: warning war
241:
242: * src/include/pa_config_includes.h: GCC warning silenced
243:
244: * src/include/pa_memory.h: warning war: the program should also
245: define 'void operator delete [](void*, std::size_t)'
246: [-Wsized-deallocation]
247:
248: * src/types/: pa_vregex.h, pa_vtable.h: warning war
249:
250: * src/classes/string.C: not reqired cast removed
251:
252: * src/classes/string.C: not reqired cast removed
253:
254: 2019-12-05 moko
255:
256: * src/lib/sdbm/pa_file_io.C: warning war
257:
258: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
259: enum Language : size_t - required for VS2015+ to make
260: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
261: without it (related to feature #1198)
262:
263: 2019-12-04 moko
264:
265: * src/main/pa_base64.C: unsigned char -> uchar
266:
267: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
268: as other libs
269:
270: * src/include/pa_version.h: +amd64
271:
272: 2019-12-03 moko
273:
274: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
275: release
276:
277: * src/include/pa_config_includes.h: warning war
278:
279: * src/classes/image.C: warning war
280:
281: * src/main/pa_globals.C: x64 libs support
282:
283: * src/include/pa_config_includes.h: warning war
284:
285: * src/types/pa_method.h: warning war
286:
1.127 moko 287: 2019-11-28 moko
288:
289: * src/classes/math.C: vs2003 compatibility + warning war
290:
291: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
292: libxml2-2.9.9 (related to feature #1136)
293:
294: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
295: typecast for more compatibility (related to feature #1136)
296:
297: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
298: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
299: feature #1136)
300:
301: 2019-11-26 moko
302:
303: * src/main/: compile_tools.C, compile_tools.h: invalid assert
304: removed (it was failing in $$var case), condition added
305:
1.126 moko 306: 2019-11-25 moko
307:
308: * tests/: 397.html, 399.html, results/141.processed,
309: results/399.processed: base64 options tested
310:
311: * src/: classes/math.C, main/pa_http.C: base64 options used
312:
313: * src/main/pa_base64.C: base64 encode rewritten, base64 options
314: implemented (feature #986)
315:
316: * src/main/pa_cache_managers.C: whitespace
317:
318: * tests/: 397.html, 399.html, results/399.processed: tests for
319: ^base64 encode options added (related to feature #986)
320:
321: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
322: pa_base64_encode(file) removed - more memory, but faster and less
323: code (related fo feature #986)
324:
325: 2019-11-24 moko
326:
327: * tests/: 155.html, results/155.processed: limit and offset in
328: ^table::load[] now supported, thus test added
329:
330: * src/: classes/file.C, classes/table.C, include/pa_common.h,
331: main/pa_common.C: optimization: offset and limit options parsing
332: moved inside file_load.
333:
334: 2019-11-23 moko
335:
336: * src/: classes/file.C, classes/op.C, include/pa_common.h,
337: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
338: optimization: file_read replaced with simplified file_read_binary
339:
340: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
341: types/pa_vform.C: whitespace
342:
343: * src/: include/pa_common.h, main/pa_common.C: never used params
344: removed
345:
346: 2019-11-21 moko
347:
348: * tests/: 193.html, results/193.processed, results/389.processed:
349: test results updated as now base64 does not discard tail without
350: padding (related to feature #986)
351:
352: 2019-11-20 moko
353:
354: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
355: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
356: pa_base64_decode (related to feature #986)
357:
358: * tests/398.html: tests for base64 decode added (related to feature
359: #986)
360:
361: * src/main/pa_base64.C: base64_decode rewritten - padding option
362: support, padding inside base 64 supported (related to feature
363: #096)
364:
365: 2019-11-19 moko
366:
367: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
368: FreeBSD 12
369:
1.125 moko 370: 2019-11-16 moko
371:
372: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
373: support added, step support removed (related to #986)
374:
375: 2019-11-15 moko
376:
377: * src/classes/math.C: using log since log2 is not present on
378: FreeBSD < 8.4 (related to feature #1177)
379:
380: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
381: pa_base64_size extracted and used for files as well (related to
382: feature 986)
383:
384: 2019-11-14 moko
385:
386: * tests/: 397.html, results/397.processed: + content check
387:
388: * tests/: 141.html, results/141.processed: make test resuls more
389: readable
390:
391: * tests/: 397.html, results/193.processed, results/397.processed:
392: test results updated after \x00 character was disabled in
393: math:convert string mode (related to feature #1177)
394:
395: * src/classes/: math.C, string.C: \\x00 character disabled while
396: converting to string (as in base64, related to feature #1177)
397:
398: * src/classes/file.C: more correct arguments separation
399:
400: * src/: classes/file.C, classes/math.C, classes/string.C,
401: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
402: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
403: options added, but not yet implemented (related to feature #986)
404:
405: * src/classes/math.C: whitespace
406:
407: 2019-11-13 moko
408:
409: * tests/: 397.html, results/397.processed: +tainting test (related
410: to feature #1177)
411:
412: * src/classes/math.C: as we now produce not only digits, result
413: should be tainted (related to feature #1177)
414:
415: * src/main/pa_base64.C: whitespace
416:
417: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
418: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
419: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
420: implementation moved from pa_common.h and pa_common.C
421:
422: 2019-11-12 moko
423:
424: * tests/: 275.html, results/275.processed: out of range test fixed,
425: as ^math:convert now supports arbitrary precision
426:
427: 2019-11-11 moko
428:
429: * tests/results/389.processed: uctualized error message
430:
431: * tests/: 389.html, 397.html, results/397.processed: tests for
432: ^math:convert added (related to feature #1177)
433:
434: * src/classes/math.C: ^math:convert now supports arbitrary
435: precision, alphabet support added (implements feature #1177)
436:
1.124 moko 437: 2019-11-06 moko
438:
439: * tests/: 181.html, results/181.processed: entities usage added,
440: more entites load tests (related to bug #842 discussion)
441:
442: 2019-11-05 moko
443:
444: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
445: call from xmlFileOpen if http://localhost/<file> was not found
446: (related to bug #842)
447:
448: * src/main/pa_xml_io.C: rename
449:
450: * src/main/pa_xml_io.C: +MemoryStream constructor
451:
452: * src/main/pa_xml_io.C: whitespace
453:
1.123 moko 454: 2019-10-31 moko
455:
456: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
457: XML_PARSE_NOENT) added to fix entities load, (related to feature
458: #1181)
459:
1.122 moko 460: 2019-10-25 moko
461:
462: * tests/: 388-sql.html, results/388-sql.processed: more multiple
463: queries tests
464:
465: 2019-10-24 moko
466:
467: * tests/: 388-sql.html, results/388-sql.processed: support for
468: pgsql driver test
469:
470: * tests/: 388-sql.html, results/388-sql.processed:
471: multi_statements=1 now tested, mysql test now supported
472: (connection must be specified in [parser3] section in .my.cnf)
473: related to issues #1195 and #1194
474:
1.121 moko 475: 2019-09-11 moko
476:
477: * src/classes/int.C: whitespace
478:
479: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
480: exception test
481:
482: * tests/results/388-sql.processed: sql queries now shown (related
483: to feature #1196)
484:
485: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
486: with old parser versions.
487:
488: * src/: classes/file.C, classes/hash.C, classes/string.C,
489: classes/table.C, classes/void.C, include/pa_sql_connection.h,
490: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
491: instead of connect string in query_event_handlers exceptions
492: (implements feature #1196)
493:
1.120 moko 494: 2019-09-06 moko
495:
496: * tests/388-sql.html: mysql compat
497:
498: * src/: classes/hash.C, classes/string.C, classes/table.C,
499: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
500: sql_ variables declaration moved to pa_common.h
501:
1.116 moko 502: 2019-01-15 moko
503:
504: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
505: logically sorted
506:
507: 2018-12-27 moko
508:
509: * src/include/pa_config_includes.h: warning war:
510: -Wdeprecated-register added for C++ 17
511:
512: 2018-10-15 moko
513:
514: * configure.ac: FreeBSD 11.2 can be build with ./configure
515: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
516: --with-xml=/usr/local/
517:
518: 2018-09-24 moko
519:
520: * tests/: 396.html, 396.tiff, results/396.processed: test for
521: ^image::measure[] now supports tiff added (related to feature
522: #1188)
523:
524: * src/classes/image.C: ^image::measure[] now supports tiff
525: (implements feature #1188)
526:
527: 2018-09-20 moko
528:
529: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
530: files measure added (related to ticket #1188)
531:
532: * src/classes/image.C: measure of bmp files implemented (related to
533: ticket #1188)
534:
535: 2018-09-18 moko
536:
537: * tests/: 394-curl.html, results/394-curl.processed,
538: results/auto.p: test for bug #1187 (max_file_size check for head
539: requests) added
540:
541: 2018-08-24 moko
542:
543: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
544: response content-length check is required (fixes bug #1187)
545:
546: 2018-05-11 moko
547:
548: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
549: $.append(bool) ] option added (related to feature #919)
550:
551: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
552: from misha@ patch (implements feature #919)
553:
554: 2018-03-22 moko
555:
556: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
557: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
558: with 128kb buffer. Now works at least 12 times faster. :) May be
559: Windows-only problem.
560:
561: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
562: build fix)
563:
564: 2018-02-03 moko
565:
566: * src/main/execute.C: removes irrelevant lines from exception stack
567: trace when exceptions occurs in assigment (fixes bug #1165)
568:
569: * tests/: 393.html, results/393.processed: test for behavour after
570: "Property can not be created, already exists field with that
571: name" exception removed (related to feature #1183)
572:
573: * src/types/pa_vclass.C: "Property can not be created, already
574: exists field with that name" exception removed (implements
575: feature #1183)
576:
577: 2018-01-19 moko
578:
579: * src/classes/string.C: whitespace
580:
581: * src/classes/string.C: whitespace
582:
583: * tests/: 392.html, results/392.processed: test for
584: ^regex::create[$regex] added (related to feature #1135)
585:
586: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
587: ^regex::create[$regex] added (implements feature #1135)
588:
589: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
590: commented define added (related to feature #1157)
591:
592: 2018-01-17 moko
593:
594: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
595:
596: 2018-01-15 moko
597:
598: * tests/: 390.html, results/390.processed: real path replaced by
599: stub
600:
601: * tests/: 391.html, results/391.processed: test for feature #1181
602: (XML_PARSE_HUGE exception) added
603:
604: 2018-01-11 moko
605:
606: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
607:
608: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
609: XML_PARSE_HUGE option passed by default (implements feature
610: #1181)
611:
612: * src/classes/string.C: whitespace
613:
614: 2017-12-10 moko
615:
616: * tests/: 389.html, 390.html, results/389.processed,
617: results/390.processed: image code coverage tests added (related
618: to feature #1125)
619:
620: 2017-12-08 moko
621:
622: * tests/: 346-curl.html, 388-sql.html, 389.html,
623: results/346-curl.processed, results/388-sql.processed,
624: results/389.processed: more code coverage tests
625:
626: * tests/: 264.html, results/264.processed: code coverage for
627: ^file::exec[]
628:
629: 2017-12-07 moko
630:
631: * tests/: 174.html, 388-sql.html, 389.html,
632: results/388-sql.processed, results/389.processed,
633: results/174.processed: more coverage tests
634:
635: * src/classes/math.C: exception text actualized
636:
637: 2017-12-06 moko
638:
639: * tests/388-sql.html: $SQL can be here
640:
641: * tests/results/auto.p: $SQL not required here
642:
643: * tests/: 388-sql.html, 389.html, Makefile,
644: results/388-sql.processed, results/389.processed, results/auto.p:
645: code coverage tests for sql (using sqlite) and int/double/bool
646: added (related to feature #1125)
647:
648: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
649: lib/json/json.vcproj, lib/md5/md5.vcproj,
650: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
651: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
652: targets/apache/ApacheModuleParser3Core.vcproj,
653: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
654: types/types.vcproj: gc\include no longer required
655:
656: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
657: required
658:
659: * src/: classes/Makefile.am, classes/table.C,
660: include/pa_config_includes.h, include/pa_string.h,
661: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
662: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
663: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
664: targets/apache/Makefile.am, targets/cgi/Makefile.am,
665: types/Makefile.am: to be sure that our version of gc.h/cord.h is
666: used, we now include it directly
667:
668: 2017-12-04 moko
669:
670: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
671: memcached/memcached.vcproj, punycode/punycode.vcproj,
672: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
673: where required
674:
675: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
676: now can be used to trace memory allocations
677:
678: * src/: classes/table.C, include/pa_config_includes.h,
679: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
680: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
681: method removes, libcord also can work without libgc
682:
683: * src/classes/json.C: pa_gc_malloc_atomic should not be used
684:
685: 2017-11-29 moko
686:
687: * src/classes/curl.C: no exception if some of ^curl:info[] elements
688: are not present (related to feature #1173)
689:
690: * tests/346-curl.html: test updated to test curl content-length bug
691: (related to feature #1173)
692:
693: * tests/results/346-curl.processed: more test for content-length
694: curl bug (related to feature #1173)
695:
696: * tests/results/346-curl.processed: test results updated after
697: #1173 implemented
698:
699: 2017-11-28 moko
700:
701: * src/classes/curl.C: another libcurl Content-length bug walkaround
702: (related to feature #1173)
703:
704: 2017-11-27 moko
705:
706: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
707: $.http_version[version string] added (implements feature #1173),
708: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
709: where $post(true) bug existed.
710:
711: 2017-11-18 moko
712:
713: * src/include/pa_memory.h: warning war (related to feature #1170)
714:
715: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
716: feature #1170)
717:
718: 2017-11-17 moko
719:
720: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
721: std::basic_stringstream used in ^table.csv-string[] is compatible
722: with delete usage check only under Debian 9 (related to feature
723: #1170)
724:
725: 2017-11-16 moko
726:
727: * src/: classes/curl.C, classes/hash.C, classes/json.C,
728: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
729: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
730: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
731: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
732: types/pa_vxdoc.h: regular new/delete no longer used in our code,
733: stubs defend from accidental use (implements feature #1170)
734:
735: 2017-06-24 moko
736:
737: * configure.ac: minor fix: thanks to alx@
738:
1.115 moko 739: 2017-05-29 moko
740:
741: * src/types/pa_vmail.C: mail headers are now correctly truncated -
742: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
743: added to avoid cutting of UTF-8 chars (fixed bug #123)
744:
745: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
746: ignored, =?UTF-8?Q?= should start in case of leading space
747: (related to bug #123)
748:
749: * buildall: echo -n -> printf for OS X. :)
750:
751: 2017-05-25 moko
752:
753: * tests/: 288.html, results/288.processed: test updated afted
754: setting $o.prop without setter exception removed (related to
755: feature #1157)
756:
757: * src/types/pa_vclass.C: no more "this property has no setter
758: method" when setting $o.prop without setter (implements feature
759: #1157)
760:
761: * buildall: echo \c -> echo -n for FreeBSD
762:
763: * configure, configure.ac, src/include/pa_config_auto.h.in,
764: src/types/pa_vdouble.h: isfinite now checked in configure
765:
766: * compile, config.guess, config.sub, depcomp, install-sh, missing:
767: upgraded to automake 1.15
768:
769: 2017-05-23 moko
770:
771: * src/types/pa_vdouble.h: finite returned where isfinite not
772: defined
773:
774: 2017-05-22 moko
775:
776: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
777:
778: * buildall: extern CFLAGS setting support
779:
780: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
781:
782: * buildall: http -> https
783:
784: * buildall: gc-7.2f -> gc-7.6.0
785:
786: 2017-05-20 moko
787:
788: * buildall: https, pcre, xml, xslt updated to current versions
789: (related to feature #1136)
790:
791: 2017-05-19 moko
792:
793: * tests/097.html: after parser.ru moved to https
794:
795: 2017-05-17 moko
796:
797: * tests/results/: 175.processed, 372.processed: tests resuls
798: updated after lintian spelling typos fixed (related to bug #1156)
799:
800: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
801: classes/string.C, classes/table.C, main/pa_charset.C,
802: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
803: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
804: lintian reported by Sergey B Kirpichev (fixes bug #1156)
805:
806: * tests/results/096.processed: +XMP
807:
808: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
809: $.xmp(true) options tested (test for feature #1154)
810:
811: * src/classes/image.C: ^image:measure[] options $.exif(false)
812: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
813: fetched by default! (implements feature #1154)
814:
815: 2017-05-16 moko
816:
817: * tests/: 256.html, results/256.processed: ^json:string[$image] now
818: allowed (related to feature #1154)
819:
820: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
821: initial XMP implementation - without options and transcode
822: (related to feature #1154)
823:
824: 2017-05-12 moko
825:
826: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
827: image: exif moved to ffields, skipped in ^image.html[] where
828: iterators now used (preparation for feature #1154)
829:
830: 2017-05-05 moko
831:
832: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
833: results/387.processed: test for circular class inheritance check
834: added (related to bug #1150)
835:
836: * src/types/pa_vstateless_class.C: circular class inheritance check
837: added (fixes endless add_derived bug #1150)
838:
839: 2017-05-04 moko
840:
841: * tests/: 386.html, results/386.processed: test for
842: $table.value(number) added (related to feature #1152)
843:
844: * src/types/pa_vtable.C: table put_element: column value must be
845: string - > column value must be string compatible to allow
846: $t.value(1) (implements feature #1152)
847:
848: 2017-05-03 moko
849:
850: * src/main/pa_request.C: $use[$method] is not possible, reverting
851: (related to feature #1151)
852:
853: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
854: not possible, removing test (related to feature #1151)
855:
856: * src/: main/pa_request.C, types/pa_vstateless_class.h:
857: get_element_method added and used to allow $use[$method] and
858: $autouse[$method] (implements feature 1151)
859:
860: * tests/: 386.html, 386.p, results/386.processed: test for @use in
861: variable added (related to feature #1151)
862:
863: * tests/results/226.processed: actualized after ^try-catch used
864:
865: * tests/: 226.html, 385.html, results/385.processed: test for
866: @autouse in variable added
867:
868: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
869:
1.114 moko 870: 2017-02-27 moko
871:
872: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
873:
1.113 moko 874: 2017-02-20 moko
875:
876: * operators.txt: actualization + beauty
877:
878: 2017-02-16 moko
879:
880: * tests/: 384.html, results/384.processed: test for
881: ^reflection:mixin[; $.name[] ] option added (related to feature
882: #1089)
883:
884: * tests/: 384.html, results/384.processed: test for
885: ^reflection:mixin[] added (related to feature #1089)
886:
887: * src/types/pa_value.h: warning war: virtual ~Value() added
888:
1.112 moko 889: 2017-02-15 moko
890:
891: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
892: fixed
893:
894: * tests/: 320.html, results/320.processed: $.reverse(true/false)
895: test added (related to feature #1069)
896:
897: * src/: classes/reflection.C, types/pa_vstateless_class.h:
898: compilation without HASH_ORDER fixed
899:
900: * src/: classes/reflection.C, include/pa_hash.h:
901: $.reverse(true/false) added to ^reflection:methods[] (related to
902: feature #1069)
903:
904: 2017-02-14 moko
905:
906: * tests/: 152.html, results/152.processed: test for $._default hash
907: added (related to bug #1131)
908:
909: * tests/: 277.html, results/277.processed: test for hash with only
910: $._default is now defined (related to bug #1131)
911:
912: * src/types/pa_vhash.h: hash with only $._default is now defined
913: (fixed bug #1131)
914:
915: 2017-02-13 moko
916:
917: * tests/cat-windows.sh: cat-windows added (cygwin required)
918:
919: * tests/: 171.html, 264.html, 286.html, 370.html,
920: results/320.processed, results/375.processed, results/auto.p:
921: cat-windows.sh support added
922:
923: * tests/375.html: Windows support
924:
925: * tests/270.html: documented
926:
927: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
928: (not backslashes) even under Windows (broke test 270)
929:
930: 2017-02-12 moko
931:
932: * tests/: descript.ion, todo.txt: cleanup
933:
934: 2017-02-09 moko
935:
936: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
937: run_tests.cmd: Windows compatibility
938:
939: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
940: incorrectly (GMT) if parser is called from cygwin
941:
1.111 moko 942: 2017-02-08 moko
943:
1.112 moko 944: * operators.txt: actualization 15% completed
945:
946: * operators.txt: cp1251 -> utf-8
947:
948: * NEWS, README: minor update
949:
950: * src/include/pa_config_includes.h: warning war continues
951:
952: * src/: include/pa_config_includes.h, include/pa_memory.h,
953: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
954: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
955: gcc 6.x issues fixed
956:
1.111 moko 957: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
958: classes/classes.h, classes/curl.C, classes/date.C,
959: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
960: classes/hashfile.C, classes/image.C, classes/inet.C,
961: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
962: classes/memcached.C, classes/memory.C, classes/op.C,
963: classes/reflection.C, classes/regex.C, classes/response.C,
964: classes/string.C, classes/table.C, classes/void.C,
965: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
966: include/pa_array.h, include/pa_cache_managers.h,
967: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
968: include/pa_config_fixed.h, include/pa_config_includes.h,
969: include/pa_dictionary.h, include/pa_dir.h,
970: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
971: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
972: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
973: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
974: include/pa_request_charsets.h, include/pa_request_info.h,
975: include/pa_sapi.h, include/pa_socks.h,
976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
977: include/pa_stack.h, include/pa_string.h,
978: include/pa_stylesheet_connection.h,
979: include/pa_stylesheet_manager.h, include/pa_symbols.h,
980: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
981: include/pa_uue.h, include/pa_xml_exception.h,
982: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
983: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
984: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
985: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
986: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
987: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
988: main/compile.tab.C, main/compile.y, main/compile_tools.C,
989: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
990: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
991: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
992: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
993: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
994: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
995: main/pa_string.C, main/pa_stylesheet_connection.C,
996: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
997: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
998: main/untaint.C, sql/pa_sql_driver.h,
999: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1000: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1001: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1002: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1003: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1004: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1005: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1006: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1007: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1008: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1009: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1010: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1011: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1012: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1013: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1014: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1015: types/pa_vmemcached.h, types/pa_vmemory.h,
1016: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1017: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1018: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1019: types/pa_vresponse.C, types/pa_vresponse.h,
1020: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1021: types/pa_vstateless_object.h, types/pa_vstatus.C,
1022: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1023: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1024: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1025: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1026: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1027: 2015->2017
1028:
1.110 moko 1029: 2017-02-07 moko
1030:
1031: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1032:
1033: 2017-02-06 moko
1034:
1035: * src/main/pa_common.C: minor fixes, whitespace
1036:
1037: * src/: classes/curl.C, classes/file.C, classes/image.C,
1038: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1039: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1040: now used (implements feature #1081)
1041:
1042: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1043:
1044: 2017-02-01 moko
1045:
1046: * src/include/pa_request.h: cleanup
1047:
1048: 2017-01-30 moko
1049:
1050: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1051:
1052: 2017-01-29 moko
1053:
1054: * tests/: 383.html, results/383.processed: test for
1055: ^reflection:stack[] added (related to feature #1052)
1056:
1057: * src/classes/reflection.C: else added
1058:
1059: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1060: $.max_file_lock_wait added (implements feature #1128)
1061:
1062: 2017-01-28 moko
1063:
1064: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1065: body and other cases tests added (related to featue #1014)
1066:
1067: * src/classes/curl.C: bug if response is empty fixed (related to
1068: feature #1014)
1069:
1070: 2017-01-27 moko
1071:
1072: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1073: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1074: added (implements feature #1052)
1075:
1076: 2017-01-25 moko
1077:
1078: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1079: method test added
1080:
1081: 2017-01-23 moko
1082:
1083: * src/classes/reflection.C: optimization: options->get replaced by
1084: hash iterator
1085:
1086: * tests/: 381.html, results/381.processed: now -> fixed date
1087:
1088: * src/main/pa_request.C: warning war
1089:
1090: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1091: 5Mb (fixes bug #1058)
1092:
1093: * src/classes/curl.C: warning war
1094:
1095: * tests/: 381.html, results/381.processed: tests for ^json:string
1096: $.one-line(true) option added (related to feature #1124)
1097:
1098: * src/: classes/json.C, types/pa_value.h: $json-string
1099: $.one-line(true|false) options is now supported (implements
1100: feature #1124)
1101:
1102: * tests/: 380.html, results/380.processed: test for modified
1103: $.max_file_size added (related to bug #1014)
1104:
1105: * tests/: 379.html, results/auto.p: tests for rewritten http file
1106: load added (related to bug #1014)
1107:
1108: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1109: main/pa_common.C, main/pa_http.C: check_file_size added and used
1110: in curl / file load from disk and http, http file load rewritten
1111: (related to bug #1014)
1112:
1113: 2017-01-18 moko
1114:
1115: * tests/: 378.html, results/378.processed: tests for ^result[]
1116: added (related to feature #66)
1117:
1118: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1119: Method::CO_WITHOUT_FRAME as frame still added in expression
1120: (related to feature #66)
1121:
1122: 2017-01-17 moko
1123:
1124: * tests/: 377.html, results/377.processed: test for different
1125: combinations of breaks in body and delimiter (related to bug
1126: #1077)
1127:
1128: * tests/: 376.html, results/376.processed: many ^break[] tests
1129: added (related to bug #1077)
1130:
1131: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1132: passed to native method" exception added to avoid bugs due to
1133: WRITE_EXPR_RESULT skipped and native methods execution continues
1134: after ^break[] (related to bug #1077)
1135:
1136: 2017-01-14 moko
1137:
1138: * tests/: 330.html, results/330.processed: test results updated
1139: after ^break[] bugs where fixed (related to bug #1077)
1140:
1141: * tests/: 329.html, results/329.processed: test results updated
1142: after ^break[] bugs where fixed (related to bug #1077)
1143:
1144: * tests/results/320.processed: ^return[] added
1145:
1146: 2017-01-13 moko
1147:
1148: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1149: classes/table.C, include/pa_request.h, main/execute.C,
1150: main/pa_request.C, targets/cgi/parser3.C,
1151: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1152: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1153: checked after each possible process/execute call (fixes bug
1154: #1077)
1155:
1156: 2016-12-29 moko
1157:
1158: * src/main/pa_common.C: warning war
1159:
1160: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1161: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1162: pa_file_size_limit added, ^math:random fixed for upper limit and
1163: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1164: (related to feature #1014)
1165:
1166: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1167: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1168: (related to feature #1014)
1169:
1170: 2016-12-28 moko
1171:
1172: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1173: warning war
1174:
1175: 2016-12-26 moko
1176:
1177: * tests/: 341.html, results/341.processed: test for
1178: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1179:
1180: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1181: (related to feature #1057)
1182:
1183: * src/types/pa_vdate.C: warning war continues...
1184:
1185: * src/: classes/date.C, classes/image.C, classes/table.C,
1186: include/pa_config_includes.h, types/pa_vfile.C: warning war
1187:
1188: * src/lib/gd/gifio.C: warning war / cleanup
1189:
1190: * src/lib/json/pa_json.C: warning war
1191:
1192: * src/classes/hash.C: warning war
1193:
1194: * src/types/pa_vfile.C: warning war
1195:
1196: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1197: -Wall warning war continues
1198:
1199: * configure.ac: --with-build-warnings actualized
1200:
1201: 2016-12-25 moko
1202:
1203: * src/main/pa_exec.C: -wAll warning war
1204:
1205: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1206: -wAll warning war
1207:
1208: * src/: include/pa_common.h, include/pa_sapi.h,
1209: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1210: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1211: -wAll warning war
1212:
1213: 2016-12-23 moko
1214:
1215: * src/lib/ltdl/Makefile.am: extra dist added
1216:
1217: * tests/results/344.processed: test result updated after $file.text
1218: prefetched in ^hash::create[$file] (related to feature #1075)
1219:
1220: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1221: ^hash::create[$file] (related to feature #1075)
1222:
1223: 2016-12-22 moko
1224:
1225: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1226: main/pa_request.C, main/pa_stylesheet_connection.C,
1227: types/pa_vfile.C: file_stat now return 64-bit size (implements
1228: #1014 under 32-bit unix versions)
1229:
1230: 2016-12-21 moko
1231:
1232: * tests/: 375.html, results/375.processed: test for exec returning
1233: stated file added (related to feature #1119)
1234:
1235: * src/classes/file.C: load should not return file with null body
1236: (fixes bug #1119)
1237:
1238: 2016-12-14 moko
1239:
1240: * tests/: 374.html, results/374.processed: test for $method.name
1241: added (related to feature #1117) plus method returning junction
1242: test
1243:
1244: 2016-12-13 moko
1245:
1246: * src/: include/pa_symbols.h, main/pa_symbols.C,
1247: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1248: (implements feature #1117)
1249:
1250: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1251: HEAD and TRACE can't have body (implements feature #1116)
1252:
1253: 2016-12-09 moko
1254:
1255: * tests/: 373.html, results/373.processed: tests for
1256: ^reflection:tainting added (related to feature #1098)
1257:
1258: * src/classes/reflection.C: ^reflection:tainting arguments order
1259: change (related to feature #1098)
1260:
1261: 2016-12-06 moko
1262:
1263: * src/: classes/reflection.C, include/pa_string.h,
1264: main/pa_string.C: ^reflection:tainting[$string] added (implements
1265: feature #1098)
1266:
1267: 2016-12-05 moko
1268:
1269: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1270: (fixes bug #1114)
1271:
1272: 2016-12-04 moko
1273:
1274: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1275: check added
1276:
1277: 2016-12-03 moko
1278:
1279: * tests/: 346-curl.html, results/346-curl.processed: test modified
1280: to test value.as_hash() usage
1281:
1282: * src/classes/curl.C: value.as_hash() used for correct hash
1283: processing
1284:
1285: * src/classes/reflection.C: exceptions texts fixes
1286:
1287: 2016-12-02 moko
1288:
1289: * tests/: 372.html, results/372.processed: tests for
1290: ^reflection:create[ $.class[name] $.constructor[name]
1291: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1292: feature #1094)
1293:
1294: * src/types/pa_vmethod_frame.h: comment added: params should be
1295: declared outside of *_FRAME_ACTION as MethodParams destructor
1296: will be called in ~VNativeMethodFrame
1297:
1298: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1299: ] minor fix
1300:
1301: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1302: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1303: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1304: now supported (implements feature #1094) value::as_hash added
1305: (and should be used everywhere)
1306:
1307: * src/classes/reflection.C: cleanup
1308:
1309: 2016-12-01 moko
1310:
1311: * tests/: 356.html, results/356.processed: test for method
1312: junctions class name added to the resulting hash added (related
1313: to feature #1068)
1314:
1315: * src/classes/reflection.C: for method junctions class name added
1316: to the resulting hash (related to feature #1068)
1317:
1318: 2016-11-30 moko
1319:
1320: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1321: exception (related to bug #1113)
1322:
1323: * src/types/pa_vhashfile.C: whitespace
1324:
1325: * src/main/pa_os.C: errno now returned as it should (fixes bug
1326: #1113)
1327:
1328: * tests/results/: 175.processed, 192.processed, 224.processed,
1329: 229.processed, 239.processed, 244.processed, 246.processed,
1330: 314.processed, 352.processed: tests results updated after method
1331: call exceptions improved as method now keeps its name
1332:
1333: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1334: types/pa_vmethod_frame.h: method call exceptions improved as
1335: method now keeps its name
1336:
1337: * tests/: 224.html, 239.html, results/224.processed,
1338: results/239.processed: tests and tests results updated after
1339: Request::construct exception changed
1340:
1341: * src/: classes/reflection.C, main/execute.C: Request::construct
1342: exception optimized
1343:
1344: * tests/: 371.html, results/371.processed: test for
1345: WWrapper.get_element call in $.name.key[value] code added
1346: (related to feature #1091)
1347:
1348: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1349: in $.name.key[value] code (related to feature #1091)
1350:
1351: 2016-11-29 moko
1352:
1353: * src/classes/op.C: VS warning war
1354:
1355: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1356: C4239: nonstandard extension used : 'return' : conversion from
1357: 'Value' to 'Value &' (related to feature #1020)
1358:
1359: * src/: main/execute.C, types/pa_vmethod_frame.h,
1360: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1361: used : 'return' : conversion from 'Value' to 'Value &' (related
1362: to feature #1020)
1363:
1364: * src/main/execute.C: VS warning war
1365:
1366: * src/targets/cgi/parser3.C: VS compatibility fix
1367:
1368: * src/include/pa_request.h: VS warning war
1369:
1370: * tests/: 370.html, results/370.processed: test for ^file::exec[
1371: ... $.stdin[$binary_file] ] added (related to bug #1044)
1372:
1373: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1374: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1375: $.stdin[$binary_file] (fixes bug #1044)
1376:
1377: 2016-11-28 moko
1378:
1379: * src/main/pa_exec.C: whitespace
1380:
1381: * src/main/pa_request.C: whitespace
1382:
1383: * tests/: 369.html, results/369.processed: test for
1384: $response:status usage added (related to feature #1099)
1385:
1386: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1387: if < 100 (implements feature #1099)
1388:
1389: * src/targets/cgi/parser3.C: whitespace
1390:
1391: * src/targets/cgi/parser3.C: whitespace
1392:
1393: * tests/: 368.html, results/368.processed: test updated after
1394: ^reflection:filename[$method] added (related to feature #1053)
1395:
1396: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1397: main/compile.y, main/execute.C, main/pa_request.C,
1398: types/pa_vclass.h: filename -> filespec,
1399: ^reflection:filename[$method] added (related to feature #1053)
1400:
1401: 2016-11-27 moko
1402:
1403: * tests/: 368.html, results/368.processed: test for
1404: reflection:filename[$class or object] added (related to feature
1405: #1053)
1406:
1407: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1408: types/pa_vstateless_class.h: ^reflection:filename[$class or
1409: object] added (implements feature #1053)
1410:
1411: 2016-11-26 moko
1412:
1413: * src/: include/pa_request_info.h,
1414: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1415: remove_absolute_uri -> strip_absolute_uri
1416:
1417: 2016-11-25 moko
1418:
1419: * src/: include/pa_request_info.h,
1420: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1421: request_info.remove_absolute_uri added to remove possible
1422: http://site.name/ from $request:uri (implements feature #1112)
1423:
1424: 2016-11-24 moko
1425:
1426: * tests/: 367-curl.html, results/367-curl.processed: test for
1427: previous request headers clearing after redirect added (related
1428: to bug #1109)
1429:
1430: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1431: response headers from previous requests are now cleared, only
1432: last request headers are collected (fixes bug #1109)
1433:
1434: * tests/results/: 266.processed, 321.processed, 356.processed:
1435: tests results updated as method name now added to the resulting
1436: hash for new syntax only (Imp1 compatimility fixed, related to
1437: feature #1068)
1438:
1439: * src/classes/reflection.C: method name now added to the resulting
1440: hash for new syntax only (Imp1 compatimility fixed, related to
1441: feature #1068)
1442:
1443: * tests/results/366.processed: test for native and parser
1444: implementation of ^use[] logic (related to feature #1074)
1445:
1446: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1447: for native and parser implementation of ^use[] logic (related to
1448: feature #1074)
1449:
1450: 2016-11-23 moko
1451:
1452: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1453: main/pa_request.C: @USE file now implemented as ^use[file;
1454: $.origin[origin_file] ] (implements feature #1074)
1455:
1.109 moko 1456: 2016-11-21 moko
1457:
1.110 moko 1458: * tests/: 365.html, results/365.processed: test for $caller bugs in
1459: 3.4.4 and $caller.method now tested (related to feature #1110)
1460:
1461: * tests/: 364.html, results/364.processed: $caller usage in
1462: different contexts now tested (related to feature #1110)
1463:
1464: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1465:
1466: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1467:
1.109 moko 1468: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1469: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1470: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1471: used (implements feature #1110)
1472:
1473: 2016-11-20 moko
1474:
1475: * src/types/pa_vdouble.h: whitespace
1476:
1477: 2016-11-11 moko
1478:
1479: * tests/: 363.html, results/363.processed: more tests for feature
1480: #1091 (how parser methods work in expression context)
1481:
1482: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1483: expressions strings are now written as strings, not values by
1484: write_as_string (related to feature #1091)
1485:
1486: * src/classes/op.C: to make more correct behavour in expression
1487: context
1488:
1489: 2016-11-07 moko
1490:
1491: * tests/: 362.html, results/362.processed: test for
1492: xsltParseStylesheetDoc caching as xsl modification after it added
1493: (related to bug #1108)
1494:
1495: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1496: result now cached as xdoc is modified after it (fixes bug #1108)
1497:
1498: 2016-11-06 moko
1499:
1500: * src/types/pa_vxdoc.h: whitespace
1501:
1502: 2016-11-05 moko
1503:
1504: * src/types/pa_vmethod_frame.h: cleanup
1505:
1506: 2016-11-03 moko
1507:
1508: * tests/results/244.processed: more correct exception after method
1509: frames separation
1510:
1511: * src/types/pa_vmethod_frame.h: minor optimizaion
1512:
1513: * src/types/pa_method.h: optimization: params_count added
1514:
1515: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1516: include/pa_request.h, main/execute.C, main/pa_request.C,
1517: types/pa_value.C, types/pa_vmethod_frame.C,
1518: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1519: VMethodFrame now divided into VNativeMethodFrame,
1520: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1521: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1522: and used (related to feature #1104)
1523:
1524: 2016-11-02 moko
1525:
1526: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1527: classes/double.C, classes/file.C, classes/hash.C,
1528: classes/hashfile.C, classes/image.C, classes/inet.C,
1529: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1530: classes/memcached.C, classes/op.C, classes/reflection.C,
1531: classes/regex.C, classes/string.C, classes/table.C,
1532: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1533: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1534: r.write (implements feature #1091)
1535:
1536: * src/main/execute.C: cleanup (related to feature #1104)
1537:
1538: * src/: include/pa_request.h, main/execute.C,
1539: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1540: added, in_expression removed (implements feature #1104)
1541:
1542: 2016-10-31 moko
1543:
1544: * src/types/pa_value.C: whitespace
1545:
1546: 2016-10-28 moko
1547:
1548: * tests/results/244.processed: updated after error reporting fixed
1549: in pa_wcontext.C
1550:
1551: * src/types/pa_wcontext.C: error reporting fixed
1552:
1553: * src/types/pa_wcontext.h: whitespace
1554:
1555: * src/classes/image.C: not fully readed entries are no longer
1556: processed (fixes bug #1106)
1557:
1558: 2016-10-26 moko
1559:
1560: * src/classes/image.C: whitespace
1561:
1562: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1563: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1564: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1565: longer required (related to feature #1091)
1566:
1567: * tests/results/: 264.processed, 350.processed: test results update
1568: reverted (whitespace optimization) after write_no_lang removed :)
1569: (related to feature #1091)
1570:
1571: * src/: classes/file.C, classes/hash.C, classes/op.C,
1572: classes/string.C, classes/table.C, classes/void.C,
1573: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1574: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1575: equal write_pass_lang (related to feature #1091)
1576:
1577: * tests/results/: 264.processed, 350.processed: test results
1578: updated (whitespace optimization) after write_assign_lang removed
1579: (related to feature #1091)
1580:
1581: * tests/: 361.html, results/361.processed: test for non-string
1582: ^untaint added (related to feature #1091)
1583:
1584: * src/: classes/curl.C, classes/date.C, classes/file.C,
1585: classes/hash.C, classes/op.C, classes/string.C,
1586: include/pa_request.h, main/execute.C: optimization:
1587: write_assign_lang removed as not required (first part of feature
1588: #1091 implementation)
1589:
1.108 moko 1590: 2016-10-12 moko
1591:
1592: * tests/: 360.html, results/360.processed: more test code (related
1593: to feature #1104)
1594:
1595: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1596: include/pa_request.h, main/compile.y, main/execute.C: opcode
1597: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1598: WContext is next task (implements feature #1104)
1599:
1600: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1601: / CO_WITHOUT_WCONTEXT
1602:
1603: * tests/: 360.html, results/360.processed: test for in expression
1604: state (related to feature #1104)
1605:
1606: 2016-10-11 moko
1607:
1608: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1609:
1610: * src/classes/op.C: default value removed from initializer
1611:
1612: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1613:
1614: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1615:
1616: 2016-10-10 moko
1617:
1618: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1619: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1620: to feature #42)
1621:
1622: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1623: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1624:
1625: 2016-10-08 moko
1626:
1627: * src/classes/double.C: whitespace
1628:
1629: 2016-10-07 moko
1630:
1631: * src/types/pa_vmethod_frame.h: reorder
1632:
1633: 2016-10-06 moko
1634:
1635: * src/classes/date.C: typo
1636:
1637: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1638:
1639: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1640: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1641: types/pa_vmethod_frame.h: params.get now returns Value&, not
1642: Value*
1643:
1644: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1645:
1646: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1647: removed; first as_* code rewrite
1648:
1649: 2016-10-05 moko
1650:
1651: * src/include/pa_request.h: whitespace
1652:
1653: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1654: intercept_string added (related to feature #1097)
1655:
1656: * src/: classes/image.C, classes/op.C, classes/table.C,
1657: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1658: optimization: intercept_string removed (implements feature #1097)
1659:
1660: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1661:
1662: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1663: from VCodeFrame and WWrapper as not required
1664:
1665: 2016-10-04 moko
1666:
1667: * src/: classes/curl.C, classes/date.C, classes/double.C,
1668: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1669: classes/int.C, classes/json.C, classes/op.C,
1670: classes/reflection.C, classes/string.C, classes/table.C,
1671: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1672: proces_to_value -> process after StringOrValue removed (related
1673: to feature #1020)
1674:
1675: * src/classes/form.C: whitespace
1676:
1677: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1678:
1679: * tests/: 357.html, 358.html, results/357.processed,
1680: results/358.processed, results/auto.p: test for @conf
1681: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1682:
1683: 2016-10-03 moko
1684:
1685: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1686: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1687: supported (implements feature #42)
1688:
1689: * src/types/pa_vregex.h: no reason for VRegex to be
1690: is_evaluated_expr
1691:
1692: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1693: (implements feature #1095)
1694:
1695: 2016-10-01 moko
1696:
1697: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1698: false by default (related to feature #1089)
1699:
1700: 2016-09-30 moko
1701:
1702: * src/types/pa_wcontext.h: cleanup
1703:
1704: 2016-09-29 moko
1705:
1706: * src/main/execute.C: whitespace
1707:
1708: * src/include/pa_request.h: whitespace
1709:
1710: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1711: classes/op.C, classes/table.C, include/pa_request.h,
1712: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1713: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1714: StringOrValue removed as it just slows down and adds complexity
1715: (implements feature #1020)
1716:
1717: 2016-09-28 moko
1718:
1719: * tests/: 356.html, results/266.processed, results/321.processed,
1720: results/356.processed: tests updated after name was added to
1721: method_info hash, test for ^reflection:method_info[junction]
1722: added (related to feature #1068)
1723:
1724: * src/classes/reflection.C: ^reflection:method_info[junction] now
1725: supported, method name added to the resulting hash (implements
1726: feature #1068)
1727:
1728: * tests/: 276.html, results/276.processed: more tests for
1729: ^reflection:delete[]
1730:
1731: * src/classes/reflection.C: fixed bug then ^reflection:delete
1732: didn't work on class and could damage native objects (like file)
1733:
1734: 2016-09-26 moko
1735:
1736: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1737: results/345.processed, results/346-curl.processed,
1738: results/347-curl.processed, results/348.processed: numbers added
1739: to simplify diff analysis
1740:
1741: * tests/: 352.html, results/352.processed: test result updated as
1742: method name used
1743:
1744: * src/classes/reflection.C: method name used
1745:
1746: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1747: its name
1748:
1749: * src/types/pa_method.h: whitespace
1750:
1751: * src/classes/reflection.C: both method and field with one name can
1752: exist.
1753:
1754: * src/classes/reflection.C: ^reflection:mixin added (implements
1755: feature #1089)
1756:
1757: * tests/: 355.html, results/355.processed: property appears in
1758: derived class if added in base test added
1759:
1760: * src/types/pa_vstateless_class.h: get_method declaration +
1761: whitespace
1762:
1763: * tests/: 354.html, results/354.processed: nice test from method
1764: and property with one name in class added
1765:
1766: 2016-09-23 moko
1767:
1768: * src/classes/reflection.C: ^reflection:method usage documented
1769:
1770: 2016-09-22 moko
1771:
1772: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1773: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1774: compile warning and GPF occures on VS2003 (related to feature
1775: #1087)
1776:
1777: * tests/: 350.html, results/350.processed: test added for
1778: $.encloser[] support in ^table::create (related to feature #11)
1779:
1780: * src/classes/table.C: another minor fix (related to feature #11)
1781:
1.107 moko 1782: 2016-09-21 moko
1783:
1784: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1785:
1786: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1787: classes/json.C, classes/string.C, classes/table.C,
1788: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1789: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1790: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1791: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1792: pa_charsets, vs2015 warning war
1793:
1794: * src/classes/table.C: vs2015 warning war
1795:
1796: * src/types/pa_vdate.C: vs2015 warning war
1797:
1798: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1799:
1800: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1801: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1802:
1803: * src/main/pa_common.C: vs2015 compilation fixes
1804:
1805: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1806: vs2015 compilation fixes
1807:
1808: * src/main/pa_charset.C: vs2015 warning war
1809:
1810: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1811:
1812: * src/main/pa_charset.C: vs2015 warning war
1813:
1814: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1815:
1816: * src/types/pa_vdate.C: vs2015 compilation fix
1817:
1818: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1819:
1820: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1821: VS2015 compilation fixes
1822:
1823: * src/classes/table.C: minor fix (related to feature #11)
1824:
1825: * tests/results/282.processed: no longer skipping extra enclosers
1826: (related to feature #11)
1827:
1828: * src/classes/table.C: minor fix + no longer skipping extra
1829: enclosers (related to feature #11)
1830:
1831: * src/classes/table.C: minor optimization (related to feature #11)
1832:
1833: * src/classes/table.C: minor fix and optimization (related to
1834: feature #11)
1835:
1836: 2016-09-20 moko
1837:
1838: * tests/: 353.html, results/353.processed: test for
1839: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1840: added (related to bug #1090)
1841:
1842: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1843: one_big_piece (fixes bug #1090)
1844:
1845: * tests/: 229.html, results/229.processed: code coverage tests
1846:
1847: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1848: body) was called
1849:
1850: * src/classes/op.C: whitespace
1851:
1852: * tests/: 323.html, results/323.processed: test for code junction
1853: should not be returned by ^reflection:class, ^reflection:base
1854:
1855: * src/classes/reflection.C: bugfix: code junction should not be
1856: returned by ^reflection:class, ^reflection:base
1857:
1858: * tests/: 323.html, 352.html, results/352.processed: no more
1859: exception for ^reflection:method[class;no-such-method] (related
1860: to feature #1087)
1861:
1862: * src/classes/reflection.C:
1863: ^reflection:method[class;no-such-method] : exception -> void
1864: (related to feature #1087)
1865:
1866: * src/include/pa_request.h: request::write_value added to allow
1867: write value without convertion (related to issue #1091)
1868:
1869: 2016-09-19 moko
1870:
1871: * src/main/pa_random.C: windows build fix
1872:
1873: * src/types/pa_vhash.h: warning war
1874:
1875: 2016-09-14 moko
1876:
1877: * tests/: 352.html, 552.html, results/352.processed,
1878: results/552.processed: test for ^reflection:method[] extension
1879: added (related to feature #1087)
1880:
1881: * tests/: 552.html, results/552.processed: test for
1882: ^reflection:method[] extension added (related to feature #1087)
1883:
1884: * src/classes/reflection.C: compatibility issue fixed, VClass
1885: dynamic_cast check added (related to feature #1087)
1886:
1887: * tests/: 351.html, results/351.processed: test for @auto[]
1888: inheritance bug diring ^process[] added (related to bug #1088)
1889:
1890: * src/: classes/op.C, main/pa_request.C,
1891: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1892: disable it inheritance during ^process (fixes bug #1088)
1893:
1894: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1895: added (implements feature #1087)
1896:
1897: 2016-09-13 moko
1898:
1899: * tests/: 349.html, results/auto.p: test for objects prototyping
1900: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1901: to feature #1086)
1902:
1903: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1904: types/pa_vobject.C: objects now are not class instances, but have
1905: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1906: in @conf (implements feature #1086)
1907:
1908: 2016-09-08 moko
1909:
1910: * src/: classes/file.C, classes/mail.C, classes/string.C,
1911: classes/table.C, main/pa_http.C, main/pa_string.C,
1912: include/pa_string.h: cleanup: string::split limit argument
1913: removed as no longer required, pos_after no longer reference
1914: (related to feature #11)
1915:
1916: * src/classes/table.C, tests/results/348.processed: now exception
1917: is rised when invalid option is passed to ^table::create[]
1918:
1919: * tests/: 282.cfg, 282.html, results/282.processed: more code
1920: coverage tests
1921:
1922: * tests/: 348.html, results/348.processed: code coverage tests
1923: added
1924:
1925: * tests/: 348.html, results/348.processed: generic ^table::create[]
1926: tests
1927:
1928: * tests/: 035.html, results/035.processed, results/272.processed:
1929: tests updated after $.encloser[] support for ^table::create
1930: implementation (related to feature #11)
1931:
1932: * src/classes/table.C: $.encloser[] support for ^table::create
1933: finally added (implements feature #11)
1934:
1935: 2016-09-07 moko
1936:
1937: * src/include/pa_string.h: added StringSplitHelper as friend
1938: (related to feature #11)
1939:
1940: * src/include/pa_string.h: body and langs now protected, not
1941: private to allow inheritance (related to feature #11)
1942:
1943: * src/classes/table.C: lsplit optimized before cloning for
1944: ^table::create with $.encloser[] (related to feature #11)
1945:
1946: * src/classes/table.C: optimizaion: TableControlChars.separators
1947: added and used (related to feature #11)
1948:
1949: * src/classes/table.C: spelling:
1950:
1951: TableSeparators -> TableControlChars column -> separator
1952: separators -> control_chars
1953:
1954: 2016-09-06 moko
1955:
1956: * src/main/pa_string.C: whitespace
1957:
1958: * src/main/pa_string.C: whitespace
1959:
1960: 2016-09-01 moko
1961:
1962: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1963: results OS-independent
1964:
1965: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1966: compiler (related to feature #1042)
1967:
1968: 2016-08-15 moko
1969:
1970: * src/include/pa_string.h: whitespace
1971:
1972: * src/classes/table.C: whitespace
1973:
1.106 moko 1974: 2016-08-05 moko
1975:
1976: * tests/: 344.html, results/344.processed: test for
1977: ^hash::create[$file] added (related to feature #1075)
1978:
1979: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1980: supported (implements feature #1075)
1981:
1982: 2016-08-04 moko
1983:
1984: * tests/: 341.html, results/341.processed: more code coverage tests
1985:
1986: * tests/: 346-curl.html, results/346-curl.processed: more code
1987: coverage tests for curl
1988:
1989: * tests/: 346-curl.html, results/346-curl.processed: more code
1990: coverage tests for curl
1991:
1992: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1993: results/223.processed: code coverage tests: $.form[ $.table[] ]
1994: test added
1995:
1996: * tests/: 223-curl.html, results/223-curl.processed: more code
1997: coverage tests for curl
1998:
1999: 2016-08-03 moko
2000:
2001: * src/classes/curl.C: dlink(curl_library) now called not once, but
2002: until it will be loaded, allowing to find existing library.
2003:
2004: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2005: results/347-curl.processed: more code coverage tests for curl
2006:
2007: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2008: results/339-curl.processed, results/346-curl.processed: curl
2009: functionality tests
2010:
2011: 2016-08-02 moko
2012:
2013: * tests/: 339.html, results/339.processed: test for tables in
2014: ^file:load[] and ^curl:load[] (commented) added (related to
2015: feature #1042)
2016:
2017: * tests/: 345.html, results/345.processed: code coverage tests for
2018: file class
2019:
2020: * tests/: 344.html, results/344.processed: code coverage tests
2021:
2022: * tests/: 344.html, results/344.processed: mdate removed from
2023: output
2024:
2025: * src/classes/file.C: minor bugfix: is_text should be taked from
2026: fcontent.is_text_mode() if not set (related to feature #1061)
2027:
2028: * tests/: 344.html, results/344.processed: more tests
2029:
2030: * tests/: 343.html, 344.html, results/343.processed,
2031: results/344.processed: tests for ^file::create[ $.from-charset
2032: and $.to-charset ] (related to feature #1061)
2033:
2034: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2035: aset_text_mode argument optimized
2036:
2037: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2038: checkBOM now used in detect_binary_content (related to feature
2039: #1061)
2040:
2041: * src/main/pa_request.C: load_charset no longer required to_upper
2042:
2043: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2044: preserves original file mode (if no $.mode specified)
2045:
2046: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2047: ^file::create now supports $.from-charset[] and $.to-charset
2048: options (implements feature #1061), automatic transcode is done
2049: if text file is created from binary file and charset is detected.
2050:
2051: 2016-07-30 moko
2052:
2053: * src/classes/table.C: ^t.hash[..;] now supported (related to
2054: feature #1057)
2055:
2056: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2057: added (related to feature #1057)
2058:
2059: * tests/: 286.html, results/286.processed: code tests coverage
2060:
2061: 2016-07-29 moko
2062:
2063: * src/classes/table.C: table size should be checked inside menu and
2064: foreach (related to feature #858)
2065:
2066: * src/: classes/curl.C, classes/file.C, classes/string.C,
2067: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2068: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2069: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2070: charsets.get now does str_upper inside (related to feature #1061)
2071:
2072: * tests/: 342.html, results/342.processed: more code coverage tests
2073:
2074: * tests/: 342.html, outputs/342.processed: table menu code coverage
2075: + foreach test added (related to feature #858)
2076:
2077: * tests/: 341.html, results/341.processed: tests for
2078: ^table.hash[]{code} added + code coverage tests (related to
2079: feature #1057)
2080:
2081: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2082: value} support (implements feature #1057)
2083:
2084: * src/classes/table.C: whitespace
2085:
2086: 2016-07-28 moko
2087:
2088: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2089: from URL, if not specified query string removed from url-based
2090: filenames in ^curl:load[] and ^file::load[] (related to feature
2091: #1042)
2092:
2093: 2016-07-27 moko
2094:
2095: * tests/: 340.html, results/340.processed: test for
2096: transcode_text_result=false added (related to issue #1042)
2097:
2098: 2016-07-26 moko
2099:
2100: * src/types/pa_vfile.C: file name should not be empty (if file path
2101: is folder and ends with /) (related to feature #1042)
2102:
2103: * src/main/pa_http.C: whitespace optimizaion
2104:
2105: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2106: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2107: multiple headers, ^file::load supports headers transcoding
2108: (implements feature #1042)
2109:
2110: 2016-07-25 moko
2111:
2112: * src/include/pa_common.h: PA_DEFAULT added
2113:
2114: 2016-07-22 moko
2115:
2116: * tests/: 338.html, results/338.processed: test for
2117: $date.field(value) added (related to feature #1066)
2118:
2119: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2120: $date.field(value) now supported for y/m/d/h/m/s (implements
2121: feature #1066)
2122:
1.105 moko 2123: 2016-07-21 moko
2124:
2125: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2126: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2127: arguments removed; image.C - absolute path shown in exception
2128: (implements feature #1071)
2129:
2130: * tests/: 235.html, results/235.processed: test and test result
2131: updated after static boundary in mail and Errors-To: mail header
2132: removed (related to feature #1047)
2133:
2134: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2135: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2136: used, static boundary in mail removed, Errors-To: mail header
2137: removed (implements feature #1047)
2138:
2139: 2016-07-20 moko
2140:
2141: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2142: equest.classes(): Value -> VStateless_class, part 3 (related to
2143: issue #1051)
2144:
2145: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2146: request.classes(): Value -> VStateless_class, part 2 (related to
2147: issue #1051)
2148:
2149: * tests/results/: 224.processed, 323.processed: classes without
2150: methods should not be methoded (related to issue #1051)
2151:
2152: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2153: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2154: -> VStateless_class, part 1 (related to issue #1051)
2155:
2156: * tests/: 337.html, results/337.processed: test for
2157: ^reflection:fields_reference[] and VHashReference class added
2158: (related to feature #1072)
2159:
2160: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2161: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2162: and VHashReference added, allowing ^reflection:fields_reference[]
2163: implementation (closes feature #1072)
2164:
2165: 2016-07-19 moko
2166:
2167: * tests/: 323.html, results/323.processed: we want to see
2168: "methoded"
2169:
2170: * tests/: 336.html, results/336.processed: test for $BASE:property
2171: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2172: #1059)
2173:
2174: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2175: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2176: somebody_entered_some_class, $BASE:property works again,
2177: ^BASE:method[] bugs fixed (fixes bug #1059)
2178:
2179: 2016-07-14 moko
2180:
2181: * tests/: 335.html, results/335.processed: test for feature #1055
2182: added
2183:
2184: * src/classes/hash.C: bugfix: $._default was not copied if empty
2185: feature: ^hash.contains[_default] added (implements feature
2186: #1055)
2187:
2188: 2016-07-13 moko
2189:
2190: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2191: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2192:
2193: 2016-07-05 moko
2194:
2195: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2196: in ^hash.foreach (related to feature #1073)
2197:
2198: 2016-07-04 moko
2199:
2200: * tests/: 134.html, 281.html, results/134.processed,
2201: results/281.processed: tests updated after hash blocking removed
2202: (related to feature #1073)
2203:
2204: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2205: no longer blocks on change during foreach (implements feature
2206: #1073)
2207:
2208: 2016-06-17 moko
2209:
2210: * tests/: 330.html, results/330.processed: try exception source
2211: test added (related to bug in #1062)
2212:
2213: * tests/: 334.html, results/334.processed: Exception stack trace
2214: test added (related to bug in $1062)
2215:
2216: * src/classes/op.C: Exception trace now correctly restored and
2217: errors reported (related to bug #1062)
2218:
1.104 moko 2219: 2016-05-25 moko
2220:
2221: * src/main/compile.y: minor cleanup + beauty
2222:
2223: 2016-05-24 moko
2224:
2225: * tests/: 333.html, results/333.processed: more exceptions testing
2226:
2227: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2228: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2229: features #1056, #1026)
2230:
2231: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2232: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2233: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2234: (implements feature #1056)
2235:
2236: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2237: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2238: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2239: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2240: feature #1026)
2241:
2242: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2243: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2244: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2245: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2246: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2247: feature #1026)
2248:
2249: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2250: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2251: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2252: SYMBOLS_CACHING define implemented (related to feature #1026)
2253:
2254: * src/main/main.vcproj: + ps_symbols
2255:
2256: * src/: include/Makefile.am, include/pa_string.h,
2257: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2258: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2259: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2260: types/pa_vstateless_class.C: initial implementation for symbols
2261: cache (related to feature #1026)
2262:
2263: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2264:
2265: * src/main/pa_globals.C: minor cleanup
2266:
2267: 2016-05-19 moko
2268:
2269: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2270: (related to feature #1046)
2271:
2272: * tests/: 331.html, results/331.processed: test for
2273: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2274: (related to feature #1051)
2275:
2276: * src/main/compile.y:
2277: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2278: (implements feature #1054)
2279:
2280: 2016-05-18 moko
2281:
2282: * src/types/pa_vtable.C, tests/results/324.processed: no more
2283: "column not found" exception for ^table.no-such-method[] (related
2284: to feature #1046)
2285:
2286: * tests/: 261.html, results/261.processed: test added and updated
2287: after feature #1046 implementation
2288:
2289: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2290: types/pa_vvoid.h: $string.anything works for whitespace strings,
2291: ^string.contains added for hash compatibility, $string.method no
2292: longer returns stting method (implements feature #1046)
2293:
2294: 2016-05-12 moko
2295:
2296: * src/classes/curl.C: content-type response header no longer
2297: ignored (fixes issue #1045)
2298:
2299: * tests/: 330.html, results/330.processed: test for incomplete
2300: finally execution when break occures added (related to issue
2301: #1077)
2302:
2303: * src/classes/op.C: bugfix: Request::skip reset is called before
2304: executing catch and finally code (fixes issue #1062)
2305:
2306: 2016-05-11 moko
2307:
2308: * tests/: 329.html, results/329.processed: test for invalid
2309: ^break[] behavour added (bug #1077)
2310:
2311: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2312:
2313: 2016-04-24 moko
2314:
2315: * src/types/pa_vstateless_class.h: warning war
2316:
2317: 2016-04-17 moko
2318:
2319: * tests/: 328.html, results/328.processed: test for
2320: ^break(condition) and ^continue(condition) (related to feature
2321: #1063)
2322:
2323: * src/classes/op.C: ^break(condition) and ^continue(condition)
2324: implemented (feature #1063)
2325:
2326: 2016-04-12 moko
2327:
2328: * tests/results/280.processed: ordered hash now used for class
2329: methods and properties (test results updated for feature #1069)
2330:
2331: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2332: to xdoc.C as under FreeBSD it was inited after and inheritance
2333: failed (related to issue #1051)
2334:
2335: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2336: are printed to check inheritance (related to feature #1051)
2337:
1.103 moko 2338: 2016-04-09 moko
2339:
2340: * tests/results/320.processed: ordered hash now used for class
2341: methods and properties (test results updated for feature #1069)
2342:
2343: * src/types/pa_vstateless_class.h: ordered hash now used for class
2344: methods and properties (implements feature #1069)
2345:
2346: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2347: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2348: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2349: feature #1051)
2350:
2351: 2016-04-07 moko
2352:
2353: * src/main/execute.C: returned Value in .CLASS case for VJunction
2354: (related to feature #1051)
2355:
2356: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2357: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2358: string constants deduplication (related to feature #1051)
2359:
2360: * tests/results/224.processed: test result updated (related to
2361: feature #1051)
2362:
2363: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2364: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2365: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2366: types/pa_vstatus.h: classes hash now contains only
2367: VStateless_class derived objects, .CLASS is also allways
2368: VStateless_class derived object (related to feature #1051).
2369:
2370: 2016-04-06 moko
2371:
2372: * tests/results/323.processed: test result updated after feature
2373: #1051 implementation
2374:
2375: * src/: classes/classes.h, classes/op.C, classes/response.C,
2376: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2377: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2378: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2379: types/pa_vresponse.C, types/pa_vresponse.h,
2380: types/pa_vstateless_class.h: base -> methoded_donor for static
2381: classes, type() moved from VStateless_class to VClass and
2382: Methoded (implements feature #1051)
2383:
2384: 2016-04-04 moko
2385:
2386: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2387: beauty: put_class added (related to feature #1051)
2388:
2389: 2016-04-01 moko
2390:
2391: * tests/results/: 175.processed, 192.processed, 224.processed,
2392: 229.processed, 244.processed, 246.processed, 316.processed: test
2393: results updated as class.type() removed from error messages, only
2394: type() left (related to feature #1051)
2395:
2396: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2397: classes/op.C, classes/reflection.C, main/compile.y,
2398: main/compile_tools.h, main/execute.C, main/pa_request.C,
2399: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2400: types/pa_vmethod_frame.h, types/pa_vobject.h,
2401: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2402: from VStateless_class, type() is used instead (related to feature
2403: #1051)
2404:
2405: * src/classes/mail.C: old logic restored.
2406:
2407: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2408: classes/classes.h, classes/curl.C, classes/date.C,
2409: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2410: classes/hashfile.C, classes/image.C, classes/inet.C,
2411: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2412: classes/memcached.C, classes/memory.C, classes/reflection.C,
2413: classes/regex.C, classes/response.C, classes/string.C,
2414: classes/table.C, classes/xdoc.C, classes/xnode.C,
2415: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2416: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2417: feature #1051)
2418:
2419: 2016-03-30 moko
2420:
2421: * tests/: 327.html, results/224.processed, results/327.processed:
2422: test for TZ specification in ^date::create[], TZ is kept during
2423: ^date::create[$dt] (related to feature #1048)
2424:
2425: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2426: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2427: feature #1048)
2428:
2429: 2016-03-29 moko
2430:
2431: * tests/: 315.html, results/315.processed: test for timezone format
2432: +HHmm added (related to feature #1065)
2433:
2434: * src/classes/date.C: timezone format +HHmm now supported
2435: (implements feature #1065)
2436:
2437: 2016-03-28 moko
2438:
2439: * tests/: 202.html, results/131.processed, results/202.processed,
2440: results/224.processed, results/256.processed,
2441: results/315.processed: test results updated after %.2d now
2442: default for hours offset in iso-string (was %2d), test for
2443: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2444: added (related to feature #1065)
2445:
2446: 2016-03-27 moko
2447:
2448: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2449: feature #1065)
2450:
2451: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2452: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2453: added (implements feature #1065)
2454:
2455: 2016-03-24 moko
2456:
2457: * tests/: 202.html, results/202.processed: test $date.week added
2458: (related to bug #1067)
2459:
2460: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2461: date (fix for bug #1067)
2462:
2463: 2016-03-10 moko
2464:
2465: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2466:
1.102 moko 2467: 2015-12-07 moko
2468:
2469: * tests/: 326.html, results/326.processed: test for .CLASS &
2470: .CLASS_NAME optimization added (related to feature #844)
2471:
2472: 2015-11-17 moko
2473:
2474: * tests/: 323.html, results/323.processed: order added
2475:
2476: * tests/: 325.html, results/325.processed: double range test added
2477: (related to bug #1049)
2478:
2479: 2015-11-16 moko
2480:
2481: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2482: added to disallow NaN and Infinity (fixes bug #1049)
2483:
2484: 2015-11-11 moko
2485:
2486: * tests/324.html: parser 3.4.3 execution support added (related to
2487: feature #1017)
2488:
2489: * tests/: 324.html, results/324.processed: test for
2490: GET_ELEMENT4CALL feature added (feature #1017)
2491:
1.101 moko 2492: 2015-10-29 moko
2493:
2494: * operators.txt: updated for 3.4.4
2495:
2496: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2497:
2498: * src/main/pa_exec.C: get_exit_status implemented for Windows
2499: (related to bug #1043)
2500:
2501: 2015-10-28 moko
2502:
2503: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2504: hangup during ^file::exec (fixes bug #1043)
2505:
1.100 moko 2506: 2015-10-27 moko
2507:
2508: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2509:
1.99 moko 2510: 2015-10-26 moko
2511:
1.100 moko 2512: * tests/322.html, src/classes/reflection.C: arguments reorder
2513: (related to issue #1041)
2514:
2515: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2516: Copyright year updated
2517:
1.99 moko 2518: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2519: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2520: classes/form.C, classes/hash.C, classes/hashfile.C,
2521: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2522: classes/mail.C, classes/math.C, classes/memcached.C,
2523: classes/memory.C, classes/op.C, classes/reflection.C,
2524: classes/regex.C, classes/response.C, classes/string.C,
2525: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2526: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2527: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2528: include/pa_config_fixed.h, include/pa_config_includes.h,
2529: include/pa_dictionary.h, include/pa_dir.h,
2530: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2531: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2532: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2533: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2534: include/pa_request_charsets.h, include/pa_request_info.h,
2535: include/pa_sapi.h, include/pa_socks.h,
2536: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2537: include/pa_stack.h, include/pa_string.h,
2538: include/pa_stylesheet_connection.h,
2539: include/pa_stylesheet_manager.h, include/pa_table.h,
2540: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2541: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2542: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2543: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2544: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2545: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2546: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2547: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2548: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2549: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2550: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2551: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2552: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2553: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2554: main/pa_string.C, main/pa_stylesheet_connection.C,
2555: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2556: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2557: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2558: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2559: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2560: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2561: targets/isapi/parser3isapi.C, types/pa_junction.h,
2562: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2563: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2564: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2565: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2566: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2567: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2568: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2569: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2570: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2571: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2572: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2573: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2574: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2575: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2576: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2577: types/pa_vresponse.C, types/pa_vresponse.h,
2578: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2579: types/pa_vstateless_object.h, types/pa_vstatus.C,
2580: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2581: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2582: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2583: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2584: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2585:
2586: * src/targets/cgi/parser3.C: year updated
2587:
2588: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2589: issue #1041)
2590:
2591: * tests/: 323.html, results/323.processed: test for base classes
2592: added
2593:
2594: * tests/: 261.html, results/261.processed: updated after better
2595: error reporting done for $string.key exception
2596:
2597: * src/types/pa_vstring.h: better error report for $string.key
2598: exception
2599:
2600: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2601: copied as VObject::get_element4call to remove extra virtual call
2602:
2603: * tests/: 322.html, results/322.processed: test for
2604: ^reflection:is[] added (related to feature #1041)
2605:
2606: * src/classes/reflection.C: ^reflection:is empty value is void
2607: (related to feature #1041)
2608:
2609: * src/classes/reflection.C:
2610: ^reflection:is[class_name|code|method;[context;]element_name]
2611: added (implements feature #1041)
2612:
2613: 2015-10-24 moko
2614:
2615: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2616:
1.98 moko 2617: 2015-10-22 moko
2618:
2619: * tests/: 321.html, results/321.processed: test for
2620: ^reflection:method_info[] file detection added
2621:
2622: * tests/: 320.html, results/320.processed: test for
2623: ^reflection:class_by_name[class_name] added (related to feature
2624: #993)
2625:
2626: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2627: added (implements feature #993)
2628:
2629: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2630: (related to feature #1017)
2631:
2632: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2633: added (related to issue #1039)
2634:
2635: * src/main/pa_request.C: ^throw origin fixed (related to feature
2636: #1039)
2637:
2638: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2639: for VDate
2640:
2641: * tests/results/182.processed: updated after feature #1038
2642: implemented
2643:
2644: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2645: compile-time exception origin added (test for feature #1039)
2646:
2647: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2648: main/pa_request.C: exception unification: compile-time exceptions
2649: now have origin, @USE origins also tracked (implements feature
2650: #1039)
2651:
2652: 2015-10-20 moko
2653:
2654: * src/main/pa_request.C: cleanup
2655:
2656: 2015-10-15 moko
2657:
2658: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2659:
2660: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2661: types/pa_vtable.C: new feature: no more $table.method and
2662: $hash.method, aliases for _at, _count, _key (related to feature
2663: #1017)
2664:
1.97 moko 2665: 2015-10-14 moko
2666:
1.98 moko 2667: * tests/: 317.html, results/317.processed: test for
2668: ^string.unescape[] added (related to feature #120)
2669:
1.97 moko 2670: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2671: defined" bug (described in issue #1036)
2672:
2673: * tests/: 247.html, results/247.processed: test for checkBOM added
2674: (test for bug #1037)
2675:
2676: * src/: include/pa_charsets.h, main/pa_charsets.C,
2677: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2678: it's not enforced, skips BOM signature if it complies charset
2679: (fixes bug #1037)
2680:
2681: 2015-10-13 moko
2682:
2683: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2684: linking
2685:
2686: * src/classes/inet.C: vs2003 compilation fix
2687:
2688: * src/classes/math.C: warning war
2689:
2690: * src/lib/punycode/pa_punycode.c: warning war
2691:
2692: 2015-10-12 moko
2693:
2694: * src/lib/punycode/pa_punycode.c: warning war
2695:
2696: * parser3.sln: moved parser3 first, to make it default startup
2697: project
2698:
2699: * buildall: parser "mirror" now used for external libs sources
2700: (implements feature #1036)
2701:
2702: * buildall: most external libs are updated to their current
2703: versions (related to feature #1036)
2704:
2705: * src/classes/image.C: more tags added
2706:
2707: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2708:
2709: 2015-10-11 moko
2710:
2711: * src/classes/curl.C: minor optimization (related to feature #1035)
2712:
2713: 2015-10-09 moko
2714:
2715: * src/classes/curl.C: pa_strdup added for strings from curl
2716: (related to feature #1035)
2717:
2718: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2719: ULLONG_MAX definition
2720:
2721: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2722: (implements feature #1035)
2723:
2724: * src/main/pa_charset.C: String::Body(String::C) used
2725:
2726: * src/main/pa_charset.C: exceptions unified
2727:
2728: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2729: unified
2730:
2731: * src/: classes/file.C, classes/image.C, classes/mail.C,
2732: classes/op.C, classes/xdoc.C, classes/xnode.C,
2733: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2734: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2735: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2736: String::Body(String::C) constructor added (related to bug #957)
2737:
2738: * src/classes/file.C: minor optimization
2739:
2740: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2741: Cord(char*) autocreation (related to bug #957)
2742:
2743: * src/: classes/string.C, main/untaint.C: minor optimizations
2744:
2745: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2746: String(char*, Lang, length) removed, String(C(), Lang) used
2747: instead (related to bug #957)
2748:
2749: 2015-10-08 moko
2750:
2751: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2752: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2753: main/untaint.C: Now char * is converted to CORD only using
2754: AS_CORD() to check for empty cord bug (fixes bug #957)
2755:
2756: * src/include/pa_hash.h: fixed compilation without
2757: HASH_CODE_CACHING
2758:
2759: * src/classes/string.C:
2760: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2761: feature #120)
2762:
2763: * src/main/pa_common.C: reduce js flags checks count (related to
2764: feature #120)
2765:
1.96 moko 2766: 2015-10-07 moko
2767:
2768: * tests/: 275.html, results/275.processed: test modified after
2769: unsigned long long int support implemented (feature #1034)
2770:
2771: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2772: pa_atoul added for unsigned long long int support
2773:
2774: 2015-10-06 moko
2775:
2776: * src/types/pa_vdate.C: INT_MAX used
2777:
2778: 2015-10-03 moko
2779:
2780: * tests/: 302.html, results/302.processed: test for bug #1023
2781: (\u2028, \u2029 escaping) added
2782:
2783: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2784: json:string[] (fixes bug #1023)
2785:
2786: 2015-09-29 moko
2787:
2788: * tests/305.html: try-catch added for OS without ipv6 support
2789:
2790: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2791: compilation
2792:
2793: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2794: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2795: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2796: implemented to distinguish ^hash.method from $hash.field
2797: (implements feature #1017)
2798:
2799: * src/lib/punycode/pa_punycode.c: warning war
2800:
2801: * src/include/pa_config_includes.h: warning war
2802:
2803: * src/include/pa_config_includes.h: pragma warning actualized a bit
2804:
2805: * src/include/pa_config_includes.h: warning war
2806:
2807: * src/include/pa_hash.h: clang compilation fix
2808:
2809: 2015-09-27 moko
2810:
2811: * src/main/compile.tab.C: Bison 3 is now default
2812:
2813: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2814:
2815: 2015-09-25 moko
2816:
2817: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2818: works with undefined HASH_ORDER (related to feature #196)
2819:
2820: 2015-09-24 moko
2821:
2822: * tests/: 027.html, results/027.processed: test modified to test
2823: ^hash.sort (feature #196)
2824:
2825: * src/: classes/hash.C, include/pa_hash.h:
2826: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2827: added (implements feature #196)
2828:
2829: * tests/: 316.html, results/316.processed: Added test for bug #1025
2830: (exception handling in non-cached ^cache), plus for "it does not
2831: have logical value" and "$exception.handled value must be either
2832: boolean or string 'cache'" exceptions.
2833:
2834: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2835: code (fixes bug #1025)
2836:
1.95 moko 2837: 2015-09-23 moko
2838:
2839: * src/classes/table.C: warning war
2840:
2841: * src/: classes/math.C, types/pa_vcookie.C: warning war
2842:
2843: * src/classes/file.C: warning war
2844:
2845: * src/: include/pa_table.h, main/pa_table.C: warning war
2846:
2847: * src/: main/pa_request.C, classes/date.C: warning war
2848:
2849: * src/: types/pa_vdate.C, classes/op.C: warning war
2850:
2851: * tests/: 122.html, results/122.processed: win sync: to remove
2852: differences with OS that doesn't keep timezone change history
2853:
2854: * src/types/pa_vdate.C: tzset() should be called in Windows after
2855: TZ change (related to feature #36)
2856:
2857: * tests/: 075.html, results/075.processed: win sync: to remove
2858: differences with OS that doesn't keep timezone change history
2859:
2860: * tests/: 315.html, results/315.processed: win sync: to remove
2861: differences with OS that doesn't keep timezone change history
2862:
2863: * tests/: 256.html, results/256.processed: win sync: to remove
2864: differences with OS that doesn't keep timezone change history
2865:
2866: * tests/: 124.html, results/124.processed: win results sync: to
2867: avoid hitting time change hole.
2868:
2869: * src/types/pa_vdate.C: static returned. :)
2870:
2871: 2015-09-22 moko
2872:
2873: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2874:
2875: * tests/results/131.processed: more tests for feature #1032
2876:
2877: * src/classes/date.C: minor fix related to feature #1032
2878:
2879: * operators.txt: ISO date creation documented (related to feature
2880: #1032)
2881:
2882: * operators.txt: iso-string documented (related to feature #1032)
2883:
2884: * tests/: 315.html, results/315.processed: more tests added
2885: (related to feature #1032)
2886:
2887: * tests/: 131.html, results/131.processed: date range checks
2888: updated (related to feature #36)
2889:
2890: * tests/: 315.html, results/057.processed, results/315.processed:
2891: test added for ISO date support (related to issue #315)
2892:
2893: * src/classes/date.C: more readable exceptions in date creation
2894: (related to ticket #1032)
2895:
2896: 2015-09-18 moko
2897:
2898: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2899: added (related to issue #1032)
2900:
2901: * tests/results/256.processed, src/classes/json.C: iso-string
2902: documented (related to issue #1032)
2903:
2904: * tests/: 256.html, results/256.processed: ISO date check added
2905: (related to issue #1032)
2906:
2907: * tests/: 057.html, results/057.processed, results/224.processed:
2908: tests results updated after ISO date support implemented (related
2909: to feature #1032)
2910:
2911: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2912: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2913: ^date::create[string] constructor formalized, ^date.iso-string[]
2914: added (implements feature #1032)
2915:
2916: 2015-09-05 moko
2917:
2918: * operators.txt: actualized
2919:
2920: * operators.txt: date changes documented (related to ticket #36)
2921:
2922: 2015-09-04 moko
2923:
2924: * src/types/pa_vdate.C: warning war
2925:
2926: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2927:
2928: 2015-09-03 moko
2929:
2930: * tests/results/096.processed: test result updated for 0..9999 year
2931: date range support (related to feature #36)
2932:
2933: * tests/: 314.html, results/314.processed: test for
2934: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2935: bug #1031)
2936:
2937: * src/classes/string.C: Static calls fixed for ^string:base64[],
2938: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2939:
1.116 moko 2940: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2941: configure.in -> configure.ac
1.95 moko 2942:
1.116 moko 2943: * configure, configure.in, src/include/pa_config_auto.h.in: more
2944: correct timezone check for FreeBSD Warning war: configure.in ->
2945: configure.ac
1.95 moko 2946:
2947: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2948: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2949: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2950: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2951: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2952: src/main/Makefile.am, src/targets/apache/Makefile.am,
2953: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2954: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2955: check added
2956:
2957: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2958:
2959: * tests/results/: 124.processed, 224.processed: test resuls updated
2960: for new date implementation (related to feature #36)
2961:
2962: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2963: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2964: types/pa_vdate.h: new double date implementation with internal
2965: support for extended 0..9999 year range, default timezone support
2966: (related to feature #36)
2967:
2968: 2015-08-28 moko
2969:
2970: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2971: (fixes bug #1030)
2972:
2973: 2015-08-21 moko
2974:
2975: * src/classes/inet.C: snprintf size "bug" commented
2976:
2977: * src/main/pa_common.C: snprintf comments updated
2978:
2979: 2015-08-16 moko
2980:
2981: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2982:
2983: 2015-08-11 moko
2984:
2985: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2986: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2987: can be null (fixes bug #1029)
2988:
2989: 2015-08-06 moko
2990:
1.116 moko 2991: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2992: pa_vdate.C added
1.95 moko 2993:
2994: 2015-08-05 moko
2995:
2996: * tests/: 313.html, results/313.processed: test for
2997: ^table.count[columns] and ^table.flip[] with nameless tables
2998: (feature #1003)
2999:
3000: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3001: max_cell added, now ^table.count[columns] and ^table.flip[] works
3002: correctly for nameless tables (implements feature #1003)
3003:
3004: 2015-08-03 moko
3005:
3006: * tests/312.html: test for ^table.append[$hash] and
3007: ^table.insert[$hash] added (related to feature #1028)
3008:
3009: * src/classes/table.C: ^table.append[$hash] and
3010: ^table.insert[$hash] now supported (implements feature #1028)
3011:
3012: * tests/: 312.html, results/312.processed: test row copy in
3013: ^table.hash[; $.type[table] ] added (related to feature #1016)
3014:
3015: * src/classes/table.C: row copy now created in ^table.hash[;
3016: $.type[table] ] (related to feature #1016)
3017:
3018: 2015-07-29 moko
3019:
3020: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3021: added (related to feature #1016)
3022:
3023: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3024: ^table.delete[] added to delete current row (related to feature
3025: 1016)
3026:
3027: 2015-07-28 moko
3028:
3029: * tests/: 312.html, results/312.processed: test for
3030: $table.column[value] and ^table.insert{row} (related to feature
3031: #1016)
3032:
3033: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3034: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3035: ^table.insert{row} are now implemented (feature #1016)
3036:
3037: * src/include/pa_array.h: Optimization: bool reverse removed from
3038: append(), insert() added, memmove arguments order in remove()
3039: fixed (related to feature #1016)
3040:
3041: 2015-07-23 moko
3042:
3043: * src/classes/json.C: tainted json and empty json exception added
3044: (implements feature #1015)
3045:
3046: * tests/: 311.html, results/311.processed: empty json and tainted
3047: json exception test added (related to issue #1015)
3048:
3049: 2015-07-22 moko
3050:
3051: * tests/: 311.html, results/311.processed: test for UTF-8
3052: processing added
3053:
3054: * tests/: 311.html, results/311.processed: test for
3055: json_exception_with_source added (related to issue #394)
3056:
3057: * src/classes/json.C: json_exception_with_source added (implements
3058: feature #394)
3059:
3060: 2015-06-29 moko
3061:
3062: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3063: directories are now correctly determined if _d_type == DT_UNKNOWN
3064: (closes bug #1027)
3065:
3066: 2015-06-10 moko
3067:
3068: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3069: error if libxml has LIBXML_ICU_ENABLED.
3070:
3071: 2015-06-04 moko
3072:
3073: * tests/099.html: ups, reverting
3074:
3075: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3076: results/310.processed: tests for $response:body[ $.file[] ] and
3077: $response:last-modified added
3078:
3079: * src/main/pa_request.C: last-modified check fixed
3080:
3081: 2015-06-03 moko
3082:
3083: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3084: results/205.processed, results/293.processed: $response:headers
3085: logging added (tests for feature #1007)
3086:
3087: * src/: include/pa_common.h, include/pa_request.h,
3088: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3089: $response:headers are now in uppercase (closes feature #1007)
3090:
3091: 2015-06-02 moko
3092:
3093: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3094: build errors reverted for clang compatibility
3095:
3096: 2015-06-01 moko
3097:
3098: * src/include/pa_memory.h: -pedantic build errors fixed
3099:
3100: * src/classes/math.C: -pedantic build error fixed
3101:
3102: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3103:
3104: 2015-05-31 moko
3105:
3106: * src/classes/table.C: USE_STRINGSTREAM optimized
3107:
3108: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3109: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3110: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3111: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3112: types/pa_vxnode.h: warning war (-pedantic flag)
3113:
3114: 2015-05-28 moko
3115:
3116: * tests/: 308.html, results/308.processed: test for
3117: ^table::create[$t;], etc work added (related to bug #975)
3118:
3119: * src/classes/table.C: check_option_param removed,
3120: ^table::create[$t;], etc now works (fixes bug #975)
3121:
3122: 2015-05-27 moko
3123:
3124: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3125: (Debian jessie) fixed (closes issue #1024)
3126:
3127: * tests/Makefile: sort added as in Debian jessie list become
3128: unsorted
3129:
3130: 2015-05-18 moko
3131:
3132: * tests/: 201.html, results/201.processed: test for
3133: ^string.trim[what] feature #1022
3134:
3135: * src/classes/string.C: ^string.trim[what] now supported,
3136: implements feature #1022
3137:
3138: 2015-05-17 moko
3139:
3140: * tests/results/185.processed: test result updated as feature #1021
3141: implemented (left/right accept negative parameter)
3142:
3143: * src/classes/string.C: left/right now accept negative parameter
3144: (implements feature #1021)
3145:
3146: 2015-05-08 moko
3147:
3148: * src/classes/math.C: isalnum -> pa_isalnum
3149:
3150: * src/main/execute.C: optimization in getter-junction processing
3151: (related to issue #997)
3152:
3153: 2015-05-07 moko
3154:
3155: * tests/: 307.html, results/307.processed: test for issue #997
3156: added
3157:
3158: * src/main/execute.C: process_getter result now checked if junction
3159: returned (closes issue #997)
3160:
3161: * tests/: 305.html, results/305.processed: sort added to ignore
3162: different order
3163:
3164: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3165: assignment (closes issue #994)
3166:
3167: * tests/: 306.html, results/306.processed: test for issue #994
3168: added
3169:
3170: * tests/: 303.html, results/303.processed: two more errors tested
3171:
3172: 2015-05-06 moko
3173:
3174: * tests/: 305.html, results/305.processed: test for name2ip &
3175: ip2name added (related to feature #992)
3176:
3177: * tests/: 303.html, 304.html, results/303.processed,
3178: results/304.processed: tests for idna conversion added (related
3179: to issue #849)
3180:
3181: 2015-05-02 moko
3182:
3183: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3184: implemented
3185:
3186: 2015-04-30 moko
3187:
3188: * src/main/pa_http.C: idna_host added, related to issue #849
3189:
3190: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3191: (related to issue #849)
3192:
3193: 2015-04-24 moko
3194:
3195: * src/types/pa_vjunction.C: warning war
3196:
3197: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3198: unification
3199:
3200: * src/lib/punycode/pa_idna.c: warning war
3201:
3202: 2015-04-22 moko
3203:
3204: * src/main/main.vcproj: punycode include path added
3205:
3206: * src/lib/punycode/pa_idna.c: windows compile error fixed
3207:
3208: * src/lib/punycode/pa_idna.c: warning war
3209:
3210: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3211: project file added
3212:
3213: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3214:
3215: * src/include/pa_memory.h: warning war
3216:
3217: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3218: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3219: implemented (related to feature #849)
3220:
3221: * configure.in, src/main/Makefile.am,
3222: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3223: libpunycode added in Unix
3224:
3225: 2015-04-21 moko
3226:
3227: * configure.in: large files support
3228:
3229: 2015-04-15 moko
3230:
3231: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3232: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3233: pa_punycode.h: initial version for punycode/idna support library
3234: (ticket #849)
3235:
3236: 2015-04-08 moko
3237:
3238: * src/: classes/curl.C, classes/date.C, classes/file.C,
3239: classes/image.C, classes/mail.C, classes/reflection.C,
3240: classes/string.C, classes/xnode.C, include/pa_request.h,
3241: include/pa_string.h, include/pa_stylesheet_connection.h,
3242: main/compile.y, main/compile_tools.h, main/execute.C,
3243: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3244: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3245: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3246: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3247: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3248: clang compiler warnings (closes issue #1018)
3249:
3250: * src/include/pa_string.h: String::Body comparation operators with
3251: char * added (related to issue #958)
3252:
3253: 2015-04-07 moko
3254:
3255: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3256: pa_malloc/pa_free to remove system malloc/free usage (related to
3257: issue #1018)
3258:
3259: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3260: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3261: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3262: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3263: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3264: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3265: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3266: malloc/strdup/free replaced with pa_ version and checks for
3267: accidental use of non-pa_ version added (related to issue #1018)
3268:
3269: 2015-04-03 moko
3270:
3271: * buildall: pcre-8.33 -> pcre-8.36
3272:
3273: * src/: main/compile.y, classes/form.C, classes/mail.C,
3274: classes/op.C, classes/string.C, main/compile.tab.C,
3275: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3276: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3277: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3278: ticket #958)
3279:
3280: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3281: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3282: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3283: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3284: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3285: $request:headers, $request:method added (implements feature
3286: #1007)
3287:
3288: 2015-03-17 misha
3289:
3290: * tests/302.html: - test for
3291: ^json:string[...;$._default[method-name]]
3292:
3293: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3294: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3295: option $._default[method-name] is specified in ^json:string[], a
3296: method with specified name will be called for classes/objects
3297: serialization ( new feature: #982 )
3298:
3299: 2015-03-16 misha
3300:
3301: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3302: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3303: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3304: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3305: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3306: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3307: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3308: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3309: types/pa_vrequest.h, types/pa_vstateless_class.C,
3310: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3311: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3312: $var.CLASS_NAME now have special opcodes. This can be switched
3313: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3314: on pa_opcode.h ( new feature: #844 )
3315:
3316: 2015-03-15 misha
3317:
3318: * tests/075.html: - test for $response:header[]
3319:
3320: * src/types/pa_vresponse.C: - $response:header[] deletes header
3321: that was set earlie ( new feature: #1001 )
3322:
3323: 2015-03-12 misha
3324:
3325: * tests/246.html: - more tests for ^hash._at[]
3326:
3327: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3328: accepts second param [key|value|hash] ( new feature: #1012 )
3329:
3330: 2015-03-09 moko
3331:
3332: * src/types/pa_vmail.C: exception for everything but
3333: $mail:received, closes issue #1011
3334:
3335: 2015-02-20 moko
3336:
3337: * tests/: 275.html, results/275.processed: hex detection in
3338: pa_atoui fix test (closes issue #1010)
3339:
3340: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3341: issue #1010)
3342:
3343: 2015-02-17 moko
3344:
3345: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3346: tainted.
3347:
3348: 2015-02-03 misha
3349:
3350: * tests/301.html: - test for ^json:string($double) causes
3351: exception. bugfix: #1008
3352:
3353: * src/classes/json.C: - ^json:string($double) causes exception.
3354: bugfix: #1008
3355:
3356: * tests/014.html: - updated for work with ^hash.delete[]
3357:
3358: 2015-01-12 misha
3359:
3360: * src/: classes/form.C, include/pa_common.h,
3361: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3362: types/pa_vform.h: - supports body with PUT method as well ( new
3363: feature: #1006 )
3364:
3365: * src/classes/file.C: - warnings war
3366:
3367: 2015-01-11 misha
3368:
3369: * tests/300.html: - test for ^hash.delete[] is added
3370:
3371: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3372: feature: #989 ) - tiny optimization in intersects
3373:
3374: 2015-01-06 moko
3375:
3376: * src/types/pa_vmail.C: file names transcode added, to and cc added
3377: with transcode, attachments detection fixed
3378:
3379: * src/main/pa_request.C: filling mail received after cgi/auto.p
3380: load to allow charset switch (related to issue #996)
3381:
3382: 2014-12-31 moko
3383:
3384: * src/types/pa_vmail.C: from and subject now transcoded if not
3385: UTF-8 source charset (fixes issue 996)
3386:
3387: * src/main/pa_exception.C: fixed string from stack bug (closes
3388: issue #1000)
3389:
3390: 2014-12-11 misha
3391:
3392: * src/types/pa_vhashfile.C: - check if key is not empty before
3393: access ( bug fix: #1005 )
3394:
3395: 2014-11-13 misha
3396:
3397: * src/main/compile.y: - PC.append does not reset to false while
3398: creating a new class. bugfix: #990
3399:
3400: * tests/299.html: - test for creation class after working with
3401: partial class (create+append)
3402:
3403: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3404: #995
3405:
3406: * tests/232.html: - test for @get[def] added
3407:
3408: 2014-10-12 moko
3409:
3410: * src/lib/pcre/pcre_internal.vcproj: correct path
3411:
3412: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3413: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3414: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3415: targets/apache/ApacheModuleParser3.vcproj,
3416: targets/apache/ApacheModuleParser3Core.vcproj,
3417: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3418: types/types.vcproj: project GUID inserted in *.vcproj for correct
3419: conversion in newer VS versions
3420:
3421: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3422: pcre_internal.vcproj added
3423:
3424: 2014-08-28 moko
3425:
3426: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3427: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3428: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3429:
3430: 2014-06-30 misha
3431:
3432: * tests/298.html: - tests for ^reflection:def[class;className]
3433: added
3434:
3435: * src/classes/reflection.C: - ^reflection:def[class;className]
3436: added ( new feature: #918 )
3437:
3438: 2014-06-29 misha
3439:
3440: * src/classes/table.C: - ^table::create[unsupported data] -
3441: exception comment changed to "body must be table or code" ( bug
3442: fix: #951 )
3443:
3444: * tests/: 261.html, results/261.processed: - tests for
3445: ^json:string[...;$.void[null|string]] added
3446:
3447: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3448: option $.void[string|null] added to ^json:string[...] ( new
3449: feature: #952 )
3450:
3451: 2014-06-28 moko
3452:
3453: * src/classes/curl.C: $.charset now processed before other curl
3454: options (closes issue #980)
3455:
3456: 2014-05-23 misha
3457:
3458: * src/classes/json.C: - bug fix: #987
3459:
3460: 2014-05-04 misha
3461:
3462: * tests/: 253.html, 253_json.txt: - test for
3463: ^json:parse[$.int(false)] is added
3464:
3465: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3466: default true). The option is similar to $.double(bool) but for
3467: integers.
3468:
3469: 2014-05-01 moko
3470:
3471: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3472: #12 )
3473:
3474: 2014-04-16 moko
3475:
3476: * src/main/pa_http.C: response-charset option should finally work
3477: now (fix for issue #867)
3478:
3479: * src/main/pa_http.C: response-charset option should work now (fix
3480: for issue #867)
3481:
3482: 2014-03-07 moko
3483:
3484: * buildall: libgc moved
3485:
3486: * buildall: libgc moved
3487:
3488: 2013-12-29 moko
3489:
3490: * src/classes/string.C: ^string:js-unescape result now tainted,
3491: closes issue #966
3492:
3493: * tests/: 186.html, results/186.processed: ^string:js-unescape
3494: result now tainted, issue #966
3495:
3496: 2013-12-03 moko
3497:
3498: * src/: classes/memcached.C, types/pa_vmemcached.C,
3499: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3500: option was added for http://www.parser.ru/forum/?id=79343
3501:
3502: * src/classes/file.C: bugfix for
3503: http://www.parser.ru/forum/?id=79337
3504:
3505: 2013-11-05 moko
3506:
3507: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3508:
3509: * src/main/pa_globals.C: spelling fixed
3510:
3511: 2013-10-29 moko
3512:
3513: * src/lib/json/json.vcproj: json.c -> pa_json.C
3514:
3515: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3516: #892
3517:
3518: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3519: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3520: exceptions to be thrown thougth json library), related to issue
3521: #892
3522:
3523: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3524: related to issue #896
3525:
3526: 2013-10-24 moko
3527:
3528: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3529:
3530: 2013-10-23 moko
3531:
3532: * README: actualization
3533:
3534: 2013-10-22 moko
3535:
3536: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3537: compatibility patch from Sergey Kirpichev
3538:
3539: * tests/: 297.html, results/297.processed: non-working getter fix
3540: test for issue #948
3541:
3542: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3543: called when saving value of $match variable in ^string.match[] to
3544: increase compatibility (related to issue #948).
3545:
3546: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3547: usage optimization
3548:
3549: 2013-10-21 moko
3550:
3551: * tests/: 182.html, results/182.processed: local path removed for
3552: compatibility
3553:
3554: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3555: results/244.processed, results/253.processed,
3556: results/254.processed, results/275.processed,
3557: results/281.processed: try_catch -> try-catch
3558:
3559: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3560: results/294.processed, results/296.processed: try_catch ->
3561: try-catch
3562:
3563: 2013-10-20 moko
3564:
3565: * tests/: 296.html, results/296.processed: test for xsl exception
3566: for issue #938 added.
3567:
3568: * src/: include/pa_xml_exception.h,
3569: main/pa_stylesheet_connection.C: forgotten to be replaced
3570: XmlException is now replaced (once again closes issue #938)
3571:
3572: 2013-10-19 misha
3573:
3574: * bin/auto.p.dist.in: - more mime-types are added
3575:
3576: 2013-10-18 moko
3577:
3578: * buildall: disable clock_gettime detection to avoid librt linking
3579: (which in turn depends on libpthread), related to issue #943
3580:
3581: 2013-10-18 misha
3582:
3583: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3584: lib/smtp/smtp.vcproj, main/main.vcproj,
3585: targets/apache/ApacheModuleParser3Core.vcproj,
3586: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3587: types/types.vcproj: - new locations for libxml2 includes where
3588: added to vcproj files
3589:
3590: 2013-10-18 moko
3591:
3592: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3593: fix
3594:
3595: * tests/: 295.html, results/295.processed: test for issue #948
3596: updated
3597:
3598: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3599: :)
3600:
3601: * tests/: 295.html, results/295.processed: test for issue #948
3602: added
3603:
3604: * src/: classes/hash.C, classes/string.C, classes/table.C,
3605: include/pa_request.h, types/pa_method.h: for getters and setters
3606: to be executed request.put_element should be called, not
3607: context.put_element (fixes issue #948)
3608:
3609: 2013-10-17 moko
3610:
3611: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3612: LIBXML2_NEW_BUFFER check (closes issue #943)
3613:
3614: * buildall: libxml 2.9.1 build is broken --without-reader.
3615:
3616: 2013-10-16 moko
3617:
3618: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3619:
3620: * tests/: 294.html, results/294.processed: test for issue #938
3621:
3622: * src/: classes/xdoc.C, classes/xnode.C,
3623: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3624: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3625:
3626: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3627: libxslt-1.1.26 -> libxslt-1.1.28
3628:
3629: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3630: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3631: to '?', related to issue #938
3632:
3633: 2013-10-15 moko
3634:
3635: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3636: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3637: minor optimizations (closes issue #896)
3638:
3639: * tests/results/: 292.processed, 293.processed: results updated to
3640: comply with issue #896
3641:
3642: * tests/: 292.html, 293.html, results/292.processed,
3643: results/293.processed: tests for json escaping
3644:
3645: 2013-10-14 moko
3646:
3647: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3648: and cleanup, code moved from .h to .C, no changes in code
3649:
3650: 2013-10-12 moko
3651:
3652: * tests/results/119.processed: updated test result commited
3653:
3654: * tests/: 291.html, results/291.processed: test for issue #894
3655: added
3656:
3657: * src/types/pa_wcontext.h: base methods call support function
3658: get_somebody_entered_some_class should not be true forever, as
3659: wcontext can have many get_elements calls (fixes issue #894)
3660:
3661: 2013-10-11 moko
3662:
3663: * tests/: 290.html, results/290.processed: test for junction GPF
3664: issue #942 added
3665:
3666: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3667: to native method fixed (closes issue #942)
3668:
3669: * tests/: 158.html, results/158.processed: test for csv-string[]
3670: added
3671:
3672: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3673: feature #907)
3674:
3675: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3676: feature #907)
3677:
3678: 2013-10-09 moko
3679:
3680: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3681: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3682: types/pa_vstateless_class.C: GET_default, SET_default now works
3683: properly not only in objects, but in classes as well (closes
3684: issue #903)
3685:
3686: * tests/: 289.html, results/289.processed: GET/SET_default now
3687: works in classes, not only objects, test case added, related to
3688: issue #903
3689:
3690: * tests/: 288.html, results/288.processed: test for endless
3691: recursion bug added (related to issue #903)
3692:
3693: 2013-10-05 moko
3694:
3695: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3696: classes/table.C, main/execute.C, types/pa_method.h,
3697: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3698: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3699: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3700: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3701: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3702: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3703: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3704: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3705: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3706: optimization: put_element no longer has "bool areplace" argument,
3707: related to issue #903
3708:
3709: 2013-10-03 moko
3710:
3711: * tests/results/182.processed: result for $.replace(false) test
3712: commited
3713:
3714: * src/classes/date.C: ^date::create(number) processed correctly
3715: (fixes issue #901)
3716:
3717: * src/classes/image.C: as_no_junction removed, as param can be
3718: expression (closes issue #931)
3719:
3720: * tests/233.html: test for issue #931 added
3721:
3722: 2013-10-02 moko
3723:
3724: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3725: modified, test for $.replace(false) added
3726:
3727: * src/main/compile_tools.h: forgotten class replace returned. :)
3728:
3729: 2013-09-30 moko
3730:
3731: * tests/: 141.html, results/141.processed: md5 tainting test added
3732:
3733: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3734: main/compile_tools.h, main/pa_request.C: allow_class_replace
3735: implemented; $.replace option added to ^process and ^use
3736:
3737: 2013-08-27 moko
3738:
3739: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3740: cstr_to_string_body_untaint should be called with charsets for
3741: possible uri language and connection for possible sql language.
3742: related to issue #857
3743:
3744: * buildall: and -> or fixed
3745:
3746: 2013-08-26 moko
3747:
3748: * buildall: prepare_ functions logic changed to support
3749: gc-7.2d.tar.gz extracting to gc-7.2 directory
3750:
3751: 2013-08-23 moko
3752:
3753: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3754: statically
3755:
3756: 2013-08-22 moko
3757:
3758: * src/classes/string.C: String::Empty used (related to issue #912)
3759: append_know_length removed (related to old GPF bug)
3760:
3761: 2013-08-21 moko
3762:
3763: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3764:
3765: * src/classes/math.C: ^math:digest[...;$file] support added
3766: (related to ticket #857
3767:
3768: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3769: implemented
3770:
3771: * src/types/pa_vhashfile.h: warning war
3772:
3773: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3774: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3775: anti_endless_json_string_recoursion removed from request;
3776: json_string_recoursion added to json_options; $.indent[indent
3777: value] now supported and passed within recoursion closes feature
3778: #937
3779:
3780: * tests/: 287.html, results/287.processed: test for feature #937
3781:
3782: 2013-07-31 moko
3783:
3784: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3785: compilation having #define _S
3786:
3787: * src/main/pa_globals.C: cleanup
3788:
3789: 2013-07-30 moko
3790:
3791: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3792: main/pa_common.C: vs2003 warning war
3793:
3794: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3795:
3796: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3797:
3798: * src/lib/md5/pa_sha2.c: warning war
3799:
3800: 2013-07-29 moko
3801:
3802: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3803: patches from github
3804:
3805: * src/: classes/bool.C, classes/double.C, classes/int.C,
3806: classes/memcached.C, include/pa_config_includes.h,
3807: types/pa_vfile.C, types/pa_vfile.h: warning war
3808:
3809: * src/lib/json/json.vcproj: C++ -> C
3810:
3811: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3812:
3813: * src/lib/json/: json.c, pa_json.C: windows compatibility
3814:
3815: * src/lib/json/: json.c, pa_json.C: windows compatibility
3816:
3817: * src/lib/json/: json.c, pa_json.C: warning war
3818:
3819: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3820:
3821: * src/include/pa_config_fixed.h: uint16_t added
3822:
3823: * configure.in: uint16_t check added
3824:
3825: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3826: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3827: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3828: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3829: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3830:
3831: 2013-07-25 moko
3832:
3833: * parser3.sln: dependencies added
3834:
3835: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3836: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3837: module support
3838:
3839: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3840:
3841: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3842:
3843: 2013-07-23 moko
3844:
3845: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3846: PA_DEBUG_GC_MEMORY removed
3847:
3848: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3849: PA_DEBUG_DISABLE_GC compilation fix
3850:
3851: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3852: main/pa_request.C: outdated RESOURCES_DEBUG removed
3853:
3854: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3855: garbage cleanup
3856:
3857: * src/main/pa_common.C: warning war
3858:
3859: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3860:
3861: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3862: minor cleanup
3863:
3864: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3865: uses cygwin, not WIN32 implementation
3866:
3867: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3868: able to exec shell scripts
3869:
3870: * src/classes/math.C: ifdef WIN32 cleanup
3871:
3872: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3873:
3874: * bin/auto.p.dist.in: libpq.so -> libpq.
3875:
3876: * src/classes/curl.C: LT_MODULE_EXT used
3877:
3878: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3879:
3880: 2013-07-22 moko
3881:
3882: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3883: includes fix
3884:
3885: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3886:
3887: * configure.in, src/include/pa_config_includes.h,
3888: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3889: src/main/pa_exec.C: includes cleanup
3890:
3891: * src/targets/cgi/parser3.C: 2012->2013
3892:
3893: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3894:
3895: * configure.in, src/include/pa_config_includes.h,
3896: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3897: src/main/pa_random.C, src/main/pa_socks.C,
3898: src/types/pa_vstatus.C: cygwin support cleanup
3899:
3900: * configure.in: dirent.h check added
3901:
3902: * src/: include/pa_config_includes.h, include/pa_dir.h,
3903: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3904: not copied
3905:
3906: 2013-07-21 moko
3907:
3908: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3909:
3910: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3911: parser3.vcproj: unused getopt.h / getopt.c removed
3912:
3913: * operators.txt, src/classes/file.C, tests/022.html,
3914: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3915: $.stat(true)] usage commented
3916:
3917: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3918: src/main/pa_dir.C: ^file:list[] now has dir column and when
3919: $.stat(true) it has size/*date columns modified patch from misha@
3920: that closes issue #914.
3921:
3922: * src/: include/pa_config_includes.h, main/pa_globals.C:
3923: PA_RELEASE_ASSERTS removed
3924:
3925: * src/lib/md5/pa_md5c.c: minor cleanup
3926:
3927: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3928: localeconv()->decimal_point usage remoed (related to issue #934)
3929:
3930: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3931: cordprnt.c removed
3932:
3933: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3934: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3935: pa-include/pa_strings.h: includes cleanup
3936:
3937: * src/lib/md5/pa_md5c.c: headers cleanup
3938:
3939: 2013-07-20 moko
3940:
3941: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3942: cleanup
3943:
3944: 2013-07-19 moko
3945:
3946: * src/classes/math.C: extern "C" added for crypt
3947:
3948: 2013-07-18 moko
3949:
3950: * src/classes/math.C: fix redhat7.2 build
3951:
3952: 2013-07-17 moko
3953:
3954: * configure.in, src/include/pa_config_includes.h,
3955: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3956: added for uint8/32/64_t)
3957:
3958: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3959: pa_config_includes.h used for uint32/64_t
3960:
3961: 2013-07-16 moko
3962:
3963: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3964: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3965: war
3966:
3967: * src/main/compile.tab.C: compile.y was updated
3968:
3969: * src/main/compile.y: warning war
3970:
3971: * src/: include/pa_exception.h, main/pa_exception.C,
3972: main/pa_xml_exception.C: warning war
3973:
3974: * src/: include/pa_common.h, main/pa_common.C: warning war
3975:
3976: * configure.in: beauty :)
3977:
3978: * tests/: 141.html, results/141.processed: sha256/512 added
3979:
3980: 2013-07-13 moko
3981:
3982: * src/lib/md5/md5.vcproj: sha2 added
3983:
3984: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3985: classes/math.C: sha2 support (sha256/sha512 digest)
3986:
3987: 2013-07-08 moko
3988:
3989: * src/classes/image.C: directory read or other read problem message
3990: fixed (related to issue #933)
3991:
3992: 2013-07-07 moko
3993:
3994: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3995: dependense from $charsetsdir directory existance and content (and
3996: UTF-8 is default allready)
3997:
3998: * AUTHORS: + misha + moko. :)
3999:
4000: 2013-07-06 moko
4001:
4002: * src/: classes/curl.C, include/pa_globals.h,
4003: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4004: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4005: for lt_dlinit to be called once and lt_dlexit called at right
4006: place (related to issue #925)
4007:
4008: 2013-07-04 moko
4009:
4010: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4011: VString::as_vfile now uses vfile.set_binary_string to avoid
4012: content-type to be set, as it brokes badly designed logic in
4013: response output. This hopefully finishes issue #928.
4014:
4015: * tests/results/: 256.processed, 286.processed: file now displayed
4016: as name, size, mode, content-type
4017:
4018: * src/main/pa_common.C: read error now reported cottectly (fixes
4019: issue #933
4020:
4021: 2013-06-28 moko
4022:
4023: * tests/: 286.html, results/286.processed: test extended
4024:
4025: * tests/: 286.html, results/286.processed: Test for issue #928
4026: added. it tests default content-type change.
4027:
4028: * src/types/pa_vfile.C: closes issue #928 - default content-type
4029: now updated
4030:
4031: 2013-06-25 moko
4032:
4033: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4034: content-type for text/binary files without name added;
4035: ^file::create[$f;...] options now works properly and $f
4036: properties are default (fixes issue #928)
4037:
4038: 2013-05-16 misha
4039:
4040: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4041: added
4042:
4043: * src/main/pa_table.C: - a tiny memory optimisation while creating
4044: table if specified limit is bigger than source rows count
4045:
4046: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4047: added ( new feature: #858 )
4048:
4049: 2013-04-29 moko
4050:
4051: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4052: $.ipresolve(0|1|2) added (closes issue #891)
4053:
4054: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4055:
4056: 2013-04-24 moko
4057:
4058: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4059: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4060: types/pa_vmemcached.h: ^memcache.release[] added, calls
4061: memcached_quit (refs #893)
4062:
4063: 2013-04-22 moko
4064:
4065: * src/: include/pa_string.h, main/pa_common.C: no more double
4066: slashes in file path (fixes bug #872)
4067:
4068: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4069: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4070: #739)
4071:
4072: * tests/results/266.processed: $.max_params added (feature #915)
4073:
4074: * src/: include/pa_common.h, main/pa_http.C: response-charset
4075: option added to file::load (closes issue #867)
4076:
4077: 2013-04-20 misha
4078:
4079: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4080: commited
4081:
4082: 2013-03-15 misha
4083:
4084: * src/classes/: hash.C, table.C: - Optimisation: do not create
4085: multiple empty strings while ::sql. uae String::Empty instead
4086:
4087: 2013-03-14 misha
4088:
4089: * src/classes/reflection.C: - for user classes
4090: ^reflection:method_info[] returns $.max_params and $.extra_param
4091: with $.call_type if they available ( new feature: #915 )
4092:
4093: * src/classes/file.C: - ^file:delete[] now supports an option
4094: $.exception(false) that suppress any exception while deleting
4095: file ( new feature: #916 )
4096:
4097: * src/classes/curl.C: - parsing cookies after curl:load now should
4098: work :)
4099:
4100: 2013-03-12 misha
4101:
4102: * src/types/pa_vfile.C: - if specified file_name is empty string
4103: set default name for the file
4104:
4105: 2013-03-11 misha
4106:
4107: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4108: also available in $f.cookies
4109:
4110: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4111: moved to a separate method
4112:
4113: 2013-03-10 moko
4114:
4115: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4116: added
4117:
4118: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4119: removed (declared by autoconf)
4120:
4121: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4122: uint32_t define
4123:
4124: 2013-03-10 misha
4125:
4126: * src/classes/file.C: ^file:delete and ^file:move now support
4127: option $.keep-empty-dirs(true) ( new feature: #884 )
4128:
4129: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4130: empty dirs is added
4131:
4132: 2013-03-10 moko
4133:
4134: * src/classes/: bool.C, double.C, int.C: default can be present,
4135: but default check removed from ^int/double/bool.int/double/bool
4136: for string.int/double/bool compatibility (related to issue #913)
4137:
4138: * src/classes/string.C: ^string.int/dobule/bool no longer
4139: internally throws exception if default is present (closes issue
4140: #913)
4141:
4142: 2013-03-09 misha
4143:
4144: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4145: optimisations ( #845 )
4146:
4147: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4148:
4149: 2013-03-08 moko
4150:
4151: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4152: creates correct table (fixes issue #910)
4153:
4154: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4155: use outside of 'connect' operator (fixes issue #911)
4156:
4157: * tests/results/: 096.processed, 122.processed: test results
4158: updated as doubles now printed with 15 significant digits, not 5
4159: (fixes issue #882)
4160:
4161: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4162: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4163:
4164: 2013-02-21 moko
4165:
4166: * src/classes/table.C: _locate_name_value does not check arguments
4167: count, so we check it in advance (fixes issue #905)
4168:
4169: 2012-10-23 moko
4170:
4171: * buildall: old shell for and echo compatibility (for six)
4172:
4173: 2012-10-19 moko
4174:
4175: * buildall: --strip added --disable-safe-mode listed in usage
4176:
4177: 2012-10-17 misha
4178:
4179: * src/classes/op.C: - apply-taint should not throw "outside
4180: connect" exception with sql lang now
4181:
4182: 2012-10-17 moko
4183:
4184: * src/main/pa_request.C: bugfix: safe mode should be inited for
4185: each request (for apache module)
4186:
4187: 2012-09-26 moko
4188:
4189: * src/doc/doxygen.cfg: png -> svg
4190:
4191: 2012-09-25 moko
4192:
4193: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4194: test added
4195:
4196: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4197: double use when key is long
4198:
4199: 2012-09-16 moko
4200:
4201: * src/classes/math.C: Format -> Method Encode -> Format
4202:
4203: * tests/: 141.html, results/141.processed: math:digest hmac test
4204: added
4205:
4206: 2012-09-14 moko
4207:
4208: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4209: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4210: implementation added
4211:
4212: 2012-09-12 moko
4213:
4214: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4215: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4216: targets.dox and string.dox slightly actualized
4217:
4218: 2012-08-31 moko
4219:
4220: * ChangeLog: now generated with patched cvs2cl.pl
4221:
4222: 2012-07-29 moko
4223:
4224: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4225: result should be pushed after VMethodFrame destructor is called,
4226: as it deletes junctions from stack params (fixes issue #868)
4227:
4228: 2012-07-23 moko
4229:
4230: * INSTALL, README: buildall script usage documented, other outdated
4231: info updated.
4232:
4233: * buildall-with-xml, buildall-without-xml: replaced by buildall
4234:
4235: 2012-07-21 moko
4236:
4237: * buildall: glib does not compile when threads are disabled...
4238:
4239: * src/types/pa_vmail.C: g_assertion fixes for empty input
4240:
4241: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4242: unref, can't unref nested objects)
4243:
4244: * src/types/pa_vmail.C: another check added
4245:
4246: 2012-07-19 moko
4247:
4248: * buildall: usage added
4249:
4250: * buildall: new buildall script that unites buildall-with-xml,
4251: buildall-without-xml, --with-apache and --with-mailreceive
4252:
4253: * configure.in: support for static gmime and dynamic glib linking.
4254: fixes for FreeBSD
4255:
4256: 2012-07-17 moko
4257:
4258: * configure.in: --with-mailreceive replaced
4259: --with-static-mailreceive and --with-shared-mailreceive pathlink
4260: removed
4261:
4262: 2012-07-16 moko
4263:
4264: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4265: capitalized, content now decoded and text content converted to
4266: $request:charset. all properties are accessed by functions, this
4267: ready for dynamic load.
4268:
4269: 2012-06-28 moko
4270:
1.116 moko 4271: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4272: 32 bit
1.95 moko 4273:
4274: 2012-06-27 moko
4275:
4276: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4277: passive ftp
4278:
4279: * src/lib/ltdl/ltdl.vcproj: release build fixed
4280:
4281: * configure.in: 3.4.2 RC -> 3.4.2
4282:
4283: 2012-06-22 moko
4284:
4285: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4286: #815)
4287:
4288: * tests/: 284.html, results/284.processed: output options test
4289: (feature #265)
4290:
4291: 2012-06-22 misha
4292:
4293: * tests/215.html: - little changes
4294:
4295: 2012-06-21 moko
4296:
4297: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4298: types/pa_vxdoc.h: output_options returned and used (bugfix for
4299: feature #265)
4300:
4301: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4302: breaks long .*, default 10M restored. (issue #216)
4303:
4304: * tests/: 283.html, results/283.processed: test for issue #815
4305: added
4306:
4307: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4308: again, cstrm not required.
4309:
4310: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4311: Win32 and broken FreeBSD (issue #45)
4312:
4313: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4314:
4315: * src/main/pa_string.C: warnings war
4316:
4317: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4318: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4319: main/pa_socks.C, targets/apache/pa_threads.C,
4320: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4321: types/pa_vstatus.C: compilation under cygwin fixed
4322:
4323: 2012-06-19 moko
4324:
4325: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4326: Windows fixed
4327:
4328: * parser3.sln: removed antique pcre_ctype
4329:
4330: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4331:
4332: * src/include/pa_config_fixed.h: undefined reference to
4333: __imp__pcre_* fix for Windows
4334:
4335: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4336: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4337: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4338: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4339: define fixed
1.95 moko 4340:
4341: 2012-06-18 moko
4342:
4343: * src/classes/memcached.C: flush -> clear
4344:
4345: * src/classes/memcached.C: memcached does not support quotes even
4346: in server name
4347:
4348: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4349: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4350: called on open to check servers existance. $.key(true) syntax
4351: now supported
4352:
4353: 2012-06-17 moko
4354:
4355: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4356: cleanup
4357:
4358: * src/classes/table.C, tests/282.cfg, tests/282.html,
4359: tests/results/282.processed: encloser at the EOF bug fixed,
4360: incorrectly enclosed data now processed more logicaly (fixes
4361: #339)
4362:
4363: 2012-06-15 moko
4364:
4365: * buildall-without-xml: sync with buildall-with-xml
4366:
4367: * buildall-with-xml: download auto-detected between fetch and curl
4368:
4369: * configure.in: --with-gc and --with-pcre now also processed
4370: correctly
4371:
1.116 moko 4372: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4373: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4374: should be run on rol1 using automake / aclocal (GNU automake)
4375: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4376:
4377: * configure.in: new PARSER_VERSION logic
4378:
4379: * src/include/pa_version.h: new pa_version.h logic
4380:
4381: * src/: classes/curl.C, classes/file.C, classes/image.C,
4382: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4383: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4384: feols_normalized -> fis_text_content set_binary added
4385:
4386: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4387:
4388: 2012-06-15 misha
4389:
4390: * src/: classes/curl.C, classes/file.C, classes/image.C,
4391: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4392: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4393: ^file::create[text;content] EOLs in content now is normalized. (
4394: new feature: #815 )
4395:
4396: 2012-06-15 moko
4397:
4398: * configure.in: --disable-version-update added to disable version
4399: update with host information (for debian package) whitespace
4400: optimized
4401:
4402: * configure.in: version changed to 3.4.2 RC no-pic added for
4403: libtool
4404:
4405: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4406: it.
4407:
4408: 2012-06-14 moko
4409:
4410: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4411: tests/results/281.processed: "hash flocked" error removed for
4412: safe operations like ^h._count[] ( new feature: #335 )
4413:
1.116 moko 4414: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4415:
4416: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4417:
4418: * configure.in: --with-static/shared xml replaced with --with-xml,
4419: xml compilation check added
4420:
4421: * configure.in: --with-static/shared-gc, --with-static-pcre are
4422: replaced with --with-gc and --with-pcre test for pcre linking
4423: added
4424:
4425: 2012-06-13 moko
4426:
4427: * configure.in: apxs2 check optimized
4428:
4429: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4430: .la, includes optimized
4431:
4432: * buildall-with-xml: --with-pic looks better for -fPIC
4433:
4434: * configure.in: switched to convenience library in static linking
4435:
4436: * src/targets/apache/Makefile.am: switched to convenience library
4437: usage to avoid libtool warnings
4438:
4439: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4440: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4441: smtp/Makefile.am: switched to convenience library usage
4442:
4443: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4444:
4445: * src/targets/apache/Makefile.am: updated for libtool usage
4446:
4447: * bin/auto.p.dist.in: .cfg removed from charset names.
4448:
4449: * buildall-without-xml: --with-included-ltdl added
4450:
4451: * buildall-without-xml: sync with buildall-with-xml
4452:
4453: * buildall-with-xml: --with-included-ltdl added $cflags added for
4454: -fPIC for x64 $download added for wget success check added
4455:
4456: * buildall-without-xml: --with-dynamic-stdcpp removed
4457:
4458: * configure.in: disable-static returned
4459:
4460: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4461: LIBTOOLFLAGS
4462:
4463: 2012-06-12 moko
4464:
4465: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4466: compatible with LIBTOOLFLAGS for unknown reasons
4467:
4468: * buildall-with-xml: --with-dynamic-stdcpp removed
4469:
4470: * configure.in: static/dynamic -lstdc++ linking option removed
4471: apxs2 check added
4472:
4473: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4474: option removed
4475:
4476: 2012-06-10 moko
4477:
4478: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4479: added
4480:
4481: * src/targets/cgi/pp3.cmd: old PAF stuff
4482:
1.116 moko 4483: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4484: beauty
1.95 moko 4485:
4486: * depcomp: from libtool 2.4.2
4487:
4488: * configure.in: ltdl directory removed, it has correct Makefile.in
4489:
4490: 2012-06-09 moko
4491:
1.116 moko 4492: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4493: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4494: autogenerated files updated after libtool update
4495:
1.116 moko 4496: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4497: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4498: config_auto.h.in, config_fixed.h, configure, configure.ac,
4499: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4500: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4501: config/compile, config/config.guess, config/config.sub,
4502: config/depcomp, config/install-sh, config/ltmain.sh,
4503: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4504: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4505: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4506: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4507: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4508: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4509: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4510: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4511:
4512: * configure.in: preparation for new libtool
4513:
4514: * configure.in: Some beauty added :)
4515:
4516: * src/targets/apache/Makefile.am: := -> =
4517:
4518: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4519: again. :)
4520:
4521: * src/include/pa_config_includes.h, configure.in: limits.h added,
4522: previously was taken from pcre_internal.h. :)
4523:
4524: * src/lib/pcre/Makefile.am: config.h returned
4525:
4526: * src/lib/pcre/config.h: still need this. :)
4527:
4528: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4529:
4530: * configure.in: --with-charsets removed; --with-mysql-client & co
4531: removed
4532:
4533: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4534: now in parser tree, no need to copy
4535:
4536: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4537: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4538: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4539: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4540: extracts now used old trash removed
4541:
4542: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4543: rare charsets/drivers are commented, sql driver quessing removed
4544: (debian/patches/103_auto_p.patch)
4545:
4546: * etc/parser3.charsets/Makefile.am: charsets now in share
4547: (debian/patches/104_automake.patch) + all charsets are copied
4548:
4549: * buildall-with-xml, buildall-without-xml: curl option removed +
4550: extra arguments now supported
4551:
4552: 2012-06-08 misha
4553:
4554: * src/classes/table.C: - one params.as_hash usage was rolled back:
4555: the 2nd option in ^table.hash[] could be hash or table so
4556: .as_hash will throw an exception when table option is specified
4557:
4558: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4559: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4560: classes/table.C, classes/void.C, classes/xdoc.C,
4561: include/pa_exception.h, types/pa_vmethod_frame.C,
4562: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4563: and improved (whitespaces are allowed as empty options) -
4564: MethodParams::as_table is added - above methods are used for
4565: parsing methods' options ( new feature: #9 )
4566:
4567: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4568: to vclass. now class fields can be accessible as a hash:
4569: $h[^hash::create[$asd:CLASS]]
4570:
4571: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4572: have get_fields method so their fields can be accessed with
4573: ^reflection:fields[...] & ^reflection:field[...]
4574:
4575: 2012-06-06 misha
4576:
4577: * tests/280.html: - tests for
4578: ^reflection:method[obj-or-class;method],
4579: ^reflection:field[obj-or-class;field] and
4580: ^reflection:fields[obj-or-class] are added
4581:
4582: 2012-06-05 misha
4583:
4584: * src/classes/reflection.C: - ^reflection:method[class or
4585: object;method name] and ^reflection:field[class or object;field
4586: name] are added
4587:
4588: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4589: is used
4590:
4591: * src/types/pa_method.h: - Method::as_vjunction method is added
4592:
4593: 2012-06-05 moko
4594:
1.116 moko 4595: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4596:
4597: * src/classes/memcached.C: flish ttl fixed
4598:
4599: 2012-06-04 moko
4600:
4601: * src/classes/json.C, src/classes/op.C, tests/279.html,
4602: tests/results/279.processed: ^json:parse[] now supports $.taint
4603: option (new feature #833)
4604:
4605: 2012-06-04 misha
4606:
4607: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4608: - search_stop method was moved from pa_vcookie.C to pa_common.C
4609:
4610: 2012-06-03 misha
4611:
4612: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4613: cookies are parced and stored into $.cookies ( new feature: #31 )
4614:
4615: 2012-05-30 misha
4616:
4617: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4618: incomplete class into a scope while @USE is found
4619:
4620: * src/main/compile.y: - add incomplete class into a scope while
4621: @USE and @CLASS instructions are found ( bugfix: #838 )
4622:
4623: 2012-05-30 moko
4624:
4625: * src/types/pa_vclass.C, tests/278.html,
4626: tests/results/278.processed: removed "property has no getter
4627: method" exception when GET_DEFAULT present (fixes #269)
4628:
4629: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4630: $._default
4631:
4632: 2012-05-29 moko
4633:
4634: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4635: uninitialized values usage (new feature: #154)
4636:
4637: 2012-05-28 moko
4638:
4639: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4640: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4641: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4642: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4643: src/types/pa_vobject.C, src/types/pa_vobject.h,
4644: src/types/pa_vstring.h, src/types/pa_vtable.C,
4645: tests/results/277.processed, src/types/pa_vtable.h,
4646: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4647: ^json:string[$o; $.default[$method]] implemented for VObject (new
4648: feature #803)
4649:
4650: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4651: tests/results/277.processed: json numbers are now treated as
4652: double ( new feature: #834 )
4653:
4654: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4655: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4656: added for out of range checks, zero division in vint/vdouble
4657: check added ( fixes #832 )
4658:
4659: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4660: ( fixes #832 )
4661:
4662: 2012-05-28 misha
4663:
4664: * buildall-with-xml: - --without-lzma option is added to libxml2
4665: configure
4666:
4667: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4668: added - tests for unsupported values for options $.file, $.table
4669: and $.date are added
4670:
4671: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4672: accepts "stat" $.file[] option's value in addition to existed
4673: "text" and "base64" ( new feature: #835 )
4674:
4675: * tests/276.html: - test for
4676: ^reflection:delete[$object-or-class;field-name]
4677:
4678: * src/classes/reflection.C: -
4679: ^reflection:delete[$object-or-class;field-name] is added ( new
4680: feature: #268 )
4681:
4682: 2012-05-27 misha
4683:
4684: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4685:
4686: 2012-05-24 misha
4687:
4688: * src/include/pa_common.h: - method lastposafter was removed
4689:
4690: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4691: lastposafter - ^file:dirname[] & Co proper handle windows file
4692: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4693: work as *nix commands
4694:
4695: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4696:
4697: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4698: rskipchars were added
4699:
4700: * tests/270.html: - more tests for ^file:find[]
4701:
4702: * tests/065.html: - more tests for ^file:dirname[] & Co
4703:
4704: * src/include/pa_version.h: - must be "win32" here. it is
4705: auto-generated on *nix
4706:
4707: 2012-05-24 moko
4708:
4709: * src/classes/math.C: ^math:convert[] now supports uint32 and
4710: throws overflow exception ( new feature: #830 )
4711:
4712: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4713: uint32 support and overflow added ( new feature: #830 )
4714:
4715: 2012-05-23 moko
4716:
4717: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4718: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4719: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4720: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4721: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4722: types/pa_vregex.h, types/pa_vstateless_class.C,
4723: types/pa_vstateless_class.h, types/pa_vstring.h,
4724: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4725: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4726: "return string as-is" removed from as_expr_result. ( new feature:
4727: #831 )
4728:
4729: * tests/results/244.processed: test changed after bug #782 fix
4730: commited
4731:
4732: * tests/results/229.processed: test results for bug #782 commited
4733:
4734: * tests/: 254.html, results/254.processed: uid now just compared,
4735: not printed. :)
4736:
4737: 2012-05-20 moko
4738:
4739: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4740: feature: #341 )
4741:
4742: * tests/: 254.html, results/254.processed: test for
4743: ^reflection:uid[] added
4744:
4745: * tests/: 254.html, results/254.processed: test for
4746: ^reflection:uid[$obj] added
4747:
4748: 2012-05-17 misha
4749:
4750: * src/main/untaint.C: - do not replace ' char by _26 while
4751: exploding filespec-tainting ( new feature: #829 )
4752:
4753: 2012-05-12 moko
4754:
4755: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4756: not.
4757:
4758: 2012-05-08 moko
4759:
4760: * src/types/pa_vmethod_frame.h: bug #782 fixed
4761:
4762: * tests/229.html: test for bug #782
4763:
4764: * tests/results/259.processed, src/main/pa_request.C,
4765: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4766: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4767: src/types/pa_vvoid.h: feature #154 - first empty param now
4768: string; defined locals are empty strings; $STRICT-VARS(true)
4769: added
4770:
4771: 2012-04-27 moko
4772:
1.116 moko 4773: * src/targets/apache/Makefile.am:
1.95 moko 4774: ../../lib/memcached/libmemcached.a added
4775:
4776: 2012-04-27 misha
4777:
4778: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4779: ( #827 )
4780:
4781: 2012-04-25 moko
4782:
4783: * src/: classes/json.C, classes/memcached.C,
4784: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4785: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4786: implemented.
4787:
4788: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4789:
4790: 2012-04-23 moko
4791:
4792: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4793: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4794: types/pa_vmemcached.h: open allows options hash for new
4795: memcached(options) function
4796:
4797: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4798: not appended
4799:
4800: 2012-04-21 moko
4801:
4802: * src/classes/curl.C: '' added. :)
4803:
4804: * src/classes/classes.vcproj: new curl.h location
4805:
4806: * src/classes/curl.C: verbose output redirection from stderr to
4807: file curl option added
4808:
4809: 2012-04-20 moko
4810:
4811: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4812: contains what we need from curl, #ifdef HAVE_CURL removed
4813:
1.116 moko 4814: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4815: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4816: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4817: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4818: configure option
4819:
4820: 2012-04-19 moko
4821:
4822: * src/: classes/double.C, classes/inet.C, classes/int.C,
4823: classes/string.C, lib/gc/include/gc_allocator.h,
4824: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4825: options from sql_result_string removed. (closes issue #468)
4826:
4827: * src/types/pa_vmemcached.C: empty string fix
4828:
4829: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4830: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4831: pa_vmemcached.C
4832:
4833: 2012-04-18 moko
4834:
4835: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4836: apache2-mpm-prefork" error displayed in threaded mpm.
4837:
4838: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4839: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4840: installed (issue #354)
4841:
4842: 2012-04-16 moko
4843:
4844: * src/types/pa_vmemcached.C: call to memcached_result_create and
4845: memcached_result_free removed
4846:
4847: 2012-04-14 moko
4848:
4849: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4850:
4851: * src/types/pa_vmemcached.C: check_key added and used
4852:
4853: 2012-04-13 moko
4854:
4855: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4856: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4857: Serialization_data now added and used, VString now serialized
4858: with languages into memcached.
4859:
4860: 2012-03-28 moko
4861:
4862: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4863: lib/memcached/pa_memcached.h: result lengths added
4864:
4865: 2012-03-27 moko
4866:
4867: * src/types/pa_vmemcached.C: strdup added
4868:
4869: 2012-03-24 moko
4870:
4871: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4872: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4873: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4874:
4875: 2012-03-20 moko
4876:
1.116 moko 4877: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4878:
4879: * src/targets/cgi/Makefile.am: cleanup
4880:
4881: * src/: types/Makefile.am, types/pa_vmemcached.C,
4882: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4883:
4884: * src/: classes/Makefile.am, classes/memcached.C,
4885: lib/memcached/Makefile.am, lib/memcached/constants.h,
4886: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4887: lib/memcached/types.h, lib/Makefile.am: memcached initial
4888:
4889: 2012-03-16 moko
4890:
4891: * src/main/execute.C: ident now works under Linux + ident displays
4892: filenames (closes issue #818)
4893:
1.116 moko 4894: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4895: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4896: pa_vmethod_frame_local.h removed
4897:
4898: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4899: classes/classes.h, classes/curl.C, classes/date.C,
4900: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4901: classes/hashfile.C, classes/image.C, classes/inet.C,
4902: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4903: classes/memory.C, classes/op.C, classes/reflection.C,
4904: classes/regex.C, classes/response.C, classes/string.C,
4905: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4906: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4907: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4908: include/pa_config_fixed.h, include/pa_config_includes.h,
4909: include/pa_dictionary.h, include/pa_dir.h,
4910: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4911: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4912: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4913: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4914: include/pa_request_charsets.h, include/pa_request_info.h,
4915: include/pa_sapi.h, include/pa_socks.h,
4916: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4917: include/pa_stack.h, include/pa_string.h,
4918: include/pa_stylesheet_connection.h,
4919: include/pa_stylesheet_manager.h, include/pa_table.h,
4920: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4921: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4922: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4923: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4924: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4925: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4926: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4927: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4928: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4929: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4930: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4931: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4932: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4933: main/pa_string.C, main/pa_stylesheet_connection.C,
4934: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4935: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4936: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4937: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4938: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4939: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4940: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4941: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4942: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4943: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4944: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4945: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4946: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4947: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4948: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4949: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4950: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4951: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4952: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4953: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4954: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4955: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4956: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4957: types/pa_vresponse.h, types/pa_vstateless_class.C,
4958: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4959: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4960: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4961: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4962: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4963: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4964: ident now works under Linux + ident displays filenames (closes
4965: issue #818) Copyright updated
4966:
4967: 2012-03-13 moko
4968:
4969: * src/main/pa_string.C: compilation fix for feature #741
4970:
4971: 2012-03-09 misha
4972:
4973: * tests/193.html: - tests for ^string:base64[encoded] are updated
4974:
4975: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4976: now detects invalid base64 chars in the middle of encoded stricg
4977: ( new feature: #55 )
4978:
4979: * src/include/pa_exception.h: - new exception type for base64
4980: decoding is added
4981:
4982: 2012-03-06 misha
4983:
4984: * tests/274.html: - tests for ^date::today[] and
4985: ^date.sql-string[datetime|date|time] are added
4986:
4987: * src/classes/date.C: - constructor ^date::today[] is added ( new
4988: feature: #811 ) - ^date.sql-string[] now can accept one param --
4989: strings "datetime", "date" or "time" - comments tidying up
4990:
4991: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4992: date and time
4993:
4994: 2012-03-03 misha
4995:
4996: * tests/193.html: - tests for
4997: ^string:base64[encoded;$.strict(true)] are added
4998:
4999: * tests/results/auto.p: - try-catch operator is added
5000:
5001: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5002: main/pa_common.C: - $.strict(true|false) option is added to
5003: base64 decode methods ( new feature: #55 )
5004:
5005: * src/main/pa_common.C: - base64 decode memory usage was decreased
5006: ( new feature: #819 )
5007:
5008: 2012-02-28 moko
5009:
5010: * src/classes/hash.C: ident test
5011:
5012: 2012-02-27 misha
5013:
5014: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5015:
5016: 2012-01-08 misha
5017:
5018: * tests/273.html: - tests for ^string.replace[from;to] are added
5019:
5020: * src/: classes/string.C, include/pa_dictionary.h,
5021: main/pa_dictionary.C, main/pa_string.C: -
5022: ^string.replace[from;to] is added ( new feature: #741 ) -
5023: ^string.replace[one subst here] is slightly optimized
5024:
5025: 2011-12-07 misha
5026:
5027: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5028: named table with one empty column ( bugfix: #63 )
5029:
5030: 2011-11-30 misha
5031:
5032: * src/classes/json.C: - it's possible to set user's method for
5033: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5034: #763 )
5035:
5036: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5037:
5038: 2011-11-23 misha
5039:
5040: * src/: classes/curl.C, classes/file.C, classes/image.C,
5041: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5042: types/pa_vfile.h, types/pa_vform.C: - constructor
5043: ^file::create[mode;filename;content[;options]] now accepts binary
5044: mode and file-content - new constructor's format:
5045: ^file::create[string-or-file-content[;$.name[filename]
5046: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5047: feature: #65 )
5048:
5049: * src/: include/pa_request.h, main/pa_request.C: - new method
5050: mime_type_of(const String*) is added
5051:
5052: * src/include/pa_exception.h: - new exception constant
5053: FILE_NAME_MUST_BE_SPECIFIED is added
5054:
5055: * src/classes/table.C: - bug with negative offset transformed into
5056: a feature. it means pointing to a row from the end of the table (
5057: new feature: #810 )
5058:
5059: 2011-11-19 misha
5060:
5061: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5062: â ìåòîäå _select ( new feature: #810 )
5063:
5064: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5065: options were specified together is simplified
5066:
5067: 2011-11-12 misha
5068:
5069: * src/main/pa_request.C: - forgotten fix for escaping filename in
5070: HTTP content-disposition header (a part of bug #361 )
5071:
5072: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5073: checks for ancestors' classes as well ( new feature: #456 )
5074:
5075: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5076: "without cycle" now have types "parser.break" and
5077: "parser.continue" instead of "parser.runtime" ( new feature: #799
5078: )
5079:
5080: 2011-11-11 misha
5081:
5082: * tests/results/: 099.processed, 100.processed, 205.processed,
5083: 237.processed: - since bug #361 was fixed the content of filename
5084: in HTTP headers is quoted
5085:
5086: * tests/results/270.processed: - result for test 270
5087:
5088: * tests/: 065.html, results/065.processed: - more tests for
5089: ^file:basename[] & Co were added
5090:
5091: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5092:
5093: * tests/270.html: - tests for ^file:find[] are added
5094:
5095: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5096: using option $.charset. option $.engoding is still supported but
5097: these options can not be specified together
5098:
5099: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5100: comparation charset name with string "UTF-8" ( bugfix: #759 )
5101:
5102: 2011-10-11 misha
5103:
5104: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5105: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5106: #622)
5107:
5108: 2011-09-30 misha
5109:
5110: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5111: exception "saving stat-ed file" ( bugfix: #395 )
5112:
5113: 2011-05-30 misha
5114:
5115: * src/classes/string.C: - fixed bug which was added with
5116: params.as_hash into string:sql
5117:
5118: 2011-05-29 misha
5119:
5120: * src/types/pa_value.C: - filename in content-disposition header
5121: must be quoted ( bugfix: #361 )
5122:
5123: 2011-05-27 misha
5124:
5125: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5126: created file
5127:
5128: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5129: usage
5130:
5131: * src/include/pa_exception.h: - one more string for exception was
5132: added
5133:
5134: 2011-05-25 misha
5135:
5136: * tests/269.html: - tests for checking input params in some dom
5137: methods
5138:
5139: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5140: was added. it isn't possible not wo create xdoc with invalid
5141: tagName. ( bugfix: #160 )
5142:
5143: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5144: string "data must be string" was mover from pa_exception.h to
5145: pa_xml_exception.h
5146:
5147: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5148: as_xmlncname, as_xmlname and as_xmlnsuri were added
5149:
5150: * src/main/pa_xml_exception.C: - XmlException accepts more options
5151:
5152: * src/include/pa_xml_exception.h: - XmlException accepts more
5153: options - XML-related exception's strings were added
5154:
5155: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5156: output_options were removed)
5157:
5158: 2011-05-19 misha
5159:
5160: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5161: params.as_hash is used more while parsing methods hash-options
5162:
5163: 2011-05-18 misha
5164:
5165: * operators.txt: - info about json-serialization of xdoc was added
5166:
5167: * tests/256.html: - tests for json-serialization xdoc were added
5168:
5169: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5170:
5171: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5172: classes/json.C, classes/xdoc.C: - now json:string can serialize
5173: xdoc-objects. options (the same as ^xdoc.string[]) could be
5174: specified in $.xdoc[] ( new feature: #265 )
5175:
5176: 2011-05-15 misha
5177:
5178: * tests/268.html: - tests for ^table.count[with options] were added
5179:
5180: * src/classes/table.C: - method ^table.count[] now can accept
5181: options ( new feature: #93 ): ^table.count[column] returns number
5182: of columns for named table; ^table.count[cells] returns number of
5183: cells in the current row; ^table.count[] & ^table.count[rows]
5184: return number of rows in a table.
5185:
5186: * tests/267.html: - test for checking switch/case in boolean mode
5187: was added
5188:
5189: * src/classes/op.C: - if switch's or case's value is bool, they are
5190: compared as bool values, not as double values: new feature: #351
5191:
5192: 2011-05-06 misha
5193:
5194: * tests/242.html: - EOL before EOF was added
5195:
5196: * tests/169.html: - tests for splitting empty string and void were
5197: added
5198:
5199: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5200: returned table with one empty cell)
5201:
5202: 2011-04-03 misha
5203:
5204: * src/include/pa_version.h, configure.in: - version in head was
5205: changed to 3.4.2b
5206:
5207: 2011-03-30 misha
5208:
5209: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5210: as well ( new feature #294 )
5211:
5212: 2011-03-29 misha
5213:
5214: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5215: limited to approx. 6 MB. previous limits were too big for real
5216: life. bugfix: #216
5217:
5218: 2011-03-04 moko
5219:
5220: * etc/parser3.charsets/cp866.cfg: Conforms to
5221: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5222:
5223: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5224: vlalek@
5225:
5226: 2011-02-22 misha
5227:
5228: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5229: be under #ifdef XML or parser can't be compiled without xml
5230: support
5231:
5232: 2011-02-21 misha
5233:
1.116 moko 5234: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5235: ApacheModuleParser3.vcproj was removed
5236:
5237: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5238: removed)
5239:
5240: 2011-02-20 misha
5241:
5242: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5243: $.overridden in ^reflection:method_info[...] were added
5244:
5245: * src/classes/reflection.C: - beautifying result of
5246: ^reflection:method_info[] ($.overridden/inherited)
5247:
5248: 2011-02-18 misha
5249:
5250: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5251: and pa_isalnum instead of isalpha and isalnum - bug with
5252: redundand quoting lowercased latin chars while building email
5253: body was fixed
5254:
5255: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5256: added (they check for latin chars only)
5257:
5258: 2011-02-16 misha
5259:
5260: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5261: string size for transcoding gave too small value (should ever
5262: look for availability char in dest charset inspite of the char
5263: size)
5264:
5265: 2011-02-04 moko
5266:
5267: * tests/223.html: header values now not url-encoded (issue #195)
5268:
5269: 2011-02-01 misha
5270:
5271: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5272:
5273: 2011-01-31 misha
5274:
5275: * src/main/pa_request.C: - throw exception if param file_name in
5276: use_file is empty
5277:
5278: 2011-01-08 moko
5279:
5280: * src/classes/curl.C: compilations errors fixed
5281:
5282: 2010-12-29 moko
5283:
5284: * tests/: 265.html, results/265.processed: test for issue #200
5285: added
5286:
5287: * src/main/pa_string.C: empty regex result check added (fixes issue
5288: #200)
5289:
5290: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5291:
5292: * tests/results/223.processed: header values now not url-encoded
5293: (issue #195)
5294:
5295: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5296: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5297: pa_http_safe_header_name added for headers names (fixes bug #195)
5298:
5299: 2010-12-18 misha
5300:
5301: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5302: => pa-include
5303:
5304: 2010-11-28 moko
5305:
5306: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5307:
5308: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5309: -> pa
5310:
5311: * configure.in: apr -> pa
5312:
5313: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5314:
5315: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5316: classes/Makefile.am, types/Makefile.am: apr -> pa
5317:
5318: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5319: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5320: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5321: pa-include/pa_apr.h, pa-include/pa_errno.h,
5322: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5323: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5324: module apr name conflict resolved)
5325:
5326: 2010-11-27 misha
5327:
5328: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5329: libbz2
5330:
5331: 2010-11-26 misha
5332:
5333: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5334: warnings removed
5335:
5336: 2010-11-25 moko
5337:
5338: * operators.txt: $.indent(true)
5339:
5340: * operators.txt: another bugfix. :)
5341:
5342: * operators.txt: bugfix. :)
5343:
5344: * buildall-with-xml: libxml2-2.7.8 + with-apache
5345:
5346: 2010-11-24 moko
5347:
1.116 moko 5348: * configure: apxs support
1.95 moko 5349:
5350: * configure.in: apxs support -Bstatic gc removed for OS X
5351:
5352: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5353:
5354: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5355: THREAD_LOCAL usage
5356:
5357: * src/: classes/curl.C, include/pa_config_includes.h,
5358: main/pa_globals.C: THREAD_LOCAL defined and used
5359:
5360: 2010-11-23 moko
5361:
5362: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5363: should be passed to pa_sleep, and only fractional part (bugfix:
5364: #188)
5365:
5366: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5367:
5368: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5369: GC_dont_gc=1, as in cgi version
5370:
5371: * src/targets/apache/mod_parser3.c: warning war
5372:
5373: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5374: pa_httpd.h: version removed, some trash removed
5375:
5376: * src/targets/apache/mod_parser3.c: version removed (we don't want
5377: to show it), warning war
5378:
5379: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5380: pa_httpd.h: parser_status_allowed removed + merge config
5381: functions removed (override is the default) + beauty
5382:
5383: * src/: include/pa_request.h, main/pa_request.C,
5384: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5385: hide $status used in apache module removed
5386:
5387: 2010-11-18 moko
5388:
5389: * operators.txt: $.table[compact] added for ^json:string[]
5390:
5391: 2010-11-16 moko
5392:
5393: * src/targets/apache/mod_parser3.c: some cleanup done
5394:
5395: * src/main/untaint.C: bugfix: first, second String::Body argument
5396: is hashcode; second, info.fragment_begin is original, not
5397: resulting length
5398:
5399: * src/classes/file.C: new feature: $.stdin now untainted
5400:
5401: * tests/results/264.processed: new feature: $.stdin[] now untainted
5402:
5403: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5404:
5405: * src/classes/op.C: ^apply-taint[] method added
5406:
5407: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5408: added; $.stdin untaint test added
5409:
5410: 2010-11-15 moko
5411:
5412: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5413: removed
5414:
5415: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5416: pa_httpd.h: 2x2 calculated under apache2. :)
5417:
5418: 2010-11-13 moko
5419:
5420: * src/targets/apache/mod_parser3.c: initial changes to build module
5421: with apache 2.x includes
5422:
5423: * src/targets/apache/: Makefile.am, mod_parser3.c,
5424: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5425: united apache 1.3 / apache 2.x DSO module
5426:
5427: 2010-11-09 moko
5428:
5429: * src/types/pa_method.h: check added to dissallow @method[name;*]
5430: syntax
5431:
5432: * tests/: 263.html, results/263.processed: test from method[*args]
5433: added
5434:
5435: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5436: number of params can now be passed to a method declared with *arg
5437:
5438: 2010-11-06 moko
5439:
5440: * src/classes/table.C: formating fixed. :)
5441:
5442: * src/classes/table.C: closes #4: ^table.select now supports
5443: $.limit(), $.offset, $.reverse() options
5444:
5445: * tests/: 262.html, results/262.processed: test for ^table:select
5446: with options added (feature #4)
5447:
5448: * src/include/pa_array.h: remove function added
5449:
5450: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5451: object in get_element/put_element, using static one.
5452:
5453: 2010-11-04 moko
5454:
5455: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5456: options is passed
5457:
5458: * tests/: 256.html, results/256.processed: $.table[compact] feature
5459: now tested; k and p in handler now tested.
5460:
5461: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5462: $.table[compact] feature added
5463:
5464: * src/classes/json.C: key is now passed to handler in
5465: value_json_string; ^json:string result now process tainting
5466: inside and returns clean string, related to issue #153
5467:
5468: * src/main/untaint.C: bugfix: charset can be null (in
5469: ^string:save[] as example), thus check is added
5470:
5471: 2010-10-31 moko
5472:
5473: * src/classes/string.C: error message changed (fixes issue #149)
5474:
5475: 2010-10-29 moko
5476:
5477: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5478: port is not default (fixes issue #155); exception on invalid port
5479: added.
5480:
5481: * src/main/untaint.C: '*' is now not urlencoded to allow header
5482: "Accept: */*" to be passed
5483:
5484: 2010-10-28 moko
5485:
5486: * src/classes/curl.C: bugfix: detect_charset() was throwing
5487: exception on unknown charset even if response_charset was
5488: specified
5489:
5490: 2010-10-27 moko
5491:
5492: * src/classes/string.C: ^string.append removed for void
5493: compatibility
5494:
5495: 2010-10-26 moko
5496:
5497: * src/classes/json.C: libjson supports array at top level, we too
5498: (GPF fixed)
5499:
5500: 2010-10-25 moko
5501:
5502: * tests/: 253.html, results/253.processed: libjson supports array
5503: at top level, parser now supports it as well.
5504:
5505: * tests/261.html, tests/results/261.processed,
5506: src/types/pa_vstring.h: empty string is now void compatible
5507: (allows $empty.key)
5508:
5509: 2010-10-22 misha
5510:
5511: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5512: while adding additional expires checkout)
5513:
5514: * tests/030.html: - test for session cookie was added
5515:
5516: 2010-10-21 moko
5517:
5518: * src/: classes/string.C, classes/void.C, main/execute.C,
5519: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5520: string (feature #111)
5521:
5522: * tests/: 261.html, results/261.processed: checks void from string
5523: inheritance (feature #111)
5524:
5525: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5526: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5527: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5528: now true by default
5529:
5530: 2010-10-17 moko
5531:
5532: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5533: upload now uses binary blocks instead of L_FILE_POST tainting.
5534: (bugfix: #128)
5535:
5536: * tests/: 223.html, results/223.processed: binary file upload test
5537: added, GPF (issue #128) also checked in this test
5538:
5539: 2010-10-13 misha
5540:
5541: * tests/260.html: - test for math:convert
5542:
5543: * src/classes/math.C: - error in math:convert was fixed
5544:
5545: * operators.txt: - info about
5546: ^math:convert[number](from-base;to-base) was added
5547:
5548: * src/classes/math.C: - method
5549: ^math:convert[number](from-base;to-base) for converting number
5550: represention from one base to another was added ( new feature:
5551: #23 )
5552:
5553: 2010-10-13 moko
5554:
5555: * src/main/compile.tab.C: [] now is empty string, not void
5556:
5557: * src/main/compile.y: [] now is empty string, not void
5558:
5559: * src/types/pa_vvoid.h: void now passed as parameter
5560:
5561: * tests/: 259.html, results/259.processed: to test difference
5562: between void and empty string (see ticket #111)
5563:
5564: * tests/results/152.processed: $sEmpty[] is now empty string, not
5565: void
5566:
5567: * tests/256.html: $s[$void] is no longer empty string
5568:
5569: * tests/254.html: empty string is no longer void
5570:
5571: 2010-10-12 misha
5572:
5573: * src/types/pa_vcookie.C: - check if $.expires value can be
5574: converted to date during cookies set up ( bugfix: #104 )
5575:
5576: * tests/041.html: - more tests for ^table.locate were added
5577:
5578: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5579: work ( bugfix: #129 ) - exception comment for incorrect options
5580: ^table.locate[field;value;options] was fixed
5581:
5582: 2010-10-10 moko
5583:
5584: * src/: classes/reflection.C, main/execute.C: constructor returning
5585: another object feature returned
5586:
5587: * tests/results/258.processed: test result updated as constructor
5588: returning another object feature returned
5589:
5590: * tests/: 258.html, results/258.processed: test for constructor
5591: returning another object
5592:
5593: 2010-10-08 misha
5594:
5595: * tests/257.html: - whitespaces after @METACOMMANDS and their
5596: options shouldn't cause exceptions any longer
5597:
5598: 2010-10-06 moko
5599:
5600: * src/classes/: hash.C, table.C: length from sql server is now
5601: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5602:
5603: 2010-10-02 misha
5604:
5605: * operators.txt: - the X mark was removed from ^cache[file]. it is
5606: usable to delete cache file.
5607:
5608: 2010-10-02 moko
5609:
5610: * tests/: 253.html, results/253.processed: hook_key added for key
5611: checking
5612:
5613: * src/classes/json.C: null key bug fixed
5614:
5615: 2010-09-29 misha
5616:
5617: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5618:
5619: 2010-09-25 moko
5620:
5621: * src/classes/json.C: small fixed
5622:
5623: * tests/results/: 253.processed, 255.processed: just updated
5624:
5625: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5626: results/255.processed: charset transcode test added for
5627: json:parse
5628:
5629: 2010-09-24 moko
5630:
5631: * src/types/pa_value.h: warning war :)
5632:
5633: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5634: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5635: ^json:string
5636:
5637: 2010-09-22 moko
5638:
5639: * src/main/pa_charset.C: parser charset tables declare only
5640: white-space before 0x20, thus adding the missing chars
5641:
5642: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5643: to http://unicode.org/Public/MAPPINGS/VENDORS/
5644:
5645: 2010-09-21 misha
5646:
5647: * src/main/compile.y: - some semicolons were added (VS2010 don't
5648: want to compile grammar if they are absent)
5649:
5650: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5651:
5652: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5653:
5654: * src/main/main.vcproj: - path to bison is changed
5655:
5656: 2010-09-21 moko
5657:
1.116 moko 5658: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5659: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5660: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5661:
5662: 2010-09-20 misha
5663:
5664: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5665:
5666: * src/classes/json.C: - add EOL while json-serializing hash
5667:
5668: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5669: compilers don't like 'ES'.
5670:
5671: 2010-09-17 misha
5672:
5673: * operators.txt: - info about json class was added
5674:
5675: * src/classes/json.C: - ^json:string[object]
5676:
5677: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5678: preventing infinite recursion while executing json:string was
5679: added
5680:
5681: * src/include/pa_string.h: - method append_quoted was added
5682:
5683: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5684: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5685: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5686: was added to Value & Co
5687:
5688: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5689: were used
5690:
5691: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5692: were added
5693:
5694: 2010-09-10 moko
5695:
5696: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5697: die_or_abort (backport from 3.4.1)
5698:
5699: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5700: die_or_abort (bugfix: #106)
5701:
5702: 2010-09-09 moko
5703:
5704: * src/classes/json.C: warning war. :)
5705:
5706: 2010-09-08 misha
5707:
5708: * src/lib/json/Makefile.am: - additional include directories were
5709: added (for pa_memory.h and gc.h)
5710:
5711: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5712: compile as C++ instead default - additional include directory was
5713: added (for gc.h)
5714:
5715: * src/types/pa_vform.C: - little code reformating
5716:
5717: * src/classes/file.C: - $.content-type option now can be specified
5718: in ^file::create ( new feature: #102 )
5719:
5720: 2010-09-08 moko
5721:
5722: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5723: pa_malloc/pa_free
5724:
5725: 2010-09-07 moko
5726:
5727: * tests/results/254.processed: VStateless_class:put_element
5728: exception was fixed
5729:
5730: * src/types/: pa_value.h, pa_vstateless_class.h: now
5731: VStateless_class:put_element barks self.type, not this.type
5732: (bugfix: #105)
5733:
5734: 2010-09-06 moko
5735:
5736: * src/classes/reflection.C: bugfix: new String() is required for
5737: exception handling
5738:
5739: * tests/: 254.html, results/254.processed: test modified
5740:
5741: 2010-09-05 moko
5742:
5743: * tests/: 254.html, results/254.processed: ^reflection:copy test
5744: added
5745:
5746: * src/: classes/reflection.C, include/pa_request.h:
5747: ^reflection:copy implemented (new feature: #100)
5748:
5749: 2010-09-03 moko
5750:
5751: * src/lib/json/JSON_parser.C: c++ compatiblity
5752:
5753: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5754: option testing added
5755:
5756: 2010-09-02 moko
5757:
5758: * src/classes/json.C: $.distinct[first|last|all] added
5759:
5760: 2010-09-01 moko
5761:
5762: * tests/results/253.processed: json test result
5763:
5764: * tests/: 253.html, 253_json.txt: json test added
5765:
5766: * src/classes/json.C: json.C update to actual version + hash key
5767: creation bugfix
5768:
5769: 2010-08-31 misha
5770:
5771: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5772: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5773: src/lib/Makefile.am, src/classes/Makefile.am,
5774: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5775: json library was added
5776:
5777: 2010-08-30 moko
5778:
5779: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5780: types/pa_vobject.C: cosmetic optimization in
5781: request:execute_method usage
5782:
5783: * src/: include/pa_charset.h, main/pa_charset.C: small
5784: optimization, just to decrease number of lines. :)
5785:
5786: 2010-08-27 misha
5787:
5788: * src/classes/op.C: - taint[json] was added
5789:
5790: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5791: were added
5792:
5793: * src/main/pa_exec.C: - warning fix was rolled back.
5794:
5795: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5796: include/pa_string.h: - taint[json] was added - escaping was
5797: slightly modified
5798:
5799: 2010-08-25 misha
5800:
5801: * src/classes/file.C: - typo in file:sql exception was fixed
5802:
5803: * src/main/pa_exec.C: - warning about declared and not used
5804: variable forced_allow was removed
5805:
5806: 2010-08-14 misha
5807:
5808: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5809: were removed
5810:
5811: 2010-08-11 moko
5812:
5813: * tests/: 249.html, results/249.processed: default setter and
5814: anti-recursive default getter test added
5815:
5816: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5817: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5818: types/pa_vobject.h, types/pa_vstateless_class.C,
5819: types/pa_vstateless_class.h: default setter support +
5820: anti-recursive default getter support ( new feature: #13 )
5821:
5822: * src/include/pa_hash.h: optimization: threshold member removed
5823: from hash, reducing sizeof(hash)
5824:
5825: 2010-08-10 misha
5826:
5827: * tests/196.html: - junction-method was added to the test
5828:
5829: * tests/248.html: - ups. typo :)
5830:
5831: * tests/248.html: - test for checking .match with 4 params
5832:
5833: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5834: 247_windows1251.txt: - test for "transcode file from utf-8 to
5835: $request:charset during loading if the BOM code is detected"
5836:
5837: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5838: $request:charset during loading if the BOM code is detected ( new
5839: feature: #98 )
5840:
5841: 2010-08-05 misha
5842:
5843: * src/classes/image.C: - ^image.replace now can accept only 2
5844: params. in this case the whole image is affected ( new feature:
5845: #95 )
5846:
5847: 2010-08-04 misha
5848:
5849: * tests/246.html: - test tor ^hash._at[] was added
5850:
5851: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5852: #53 )
5853:
5854: * src/include/pa_hash.h: - methods for accessing the first and the
5855: last values of ordered hash were added (first_value and
5856: last_value)
5857:
5858: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5859: (similar to others file's methods):
5860: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5861: #68 )
5862:
5863: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5864:
5865: 2010-08-01 moko
5866:
5867: * src/classes/op.C: to correctly process $result[] in code, called
5868: from ^process
5869:
5870: * tests/245.html: $result in ^process[] test added
5871:
5872: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5873: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5874: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5875: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5876: caller, self) op_call(VMethodFrame &frame, bool constructing)
5877: removed, construct(class,method) added
5878:
5879: * tests/results/: 192.processed, 244.processed: request::construct
5880: added
5881:
5882: * tests/: 244.html, 245.html, results/244.processed,
5883: results/245.processed: object creation exceptions and ^process
5884: tests added
5885:
5886: 2010-07-28 misha
5887:
5888: * tests/make_tests.cmd: - win32 EOLs
5889:
5890: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5891: tests on Win32 were added (The system timezone should be GMT+3)
5892:
5893: 2010-07-26 misha
5894:
5895: * tests/: 212.html, results/212.processed: - sizes were removed
5896: mecause they could be different on different OSs
5897:
5898: * tests/065.html: - make it "win32 friendly"
5899:
5900: 2010-07-25 misha
5901:
5902: * src/main/compile.y: - all EOLs between methods are removed during
5903: compilation ( new feature: #47 )
5904:
5905: * tests/results/149.processed: - prepare tests to trim trailing
5906: methods' EOLs
5907:
5908: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5909:
5910: * tests/: results/006.processed, results/014.processed, 006.html,
5911: 014.html, 022.html: - prepare tests to trim trailing methods'
5912: EOLs
5913:
5914: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5915: results/071.processed, results/022.processed: - prepare tests to
5916: trim trailing methods' EOLs
5917:
5918: * tests/: results/073.processed, results/109.processed,
5919: results/142.processed, results/144.processed,
5920: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5921: 144.html: - prepare tests to trim trailing methods' EOLs
5922:
5923: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5924: 149.html, 152.html, results/096.processed, results/107.processed,
5925: results/109.processed, results/142.processed,
5926: results/144.processed: - prepare tests to trim trailing methods'
5927: EOLs
5928:
5929: 2010-07-24 moko
5930:
5931: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5932: the hash order in this test
5933:
5934: * tests/014.html: to check hash order, hash no is longer sorted
5935: before print
5936:
5937: * src/include/pa_hash.h: hash copy constructor now keeps order
5938: (bugfix: #54)
5939:
5940: 2010-07-23 moko
5941:
5942: * tests/results/224.processed: @auto[] is no longer inherited
5943:
5944: * src/types/pa_vstateless_class.C, tests/227.html,
5945: tests/results/227.processed: @auto[] is no longer inherited
5946: (bugfix: #57)
5947:
5948: 2010-07-22 misha
5949:
5950: * src/classes/table.C: - don't skip comment lines during
5951: table::load if encloser or separator is set as '#' ( new feature:
5952: #30 )
5953:
5954: * src/targets/cgi/parser3.C: - don't run as cgi if
5955: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5956: #12 )
5957:
5958: * src/classes/file.C: - set PARSER_VARSION env before external
5959: script executing
5960:
5961: 2010-07-13 misha
5962:
5963: * tests/058.html: - test for suppressing @border was added - test
5964: for user attribute was added
5965:
5966: * tests/results/186.processed: unescaping from \uXXXX
5967:
5968: * tests/186.html: unescaping from \uXXXX
5969:
5970: * tests/: 239.html, results/239.processed: method call type
5971:
5972: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5973: $junction_method.CLASS_NAME (+CLASS)
5974:
5975: 2010-07-07 misha
5976:
5977: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5978: *nix
5979:
5980: 2010-07-05 misha
5981:
5982: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5983: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5984: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5985: comment strings "options must be hash", "options must be hash,
5986: not code" and "called with invalid option" were replaced by
5987: constatns - exception comment string "invalid option passed" was
5988: replaced by "called with invalid option" (now in different
5989: methods are the same exception comment string)
5990:
5991: * src/include/pa_exception.h: - more exception strings were defined
5992:
5993: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5994: types/pa_vstateless_class.h: - now we can define possible
5995: method's call type ( new feature: #5 ) 1.
5996: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5997: methods 2. @static:method[params] (only static keyword could be
5998: used here) -- for specified methods
5999:
6000: * src/main/pa_common.C: - junction points should not be deleted on
6001: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6002: cleanup
6003:
6004: 2010-07-03 misha
6005:
6006: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6007: results/158.processed, results/160.processed,
6008: results/161.processed, results/162.processed,
6009: results/163.processed: - prepare tests to trim trailing methods'
6010: EOLs
6011:
6012: * tests/results/169.processed: - prepare tests to trim trailing
6013: methods' EOLs
6014:
6015: * tests/results/: 168.processed, 169.processed: - prepare tests to
6016: trim trailing methods' EOLs
6017:
6018: * tests/: results/170.processed, results/167.processed,
6019: results/168.processed, results/169.processed, 167.html, 168.html,
6020: 169.html: - prepare tests to trim trailing methods' EOLs
6021:
6022: * tests/: results/170.processed, results/171.processed,
6023: results/172.processed, results/173.processed,
6024: results/174.processed, results/175.processed, 170.html, 171.html,
6025: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6026: trailing methods' EOLs
6027:
6028: * tests/: results/176.processed, results/180.processed,
6029: results/184.processed, results/185.processed,
6030: results/191.processed, results/192.processed,
6031: results/196.processed, results/197.processed,
6032: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6033: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6034: to trim trailing methods' EOLs
6035:
6036: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6037: results/199.processed, results/208.processed,
6038: results/209.processed, results/213.processed,
6039: results/214.processed: - prepare tests to trim trailing methods'
6040: EOLs
6041:
6042: 2010-06-29 misha
6043:
6044: * tests/: 220.html, 218.html, results/218.processed,
6045: results/215.processed, results/217.processed, 215.html, 217.html:
6046: - prepare tests to trim trailing methods' EOLs
6047:
6048: * tests/: results/224.processed, 224.html, 223.html,
6049: results/223.processed, results/220.processed: - prepare tests to
6050: trim trailing methods' EOLs
6051:
6052: * tests/results/: 226.processed, 230.processed: - prepare tests to
6053: trim trailing methods' EOLs
6054:
6055: * tests/: 229.html, results/229.processed: - prepare tests to trim
6056: trailing methods' EOLs
6057:
6058: * tests/: 232.html, 235.html, results/232.processed,
6059: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6060: results/226.processed, results/227.processed,
6061: results/228.processed, results/230.processed: - prepare tests to
6062: trim trailing methods' EOLs
6063:
6064: 2010-06-16 moko
6065:
6066: * tests/: 229.html, results/229.processed: elseif now supported in
6067: ^if
6068:
6069: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6070:
6071: 2010-06-03 misha
6072:
6073: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6074: instead of memcopy for overlaped regions
6075:
6076: 2010-05-25 misha
6077:
6078: * src/main/pa_common.C: - wanring about unused vars was removed
6079:
6080: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6081: get_method_filename was moved to execute.C
6082:
6083: 2010-05-23 misha
6084:
6085: * src/main/pa_request.C: - more accurate detection of method's file
6086:
6087: 2010-05-22 misha
6088:
6089: * src/classes/reflection.C: - bugfix: core during detection of
6090: .file if filespec isn't detected successfully
6091:
6092: 2010-05-20 misha
6093:
6094: * src/main/pa_request.C: - fix in get_method_filename
6095:
6096: * src/include/pa_request.h: - new feature: #24 -- searching
6097: included file in @USE/^use is changed. if its filespec doesn't
6098: start from '/' it will be searched in caller file directory
6099:
6100: * src/classes/reflection.C: - ^reflection:method_info returns file
6101: where the method is defined
6102:
6103: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6104: classes/op.C: - new feature: #24 -- searching included file in
6105: @USE/^use is changed. if its filespec doesn't start from '/' it
6106: will be searched in caller file directory
6107:
6108: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6109: is moved to pa_common.h
6110:
6111: 2010-05-18 misha
6112:
6113: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6114: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6115: cookie parser decode \uXXXX as well as %uXXXX
6116:
6117: 2010-05-17 misha
6118:
6119: * src/classes/curl.C: beauty: - unused param is removed in method
6120: _curl_version_action - some spaces were removed or replaced by
6121: tabs
6122:
6123: * src/classes/table.C: - bugfix: #72 core with empty value during
6124: ^table.hash[...;name_of_the_last_column][$.type[string]]
6125:
6126: 2010-05-16 misha
6127:
6128: * src/classes/curl.C: new: #61 more curl options were added
6129: (contributed by Sumo)
6130:
6131: 2010-04-29 pretender
6132:
6133: * src/main/pa_string.C: fixes #63 Split result from empty string
6134: now empty string.
6135:
6136: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6137: string type.
6138:
6139: 2010-04-28 pretender
6140:
6141: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6142: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6143: macrodefinition removed
6144:
6145: 2010-04-19 pretender
6146:
6147: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6148: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6149:
6150: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6151: fixes #64 Now file.missing exception generates in unsafe mode to.
6152:
6153: * src/classes/file.C: fixes #48 Now not throw "not save environment
6154: variable" exception in grpunlim version.
6155:
6156: 2010-04-05 misha
6157:
6158: * src/classes/string.C: - new feature: 4th param was added to
6159: match. if specified its value is returned in case of nothing was
6160: found
6161:
6162: 2010-04-01 misha
6163:
6164: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6165: multiple execution of /a/b/auto.p
6166:
6167: 2010-03-19 misha
6168:
6169: * src/main/execute.C: - core in $table1.$table2 was fixed
6170:
6171: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6172:
6173: 2010-01-27 misha
6174:
6175: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6176: trying to open file by path /existing-file/non-exixting-file
6177:
6178: 2010-01-26 misha
6179:
6180: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6181: was added (returns file)
6182:
6183: 2009-12-22 misha
6184:
6185: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6186: now parser doesn't have class curl if it was built without it
6187:
6188: 2009-12-15 misha
6189:
6190: * configure.in: - little cheat with curl include dir was added
6191:
6192: 2009-12-05 misha
6193:
6194: * src/classes/curl.C: - some fixes
6195:
6196: 2009-12-04 misha
6197:
6198: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6199: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6200: buildall-with-xml, buildall-without-xml, configure.in: - curl
6201: class was added
6202:
6203: * src/include/pa_hash.h: - hash-iterator was added
6204:
6205: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6206: was added to pcre
6207:
6208: 2009-11-27 misha
6209:
6210: * src/classes/image.C: - don't add @border attribute to output of
6211: ^image.html[] if it was specified by user with empty value
6212:
6213: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6214: root element and we are trying to access .documentElement
6215:
6216: 2009-11-11 misha
6217:
6218: * src/classes/table.C: - in ^table.flip[] look at number of columns
6219: instead of number of items in first row for named tables
6220:
6221: 2009-11-10 misha
6222:
6223: * operators.txt: - info about hash-options in ^file::create was
6224: added
6225:
6226: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6227: added
6228:
6229: 2009-11-09 misha
6230:
6231: * buildall-with-xml: - moving to libxml 2.7.6
6232:
6233: * tests/236.html: - tests for comparations cords with functions
6234: were added
6235:
6236: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6237: added
6238:
6239: * src/main/pa_http.C: - little optimisation
6240:
6241: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6242: GPF mallocs + stringstream (table.save)
6243:
6244: * src/classes/file.C: - file::create now accepts 4th param: options
6245: with $.charset
6246:
6247: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6248: bug in cord (comparation cords with functions was buggy)
6249:
6250: 2009-11-06 misha
6251:
6252: * src/main/pa_string.C: - bugfix: calculation string.length
6253: sometimes was buggy
6254:
6255: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6256: destroyed if exception occured during match/replace
6257:
6258: * src/: main/pa_charset.C, include/pa_charset.h: - method
6259: lengthUTF8Char was added
6260:
6261: * src/classes/op.C: - clean tainting lang was added for user's
6262: usage
6263:
6264: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6265: fixed: checkouts are required after GC_MALLOC
6266:
6267: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6268:
6269: * operators.txt: - actually, there is no ^untaint[xml] in
6270: file::create
6271:
6272: 2009-10-15 misha
6273:
6274: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6275: were added
6276:
6277: * tests/234.html: - more tests for checking ^taint[uri] escaping
6278: were added
6279:
6280: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6281: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6282: hacking: for dealing with transcoding+^taint[uri]
6283: transcode_and_untaint was replaced by untaint_and_transcode
6284:
6285: 2009-10-13 misha
6286:
6287: * tests/: 121.html, results/121.processed: - test transcoding +
6288: url-escaping now
6289:
6290: * tests/results/auto.p: - more helpers' methods were added
6291:
6292: * src/main/pa_globals.C: - die instead of abort
6293:
6294: 2009-10-06 misha
6295:
6296: * src/main/pa_common.C: - don't allocate memory during
6297: capitalization if input string is already capitalized
6298:
6299: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6300:
6301: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6302: use format function because it calls malloc
6303:
6304: * src/include/pa_common.h: - more capitalized headers were added
6305:
6306: * src/main/pa_common.C: - in safe mode clear executable bits during
6307: file writing
6308:
6309: 2009-10-05 misha
6310:
6311: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6312:
6313: 2009-10-03 misha
6314:
6315: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6316: ^img.text[] & ^img.length[] can work in utf-8 now
6317:
6318: * src/: include/pa_charset.h, main/pa_charset.C: - class
6319: UTF8_string_iterator was added
6320:
6321: * src/classes/image.C: - respect utf-8 when calculate alphabet
6322: length
6323:
6324: * src/classes/mail.C: - check from before get message.cstr
6325:
6326: 2009-10-02 misha
6327:
6328: * tests/233.html: - test for image.font, image.length, image.text
6329: with text in utf-8 were added
6330:
6331: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6332:
6333: * buildall-with-xml, buildall-without-xml: - comment about gc
6334: version for freebsd 4 was added
6335:
6336: 2009-10-01 misha
6337:
6338: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6339: terminator) - read_pipe were slightly optimized
6340:
6341: 2009-09-28 misha
6342:
6343: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6344: removed
6345:
6346: * src/types/pa_vmail.C: - forgot about space after ':'
6347:
6348: * src/types/pa_vmail.C: - escape filenames while preparing mail
6349: body - small simplifications
6350:
6351: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6352: inout params like pa_base64
6353:
6354: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6355: option $.debug-print(1) was added to mail:send - changes for
6356: using uue_encode which uses less memory
6357:
6358: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6359:
6360: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6361: memory now
6362:
6363: 2009-09-26 misha
6364:
6365: * src/types/pa_vmail.C: - default encoding now is base64
6366:
6367: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6368:
6369: 2009-09-25 misha
6370:
6371: * src/types/pa_vmail.C: - capitalization of headers was added to
6372: sending mail as well
6373:
6374: * buildall-with-xml: - catalog package was removed from libxml
6375:
6376: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6377: win32 absolute path
6378:
6379: * src/include/pa_common.h: - one more capitalized header was added
6380:
6381: 2009-09-22 misha
6382:
6383: * INSTALL: - comment about building just httpd binary while
6384: building apache module was added
6385:
6386: 2009-09-21 misha
6387:
6388: * buildall-with-xml: - moving to the latest versions of xml libs:
6389: libxml 2.7.4 and libxslt 1.1.25
6390:
6391: 2009-09-19 misha
6392:
6393: * tests/231.html: - test for encoding cookie in win-1251
6394:
6395: 2009-09-18 misha
6396:
6397: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6398: object] were added
6399:
6400: * operators.txt: - info about method ^reflection:fields[class or
6401: object] was added
6402:
6403: * src/classes/reflection.C: - method ^reflection:fields[class or
6404: object] was added
6405:
6406: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6407: methods get_fields were added
6408:
6409: * tests/232.html: - tests for @GET[name]
6410:
6411: * src/classes/table.C: - some changes in handling hash-options for
6412: creare, join and locate
6413:
6414: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6415: defined with option: the type of requested value
6416:
6417: 2009-09-17 misha
6418:
6419: * tests/212.html: - tests for .pattern and .options were added
6420:
6421: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6422: $regex.options were added
6423:
6424: 2009-09-11 misha
6425:
6426: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6427: rewrited. it checks not just one case of sending cookies during
6428: file::load[http], but also sending headers and fields (including
6429: files)
6430:
6431: 2009-09-10 misha
6432:
6433: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6434: was removed => now parser can open files with Russian 'r' in
6435: filename
6436:
6437: * src/main/untaint.C: - bugfix: client charset whould be analized
6438: while escaping cookies but now source charset
6439:
6440: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6441: ^tainted[uri] so it was possible to make request with incorrect
6442: http header
6443:
6444: * src/main/pa_http.C: - capitalization of http headers during
6445: file::load[http was slightly changes - bugfix: all headers which
6446: parser sends during file::load[http should be transcoded and only
6447: then escaped
6448:
6449: * src/main/untaint.C: - a bit more comments were added
6450:
6451: * src/classes/: file.C, string.C: - types where changes (minus 2
6452: warnings)
6453:
6454: * src/include/pa_common.h: - 2 capitalized strings for making http
6455: headers during file::load[http were added
6456:
6457: 2009-09-08 misha
6458:
6459: * operators.txt: - changes in file.save and string.save were added
6460:
6461: * tests/: 230.html, 230.txt: - tests for checking options in
6462: file.save and string.save were added
6463:
6464: * src/main/pa_request.C: - http headers names, which are passed to
6465: SAPI::add_header_attribute are lowercased now (it'll be
6466: capitalized in that method)
6467:
6468: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6469: classes/string.C: - file_write accepts Request_charsets and asked
6470: charset and cound transcode content before writing - string.save
6471: and file.save have option $.charset now
6472:
6473: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6474: classes/xdoc.C: - file_write accepts Request_charsets and asked
6475: charset and cound transcode content before writing
6476:
6477: * src/include/pa_exception.h: - new exception comment string was
6478: defined
6479:
6480: 2009-09-07 misha
6481:
6482: * src/main/compile.y: - grammar $name\ name stops now for regex
6483: sub-pattern\s
6484:
6485: 2009-09-04 misha
6486:
6487: * src/main/pa_http.C: - capitalization of http headers during
6488: file::load[http was implemented
6489:
6490: 2009-09-03 misha
6491:
6492: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6493: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6494: types/pa_vmail.C, targets/cgi/parser3.C,
6495: targets/isapi/parser3isapi.C: - back to storing response http
6496: headers in lowercase - capitalize them during output
6497:
6498: 2009-08-31 misha
6499:
6500: * src/classes/table.C: - allow call with any brackets (it could be
6501: useful in methods with explict result declaration)
6502:
6503: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6504: correctly if $request:charset==koi8-r
6505:
6506: 2009-08-30 misha
6507:
6508: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6509: changed: content-type => Content-type and so on
6510:
6511: * src/classes/file.C, src/include/pa_common.h,
6512: src/include/pa_request.h, src/main/pa_http.C,
6513: src/main/pa_request.C, src/types/pa_vcookie.C,
6514: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6515: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6516: tests/results/002.processed, tests/results/003.processed,
6517: tests/results/004.processed, tests/results/005.processed,
6518: tests/results/006.processed, tests/results/007.processed,
6519: tests/results/008.processed, tests/results/009.processed,
6520: tests/results/010.processed, tests/results/011.processed,
6521: tests/results/012.processed, tests/results/013.processed,
6522: tests/results/014.processed, tests/results/015.processed,
6523: tests/results/016.processed, tests/results/017.processed,
6524: tests/results/018.processed, tests/results/019.processed,
6525: tests/results/020.processed, tests/results/021.processed,
6526: tests/results/022.processed, tests/results/023.processed,
6527: tests/results/024.processed, tests/results/025.processed,
6528: tests/results/026.processed, tests/results/027.processed,
6529: tests/results/028.processed, tests/results/029.processed,
6530: tests/results/030.processed, tests/results/031.processed,
6531: tests/results/032.processed, tests/results/033.processed,
6532: tests/results/034.processed, tests/results/035.processed,
6533: tests/results/036.processed, tests/results/037.processed,
6534: tests/results/038.processed, tests/results/039.processed,
6535: tests/results/040.processed, tests/results/041.processed,
6536: tests/results/042.processed, tests/results/043.processed,
6537: tests/results/044.processed, tests/results/045.processed,
6538: tests/results/046.processed, tests/results/047.processed,
6539: tests/results/048.processed, tests/results/049.processed,
6540: tests/results/050.processed, tests/results/051.processed,
6541: tests/results/052.processed, tests/results/053.processed,
6542: tests/results/054.processed, tests/results/055.processed,
6543: tests/results/056.processed, tests/results/057.processed,
6544: tests/results/058.processed, tests/results/059.processed,
6545: tests/results/060.processed, tests/results/061.processed,
6546: tests/results/062.processed, tests/results/063.processed,
6547: tests/results/064.processed, tests/results/065.processed,
6548: tests/results/066.processed, tests/results/067.processed,
6549: tests/results/068.processed, tests/results/069.processed,
6550: tests/results/070.processed, tests/results/071.processed,
6551: tests/results/072.processed, tests/results/073.processed,
6552: tests/results/074.processed, tests/results/075.processed,
6553: tests/results/076.processed, tests/results/077.processed,
6554: tests/results/078.processed, tests/results/079.processed,
6555: tests/results/080.processed, tests/results/081.processed,
6556: tests/results/082.processed, tests/results/083.processed,
6557: tests/results/084.processed, tests/results/085.processed,
6558: tests/results/086.processed, tests/results/087.processed,
6559: tests/results/088.processed, tests/results/089.processed,
6560: tests/results/090.processed, tests/results/091.processed,
6561: tests/results/092.processed, tests/results/093.processed,
6562: tests/results/094.processed, tests/results/095.processed,
6563: tests/results/096.processed, tests/results/097.processed,
6564: tests/results/098.processed, tests/results/099.processed,
6565: tests/results/100.processed, tests/results/101.processed,
6566: tests/results/102.processed, tests/results/103.processed,
6567: tests/results/104.processed, tests/results/105.processed,
6568: tests/results/106.processed, tests/results/107.processed,
6569: tests/results/108.processed, tests/results/109.processed,
6570: tests/results/110.processed, tests/results/111.processed,
6571: tests/results/112.processed, tests/results/113.processed,
6572: tests/results/114.processed, tests/results/115.processed,
6573: tests/results/116.processed, tests/results/117.processed,
6574: tests/results/118.processed, tests/results/119.processed,
6575: tests/results/120.processed, tests/results/121.processed,
6576: tests/results/122.processed, tests/results/123.processed,
6577: tests/results/124.processed, tests/results/125.processed,
6578: tests/results/126.processed, tests/results/127.processed,
6579: tests/results/128.processed, tests/results/129.processed,
6580: tests/results/130.processed, tests/results/131.processed,
6581: tests/results/132.processed, tests/results/133.processed,
6582: tests/results/134.processed, tests/results/135.processed,
6583: tests/results/136.processed, tests/results/138.processed,
6584: tests/results/139.processed, tests/results/140.processed,
6585: tests/results/141.processed, tests/results/142.processed,
6586: tests/results/143.processed, tests/results/144.processed,
6587: tests/results/145.processed, tests/results/146.processed,
6588: tests/results/147.processed, tests/results/148.processed,
6589: tests/results/149.processed, tests/results/150.processed,
6590: tests/results/151.processed, tests/results/152.processed,
6591: tests/results/153.processed, tests/results/154.processed,
6592: tests/results/155.processed, tests/results/156.processed,
6593: tests/results/157.processed, tests/results/158.processed,
6594: tests/results/159.processed, tests/results/160.processed,
6595: tests/results/161.processed, tests/results/162.processed,
6596: tests/results/163.processed, tests/results/164.processed,
6597: tests/results/165.processed, tests/results/166.processed,
6598: tests/results/167.processed, tests/results/168.processed,
6599: tests/results/169.processed, tests/results/170.processed,
6600: tests/results/171.processed, tests/results/172.processed,
6601: tests/results/173.processed, tests/results/174.processed,
6602: tests/results/175.processed, tests/results/176.processed,
6603: tests/results/177.processed, tests/results/178.processed,
6604: tests/results/179.processed, tests/results/180.processed,
6605: tests/results/181.processed, tests/results/182.processed,
6606: tests/results/183.processed, tests/results/184.processed,
6607: tests/results/185.processed, tests/results/186.processed,
6608: tests/results/187.processed, tests/results/188.processed,
6609: tests/results/189.processed, tests/results/190.processed,
6610: tests/results/191.processed, tests/results/192.processed,
6611: tests/results/193.processed, tests/results/194.processed,
6612: tests/results/195.processed, tests/results/196.processed,
6613: tests/results/197.processed, tests/results/198.processed,
6614: tests/results/199.processed, tests/results/200.processed,
6615: tests/results/201.processed, tests/results/202.processed,
6616: tests/results/203.processed, tests/results/204.processed,
6617: tests/results/205.processed, tests/results/206.processed,
6618: tests/results/207.processed, tests/results/208.processed,
6619: tests/results/209.processed, tests/results/210.processed,
6620: tests/results/211.processed, tests/results/212.processed,
6621: tests/results/213.processed, tests/results/214.processed,
6622: tests/results/215.processed, tests/results/216.processed,
6623: tests/results/217.processed, tests/results/218.processed,
6624: tests/results/219.processed, tests/results/220.processed,
6625: tests/results/221.processed, tests/results/222.processed,
6626: tests/results/223.processed, tests/results/224.processed,
6627: tests/results/225.processed, tests/results/226.processed,
6628: tests/results/227.processed, tests/results/228.processed,
6629: tests/results/229.processed: - http headers were changed:
6630: content-type => Content-type and so on
6631:
6632: 2009-08-27 misha
6633:
6634: * src/: main/pa_random.C, include/pa_random.h,
6635: targets/cgi/parser3.C: - year was updated :)
6636:
6637: 2009-08-26 misha
6638:
6639: * tests/: 224.html, 224.p: - test for creating of parser object
6640: using constructor without params - little bugfix in test
6641:
6642: * src/main/compile_tools.h: - bugfix: should't call autouse while
6643: checking existed class while processing partial option
6644:
6645: * src/classes/reflection.C: - bugfix: core when creating object
6646: with reflection and constructor doesn't have params
6647:
6648: 2009-08-24 misha
6649:
6650: * tests/229.html: - tests for checking the number of parameters
6651: were added
6652:
6653: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6654: number of method's parameters wasn't checked correctly (the bug
6655: was introduced in 3.4.0)
6656:
6657: 2009-08-22 misha
6658:
6659: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6660: transcoded, but tainted pieces are escaped only when
6661: content-type==url-encoding
6662:
6663: * tests/228.html: - test for checking
6664: ^file::load[http://...;$.body[]]
6665:
6666: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6667: post charset was too early (charsets is empty at this moment)
6668:
6669: 2009-08-21 misha
6670:
6671: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6672: main/untaint.C: - some fixes with transcode+untaint
6673:
6674: 2009-08-15 misha
6675:
6676: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6677: was increaced to 100 (was 50)
6678:
6679: * tests/227.html: - test for checking overriding properties in
6680: static classes was added
6681:
6682: * tests/: 226.html, 226.p: - test for @autoload[] was added
6683:
6684: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6685: main/execute.C, main/pa_request.C, classes/reflection.C: -
6686: autouse was implemented
6687:
6688: 2009-08-14 misha
6689:
6690: * src/classes/reflection.C: - outdated checkout was removed
6691:
6692: * src/classes/reflection.C: - optimization - method ^dynamical was
6693: added.
6694:
6695: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6696: types/pa_vstateless_class.h, main/execute.C: - optimization
6697:
6698: * src/types/pa_vclass.C: - exception if base on sytem class
6699:
6700: 2009-08-12 misha
6701:
6702: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6703: pa_vstateless_class.h: - little optimisation
6704:
6705: 2009-08-11 misha
6706:
6707: * tests/224.html: - method_params => method_info - checking for
6708: $.inherited
6709:
6710: * src/classes/reflection.C, operators.txt: - method method_params
6711: was renamed to method_info and now it returns class name, if
6712: method was defined in ancestor
6713:
6714: * tests/225.html: - tests for cheching properties in hierarhical
6715: classes were added
6716:
6717: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6718: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6719: main/compile.y, main/execute.C, classes/classes.C: - problems
6720: with properties in new classes implementation were fixed
6721:
6722: 2009-08-10 misha
6723:
6724: * src/main/execute.C: - now constructor shouldn't be defined in
6725: class. it could be defined in parent.
6726:
6727: 2009-08-09 misha
6728:
6729: * src/classes/reflection.C: - ^reflection:methods doesn't return
6730: base's methods
6731:
6732: 2009-08-08 misha
6733:
6734: * src/: classes/classes.h, classes/date.C, classes/file.C,
6735: classes/form.C, classes/hash.C, classes/hashfile.C,
6736: classes/image.C, classes/mail.C, classes/op.C,
6737: classes/reflection.C, classes/regex.C, classes/string.C,
6738: classes/table.C, classes/xdoc.C, classes/xnode.C,
6739: classes/xnode.h, include/pa_hash.h, main/execute.C,
6740: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6741: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6742: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6743: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6744: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6745: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6746: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6747: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6748: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6749: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6750: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6751: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6752: types/pa_vresponse.C, types/pa_vresponse.h,
6753: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6754: types/pa_vstateless_object.h, types/pa_vstatus.C,
6755: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6756: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6757: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6758: types/pa_wwrapper.h, types/types.vcproj: - new classes
6759: implementation
6760:
6761: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6762: USE_MUNMAP is used. so it is disabled as a workaround.
6763:
6764: 2009-08-05 misha
6765:
6766: * src/: main/pa_common.C, include/pa_common.h: - not needed
6767: parameter was removed
6768:
6769: * src/main/pa_http.C: - bugfix: error was during detecting
6770: content-type of file which was loaded by http
6771:
6772: 2009-08-01 misha
6773:
6774: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6775: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6776: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6777: can't be disabled with defines any longer
6778:
6779: 2009-07-29 misha
6780:
6781: * src/classes/reflection.C, tests/results/224.processed: - for
6782: native methods with any call type now returned empty call_type
6783: value
6784:
6785: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6786: classes/table.C, include/pa_hash.h, include/pa_request.h,
6787: main/pa_request.C: - break in cycles was optimized
6788:
6789: * INSTALL: - more defines were described
6790:
6791: 2009-07-28 misha
6792:
6793: * operators.txt: - some changes in information about reflection
6794: class
6795:
6796: * tests/: 224.html, 224.p: - tests for reflection class
6797:
6798: * src/classes/reflection.C: - some bugs were fixed, method classes
6799: was added, refactoring
6800:
6801: 2009-07-26 misha
6802:
6803: * src/classes/classes.vcproj: - reflection class wass added to
6804: project
6805:
6806: * operators.txt: - information about reflection class was added
6807:
6808: * src/classes/reflection.C: - class was redesigned
6809:
6810: 2009-07-24 misha
6811:
6812: * src/classes/: Makefile.am, reflection.C: - class reflection was
6813: added
6814:
6815: * src/types/pa_vstateless_class.h: - method for reflection method's
6816: in classes was added
6817:
6818: 2009-07-22 misha
6819:
6820: * src/main/compile_tools.h: - bugfix: $object.$var was
6821: over-optimized. it failed if $object1.$object2.field
6822:
6823: 2009-07-16 misha
6824:
6825: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6826: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6827: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6828: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6829: one more arg: length of cord
6830:
6831: 2009-07-15 misha
6832:
6833: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6834: tainted in ^file::load[http://...;$.cookies[]]
6835:
6836: * src/classes/: op.C, regex.C, string.C: - new string with
6837: exception was used
6838:
6839: * src/include/pa_exception.h: - new string with exception was added
6840:
6841: * tests/223.html: - test for checking cookie-encoding during
6842: ^file::load[http was added
6843:
6844: * tests/: 221.html, 222.html: - tests for checking type of
6845: $table.fields.field were added
6846:
6847: * src/types/pa_vtable.C: - not used var decl was removed
6848:
6849: * src/include/pa_string.h: - use cached string length in Body::mid.
6850: it improves speed of match with brackets in pattern
6851:
6852: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6853: outside
6854:
6855: 2009-07-14 misha
6856:
6857: * src/types/pa_vtable.C: - $table.fields.a return string even if
6858: column is empty (sometime returned void) - $table.fields was
6859: added for nameless tables
6860:
6861: * src/targets/cgi/getopt.c: - one warning resolved
6862:
6863: * src/main/pa_string.C: - potentian bug fixed
6864:
6865: * src/classes/op.C: - small optimization in taint/untaint
6866:
6867: 2009-07-13 misha
6868:
6869: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6870: added
6871:
6872: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6873: souldn't add the attribut to output
6874:
6875: 2009-07-11 misha
6876:
6877: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6878: stack size was increaced to 2MB (default=1MB)
6879:
6880: 2009-07-08 misha
6881:
6882: * src/main/pa_string.C: - link to UTF-8 description was added
6883:
6884: * src/include/pa_hash.h: - hash keeps element's order in more
6885: places (ex: ._keys[])
6886:
6887: * tests/220.html: - test for checking order of elements in hash in
6888: foreach was added
6889:
6890: * tests/172.html: - small changes in printing hash
6891:
6892: * tests/129.html: - small changes in printing hash
6893:
6894: * src/: include/pa_common.h, include/pa_hash.h,
6895: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6896: types/pa_vmethod_frame.h: - hash now keeps order of elements
6897:
6898: * tests/014.html: - small changes in printing hash
6899:
6900: 2009-07-07 misha
6901:
6902: * src/classes/op.C: - new taint language "parser-code" was added
6903:
6904: * tests/219.html: - test for auto untaint parser code in process
6905: was added
6906:
6907: * src/classes/op.C: - tainted pieces in body of process are
6908: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6909:
6910: * src/: include/pa_string.h, main/untaint.C: - new language
6911: L_PARSER_CODE for auto-untaint in process was added
6912:
6913: * src/: classes/file.C, classes/hash.C, classes/image.C,
6914: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6915: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6916: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6917: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6918: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6919: code cleanup
6920:
6921: 2009-07-06 misha
6922:
6923: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6924: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6925: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6926:
6927: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6928: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6929: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6930: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6931: should be used
6932:
6933: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6934: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6935: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6936: untaint_cstr[m] should be used
6937:
6938: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6939: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6940:
6941: * tests/218.html: - test for checking automatic file-spec-taint was
6942: added
6943:
6944: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6945: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6946: classes/file.C, classes/hash.C, classes/image.C,
6947: classes/string.C, classes/table.C, classes/void.C,
6948: classes/xdoc.C: - optimizations and simplification of
6949: string.cstr(...)
6950:
6951: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6952: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6953: - optimizations and simplification of string.cstr(...)
6954:
6955: 2009-07-04 misha
6956:
6957: * tests/217.html: - test for recursion detection was added
6958:
6959: * src/: types/types.vcproj, main/main.vcproj,
6960: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6961: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6962: from .vcproj
6963:
6964: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6965:
6966: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6967: uploading files and case-insensitive http-method were added
6968:
6969: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6970: tainted pattern in ^file:list[] was added
6971:
6972: 2009-07-03 misha
6973:
6974: * src/: classes/classes.vcproj, main/main.vcproj,
6975: types/types.vcproj, targets/cgi/parser3.vcproj,
6976: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6977: for dynamic_cast) - little options changes
6978:
6979: * src/main/pa_http.C: - file::load[http works now with uploading
6980: files _and_ changing $.charset
6981:
6982: 2009-06-29 misha
6983:
6984: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6985: while creating pattern
6986:
6987: 2009-06-25 misha
6988:
6989: * src/classes/image.C, operators.txt: - options' names for
6990: ^image.font were changed to $.space, $.width and $spacing -
6991: default space width now == gif's width
6992:
6993: 2009-06-24 misha
6994:
6995: * tests/215.html: - tests for $file.mode were added
6996:
6997: * operators.txt: - added info about $file.mode and changes in
6998: ^image.font[
6999:
7000: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7001: param now could be omited - third param now could be hash (with
7002: all widths options: $.space-width, $.letter-width) - it's
7003: possible to specify tracking ($.letter-space)
7004:
7005: * src/classes/file.C: - file objects now could have mode field
7006: (text|binary)
7007:
7008: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7009:
7010: 2009-06-23 misha
7011:
7012: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7013: trim can work with utf-8 chars now
7014:
7015: 2009-06-20 misha
7016:
7017: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7018: was implemented
7019:
7020: * src/classes/table.C: - string length cacheing was implemented
7021:
7022: * src/include/pa_string.h: - string length cacheing was implemented
7023:
7024: 2009-06-17 misha
7025:
7026: * src/main/execute.C: - value param was removed from
7027: WContext::WContext
7028:
7029: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7030: pa_wwrapper.h: - value param was removed from WContext::WContext
7031: - field wcontext was removed from VCodeFrame (using fparent
7032: instead)
7033:
7034: * tests/214.html: - test with hash copying
7035:
7036: 2009-06-16 misha
7037:
7038: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7039: strings doesn't work in expression anymore
7040:
7041: * src/main/execute.C: - less calls for get_constructing() - little
7042: refactoring
7043:
7044: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7045: include/pa_request.h: - less calls for get_constructing()
7046:
7047: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7048: introduced with OPTIMIZE_SINGLE_STRING optimization
7049:
7050: 2009-06-14 misha
7051:
7052: * src/: classes/date.C, classes/file.C, classes/hash.C,
7053: classes/hashfile.C, classes/image.C, classes/regex.C,
7054: classes/table.C, classes/xdoc.C, classes/xnode.h,
7055: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7056: types/pa_vstateless_class.h, main/execute.C: - create object for
7057: storing object's fields only for parser objects
7058:
7059: 2009-06-13 misha
7060:
7061: * buildall-with-xml, buildall-without-xml: - new option was added
7062: for building GC (it slightly reduces memory usage)
7063:
7064: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7065: single string write
7066:
7067: * src/main/execute.C: - bytecode optimization of ^class:constructor
7068: - optimization of single string write
7069:
7070: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7071: - bytecode optimization of ^class:constructor
7072:
7073: 2009-06-09 misha
7074:
7075: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7076: main (better compatibility)
7077:
7078: 2009-06-08 misha
7079:
7080: * src/main/compile.y: - I've forgot to commit it :(
7081:
7082: 2009-06-07 misha
7083:
7084: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7085: WITH_READ and WITH_ROOT
7086:
7087: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7088: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7089: WITH_ROOT - little refactoring
7090:
7091: 2009-06-06 misha
7092:
7093: * tests/213.html: - tests for 3rd match string-param were added
7094:
7095: * src/classes/string.C: - 3rd match param could be string now
7096:
7097: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7098: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7099: GET_OBJECT_ELEMENT
7100:
7101: 2009-06-05 misha
7102:
7103: * src/main/pa_http.C: - bugfix: content-length was not calculated
7104: if $.body was specified
7105:
7106: 2009-06-04 misha
7107:
7108: * src/classes/op.C: - optimizing write_assign_lang in connect
7109:
7110: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7111:
7112: * src/main/execute.C: - little refactoring - optimizing
7113: write_assign_lang in taint/untaint
7114:
7115: * src/include/pa_opcode.h: - little refactoring
7116:
7117: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7118: main/compile_tools.h, main/execute.C: - optimizations for
7119: $self.field, ^self.method, $self.field[...] and $self.field(...)
7120: were added
7121:
7122: 2009-06-03 misha
7123:
7124: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7125:
7126: 2009-06-02 misha
7127:
7128: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7129: include/pa_opcode.h: - refactoring in last optimizations
7130: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7131: now but code is much easy and it is ready for further
7132: improvements.
7133:
7134: 2009-05-27 misha
7135:
7136: * src/: types/pa_junction.h, types/pa_vjunction.C,
7137: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7138: changed in destructing junctions
7139:
7140: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7141: String:Body
7142:
7143: 2009-05-26 misha
7144:
7145: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7146: one method detect_charset was deleted - bug was fixed in this
7147: method (error while detecting charset in content_type withot last
7148: ';')
7149:
7150: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7151: once
7152:
7153: 2009-05-25 misha
7154:
7155: * src/classes/file.C: - bugfix: file::exec didn't work after
7156: optimizing of helper_length
7157:
7158: 2009-05-24 misha
7159:
7160: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7161: were added - little refactoring
7162:
7163: * src/main/execute.C: - core while printing in debug log
7164: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7165: optimisations were added
7166:
7167: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7168: were added
7169:
7170: 2009-05-23 misha
7171:
7172: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7173: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7174: CORD_cat optimization
7175:
7176: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7177: - call constr optimisation under separate define now
7178:
7179: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7180: in $b should be string, not void
7181:
7182: * src/main/compile.y: - little fix for rem-cut optimisation
7183:
7184: * src/: include/pa_opcode.h, main/compile_tools.C,
7185: main/compile_tools.h, main/execute.C: - optimisations for
7186: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7187:
7188: * INSTALL: - description of some #defined were added
7189:
7190: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7191: before 1st access (memory usage is reduced if don't access to
7192: .text field)
7193:
7194: * src/include/pa_array.h: - array grows step now not static (it
7195: reduces numbers of reallocs)
7196:
7197: 2009-05-20 misha
7198:
7199: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7200: $.b(2), $c[d] and $.e[f] was added
7201:
7202: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7203: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7204: $.e[f] was added
7205:
7206: * src/main/execute.C: - debug printing moved in defines
7207:
7208: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7209: and little refactoring for OP_GET_OBJECT_ELEMENT +
7210: OP_GET_OBJECT_VAR_ELEMENT optimisation
7211:
7212: 2009-05-19 misha
7213:
7214: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7215: execute.C: - $a.$b & ^a.$b bytecode optimisation
7216:
7217: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7218: ^a.$b optimisation)
7219:
7220: * src/main/compile.y: - compiler now generate new opcodes:
7221: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7222: ^a.b - compiler now cut off ^rem{ with all content ; any number
7223: of params }
7224:
7225: * src/main/execute.C: - code for handle new opcodes
7226: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7227:
7228: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7229: added for LA2V and LA2S
7230:
7231: * src/include/pa_opcode.h: - new defines which can be used for
7232: disable some bytecode optimisation and new opcodes were added
7233:
7234: 2009-05-17 misha
7235:
7236: * src/lib/cord/cordxtra.c: - bugfix.
7237:
7238: * tests/212.html: - .size[] and .study_size[] were added to tests
7239:
7240: * operators.txt: - info about regex class was added
7241:
7242: * tests/212.html: - tests for regex class were added
7243:
7244: 2009-05-16 misha
7245:
7246: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7247: gc7.1
7248:
7249: * tests/022.html: - test for ^file:list[path;] (empty second param)
7250: was added
7251:
7252: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7253: param) should work
7254:
7255: 2009-05-15 misha
7256:
7257: * src/classes/table.C: - automatically disable stringstream usage
7258: on freebsd4
7259:
7260: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7261: scope
7262:
7263: * tests/211.html: - test with different types of access to hash was
7264: added
7265:
7266: * tests/210.html: - test which checks for loosing tainting in
7267: hash's keys was added
7268:
7269: * tests/208.html: - some parser work added. or stime == 0 %-)
7270:
7271: * src/lib/cord/cordbscs.c: - little hack was added to cord
7272:
7273: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7274:
7275: * src/include/pa_version.h, configure.in: - moko have made a lot of
7276: optimisations for increacing version number more dramatically :)
7277:
7278: * src/classes/date.C: - little refactoring: use constructor which
7279: accepts formated string
7280:
7281: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7282: which can print formatted string was added
7283:
7284: 2009-05-14 misha
7285:
7286: * src/include/pa_string.h: - type was fixed
7287:
7288: * src/: classes/hashfile.C, classes/op.C,
7289: include/pa_cache_managers.h, include/pa_charset.h,
7290: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7291: include/pa_request.h, include/pa_sql_driver_manager.h,
7292: include/pa_string.h, include/pa_stylesheet_manager.h,
7293: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7294: main/pa_charsets.C, main/pa_string.C,
7295: main/pa_stylesheet_connection.C, types/pa_value.h,
7296: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7297: types/pa_vobject.C, types/pa_vstateless_class.C,
7298: types/pa_vstateless_class.h: - hash_code caching was implemented
7299: (seaches should be faster now)
7300:
7301: * src/: classes/file.C, classes/hash.C, classes/image.C,
7302: classes/string.C, classes/table.C, include/pa_string.h,
7303: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7304: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7305: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7306: types/pa_vrequest.C: - String constructors don't have that stupid
7307: true/false param which means 'tainted'. they accept lang instead.
7308:
7309: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7310: with OPTIMIZE_RESULT
7311:
7312: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7313: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7314:
7315: 2009-05-13 misha
7316:
7317: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7318: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7319: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7320: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7321: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7322: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7323: include/pa_string.h, classes/date.C, classes/file.C,
7324: classes/hash.C, classes/image.C, classes/string.C,
7325: classes/table.C, classes/xdoc.C: - result optimisation -
7326: helper_length parameter removed from string constructors
7327:
7328: 2009-05-11 misha
7329:
7330: * tests/209.html: - tests for ^hash::create[hash] were added
7331:
7332: * tests/208.html: - tests for $status:rusage, $status:memory,
7333: ^memory:compact[] were added
7334:
7335: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7336: log10 were added
7337:
7338: * tests/206.html: - test for try with finally was added
7339:
7340: 2009-05-10 misha
7341:
7342: * tests/205.html: - test for ^file::create[...] was added
7343:
7344: * tests/204.html: - test for ^response:clear[] was added
7345:
7346: * tests/038.html: - tests for trigonometric functions were added
7347:
7348: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7349: added - more tests for .add, .sub, .union, .intersects and
7350: .intersections
7351:
7352: * tests/065.html: - test for ^file:dirname was added
7353:
7354: * tests/030.html: - test for $cookie:fields was added
7355:
7356: * tests/203.html: - test for ^h._keys[column name] was added
7357:
7358: * tests/201.html: - tests for .trim were added
7359:
7360: * tests/202.html: - tests for last-day,
7361: date:calendar[type](YYYY;MM;DD) were added
7362:
7363: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7364: .offset[type](N) were added
7365:
7366: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7367: and .pos[c](N) were added
7368:
7369: * tests/141.html: - test for math:sha1 was added
7370:
7371: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7372:
7373: 2009-05-09 misha
7374:
7375: * src/main/compile.y: - rollback
7376:
7377: 2009-05-05 misha
7378:
7379: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7380: replaced by is_empty()
7381:
7382: * src/: include/pa_string.h, main/pa_charset.C: - little
7383: optimisation: somewhere length() was replaced by is_empty()
7384:
7385: * src/classes/table.C: - little optimisation: somewhere length()
7386: was replaced by is_empty()
7387:
7388: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7389: classes/op.C, classes/table.C, main/pa_exception.C: - little
7390: optimisation: somewhere length() was replaced by is_empty()
7391:
7392: 2009-05-04 misha
7393:
7394: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7395: types/pa_vstateless_class.h, main/execute.C,
7396: include/pa_request.h, classes/hash.C, classes/op.C,
7397: classes/table.C: - more optimisations were added: some operators
7398: don't switch write context anylonger
7399:
7400: 2009-05-01 misha
7401:
7402: * src/main/compile.y: - slightly more opcode optimisations for
7403: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7404:
7405: * src/main/execute.C: - simplifying process for getters
7406:
7407: 2009-04-30 misha
7408:
7409: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7410:
7411: * tests/results/199.processed: - test for checking $result into
7412: ^rem was added
7413:
7414: * tests/199.html: - test for checking $result into ^rem was added
7415:
7416: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7417: some OS it returns list in different order)
7418:
7419: * src/: include/pa_array.h, include/pa_request.h,
7420: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7421: changes in stack impl - get_element() optimisation: 3rd param
7422: removed - bugfix: problems with reading empty input param -
7423: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7424:
7425: * tests/results/198.processed: - test for reading empty local var
7426: was added
7427:
7428: * tests/198.html: - test for reading empty local var was added
7429:
7430: 2009-04-29 misha
7431:
7432: * src/main/compile.y: - bugfix: couldn't compile because
7433: OP_VALUE__GET_ELEMENT should be unde #ifdef
7434:
7435: * src/: include/pa_array.h, include/pa_opcode.h,
7436: include/pa_request.h, main/compile.y, main/execute.C,
7437: main/pa_request.C, types/pa_vmethod_frame.C,
7438: types/pa_vmethod_frame.h: - we can work without opcode
7439: OP_STORE_PARAM, so it was removed
7440:
7441: 2009-04-28 misha
7442:
7443: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7444: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7445: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7446: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7447: 4.
7448: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7449:
7450: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7451:
7452: * src/: main/pa_string.C, classes/string.C: - !length() =>
7453: is_empty()
7454:
7455: 2009-04-27 misha
7456:
7457: * src/types/pa_vregex.h: - back explicit vars initialisation
7458:
7459: 2009-04-24 misha
7460:
7461: * src/classes/string.C: - ups. typo fixed
7462:
7463: * src/main/execute.C: - more replacements '*new VBool' to
7464: 'VBool::get' - checks for ^break[], ^continue[] and
7465: parser.interrupted were optimised
7466:
7467: * src/classes/string.C: - number of params.count() calls was
7468: slightly reduced
7469:
7470: 2009-04-23 misha
7471:
7472: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7473: make it x64 friendly
7474:
7475: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7476: parser is x64 friendly now
7477:
7478: 2009-04-22 misha
7479:
7480: * src/types/pa_vhashfile.C: - coder friendly exception about
7481: exceeding record size was added
7482:
7483: * src/classes/file.C: - use vregex object instead of direct calls
7484: methods from pcre lib
7485:
7486: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7487: classes/string.C: - use vregex object instead of direct calls
7488: methods from pcre lib
7489:
7490: * src/: include/pa_common.h, main/pa_common.C: - method
7491: print_pcre_exec_error_text was moved to class vregex
7492:
7493: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7494: was added
7495:
7496: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7497: - class vregex was added
7498:
7499: 2009-04-21 misha
7500:
7501: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7502:
7503: * src/: types/pa_junction.h, types/pa_value.C,
7504: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7505: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7506: junction-optimisation (destructors)
7507:
7508: * src/include/pa_array.h: - free under if now
7509:
7510: 2009-04-19 misha
7511:
7512: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7513:
7514: 2009-04-18 misha
7515:
7516: * src/include/pa_version.h:
7517: :q :
7518:
7519: CV:
7520: ----------------------------------------------------------------------
7521:
7522: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7523: refactoring
7524:
7525: * src/: include/pa_array.h, include/pa_hash.h,
7526: types/pa_vmethod_frame.h: - destructors under #ifdef now
7527:
7528: * src/include/pa_memory.h: - define for using destructors was added
7529:
7530: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7531: main/execute.C: - some junctions will be cached now
7532:
7533: * src/include/pa_hash.h: - hash destructor frees pairs now
7534:
7535: * src/include/pa_array.h: - inline was added to destructor
7536:
7537: * src/types/pa_method.h: - comment was changed
7538:
7539: 2009-04-17 misha
7540:
7541: * src/: include/pa_array.h, include/pa_hash.h,
7542: types/pa_vmethod_frame.h: - destructors were added
7543:
7544: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7545: renamed to always_use_result
7546:
7547: * src/main/: compile.y, compile_tools.h: - rollback changes in
7548: compiler: full backward compatibility is better
7549:
7550: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7551: result in var's hash
7552:
7553: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7554: optimisation in method_frame
7555:
7556: * src/include/pa_array.h: - optimisation in array (allocate
7557: elements only when needed)
7558:
7559: * src/types/pa_vresponse.C: - check for $response:headers field
7560: before looking at custom fields
7561:
7562: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7563: not needed to check existance var with name 'result' in var's
7564: hash
7565:
7566: * src/main/compile.y: - compiler was changed: now it detects
7567: writings to $result and set flag writo_to_result in method
7568:
7569: * src/classes/string.C: - little optimisation: no needed to write
7570: number with lang
7571:
7572: * src/main/pa_charset.C: - methods readChar and skipChar which is
7573: used for read utf8-strings were renamed - is_escaped was renamed
7574: to isEscaped (to the same name convention)
7575:
7576: * src/: types/pa_method.h, main/compile_tools.h: - flag
7577: write_to_result added. compiler get this info from code.
7578:
7579: 2009-04-16 misha
7580:
7581: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7582: String only before 1st write
7583:
7584: * src/include/pa_string.h: - not needed template removed
7585:
7586: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7587: types/pa_vjunction.C, types/pa_vproperty.C,
7588: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7589: main/pa_request.C, classes/bool.C, classes/double.C,
7590: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7591: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7592: bool objects)
7593:
7594: 2009-04-15 misha
7595:
7596: * src/lib/cord/cordxtra.c: - more optimisation
7597:
7598: * src/: include/pa_string.h, main/untaint.C: - String::append
7599: optimisation
7600:
7601: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7602: then get and can sometime be used)
7603:
7604: * src/main/pa_string.C: - String::length optimisation
7605:
7606: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7607: these methods read different strings
7608:
7609: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7610: fresult_initial_void removed + some optimisation - if $result
7611: defined we don't write to context anymore
7612:
7613: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7614: need just skip char)
7615:
7616: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7617: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7618: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7619:
7620: * src/types/pa_vvoid.h: - added get() method for retreave one
7621: instance
7622:
7623: 2009-04-11 misha
7624:
7625: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7626:
7627: * tests/197.html: - test for parser://test in xml was added
7628:
7629: * src/classes/string.C: - small optimisation
7630:
7631: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7632: optimisation
7633:
7634: 2009-04-10 misha
7635:
7636: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7637: to pcre-7.8
7638:
7639: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7640:
7641: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7642: added
7643:
7644: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7645: $request:CLASS_NAME were added
7646:
7647: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7648: were added
7649:
7650: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7651: $env:CLASS_NAME were added
7652:
7653: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7654: '@todo' now
7655:
7656: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7657: compirer
7658:
7659: * src/main/pa_string.C: - little code cleanup
7660:
7661: * src/main/pa_common.C: - describe one more UTF-8 related error
7662: during PCRE compile/execute
7663:
7664: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7665: normalizing todo-comments: '@todo' now
7666:
7667: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7668:
7669: * src/main/pa_charset.C: - type changed for making compiler happy
7670:
7671: 2009-03-10 misha
7672:
7673: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7674: in main()
7675:
7676: 2009-02-01 misha
7677:
7678: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7679: boundary
7680:
7681: 2009-01-25 misha
7682:
7683: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7684:
7685: * src/classes/file.C: - more changes for parsing different number
7686: of params for file::load
7687:
7688: * tests/193.html: - tests for exception while base64-decode binary
7689: to string was added
7690:
7691: * tests/192.html: - tests for file::load with different number of
7692: options
7693:
7694: * src/classes/math.C: - ups. forgot '+1'
7695:
7696: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7697: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7698: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7699: (new option $.encode[multipart-form/data] should be specified) -
7700: $.method[] option for file::load now is not case-sensitive
7701:
7702: * src/: include/pa_string.h, main/untaint.C: - for file post the
7703: new taint language L_FILE_POST was added
7704:
7705: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7706: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7707: stuff was moved to separate files
7708:
7709: 2009-01-23 misha
7710:
7711: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7712: spaces to tabs were converted
7713:
7714: 2009-01-12 misha
7715:
7716: * src/main/pa_http.C: - value of $.method[] option force uppercased
7717: now
7718:
7719: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7720: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7721: their names
7722:
7723: * src/main/pa_common.C: - changes in formating
7724:
7725: * src/: classes/file.C, main/pa_http.C: - some constants changed
7726: their names
7727:
7728: * src/include/pa_http.h: - some spaces were converted to tabs
7729:
7730: * src/include/pa_common.h: - some constants changed their names
7731:
7732: * src/classes/file.C: - fixed 4-th paramether for file::load -
7733: little code rewriting
7734:
7735: * src/types/pa_vfile.C: - little code rewriting
7736:
7737: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7738: types/pa_value.h: - some formating changes
7739:
7740: * src/include/pa_common.h: - some formating spaces transformed to
7741: tabs
7742:
7743: * src/classes/string.C: - exception while base64-decode binary to a
7744: string
7745:
7746: 2009-01-11 misha
7747:
7748: * configure.in: - version changed to 3.3.1b
7749:
7750: 2008-09-05 misha
7751:
7752: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7753: release_3_3_0 on 2008-09-05 10:59:35 +0000
7754:
7755: 2008-09-04 misha
7756:
7757: * tests/: 130.html, 131.html: - these exceptions not typeless
7758: anymore
7759:
7760: * src/classes/op.C: - exception with 'invalid taint language' not
7761: typeless anylonger
7762:
7763: * src/classes/image.C: - some exceptions while operations with
7764: image not typeless anymore
7765:
7766: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7767: main/pa_exec.C, main/pa_http.C: - some exceptions while
7768: operations with files not typeless anymore
7769:
7770: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7771: types/pa_vdate.h: - exceptions while checking date range not
7772: typeless anymore
7773:
7774: * src/include/pa_exception.h: - exception type string for invalid
7775: date range was added
7776:
7777: 2008-09-03 misha
7778:
7779: * src/: classes/file.C, main/pa_string.C: - exception while pce
7780: operations not typeless anymore
7781:
7782: * src/include/pa_exception.h: - exception type for pce operations
7783: was added
7784:
7785: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7786: and .CLASS_NAME insite classes
7787:
7788: * src/classes/table.C: - don't save table header whiile
7789: ^table.save[append;filename] if file exists
7790:
7791: 2008-09-02 misha
7792:
7793: * src/main/compile.y, src/main/compile_tools.h,
7794: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7795: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7796: renamed to partial and it login changed: we must mark class as
7797: partial for allow their modifications in future.
7798:
7799: 2008-08-29 misha
7800:
7801: * tests/results/022.processed: - testing taint[regex] in mask for
7802: file:list
7803:
7804: * tests/022.html: - testing taint[regex] in mask for file:list
7805:
7806: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7807: for file:list was added
7808:
7809: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7810: file:list
7811:
7812: 2008-08-26 misha
7813:
7814: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7815: last derived object
7816:
7817: * src/classes/image.C: - many strings "image.format" replaced by
7818: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7819: understand some more exif tags
7820:
7821: * src/include/pa_exception.h: - string "image.format" was added
7822:
7823: 2008-08-21 misha
7824:
7825: * src/: main/pa_string.C, classes/file.C: - use method for print
7826: pcre_exec text error
7827:
7828: * src/main/pa_common.C: - method for print pcre_exec text error was
7829: added
7830:
7831: * src/include/pa_common.h: - method declaration for print pcre_exec
7832: text error was added
7833:
7834: 2008-08-19 misha
7835:
7836: * src/main/execute.C: - bugfix: opcodes must be in separate
7837: namespace while debug execution as well
7838:
7839: * tests/: 015.html, results/015.processed: - test for escaping some
7840: parser chars was added
7841:
7842: 2008-08-18 misha
7843:
7844: * tests/: 190.html, 190.p, results/190.processed: - test for
7845: $caller.self.field + default getter in one class was added
7846:
7847: * tests/: 189.html, results/189.processed: - test for
7848: ^date::create[date object]
7849:
7850: * tests/: 188.html, results/188.processed: - tests for match with
7851: UTF-8 strings
7852:
7853: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7854: ^string.match[]
7855:
7856: * ChangeLog: - parser 3.3.0 beta13
7857:
7858: 2008-08-15 misha
7859:
1.116 moko 7860: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7861: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7862: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7863: dftables.c: - old PCRE files removed
1.95 moko 7864:
7865: * src/lib/pcre/config.h: - configuration for PCRE library
7866:
7867: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7868: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7869:
7870: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7871: library and set flag UTF8 if $request:charset is UTF-8
7872:
7873: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7874: include/pa_config_fixed.h: - moved to new PCRE library
7875:
7876: * src/: main/main.vcproj, types/types.vcproj,
7877: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7878: win32\pcre instead of parser3\src\lib\pcre
7879:
7880: * src/: include/pa_opcode.h, include/pa_operation.h,
7881: main/compile.C, main/compile.y, main/compile_tools.C,
7882: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7883: opcodes were moved to separate namespace
7884:
7885: 2008-08-14 misha
7886:
7887: * src/types/pa_vstateless_class.C: - newline at the end missed
7888:
7889: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7890: tainting
7891:
7892: 2008-08-11 misha
7893:
7894: * tests/: 187.html, 187.p, results/187.processed: - tests for
7895: $caller.self, $caller.self.field and $caller.self.field[value]
7896: were added
7897:
7898: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7899: runtime as well (for $caller.self)
7900:
7901: 2008-07-25 misha
7902:
7903: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7904: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7905: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7906: tests with international characters
7907:
7908: 2008-07-23 misha
7909:
7910: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7911: file::load[...;http://
7912:
7913: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7914: now everywhere in separate namespace
7915:
7916: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7917: for vars
7918:
7919: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7920: can be escaped by '^'
7921:
7922: 2008-07-22 misha
7923:
7924: * src/classes/string.C, tests/186.html: - names changes:
7925: escape=>js-escape, unescape=>js-unescape
7926:
7927: 2008-07-21 misha
7928:
7929: * tests/results/186.processed: - test for string escape/unescape
7930:
7931: * tests/186.html: - test for string escape/unescape
7932:
7933: * src/classes/string.C: - string has escape and unescape methods
7934: now
7935:
7936: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7937: added
7938:
7939: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7940: method-layers added (with different params)
7941:
7942: 2008-07-18 misha
7943:
7944: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7945: was added
7946:
7947: * tests/185.html: - test for ^str.pos[sub](offset) added
7948:
7949: * src/classes/string.C, src/classes/void.C, operators.txt: -
7950: ^string.pos[substr](offset) -- 2nd param accepted now
7951:
7952: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7953: strings
7954:
7955: 2008-07-17 misha
7956:
7957: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7958: helper length added for mid for small optimisation
7959:
7960: 2008-07-16 misha
7961:
7962: * tests/: 185.html, results/185.processed: - tests for
7963: length/left/right/mid/pos with utf-8 strings
7964:
7965: * src/classes/string.C: - left/right/mid/length/pos works fine for
7966: utf-8 strings
7967:
7968: * src/main/untaint.C: - comments removed
7969:
7970: * src/: include/pa_string.h, main/pa_string.C,
7971: include/pa_charset.h, main/pa_charset.C: - methods for working
7972: with pos/mid for strings in utf-8 were added
7973:
7974: 2008-07-15 misha
7975:
7976: * tests/: 184.html, results/184.processed: - test for case body as
7977: expression: $var(^switch(1){^case(1)(true)..})
7978:
7979: * src/classes/op.C: - case body can be expression now:
7980: $var(^switch(1){^case(1)(true)..})
7981:
7982: * tests/: results/183.processed, 183.html: - added test for testing
7983: new cookie encoding (%uXXXX)
7984:
7985: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7986: decoding for backward compatibility they decoded from %XX in
7987: request:charset too
7988:
7989: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7990: - cookie class now decode cookies before first access after last
7991: request:charset changing (as form class).
7992:
7993: * src/main/pa_charset.C: - added method escape for escaping cookies
7994: as %uXXXX - before transcode calculate required space for dest
7995: string. it reduce mem usage for transcode
7996:
7997: * src/include/pa_charset.h: - added method escape for escaping
7998: cookies as %uXXXX
7999:
8000: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8001: was added. will used for escaping cookies as %uXXXX
8002:
8003: * src/include/pa_common.h: - escape method has new option for skip
8004: converting '+' to a space char
8005:
8006: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8007: transcode - escape method has new option for skip converting '+'
8008: to a space char
8009:
8010: 2008-07-08 misha
8011:
8012: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8013: (no UE if more then 1 case matches anylonger) - optimization:
8014: doing searching.as_string() || searching.as_double() only once
8015:
8016: 2008-07-04 misha
8017:
8018: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8019: now ^date::create[date object] works
8020:
8021: * src/classes/string.C: - left and right added as aliases for start
8022: and end in ^string.trim[]
8023:
8024: 2008-07-03 misha
8025:
8026: * src/classes/file.C: - allow $.limit for file::sql as well
8027:
8028: * src/classes/file.C: - allow $.offset option for file::sql - force
8029: send limit=1 to query for use sql specifics authomatically
8030:
8031: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8032: if $.limit value if empty. autoconvert it as everywere
8033:
8034: 2008-07-02 misha
8035:
8036: * configure.in: - time to change version number to 3.3.0 %-)
8037:
8038: * src/include/pa_version.h: - time to change version number to
8039: 3.3.0 %-)
8040:
8041: 2008-06-26 misha
8042:
8043: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8044: $.limit(0) fixes
8045:
8046: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8047: - $.limit(0) fixes
8048:
8049: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8050: new API)
8051:
8052: * src/: include/pa_sql_driver_manager.h,
8053: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8054: classes/op.C: - document_root added
8055:
8056: * src/main/compile.tab.C: - error message was changed
8057:
8058: 2008-06-25 misha
8059:
8060: * src/main/compile.y: - error message was changed
8061:
8062: 2008-06-24 misha
8063:
8064: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8065:
8066: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8067: tests for @OPTIONS\nappend
8068:
8069: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8070:
8071: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8072:
8073: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8074:
8075: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8076: compile.y
8077:
8078: 2008-06-17 misha
8079:
8080: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8081: compilation: ^if(default){true. it's incorrect. must be
8082: exception}
8083:
8084: 2008-06-16 misha
8085:
8086: * tests/: 181.ent, 181.html, results/181.processed: - test for
8087: checking external reference loading with 'http://localhost'
8088: prefix while creating xdoc
8089:
8090: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8091: ^math:long2ip[] and ^math:ip2long[]
8092:
8093: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8094: added which use scalar stateless class method when user object
8095: used in scalar context - use get_scalar_value when user object
8096: requested in scalar context
8097:
8098: * src/main/pa_common.C: - size must be int but not size_t or we
8099: can't compare with 0 sprintf result
8100:
8101: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8102: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8103: with internal switch between local/global vars
8104:
8105: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8106: specified
8107:
8108: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8109: pa_vstateless_object.h: - stateless class and object now has
8110: private scalar field and getter/setter for working with it
8111:
8112: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8113: moved to inet static class
8114:
8115: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8116: class added (^inet:aton[IP], ^inet:ntoa(number))
8117:
8118: * tests/: 180.html, results/180.processed: - tests for
8119: ^math:long2ip(long) and ^math:ip2long[IP]
8120:
8121: * src/classes/math.C: - ^math:ip2long[IP] added
8122:
8123: 2008-06-11 misha
8124:
8125: * src/main/pa_xml_io.C: - use file_read_text again because of we
8126: need cut BOM code and remove DOS newline chars. but don't
8127: transcode it anyway.
8128:
8129: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8130: main/pa_http.C: - option for disable transcoding while file_read
8131: and file_read_text added
8132:
8133: 2008-06-10 misha
8134:
8135: * tests/: 179.html, 179.p, results/179.processed: - test for many
8136: classes in 1 file
8137:
8138: * src/main/: compile.C, compile_tools.h: - compile return list of
8139: classes now.
8140:
8141: * src/main/: compile.y, compile.tab.C: - compile return list of
8142: classes now. internals.
8143:
8144: * src/main/pa_request.C: - compile return list of classes now. try
8145: call @conf and @auto for each returned class
8146:
8147: * src/include/pa_request.h: - compile return list of classes now
8148:
8149: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8150: return list of classes when compile buf)
8151:
8152: 2008-06-07 misha
8153:
8154: * src/main/pa_request.C: - constructing VRequest object with 3rd
8155: param -- form
8156:
8157: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8158: 3rd param: form. needed for get post_charset
8159:
8160: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8161: added
8162:
8163: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8164: types/pa_vform.C, types/pa_vform.h: - some polish
8165:
8166: 2008-06-06 misha
8167:
8168: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8169: charset and decode chars from it but not from response:charset
8170:
8171: * src/main/pa_http.C: - detect_charset moved out of here
8172:
8173: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8174: methods moved here - unescape_chars accepn one charset now
8175:
8176: * src/main/pa_http.C: - new constants used - don't allow
8177: $.content-type in ^file::load[;http://;$.method[POST]] - add
8178: charset info while ^file::load[;http://;$.method[POST]] - option
8179: $.omit-post-charset(true) added to ^file::load[;http://] for
8180: disabling charset during post
8181:
8182: * src/types/pa_vform.C: - new constants used
8183:
8184: * src/include/pa_common.h: - some constants were added
8185:
8186: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8187: instead of StrEqNc
8188:
8189: * src/main/pa_common.C: - new method for caseless search
8190: c-substring in c-string - use isxdigit instead of is_hex_digit
8191:
8192: * src/include/pa_common.h: - new method for caseless search
8193: c-substring in c-string
8194:
8195: 2008-06-05 misha
8196:
8197: * tests/results/178.processed: - test for testing default getter
8198:
8199: * tests/178.html: - test for testing default getter
8200:
8201: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8202: for test for testing default getter
8203:
8204: * src/main/execute.C: - default getter soul
8205:
8206: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8207: requested objects' field not found
8208:
8209: * src/types/pa_vclass.C: - register default getter if defined - get
8210: default getter if requested field not found
8211:
8212: * src/types/pa_vstateless_object.h: - method get_default_getter was
8213: added
8214:
8215: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8216: pointer to default getter and methods for get/set it were added
8217:
8218: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8219: auto_name field (for default getter)
8220:
8221: 2008-06-04 misha
8222:
8223: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8224: transcoding, no cutting BOM code, no fixing line breaks) and get
8225: it to libxml "as is"
8226:
8227: 2008-06-03 misha
8228:
8229: * src/main/pa_common.C: - use store_Char instead of
8230: transcodeCharFromUTF8
8231:
8232: * src/: include/pa_charset.h, main/pa_charset.C: - method
8233: store_Char added, transcodeCharFromUTF8 -- removed
8234:
8235: 2008-06-02 misha
8236:
8237: * tests/: results/177.processed, 177.html: - test for checking
8238: .[acm]date after local ^file::load[] was added
8239:
8240: * tests/: results/176.processed, 176.html: - test for checking
8241: @OPTION\locals + @method[vars][locals] added
8242:
8243: * tests/results/auto.p: - CLASS_PATH specified for checking use
8244:
8245: 2008-05-30 misha
8246:
8247: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8248: @OPTION\nlocals + @method[vars][;locals;] were added
8249:
8250: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8251: moved to separate method op_code - switch from VMethodFrame to
8252: VMethodFrameGlobal + VMethodFrameLocal
8253:
8254: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8255: was moved to separate method op_code
8256:
8257: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8258: VMethodFrame now
8259:
8260: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8261: all_vars_local as well
8262:
8263: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8264: pa_vmethod_frame_local.h, Makefile.am: - who children for
8265: VMethodFrame were added: one (global) works as VMethodFrame
8266: before and second (local) write all vars in self vars scope
8267:
8268: * src/types/pa_method.h: - method has bool flag all_vars_local now
8269:
8270: 2008-05-29 misha
8271:
8272: * tests/: 129.html, results/129.processed: - more tests for
8273: ^table.hash[]
8274:
8275: * src/classes/hash.C: - ^hash::sql has a new option:
8276: $.type[hash|string|table] as ^table.hash[] one.
8277:
8278: * src/classes/op.C: - ^try has 3rd param now: finally code which
8279: executed anyway after try or catch section
8280:
8281: 2008-05-27 misha
8282:
8283: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8284: must not fail if $.distinct(1) wasn't specified
8285:
8286: 2008-05-26 misha
8287:
8288: * src/classes/op.C: - allow ^throw[my type]
8289:
8290: 2008-05-22 misha
8291:
8292: * configure.in, configure: - version number updated to 3.2.4b
8293:
8294: * src/classes/: op.C, string.C: - trim format string before
8295: eval/format
8296:
8297: * tests/: results/175.processed, 175.html: - more tests for
8298: different format strings in .format[]
8299:
8300: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8301: as well (not only %XX)
8302:
8303: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8304: charset specified - checks for format before print number
8305: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8306: (instead of tabs) removed
8307:
8308: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8309: charset specified
8310:
8311: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8312: char in requested charset from utf code was added
8313:
8314: 2008-05-19 misha
8315:
8316: * tests/: 174.html, results/174.processed: - test for
8317: ^hashfile.cleanup[] added
8318:
8319: * src/classes/hashfile.C: - optimization: don't create any key or
8320: value variable if it's name weren't specified
8321: (^hf.foreach[;v]{...})
8322:
8323: 2008-05-16 misha
8324:
8325: * src/classes/hash.C: - optimization: don't create any key variable
8326: if variable name wasn't specified (^h.foreach[;v]{...})
8327:
8328: 2008-05-15 misha
8329:
8330: * src/classes/op.C: - small changes
8331:
8332: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8333:
8334: * src/classes/hash.C: - calculate var_context once before foreach
8335:
8336: 2008-05-14 misha
8337:
8338: * src/classes/hashfile.C: - incorrect vars context calculation for
8339: ^hashfile.foreach[;]{} fixed
8340:
8341: * src/classes/: hash.C, table.C: - little optimisation
8342:
8343: * src/classes/file.C: - bugfix: double absolute path while loading
8344: file
8345:
8346: * tests/: 174.html, results/174.processed: - tests for hashfile
8347: were added
8348:
8349: * buildall-with-xml: - moving to libxslt 1.1.24
8350:
8351: 2008-04-30 misha
8352:
8353: * src/classes/file.C: - stat file while loading (local only) so
8354: .adate, .mdate and .cdate available without additional ::stat
8355:
8356: 2008-04-28 misha
8357:
8358: * src/classes/file.C: - $.name and $.content-type available for
8359: stated file
8360:
8361: 2008-04-14 misha
8362:
8363: * src/targets/cgi/parser3.C: - new year in copyright %-)
8364:
8365: * src/include/pa_version.h: - new version number in head
8366:
8367: 2008-04-10 misha
8368:
8369: * tests/: 080.html, results/080.processed: - cut '0' from
8370: exponential part because of on diff OS it differ (20 or 020 for
8371: ex)
8372:
8373: * tests/: 119.html, results/119.processed: - check for encoding
8374: while creating xdoc
8375:
8376: 2008-04-09 misha
8377:
8378: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8379:
8380: * src/main/pa_common.C: - comment added
8381:
8382: * src/classes/date.C: - little refactoring
8383:
8384: 2008-04-07 misha
8385:
8386: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8387: style of ^table.save[]: prepare one big string and sabe it at
8388: once. it's safe on freebsd 4.x but use much more memory.
8389:
8390: * buildall-with-xml, buildall-without-xml: - option
8391: --disable-stringstream added (under comment. use it on freebsd
8392: 4.x)
8393:
8394: 2008-02-22 misha
8395:
8396: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8397: specified together in file::load[;http] - get back transcoding
8398: $.body[] in file::load[;http]
8399:
8400: 2008-02-21 misha
8401:
8402: * src/classes/date.C: - ^date.gmt-string[] was added
8403:
8404: * src/types/pa_value.C: - method for output date in RFC 822 format
8405: moved to pa_common.h
8406:
8407: * src/include/pa_common.h: - method for output date in RFC 822
8408: format moved here from pa_value.C
8409:
8410: * src/types/pa_vmail.C: - fixed core in sending mail with
8411: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8412:
8413: 2008-02-20 misha
8414:
8415: * src/main/pa_http.C: - transcode $.headers before escaping into
8416: specified charset while ^file::load[...;http://...] (L_URI
8417: instead of L_HTTP_HEADER) - $.cookies param available in
8418: ^file::load[;http://...] now (but we don't parse set-cookies from
8419: response yet) (cookies not transcoded as common $cookies)
8420:
8421: 2008-02-19 misha
8422:
8423: * src/main/pa_request.C: - rollback: we mustn't force taint
8424: $response:field values because in this case
8425: $response:locateion[http://...] don't works.
8426:
8427: 2008-02-15 misha
8428:
8429: * src/classes/op.C: - little refactoring
8430:
8431: * src/main/pa_http.C: - taint names of $.headers for load[;http
8432:
8433: * src/main/pa_request.C: - force taint values of $response:field
8434:
8435: 2008-02-14 misha
8436:
8437: * src/main/pa_request.C: - $response:field transcoded to
8438: $response:charset before escaping now
8439:
8440: * src/main/pa_http.C: - some outdated comments removed
8441:
8442: * src/classes/date.C: - lastdat -> last-day
8443:
8444: * src/classes/date.C: - ^date:lastday(year;month) and
8445: ^date.lastday[] were added - little code refactoring - comments
8446: changes
8447:
8448: * tests/: 159.html, results/159.processed: - test for number of
8449: days in February
8450:
8451: * src/types/pa_value.C: - fixes in code formatting
8452:
8453: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8454: and comments
8455:
8456: 2008-02-13 misha
8457:
8458: * src/main/pa_common.C: - bugfix for february at leap year
8459:
8460: 2008-01-28 misha
8461:
8462: * tests/: 160.html, results/160.processed: - more test for cache
8463: added
8464:
8465: * src/classes/op.C: - bugfix: cache body executed twice if contains
8466: unhandled exception
8467:
8468: 2008-01-25 misha
8469:
8470: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8471: bug when hashfile became inavailable after memory:compact)
8472:
8473: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8474:
8475: 2008-01-22 misha
8476:
8477: * src/classes/table.C: - little refactiring and exception texts
8478: changes in method ^table.hash[]
8479:
8480: * src/types/pa_vcookie.C: - link to cookie specification changed
8481:
8482: 2008-01-21 misha
8483:
8484: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8485: file::exec/cgi
8486:
8487: * src/classes/file.C: - bugfix: core while processing headers if
8488: executed cgi script don't return content
8489:
8490: 2008-01-18 misha
8491:
8492: * buildall-with-xml: - move to libxml2 version 2.6.31
8493:
8494: * src/include/pa_version.h, configure.in: - version number updated
8495: to '3.2.3b'
8496:
8497: 2007-12-28 misha
8498:
8499: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8500: hash.contains
8501:
8502: 2007-12-27 misha
8503:
8504: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8505: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8506: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8507: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8508: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8509: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8510: src/targets/cgi/parser3.vcproj,
8511: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8512: back to VS2003 because of Apache 1.3 module can't work if it was
8513: built in VS 2005. with cgi all file so VS2003 project files can
8514: be easy converted to the new format.
8515:
8516: 2007-12-04 misha
8517:
8518: * src/types/pa_vcode_frame.h: - changes in comment
8519:
8520: 2007-11-29 misha
8521:
8522: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8523: intercept strings any longer
8524:
8525: * tests/: 173.html, results/173.processed: - tests for
8526: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8527: but not in main code frame
8528:
8529: * tests/: 172.html, results/172.processed: - more tests for pass
8530: objects from code frames
8531:
8532: 2007-11-27 misha
8533:
8534: * tests/: 152.html, results/152.processed: - tests for converting
8535: strings 'true'/'false' to bool were added
8536:
8537: * tests/152.html: - added checks for converting strings
8538: 'true'/'false' to bool
8539:
8540: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8541: not only strings with numbers but with values 'true'/'false' as
8542: well
8543:
8544: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8545: for parser3.log increased
8546:
8547: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8548:
8549: * src/include/pa_common.h: - remove_crlf return cstring size now
8550:
8551: * src/include/pa_types.h: - constant with buffer size for
8552: parser3.log added
8553:
8554: 2007-11-16 misha
8555:
8556: * tests/cat.sh: - script for tests for file::exec/cgi
8557:
8558: * tests/171.html: - tests for file::exec/cgi
8559:
8560: * tests/results/171.processed: - tests results for file::exec/cgi
8561:
8562: 2007-11-15 misha
8563:
8564: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8565:
8566: * src/classes/file.C: - .body must be set before analyzing cgi
8567: headers
8568:
8569: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8570: only if exec/cgi return anything.
8571:
8572: 2007-11-14 misha
8573:
8574: * operators.txt: - info about new text|binary option for
8575: file::exec/cgi was added
8576:
8577: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8578: ^file:exec[[text|binary];script;...]
8579:
8580: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8581: classes/string.C, classes/table.C: - more text strings moved to
8582: the one place
8583:
8584: 2007-11-09 misha
8585:
8586: * src/types/pa_vrequest.C: - $request:argv must be taint
8587:
8588: * ChangeLog: - $request:argv [patch from Sumo]
8589:
8590: * operators.txt: - $request:argv
8591:
8592: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8593: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8594:
8595: 2007-10-25 misha
8596:
8597: * buildall-with-xml, buildall-without-xml: - options preparations
8598: for ./configure rewrited
8599:
8600: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8601: error occure in unhandled_exception finally fixed
8602:
8603: 2007-10-23 misha
8604:
8605: * tests/: 170.html, results/170.processed: - test for
8606: @method[][result]
8607:
8608: * operators.txt: - added info about node.prefix and
8609: node.namespaceURI
8610:
8611: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8612:
8613: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8614: added for node and attribute
8615:
8616: 2007-10-22 misha
8617:
8618: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8619:
8620: * src/main/pa_request.C: - added const content-transfer-encoding
8621:
8622: * src/include/pa_request.h: - added const content-transfer-encoding
8623: - ups. constants must be in lowercase (for search)
8624:
8625: * src/types/pa_vmail.C: - more constants used -
8626: content-transfer-encoding: 8bit added
8627:
8628: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8629:
8630: * src/include/pa_request.h: - more constants
8631:
8632: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8633: ommit anymore if $.content-disposition was specified - little
8634: refactoring
8635:
8636: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8637:
8638: 2007-10-17 misha
8639:
8640: * operators.txt: - info about
8641: table::create[nameless]{data}[>options<] was added
8642:
8643: * src/main/: compile.tab.C, compile.y: - if error occure while
8644: compile method don't put this method in methods table anymore.
8645: in other case the parser coredumped if @unhandled_exception
8646: method can't be compiled because of parser.compile error.
8647:
8648: * src/main/execute.C: - little code reformating
8649:
8650: * src/main/pa_request.C: - little code reformating - comment
8651: changed
8652:
8653: 2007-10-16 misha
8654:
8655: * tests/: 035.html, results/035.processed: - tests
8656: table::create[]{}[options] added
8657:
8658: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8659: options (only $.seperator[] yet)
8660:
8661: 2007-10-10 misha
8662:
8663: * src/classes/table.C: - some contstants moved to pa_common.h -
8664: some code changes
8665:
8666: 2007-10-02 misha
8667:
8668: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8669: then three time as much. but base64 encoding method still use
8670: less memory anyway.
8671:
8672: 2007-09-17 misha
8673:
8674: * operators.txt: - added info about $cookie:fields
8675:
8676: * src/types/pa_vcookie.C: - $cookie:fields available now
8677:
8678: * src/classes/hash.C: - some stuff for use with .for_each moved to
8679: common
8680:
8681: * src/include/pa_common.h: - some stuff for use with .for_each
8682: moved here
8683:
8684: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8685:
8686: 2007-09-14 misha
8687:
8688: * buildall-with-xml: - new xml libs again =)
8689:
8690: 2007-08-28 misha
8691:
8692: * operators.txt: - texts about ^table.columns[[column name]] and
8693: ^string.split[...][v][column name] were added
8694:
8695: * tests/: 168.html, 169.html, results/168.processed,
8696: results/169.processed: - tests for ^table.columns[[column name]]
8697: and ^string.split[...][v][column name] were added
8698:
8699: * src/classes/table.C: - new option ^table.columns[[column name]]
8700: was added
8701:
8702: * src/classes/string.C: - new option ^string.split[...;v;[column
8703: name]]
8704:
8705: * src/include/pa_exception.h: - error text message for
8706: ^hash._keys[], ^table.columns[] and ^string.split[]
8707:
8708: 2007-08-27 misha
8709:
8710: * src/main/untaint.C: - try to fix coredump on unix if print to
8711: body ^taint[sql][something] outside of connect
8712:
8713: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8714: outside of connect
8715:
8716: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8717: added (commented by default)
8718:
8719: 2007-08-20 misha
8720:
8721: * operators.txt: - comment about new method ^node.hasAttributes[]
8722: was added
8723:
8724: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8725: duplicated exception text strings were removed
8726:
8727: * src/include/pa_exception.h: - more exception text strings moved
8728: here
8729:
8730: * src/classes/table.C: - some duplicate exceptions' text strings
8731: removed
8732:
8733: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8734: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8735: removed
8736:
8737: * src/include/pa_exception.h: - some exception text strings movet
8738: to pa_exception
8739:
8740: * tests/: 149.html, results/149.processed: - test for
8741: ^xnode.hasAttributes[] was added - some code changes
8742:
8743: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8744: added
8745:
8746: 2007-08-17 misha
8747:
8748: * tests/: results/006.processed, results/059.processed, 006.html,
8749: 059.html: - more tests for match
8750:
8751: * tests/: 129.html, results/129.processed: - tests for
8752: ^table.hash[...][$.type[string|hash|table]] added
8753:
8754: * src/targets/cgi/parser3.C: - little syntax changes
8755:
8756: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8757: syntax changes
8758:
8759: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8760: messages in parser3.log switched off by default. If someone
8761: really still need it: use $SIGPIPE(1)
8762:
8763: 2007-08-08 misha
8764:
8765: * buildall-with-xml, buildall-without-xml: - remove libs source
8766: files by default since now
8767:
8768: 2007-08-07 misha
8769:
8770: * buildall-without-xml: - some option syntax changes
8771:
8772: * buildall-with-xml: - compile libxml2 without http support - some
8773: option syntax changes
8774:
8775: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8776:
8777: 2007-08-06 misha
8778:
8779: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8780:
8781: * tests/: 160.html, results/160.processed: - cache test was
8782: rewrited
8783:
8784: 2007-07-06 misha
8785:
8786: * tests/: 153.html, results/153.processed: - added test for
8787: ^math:sha1[string]
8788:
8789: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8790: transcoded
8791:
8792: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8793: were added
8794:
8795: 2007-06-28 misha
8796:
8797: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8798: some incorrect chars
8799:
8800: 2007-06-19 misha
8801:
8802: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8803: were moved on top because of gcc 4 had a problems during
8804: building.
8805:
8806: 2007-06-18 misha
8807:
8808: * tests/results/019.processed: - new image commited
8809:
8810: 2007-06-09 misha
8811:
8812: * src/classes/: op.C, table.C: - in while and table.select method
8813: as_expression used now
8814:
8815: * src/types/pa_vmethod_frame.h: - method as_expression was added
8816:
8817: 2007-06-08 misha
8818:
8819: * tests/: 166.html, results/166.processed: - test for
8820: ^match[...][n]
8821:
8822: * tests/: 165.html, results/165.processed: - tests for loops
8823:
8824: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8825: because of no speed/memory optimisation but some proglems with
8826: long cycles occure
8827:
8828: 2007-06-06 misha
8829:
8830: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8831: ^table.select(true) and ^table.select(1) didn't works because of
8832: awaiting junction-param only. fixed.
8833:
8834: 2007-05-24 misha
8835:
8836: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8837: with 0.5 secs interval
8838:
8839: * src/classes/op.C: - cache was rewrited. I hope it works with
8840: locking system now on unix
8841:
8842: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8843: system locks which wait till other threads release it but try get
8844: lock, if fail wait 1 sec and make 10 attempts.
8845:
8846: * src/include/pa_os.h: - consts for blocking locks + some comments
8847: were added
8848:
8849: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8850: opening files
8851:
8852: * src/classes/table.C: - changes in includes. if unclude <sstream>
8853: after our classes on unix it can't be build
8854:
8855: * src/types/pa_vhashfile.C: - not needed code removed
8856:
8857: 2007-05-23 misha
8858:
8859: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8860: include/pa_common.h: - cosmetic changes
8861:
8862: 2007-05-18 misha
8863:
8864: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8865: often. it's give some speed increasing
8866:
8867: * tests/results/160.processed: - returned time corrected
8868:
8869: * tests/160.html: - time increased because on unix 1 mean nothing
8870: :(
8871:
8872: * operators.txt: - added info about ^hash.contain[key]
8873:
8874: * src/classes/hash.C: - added ^hash.contain[key]
8875:
8876: * src/include/pa_hash.h: - added method for checking key exists in
8877: hash
8878:
8879: 2007-05-07 misha
8880:
8881: * src/include/pa_string.h: - was compilation error during build on
8882: freebsd4
8883:
8884: 2007-05-03 misha
8885:
8886: * src/classes/table.C: - option $.type[hash|string|table] was added
8887: for ^table.hash[]
8888:
8889: * src/classes/file.C: - comment removed
8890:
8891: 2007-04-26 misha
8892:
8893: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8894: real files doesn't opened in place anymore
8895:
8896: 2007-04-24 misha
8897:
8898: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8899:
8900: * src/include/pa_exception.h: "static" removed
8901:
8902: 2007-04-23 misha
8903:
8904: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8905:
8906: * src/classes/math.C: added: - ^math:ln(N) (the same as
8907: ^math:log(N)) - ^math:lg(N)
8908:
8909: * tests/: 097.html, results/097.processed: - charsets converstion
8910: during ^file::load[text;http://...] added
8911:
8912: * tests/: 164.html, results/164.processed: - check for set expires
8913: as a date
8914:
8915: * tests/: 164.html, results/164.processed: - test for hashfile
8916:
8917: * src/classes/hashfile.C: - little comment changes
8918:
8919: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8920: access
8921:
8922: * src/: classes/date.C, classes/double.C, classes/file.C,
8923: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8924: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8925: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8926: classes/xnode.h, include/pa_request.h, main/execute.C,
8927: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8928: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8929: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8930: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8931: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8932: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8933: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8934: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8935: "parser.runtime" strings were removed
8936:
8937: * src/classes/hashfile.C: - with .clear[] called files_delete()
8938: now.
8939:
8940: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8941:
8942: * src/include/pa_exception.h: - string constant with
8943: "parser.runtime" text was added
8944:
8945: 2007-04-20 misha
8946:
8947: * operators.txt: - some comments changing
8948:
8949: * operators.txt: - added info about .^hashfile.release[],
8950: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8951:
8952: * configure: =cheching for unsetenv
8953:
8954: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8955: ^hashfile.release[] were added
8956:
8957: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8958: ^string.match[][] understand new option now: return number of
8959: matches but not table wit results
8960:
8961: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8962: reopen now
8963:
8964: * src/classes/op.C: - bug. must be false
8965:
8966: * configure.in: - checking for unsetenv was added
8967:
8968: * src/types/pa_vform.C: - some comments
8969:
8970: 2007-04-18 misha
8971:
8972: * buildall-with-xml: moving to libxml2-2.6.28
8973:
8974: * buildall-with-xml, buildall-without-xml: added commented lines
8975: with --disable-safe-mode option
8976:
8977: * operators.txt: - info about $form:files
8978:
8979: 2007-04-17 misha
8980:
8981: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8982: $form:files was added
8983:
8984: * tests/: 163.html, results/163.processed: removing auto format
8985:
8986: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8987:
8988: 2007-04-16 misha
8989:
8990: * tests/: 163.html, results/163.processed: - test for .int[],
8991: floor, round, ceiling and .format[]
8992:
8993: * src/classes/file.C: - little optimization for getting args in
8994: exec/cgi
8995:
8996: 2007-04-13 misha
8997:
8998: * src/classes/file.C: - arguments for file::exec/cgi can be
8999: specified now as s table with one column
9000:
9001: 2007-03-27 misha
9002:
9003: * tests/: 162.html, results/162.processed: - test for
9004: ^table.select(^condition[$t])
9005:
9006: * tests/results/auto.p: - load windows-1251 charset for some tests
9007:
9008: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9009:
9010: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9011: 161_windows1251.txt: - added test for
9012: ^file::load[text;/local/file.txt;$.charset[...]]
9013:
9014: * tests/: results/013.processed, 013.html: - added test for
9015: checking $._default value while hash modifications
9016:
9017: * tests/: 160.html, results/160.processed: - add test for
9018: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9019:
9020: 2007-03-22 misha
9021:
9022: * src/include/pa_common.h: - "charset" string defined for
9023: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9024:
9025: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9026: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9027: added - not needed transcodes were removed from
9028: ^file::load[...;http://...]
9029:
9030: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9031: added
9032:
9033: * src/classes/date.C: - date.week was fixed
9034:
9035: * operators.txt: - added info about date.weekyear
9036:
9037: * tests/: 159.html, results/159.processed: - tests for date.week
9038: and date.weekyear added
9039:
9040: 2007-03-15 misha
9041:
9042: * src/classes/table.C: - enclose column numbers for nameless tables
9043: as well
9044:
9045: 2007-03-14 misha
9046:
9047: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9048:
9049: * src/classes/table.C: - table.save optimization: now required much
9050: less memory
9051:
9052: 2007-03-13 misha
9053:
9054: * tests/results/: 158.processed, 158.processes: - tests for
9055: table.save/table.load
9056:
9057: * tests/: 158.html, results/158.processes: - tests for
9058: table.save/table.load
9059:
9060: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9061:
9062: * buildall-with-xml: - pattern needed now for building
9063:
9064: * tests/results/097.processed: - added test results for xdoc::load
9065: & xdoc::load[http://...]
9066:
9067: * tests/097.html: - added test for xdoc::load
9068:
9069: 2007-03-12 misha
9070:
9071: * tests/: 107.html, results/107.processed: - added test for xpath
9072: '//man'
9073:
9074: 2007-03-01 misha
9075:
9076: * tests/: 097.html, results/097.processed: - added test for
9077: creating xdoc from file
9078:
9079: * tests/: results/157.processed, 157.html: - added test for
9080: file:move
9081:
9082: 2007-02-28 misha
9083:
9084: * src/classes/xdoc.C: - another attempt
9085:
9086: * src/classes/xdoc.C: - roll back last changes for a while
9087:
9088: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9089:
9090: * src/classes/file.C: - under lock we create non-exist dir anyway
9091:
9092: * tests/results/099.processed: - ever send content-disposition to
9093: client with file
9094:
9095: * tests/157.html: + test for file:copy
9096:
9097: 2007-02-26 misha
9098:
9099: * src/classes/file.C: - some similar strings moved to #define
9100: instead of to be copy/pasted many times
9101:
9102: * src/types/pa_vfile.h: - class name string ("file") moved to
9103: #define
9104:
9105: 2007-02-20 misha
9106:
9107: * bin/auto.p.dist.in: - added lines for sqlite
9108:
9109: * configure.in: - added some strings for sqlite detection
9110:
9111: 2007-02-19 misha
9112:
9113: * operators.txt: - some comments changes
9114:
9115: * buildall-with-xml, buildall-without-xml: - some modifications
9116:
9117: 2007-02-17 misha
9118:
9119: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9120:
9121: * src/main/pa_request.C: - damn, i forgot to commit it while I
9122: change console behaviour
9123:
9124: 2007-02-12 misha
9125:
9126: * src/targets/cgi/parser3.C: - don't print headers if
9127: $console:line[data] was used during cgi execution.
9128:
9129: * src/types/pa_vconsole.h: - console class have bool flag now which
9130: marked as 'true' if class was used.
9131:
9132: * tests/: 152.html, results/152.processed: - more types was added
9133: to test 152
9134:
9135: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9136: adding 'bool' (^if($image){} caused exception)
9137:
9138: 2007-02-09 misha
9139:
9140: * tests/: 152.html, results/152.processed: - test alightly updated
9141:
9142: * tests/: 152.html, results/152.processed: - test rewrited
9143:
9144: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9145: bugfix. I broke xdoc & xnode in expression
9146:
9147: 2007-02-08 misha
9148:
9149: * tests/: 152.html, results/152.processed: - add test for checking
9150: 'def' for void, string, bool, int & double
9151:
9152: 2007-02-07 misha
9153:
9154: * operators.txt: - ^file:base64[filespec] was added
9155:
9156: * tests/results/153.processed: - result test for
9157: ^file:base64[filespec] was updated
9158:
9159: * tests/153.html: - test for ^file:base64[filespec] was added
9160:
9161: * src/types/pa_vconsole.h: - little optimization
9162:
9163: * src/classes/file.C: - ^file:base64[filespec]
9164:
9165: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9166:
9167: * src/include/pa_common.h: - declarations for
9168: ^file:base64[filespec]
9169:
9170: * src/types/pa_vcookie.C: - little optimization
9171:
9172: 2007-02-06 misha
9173:
9174: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9175: were temporary commented
9176:
9177: * src/types/pa_vbool.h: - bugfix
9178:
9179: * tests/156.html: - added test for bool cookie
9180:
9181: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9182:
9183: * tests/: 155.html, results/155.processed: - added test for check
9184: $.encloser[] option for table save/load
9185:
9186: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9187:
9188: 2007-02-05 misha
9189:
9190: * tests/results/152.processed: - newline at the end was missed
9191:
9192: * tests/results/141.processed: - math:md5 must be lowercased
9193:
9194: * src/targets/cgi/parser3.C: - 2007 in help ;)
9195:
9196: 2007-02-03 misha
9197:
9198: * tests/results/: 150.processed, 151.processed, 152.processed: -
9199: test for bool added and some content length fixes
9200:
9201: * tests/152.html: - test for bool added
9202:
9203: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9204:
9205: * operators.txt: - info bool class was added
9206:
1.116 moko 9207: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9208: classes/classes.vcproj, classes/double.C, classes/int.C,
9209: classes/string.C, classes/void.C, classes/xnode.C,
9210: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9211: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9212: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9213: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9214: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9215: types/types.vcproj: - bool class was added
9216:
9217: * src/main/pa_request.C: - fix
9218:
9219: 2007-01-18 misha
9220:
9221: * src/: main/pa_string.C, classes/string.C: - return table during
9222: ^string.match[][] even if no matched found.
9223:
9224: 2006-12-20 misha
9225:
9226: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9227: http://www.parser.ru/forum/?id=55598 ]
9228:
9229: 2006-12-19 misha
9230:
9231: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9232: details: http://www.parser.ru/forum/?id=52359
9233:
9234: * src/main/pa_request.C: - always set content-disposition for
9235: $response:body[hash here]. more details:
9236: http://www.parser.ru/forum/?id=52130
9237:
9238: 2006-12-07 misha
9239:
9240: * operators.txt: - added info about bool params in cookie set
9241:
9242: * src/types/pa_vcookie.C: - bool param in cookies available now
9243: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9244: ]
9245:
9246: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9247: was added
9248:
9249: 2006-12-02 misha
9250:
9251: * src/classes/file.C: - file_block_read used instead of native read
9252:
9253: * src/main/pa_common.C: - added file_block_read with read error
9254: detection - file_block_read used instead of native read
9255:
9256: * src/include/pa_common.h: - added file_block_read declaration
9257:
9258: 2006-12-01 misha
9259:
9260: * operators.txt: - info about $var.CLASS_NAME was added
9261:
9262: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9263: $var.CLASS_NAME added
9264:
9265: * operators.txt: - added info about ^file:copy[]
9266:
9267: * src/classes/file.C: - ^file:copy[from;fo] was added
9268:
9269: 2006-11-20 misha
9270:
9271: * src/classes/date.C: - bug fix :)
9272:
9273: 2006-11-17 misha
9274:
9275: * src/include/pa_common.h: - array in crc32 calculation was changed
9276: to static
9277:
9278: * src/main/pa_common.C: - little optimization in getMonthDays -
9279: small changes in crc32 calculation
9280:
9281: * src/classes/date.C: - not needed code was removed
9282:
9283: 2006-11-16 misha
9284:
9285: * src/types/pa_vmail.C: - fix missed brakes
9286:
9287: * src/types/pa_vmail.C: - mail:send now set content-type:
9288: multipart/related instead of multipart/mixed if file have
9289: $.content-id[]
9290:
9291: 2006-11-15 misha
9292:
9293: * src/types/pa_vdouble.h: abs -> fabs
9294:
9295: 2006-11-14 misha
9296:
9297: * operators.txt: - added info about ^file.md5[] and
9298: ^file:md5[file-name]
9299:
9300: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9301: added
9302:
9303: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9304: FILE_BUFFER_SIZE
9305:
9306: * src/classes/math.C: - hex_string was moved to pa_common.h
9307:
9308: * src/include/pa_common.h: - hex_string was moved from math.C -
9309: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9310:
9311: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9312: values was fixed
9313:
9314: 2006-11-13 misha
9315:
9316: * operators.txt: - added info about ^math:crc32[string],
9317: ^file:crc32[file-name] & ^file.crc32[]
9318:
9319: * src/classes/math.C: - added ^math:crc32[string]
9320:
9321: * src/classes/file.C: - some comments were changed - added
9322: ^file:crc32[file-name] and ^file.crc32[]
9323:
9324: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9325: crc32 calculation added
9326:
9327: 2006-11-03 misha
9328:
9329: * src/include/pa_array.h: - not needed variable removed
9330:
9331: * tests/: 150.html, 151.html, results/150.processed,
9332: results/151.processed: - 2 tests were added
9333:
9334: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9335: with $.reverse(1) were fixed
9336:
9337: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9338: query converted to $.charset during ^file::load[http://...]
9339:
9340: 2006-11-02 misha
9341:
9342: * src/include/pa_table.h: ups. forget '=' char
9343:
9344: * src/include/pa_table.h: - one more fix in
9345: .locate[...][$.reverse(1)]
9346:
9347: 2006-11-01 misha
9348:
9349: * src/classes/math.C: - bug fix, details:
9350: http://www.parser.ru/forum/?id=53360
9351:
9352: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9353: false for all records )[$.reverse(1)]
9354:
9355: * src/main/pa_http.C: - second param for this mid method is length
9356: but not end_index so this method has error and can't detect
9357: charsets in next content-types: Content-type: text/html;
9358: charset="windows-1251" Content-type: text/html;
9359: charset="windows-1251"; Content-type: text/html;
9360: charset=windows-1251;
9361:
9362: only Content-type: text/html; charset=windows-1251 was fine
9363:
9364: 2006-10-31 misha
9365:
9366: * src/classes/file.C: - empty args in file::exec removed now
9367:
9368: 2006-09-11 misha
9369:
9370: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9371: replaced to table::create - some changes in text/code formatting
9372:
9373: 2006-09-03 paf
9374:
9375: * src/classes/file.C: proper tainting of
9376: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9377:
9378: 2006-06-09 paf
9379:
9380: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9381:
9382: * src/classes/table.C: formatting
9383:
9384: * src/classes/table.C: incorporated patch from misha: Sent:
9385: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9386: ignoring string options for ^table.save[]
9387:
9388: * src/classes/hash.C: incorporated patch from misha Sent:
9389: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9390: $hash._default disappear while
9391:
9392: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9393: $.format[!uue|!base64] << new base64 option. default uue ] ]
9394:
9395: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9396: PM Subject: patch for base64 in ^mail:send[] %-)
9397:
9398: 2006-04-09 paf
9399:
9400: * src/main/compile.tab.C: ` change compiled
9401:
9402: * gnu.vcproj, operators.txt, parser3.sln,
9403: src/classes/classes.vcproj, src/classes/file.C,
9404: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9405: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9406: src/classes/xnode.C, src/include/pa_array.h,
9407: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9408: src/include/pa_memory.h, src/include/pa_request.h,
9409: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9410: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9411: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9412: src/lib/pcre/pcre_dftables.vcproj,
9413: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9414: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9415: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9416: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9417: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9418: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9419: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9420: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9421: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9422: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9423: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9424: src/types/pa_value.h, src/types/pa_vcookie.C,
9425: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9426: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9427: src/types/pa_vstatus.C, src/types/types.vcproj,
9428: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9429: ^menu, ^hash/hashfile.foreach
9430:
9431: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9432: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9433: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9434: src/classes/xnode.C, src/include/pa_array.h,
9435: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9436: src/include/pa_memory.h, src/include/pa_request.h,
9437: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9438: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9439: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9440: src/lib/pcre/pcre_dftables.vcproj,
9441: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9442: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9443: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9444: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9445: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9446: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9447: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9448: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9449: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9450: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9451: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9452: src/types/pa_value.h, src/types/pa_vcookie.C,
9453: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9454: src/types/pa_vstatus.C, src/types/types.vcproj,
9455: tests/descript.ion: ! switched to VS2005 (projects and
9456: object<info explicitly typed>.for_each(, info)) +
9457: $response:field[] setting void means removing + grammar $name`
9458: name stops now, for mysql `$field` + started ^break[]
9459: ^continue[], in ^for. TODO: to other iterators (while, menu,
9460: foreach) + all log messages += [uri=, method=, cl=]
9461:
9462: * buildall-with-xml: merged . ftp paths update
9463:
9464: * buildall-with-xml: . ftp paths update
9465:
9466: 2006-03-04 paf
9467:
9468: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9469: checks++ [thanks to Igor Zinkovsky for detailed report]
9470:
9471: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9472: Igor Zinkovsky for detailed report]
9473:
9474: 2006-03-01 paf
9475:
9476: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9477: \n to ' ' in
9478:
9479: 2006-02-18 paf
9480:
9481: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9482: \n to ' ' in
9483:
9484: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9485:
9486: 2006-02-03 paf
9487:
9488: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9489: base64
9490:
9491: * src/main/pa_common.C: ! bugfix: decoding from base64
9492:
9493: 2006-01-20 paf
9494:
9495: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9496: economy fix
9497:
9498: * src/classes/: table.C: merged from HEAD ! bugfix
9499: ^table.save[$.encloser-s now handled properly
9500:
9501: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9502: handled properly
9503:
9504: 2006-01-19 paf
9505:
9506: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9507: libgc:USE_MUNMAP activates merging of free memory blocks which
9508: helps a lot in our case: after transform we want
9509: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9510:
9511: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9512: economy fix
9513:
9514: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9515: activates merging of free memory blocks which helps a lot in our
9516: case: after transform we want CORD(main.result)->cstr[big
9517: malloc]->transcode[big malloc]
9518:
9519: 2006-01-17 paf
9520:
9521: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9522: before reading them. got rid of reallocs = became quicker and
9523: less fragmentated
9524:
9525: 2005-12-29 paf
9526:
1.116 moko 9527: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9528: configure, configure.in, src/include/pa_version.h,
9529: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9530: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9531: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9532: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9533: src/lib/ltdl/missing: . merged from 3.2.1
9534:
1.116 moko 9535: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9536: packaged when 'make dist', so do configure companion files in
9537: src/lib/ltdl
9538:
9539: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9540: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9541: missing: . now config_auto.h is created with configure [were
9542: constant]
1.95 moko 9543:
9544: * INSTALL: . references to documentation and some clarification
9545:
9546: * buildall-with-xml, buildall-without-xml: . farawell doc
9547: indication
9548:
1.116 moko 9549: * Makefile.am: . dist+=buildall*
1.95 moko 9550:
9551: 2005-12-28 paf
9552:
9553: * configure: . 3.2.1
9554:
9555: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9556: simplify build process, see INSTALL
9557:
9558: 2005-12-26 paf
9559:
9560: * configure: ver
9561:
9562: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9563: version
9564:
9565: 2005-12-21 paf
9566:
9567: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9568: compiled with bison 1.875b, it reports unexpected token names
9569:
9570: 2005-12-19 paf
9571:
9572: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9573: holds a link to xmlNode to prevent premature gc(xmlNode)
9574:
9575: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9576: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9577: src/main/main.vcproj, src/main/pa_globals.C,
9578: src/targets/cgi/parser3.vcproj,
9579: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9580: configure, configure.in, src/include/pa_version.h: . killing
9581: gdome [what a relief]
9582:
9583: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9584: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9585: run_parser.sh, results/001.processed, results/002.processed,
9586: results/003.processed, results/004.processed,
9587: results/005.processed, results/006.processed,
9588: results/008.processed, results/009.processed,
9589: results/010.processed, results/011.processed,
9590: results/012.processed, results/013.processed,
9591: results/014.processed, results/015.processed,
9592: results/016.processed, results/017.processed,
9593: results/018.processed, results/020.processed,
9594: results/021.processed, results/022.processed,
9595: results/023.processed, results/024.processed,
9596: results/025.processed, results/026.processed,
9597: results/027.processed, results/028.processed,
9598: results/029.processed, results/030.processed,
9599: results/031.processed, results/032.processed,
9600: results/033.processed, results/034.processed,
9601: results/035.processed, results/036.processed,
9602: results/037.processed, results/038.processed,
9603: results/039.processed, results/040.processed,
9604: results/041.processed, results/042.processed,
9605: results/043.processed, results/044.processed,
9606: results/045.processed, results/046.processed,
9607: results/047.processed, results/048.processed,
9608: results/049.processed, results/050.processed,
9609: results/051.processed, results/052.processed,
9610: results/053.processed, results/054.processed,
9611: results/055.processed, results/056.processed,
9612: results/057.processed, results/058.processed,
9613: results/059.processed, results/060.processed,
9614: results/061.processed, results/062.processed,
9615: results/063.processed, results/064.processed,
9616: results/065.processed, results/066.processed,
9617: results/067.processed, results/068.processed,
9618: results/069.processed, results/070.processed,
9619: results/071.processed, results/072.processed,
9620: results/073.processed, results/074.processed,
9621: results/075.processed, results/076.processed,
9622: results/077.processed, results/078.processed,
9623: results/079.processed, results/080.processed,
9624: results/081.processed, results/082.processed,
9625: results/083.processed, results/084.processed,
9626: results/085.processed, results/086.processed,
9627: results/087.processed, results/088.processed,
9628: results/089.processed, results/090.processed,
9629: results/091.processed, results/092.processed,
9630: results/093.processed, results/094.processed,
9631: results/095.processed, results/096.processed,
9632: results/097.processed, results/099.processed,
9633: results/100.processed, results/101.processed,
9634: results/102.processed, results/104.processed,
9635: results/105.processed, results/106.processed,
9636: results/107.processed, results/108.processed,
9637: results/109.processed, results/110.processed,
9638: results/111.processed, results/112.processed,
9639: results/113.processed, results/114.processed,
9640: results/115.processed, results/117.processed,
9641: results/119.processed, results/120.processed,
9642: results/121.processed, results/122.processed,
9643: results/123.processed, results/124.processed,
9644: results/125.processed, results/126.processed,
9645: results/127.processed, results/128.processed,
9646: results/129.processed, results/130.processed,
9647: results/131.processed, results/132.processed,
9648: results/133.processed, results/134.processed,
9649: results/135.processed, results/136.processed,
9650: results/138.processed, results/139.processed,
9651: results/140.processed, results/141.processed,
9652: results/142.processed, results/143.processed,
9653: results/144.processed, results/145.processed,
9654: results/146.processed, results/147.processed,
9655: results/148.processed, results/149.processed, results/auto.p: .
9656: now works if we turn off default auto.p
9657:
1.116 moko 9658: * configure: . makes
1.95 moko 9659:
9660: * src/types/pa_vxnode.C: . less warnings
9661:
9662: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9663: tests/145.html, tests/149.html, tests/descript.ion,
9664: tests/outputs/d.cmd, tests/results/142.processed,
9665: tests/results/143.processed, tests/results/144.processed,
9666: tests/results/145.processed, tests/results/146.processed,
9667: tests/results/147.processed, tests/results/148.processed,
9668: tests/results/149.processed: . removed .nodeValue from all node
9669: types other than 5 (grabbed piece from gdome)
9670:
9671: * tests/: 137.html, results/137.processed: . not handled this case
9672: yet. code does not hang from inserting parent into child,
9673: considering thing minor issue -- nodes are removed from source
9674: anyway, don't know why shold that be an error after all
9675:
9676: * src/targets/cgi/parser3.C: . style
9677:
9678: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9679: xdoc too [were barking "not element"]
9680:
9681: 2005-12-16 paf
9682:
9683: * tests/: 146.html, 147.html, 148.html: . more tests
9684:
9685: * src/classes/xnode.C: . also bark on possible errors
9686:
9687: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9688: props
9689:
9690: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9691: main/compile.y: merged from HEAD ! fixed overoptimized
9692: ^call(false) case. (confused it with ^call[] case)
9693:
9694: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9695: ^call(false) case. (confused it with ^call[] case)
9696:
9697: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9698:
9699: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9700: results/001.processed, results/002.processed,
9701: results/003.processed, results/004.processed,
9702: results/005.processed, results/006.processed,
9703: results/008.processed, results/009.processed,
9704: results/010.processed, results/011.processed,
9705: results/012.processed, results/013.processed,
9706: results/014.processed, results/015.processed,
9707: results/016.processed, results/017.processed,
9708: results/018.processed, results/019.processed,
9709: results/020.processed, results/021.processed,
9710: results/022.processed, results/023.processed,
9711: results/024.processed, results/025.processed,
9712: results/026.processed, results/027.processed,
9713: results/028.processed, results/029.processed,
9714: results/030.processed, results/031.processed,
9715: results/032.processed, results/033.processed,
9716: results/034.processed, results/035.processed,
9717: results/036.processed, results/037.processed,
9718: results/038.processed, results/039.processed,
9719: results/040.processed, results/041.processed,
9720: results/042.processed, results/043.processed,
9721: results/044.processed, results/045.processed,
9722: results/046.processed, results/047.processed,
9723: results/048.processed, results/049.processed,
9724: results/050.processed, results/051.processed,
9725: results/052.processed, results/053.processed,
9726: results/054.processed, results/055.processed,
9727: results/056.processed, results/057.processed,
9728: results/058.processed, results/059.processed,
9729: results/060.processed, results/061.processed,
9730: results/062.processed, results/063.processed,
9731: results/064.processed, results/065.processed,
9732: results/066.processed, results/067.processed,
9733: results/068.processed, results/069.processed,
9734: results/070.processed, results/071.processed,
9735: results/072.processed, results/073.processed,
9736: results/074.processed, results/075.processed,
9737: results/076.processed, results/077.processed,
9738: results/078.processed, results/079.processed,
9739: results/080.processed, results/081.processed,
9740: results/082.processed, results/083.processed,
9741: results/084.processed, results/085.processed,
9742: results/086.processed, results/087.processed,
9743: results/088.processed, results/089.processed,
9744: results/090.processed, results/091.processed,
9745: results/092.processed, results/093.processed,
9746: results/094.processed, results/095.processed,
9747: results/096.processed, results/097.processed,
9748: results/099.processed, results/101.processed,
9749: results/102.processed, results/104.processed,
9750: results/105.processed, results/106.processed,
9751: results/107.processed, results/108.processed,
9752: results/109.processed, results/110.processed,
9753: results/111.processed, results/112.processed,
9754: results/113.processed, results/114.processed,
9755: results/115.processed, results/116.processed,
9756: results/117.processed, results/118.processed,
9757: results/119.processed, results/120.processed,
9758: results/121.processed, results/122.processed,
9759: results/123.processed, results/124.processed,
9760: results/125.processed, results/126.processed,
9761: results/127.processed, results/128.processed,
9762: results/129.processed, results/130.processed,
9763: results/131.processed, results/132.processed,
9764: results/133.processed, results/134.processed,
9765: results/135.processed, results/136.processed,
9766: results/137.processed, results/138.processed,
9767: results/139.processed, results/140.processed,
9768: results/141.processed: . refreshed old tests, made them work
9769: without auto.p (in utf8) . things noted: . gif got encoded
9770: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9771: some strange year)
9772:
9773: * INSTALL: . revived linux libgc fix
9774:
9775: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9776: glib/gdome in INSTALL and patches]
9777:
9778: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9779: include/pa_charset.h, include/pa_config_includes.h,
9780: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9781: include/pa_xml_exception.h, lib/cord/Makefile.am,
9782: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9783: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9784: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9785: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9786: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9787: types/pa_vxnode.h: . started killing gdome
9788:
9789: 2005-12-13 paf
9790:
9791: * src/main/: pa_request.C: merged from HEAD ! when code in
9792: @unhandled_exception thrown another exception, print correct
9793: origin (earlier code in catch of exception inside of
9794: @unhandled_exception grabbed parent_frame(original_exception)
9795: origin and printed it, instead of true origin)
9796:
9797: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9798: another exception, print correct origin (earlier code in catch of
9799: exception inside of @unhandled_exception grabbed
9800: parent_frame(original_exception) origin and printed it, instead
9801: of true origin)
9802:
9803: 2005-12-09 paf
9804:
9805: * INSTALL: . updated INSTALL doc to work around linux stack base
9806: detection problem, due to change in gc6.4 code
9807:
9808: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9809: ignored in ^string.matched :(
9810:
9811: * src/main/pa_string.C: ! regex tainting were ignored in
9812: ^string.matched :(
9813:
9814: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9815: src/include/pa_config_fixed.h, src/include/pa_version.h,
9816: src/main/compile.y, src/main/compile_tools.h,
9817: src/main/pa_charset.C, src/main/pa_common.C,
9818: src/main/pa_globals.C, src/main/pa_string.C,
9819: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9820: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9821:
9822: 2005-12-08 paf
9823:
9824: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9825: 500 chars now handled OK [were wrapped on 500th char according to
9826: rfc, but sendmail failed to unwrap it properly]
9827:
9828: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9829: handled OK [were wrapped on 500th char according to rfc, but
9830: sendmail failed to unwrap it properly]
9831:
9832: * src/targets/isapi/parser3isapi.C: . less warnings
9833:
9834: * src/targets/isapi/parser3isapi.C: . undone some strange change
9835: since 3.1.5
9836:
9837: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9838: link fixes
9839:
9840: * src/: classes/date.C, include/pa_config_fixed.h,
9841: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9842: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9843: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9844:
9845: * src/include/pa_config_fixed.h: . removed outdated string origins
9846: [in current storage scheme there's no place for them. someday we
9847: can add third CORD to store origins and special version of parser
9848: which stores origins there [separate binary]]
9849:
9850: 2005-12-07 paf
9851:
9852: * src/targets/isapi/parser3isapi.C: . now links in release mode
9853:
9854: * src/include/pa_version.h: makefiles
9855:
9856: * src/include/pa_version.h: . not beta
9857:
9858: * configure, configure.in, src/include/pa_version.h: not beta
9859:
9860: 2005-12-06 paf
9861:
9862: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9863: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9864: decided to undo the change ^call[$void] passes void. now it will
9865: pass empty string again.
9866:
9867: * src/main/: compile.tab.C, compile.y: . version readded
9868:
9869: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9870: = ^switch[void] problem
9871:
9872: 2005-12-01 paf
9873:
9874: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9875: caused ^case[string] to be coerced to double since searching
9876: value were not string (it was vvoid)
9877:
9878: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9879: ^case[string] to be coerced to double since searching value were
9880: not string (it was vvoid)
9881:
9882: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9883: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9884:
9885: 2005-11-30 paf
9886:
9887: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9888: win32 must putenv("TZ="), on unix works only putenv("TZ")
9889:
9890: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9891: putenv("TZ="), on unix works only putenv("TZ")
9892:
9893: * INSTALL: . xml libs versions updated
9894:
9895: * src/main/pa_globals.C: //20051130 trying to remove this, author
9896: claims that fixed a lot there // 20040920 for now both
9897: workarounds needed. wait for new libxml/xsl versions
9898:
9899: 2005-11-28 paf
9900:
9901: * src/classes/table.C: merged from HEAD: ! nameless table has
9902: columns==0
9903:
9904: * src/classes/table.C: ! nameless table has columns==0
9905:
9906: * src/main/pa_http.C: merged from HEAD: ! status line check made
9907: earlier [was totally wrong]
9908:
9909: * src/main/pa_http.C: ! status line check made earlier [was totally
9910: wrong]
9911:
9912: 2005-11-25 paf
9913:
9914: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9915: undoing for now...
9916:
9917: * src/include/pa_version.h: -this reduces speed(table::load),
9918: strange. undoing
9919:
9920: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9921:
9922: * src/classes/op.C: + ^while(){}[SEPARATOR]
9923:
9924: * src/include/pa_array.h: + optimistics added: all arrays (table
9925: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9926: this speeds things up and saves memory a LOT! (not noticed
9927: negative effect on syntetic tests, future will tell...)
9928:
9929: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9930: changed gc_malloc implementation, which obscured profiling
9931:
9932: * src/classes/table.C: merged from HEAD: + optimized
9933: table::load/sql, now row ArrayString-s allocated with
9934: columns.count() elements and don't always grow from
9935: count=3[realloc,realloc]
9936:
9937: * src/classes/table.C: + optimized table::load/sql, now row
9938: ArrayString-s allocated with columns.count() elements and don't
9939: always grow from count=3[realloc,realloc]
9940:
9941: * src/classes/table.C: merged from HEAD: . ^table.save unused
9942: buffer after save
9943:
9944: * src/classes/table.C: . ^table.save unused buffer after save
9945:
9946: 2005-11-24 paf
9947:
9948: * configure.in: . merged glib2-config patch
9949:
9950: * configure.in: + trying to find glib2-config
9951:
9952: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9953: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9954: file/dir_readable to simple file/dir_exist, this would help in
9955: situations "class not found because .p file has bad rights" << in
9956: that case error would be explicit "access denied to 'this' file"
9957:
1.116 moko 9958: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9959:
9960: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9961: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9962: to simple file/dir_exist, this would help in situations "class
9963: not found because .p file has bad rights" << in that case error
9964: would be explicit "access denied to 'this' file"
9965:
9966: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9967: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9968: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9969: ^file::exec/cgi[script;$.charset[changed]
9970: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9971: encoded in $.charset charset
9972:
9973: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9974: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9975: encoded in $.charset charset
9976:
9977: * src/: include/Makefile.am, include/pa_common.h,
9978: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9979: main/pa_common.C, main/pa_http.C: . extracted http:// into
9980: separate file [preparation for
9981: ^file::cgi[script;$.form[$.field1[]
9982:
9983: 2005-11-22 paf
9984:
9985: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9986:
9987: * acinclude.m4, configure.in: . merged underquting fixes
9988:
1.116 moko 9989: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9990:
9991: * src/classes/op.C: . overmerged a little
9992:
9993: * src/main/compile.tab.C: Makefile
9994:
9995: * src/main/: pa_common.C: . less gcc warnings
9996:
9997: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9998: now reports original exception if we have no old cache
9999:
10000: * src/classes/op.C: + $exception.handled[cache] now reports
10001: original exception if we have no old cache
10002:
10003: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10004: from HEAD: + ^taint/untaint[regex] << escapes these:
10005: \^$.[]|()?*+{}
10006:
10007: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10008: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10009:
10010: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10011: getenv-ed variable, which does not work both on win32&unix.
10012: copied old TZ value now
10013:
10014: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10015: stored pointer to getenv-ed variable, which does not work both on
10016: win32&unix. copied old TZ value now
10017:
10018: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10019: getenv-ed variable, which does not work both on win32&unix.
10020: copied old TZ value now
10021:
10022: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10023: access to internal hash
10024:
10025: * src/types/pa_vresponse.C: + $response:headers access to internal
10026: hash
10027:
10028: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10029: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10030: isapi] this reduces number of "GC Warning: Repeated allocation of
10031: very large block" messages to only important onces
10032:
10033: * src/targets/isapi/parser3isapi.C: +
10034: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10035: isapi] this reduces number of "GC Warning: Repeated allocation of
10036: very large block" messages to only important onces
10037:
10038: * src/classes/string.C: merged from HEAD: + removed limitation on
10039: ^string/int/double:sql{}[$.default[({param style})] ]
10040:
10041: * src/classes/string.C: + removed limitation on
10042: ^string/int/double:sql{}[$.default[({param style})] ]
10043:
10044: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10045: with ?params or $.form option" limitation
10046:
10047: * src/main/pa_common.C: + removed "use either uri with ?params or
10048: $.form option" limitation
10049:
10050: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10051: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10052: ^file::base64[encoded] decode
10053:
10054: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10055: main/pa_common.C: + ^file.base64[] encode +
10056: ^file::base64[encoded] decode
10057:
10058: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10059: ^string:base64[encoded] decode
10060:
10061: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10062: ^string:base64[in] encode + ^string.base64[] decode
10063:
10064: 2005-11-21 paf
10065:
10066: * src/classes/file.C: + merged from HEAD:
10067: ^file::create[text;file.xml;^untaint[xml]{data}]
10068:
10069: * src/classes/file.C: +
10070: ^file::create[text;file.xml;^untaint[xml]{data}]
10071:
10072: * src/main/pa_request.C: ! merged: $response:body[file] now
10073: differes from :download, it does not return content-disposition
10074: at all now [previusely it returned valueless content-disposition]
10075:
10076: * src/main/pa_request.C: ! $response:body[file] now differes from
10077: :download, it does not return content-disposition at all now
10078: [previusely it returned valueless content-disposition]
10079:
10080: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10081: literals, reverted to just vvod, recreating empty array with each
10082: void_value token. that's absolutely needed, since that array
10083: grows
10084:
10085: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10086: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10087: types/pa_vmethod_frame.h: + merged: expression literals:
10088: true/false. ^format[$.indent(true)]
10089:
10090: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10091: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10092: types/pa_vmethod_frame.h: + expression literals: true/false.
10093: ^format[$.indent(true)]
10094:
10095: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10096: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10097: i386-pc-win32)"
10098:
10099: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10100: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10101: i386-pc-win32)"
10102:
10103: 2005-11-18 paf
10104:
10105: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10106: null}[$.default(123)] will now return default value
10107:
10108: * src/classes/op.C: + merged ^cache[] << returns current cache
10109: expiration time
10110:
10111: * src/classes/op.C: + ^cache[] << returns current cache expiration
10112: time
10113:
10114: * src/classes/table.C: ! merged ^table::create[not'nameless';
10115: failed << Exception.problem_source pointed to local var!
10116:
10117: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10118: Exception.problem_source pointed to local var!
10119:
10120: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10121: now loads VFile.ptr!=0, so such files can be saved now
10122:
10123: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10124: loads VFile.ptr!=0, so such files can be saved now
10125:
10126: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10127: only . and .. now removed from list [were removed all .*]
10128:
10129: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10130: .. now removed from list [were removed all .*]
10131:
10132: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10133: open error now checked, were not :( [stole that piece from apache
10134: 1.3 sources]
10135:
10136: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10137: checked, were not :( [stole that piece from apache 1.3 sources]
10138:
10139: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10140: untainting of @main result if returned by $result or
10141: $response:body
10142:
10143: * src/main/pa_request.C: ! ensured proper untainting of @main
10144: result if returned by $result or $response:body
10145:
10146: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10147: issue: now tries to guess content-length and allocates one big
10148: piece if possible [regretfully gc_realloc works as malloc+free,
10149: leaving lots of holes behind]
10150:
10151: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10152: fixed file load memory issue: now tries to guess content-length
10153: and allocates one big piece if possible [regretfully gc_realloc
10154: works as malloc+free, leaving lots of holes behind]
10155:
10156: 2005-11-16 paf
10157:
10158: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10159: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10160: table::save with enclosers now doubles them: "->"" !
10161: table::save/load do not remove elements from options hash
10162:
10163: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10164: [were overoptimized ^if(double_literal), compiler confused
10165: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10166:
10167: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10168: [were overoptimized ^if(double_literal), compiler confused
10169: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10170:
10171: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10172: main/pa_common.C: ! table::save with enclosers now doubles them:
10173: "->"" ! table::save/load do not remove elements from options hash
10174:
10175: 2005-11-03 paf
10176:
1.116 moko 10177: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10178: compilation, not all makefiles liked that
1.95 moko 10179:
10180: 2005-08-30 paf
10181:
10182: * src/classes/op.C: merge . speedup check of [DEFAULT]
10183:
10184: * src/classes/op.C: . speedup check of [DEFAULT]
10185:
10186: 2005-08-26 paf
10187:
10188: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10189:
10190: * src/: classes/date.C, types/pa_vdate.h: + date.week
10191:
10192: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10193: complains about bad!=nameless
10194:
10195: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10196: about bad!=nameless
10197:
10198: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10199: optional options were allowed to be empty. were checked
10200: if(is_string), changed to !defined||is_string to allow void
10201:
10202: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10203: classes/string.C, classes/table.C, classes/void.C: ! optional
10204: options were allowed to be empty. were checked if(is_string),
10205: changed to !defined||is_string to allow void
10206:
10207: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10208: as_junction where they needed as_int/double, so failed with
10209: recent "(const) now no junction" optimization
10210:
10211: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10212: merged ! many classes/* used as_junction where they needed
10213: as_int/double, so failed with recent "(const) now no junction"
10214: optimization
10215:
10216: * src/: classes/double.C, classes/int.C, classes/math.C,
10217: classes/op.C, classes/string.C, classes/table.C,
10218: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10219: used as_junction where they needed as_int/double, so failed with
10220: recent "(const) now no junction" optimization
10221:
10222: 2005-08-24 paf
10223:
10224: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10225: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10226: stripped it
10227:
10228: 2005-08-09 paf
10229:
10230: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10231: not cleared
10232:
10233: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10234: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10235: classes/hashfile.C, classes/image.C, classes/int.C,
10236: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10237: classes/response.C, classes/string.C, classes/table.C,
10238: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10239: include/pa_array.h, include/pa_cache_managers.h,
10240: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10241: include/pa_config_fixed.h, include/pa_config_includes.h,
10242: include/pa_dictionary.h, include/pa_dir.h,
10243: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10244: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10245: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10246: include/pa_request_charsets.h, include/pa_request_info.h,
10247: include/pa_sapi.h, include/pa_socks.h,
10248: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10249: include/pa_stack.h, include/pa_string.h,
10250: include/pa_stylesheet_connection.h,
10251: include/pa_stylesheet_manager.h, include/pa_table.h,
10252: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10253: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10254: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10255: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10256: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10257: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10258: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10259: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10260: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10261: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10262: main/pa_sql_driver_manager.C, main/pa_string.C,
10263: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10264: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10265: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10266: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10267: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10268: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10269: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10270: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10271: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10272: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10273: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10274: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10275: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10276: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10277: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10278: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10279: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10280: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10281: types/pa_vresponse.C, types/pa_vresponse.h,
10282: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10283: types/pa_vstateless_object.h, types/pa_vstatus.C,
10284: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10285: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10286: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10287: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10288: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10289:
10290: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10291: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10292: speedup consequent checks in vmethod_frame
10293:
10294: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10295: not cleared
10296:
10297: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10298: params: 50 max (were 10)
10299:
10300: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10301: params: 50 max (were 10)
10302:
10303: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10304: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10305: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10306: empty string) ! simplified (double) speedup consequent checks in
10307: vmethod_frame
10308:
10309: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10310: optimized constants in expressions vstring->vdouble + optimized
10311: ^call(vdouble), no junction creation, no calls later
10312:
10313: 2005-08-08 paf
10314:
10315: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10316: integrated
10317:
10318: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10319: integrated
10320:
10321: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10322: compile_tools.h: merged + optimized constants in expressions
10323: vstring->vdouble + optimized ^call(vdouble), no junction
10324: creation, no calls later
10325:
10326: * src/types/pa_vdouble.h: merged . double values without fractional
10327: part now default printed as %.0f instead of %g
10328:
10329: * src/types/pa_vdouble.h: . double values without fractional part
10330: now default printed as %.0f instead of %g
10331:
10332: * src/classes/hashfile.C: . merged ! second hashfile::open would
10333: cause an exception
10334:
10335: * src/classes/hashfile.C: ! second hashfile::open would cause an
10336: exception
10337:
10338: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10339: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10340: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10341: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10342: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10343: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10344: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10345: types/pa_vresponse.h, types/pa_vstateless_class.C,
10346: types/pa_vstateless_object.h, types/pa_vvoid.h,
10347: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10348: merged VJunction(new Junction) optimization from 3.1.4
10349:
10350: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10351: types/pa_vstateless_class.C: + optimized new VJunction(new
10352: Junction(params)) to new VJunction(params), thousands of mallocs
10353: removed
10354:
10355: 2005-08-05 paf
10356:
10357: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10358: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10359: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10360: creation, no calls later
10361:
10362: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10363: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10364: classes/hashfile.C, classes/image.C, classes/int.C,
10365: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10366: classes/response.C, classes/string.C, classes/table.C,
10367: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10368: include/pa_array.h, include/pa_cache_managers.h,
10369: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10370: include/pa_config_fixed.h, include/pa_config_includes.h,
10371: include/pa_dictionary.h, include/pa_dir.h,
10372: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10373: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10374: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10375: include/pa_request_charsets.h, include/pa_request_info.h,
10376: include/pa_sapi.h, include/pa_socks.h,
10377: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10378: include/pa_stack.h, include/pa_string.h,
10379: include/pa_stylesheet_connection.h,
10380: include/pa_stylesheet_manager.h, include/pa_table.h,
10381: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10382: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10383: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10384: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10385: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10386: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10387: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10388: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10389: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10390: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10391: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10392: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10393: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10394: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10395: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10396: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10397: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10398: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10399: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10400: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10401: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10402: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10403: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10404: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10405: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10406: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10407: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10408: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10409: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10410: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10411: types/pa_vstateless_object.h, types/pa_vstatus.C,
10412: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10413: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10414: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10415: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10416: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10417:
10418: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10419: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10420: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10421: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10422: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10423: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10424: optimized constants in expressions vstring->vdouble
10425:
10426: 2005-07-29 paf
10427:
10428: * src/types/pa_vclass.C: . shaped up error messages a bit
10429:
10430: * src/types/pa_vclass.C: + property getter can now be overridden
10431:
10432: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10433: bug fix: static parent fields were not replaced in case
10434: $derived:field[put] + property setter can now be overridden
10435:
10436: 2005-07-28 paf
10437:
10438: * configure, configure.in, src/classes/classes.h,
10439: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10440: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10441: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10442: src/classes/xnode.h, src/include/pa_hash.h,
10443: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10444: src/types/Makefile.am, src/types/pa_method.h,
10445: src/types/pa_value.h, src/types/pa_vclass.C,
10446: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10447: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10448: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10449: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10450: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10451: src/types/pa_vobject.C, src/types/pa_vobject.h,
10452: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10453: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10454: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10455: src/types/pa_vstateless_class.h,
1.95 moko 10456: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10457: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10458: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10459: dynamic_fields_join
10460:
10461: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10462: classes/xnode.C, include/pa_hash.h, main/execute.C,
10463: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10464: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10465: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10466: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10467: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10468: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10469: types/pa_vresponse.h, types/pa_vstateless_object.h,
10470: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10471: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10472: restored its checks in vobject.put_element->static fields |
10473: dynamic properties
10474:
10475: 2005-07-27 paf
10476:
10477: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10478: is some old code containing @set_name $name
10479:
10480: * src/types/pa_vobject.h: . fixed warning
10481:
10482: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10483: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10484:
10485: * src/: classes/xnode.C, include/pa_hash.h,
10486: types/pa_vstateless_class.C: ! new asserts were all false.
10487: regretfully reverted them all to checks
10488:
10489: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10490: classes/op.C, main/execute.C, types/pa_method.h,
10491: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10492: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10493: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10494: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10495: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10496: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10497: types/pa_vstateless_object.h, types/pa_vvoid.h,
10498: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10499: joined_dynamic_fields: removed unused param from put_method
10500: (returned to 3 params)
10501:
10502: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10503: joined_dynamic_fields: dynamic get/set works with overriding
10504: props [alpha2]
10505:
10506: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10507: works [alfa]
10508:
10509: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10510: classes/op.C, include/pa_hash.h, main/execute.C,
10511: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10512: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10513: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10514: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10515: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10516: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10517: types/pa_vresponse.h, types/pa_vstateless_class.C,
10518: types/pa_vstateless_object.h, types/pa_vvoid.h,
10519: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10520: joined_dynamic_fields: just compiled
10521:
10522: * src/: classes/date.C, classes/file.C, classes/hash.C,
10523: classes/hashfile.C, classes/image.C, classes/table.C,
10524: classes/xdoc.C, classes/xnode.h, main/execute.C,
10525: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10526: types/pa_vstateless_class.h: joined_dynamic_fields: started
10527:
10528: * src/types/pa_vobject.C: . object setters [only started, does not
10529: work yet]
10530:
10531: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10532: object setters [only started, does not work yet]
10533:
10534: 2005-07-26 paf
10535:
10536: * src/: include/pa_request.h, main/execute.C: . properties: set
10537: works [alpha2]. for classes. todo: for objects
10538:
10539: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10540: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10541: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10542: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10543: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10544: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10545: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10546: types/pa_vstateless_object.h, types/pa_vvoid.h,
10547: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10548: properties: set works [alpha1]
10549:
10550: 2005-07-25 paf
10551:
10552: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10553: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10554: properties: started, get works [alpha1, other approach]
10555:
10556: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10557: properties: started, get works [alpha2]
10558:
10559: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10560: pa_vstateless_class.h: . properties: started, get works [alpha]
10561:
10562: 2005-07-15 paf
10563:
10564: * src/: classes/classes.h, classes/op.C, main/execute.C,
10565: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10566: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10567: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10568: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10569: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10570: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10571: types/pa_vresponse.C, types/pa_vresponse.h,
10572: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10573: types/pa_vstateless_object.h, types/pa_vvoid.h,
10574: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10575: types/pa_wwrapper.h, types/types.vcproj: + started property
10576: [getters work but think of changing them too to precaching]
10577:
10578: 2005-07-08 paf
10579:
10580: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10581: gpf
10582:
10583: 2005-06-28 paf
10584:
10585: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10586: in passing empty strings to file::exec/cgi environment
10587:
10588: 2005-06-06 paf
10589:
10590: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10591: ^table:sql ^hash:sql now DO process $.bind option
10592:
10593: 2005-05-24 paf
10594:
10595: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10596: $.limit] now work again [support was broken in 3.1.4]
10597:
10598: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10599: ALL_INTERIOR_POINTERS
10600:
10601: 2005-05-12 paf
10602:
10603: * configure: 3.1.5beta
10604:
10605: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10606:
10607: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10608: $.limit] now work again [support was broken in 3.1.4]
10609:
10610: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10611: line-width [was refusing to fill if line-width >1, thanks to
10612: Seras <seras@pinxit.lt> for repro case
10613:
10614: 2005-04-25 paf
10615:
10616: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10617: correctly
10618:
10619: 2005-04-19 paf
10620:
10621: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10622: in VString violating invariant!!
10623:
10624: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10625: getenv("TZ")==null
10626:
10627: 2005-04-08 paf
10628:
10629: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10630: bugfix: when there is no char in charset one byte produces 6
10631: (ÿ <<max). increased buffer size!
10632:
10633: 2005-03-23 paf
10634:
10635: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10636: ^date.sql-string now takes TZ into account
10637:
10638: 2005-03-16 paf
10639:
10640: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10641: gcc 3.4
10642:
10643: * src/types/pa_vhash.C: . warning about eof eol
10644:
10645: 2005-02-17 paf
10646:
10647: * operators.txt, src/classes/op.C: + operator ^sleep(double
10648: seconds)
10649:
10650: 2005-02-02 paf
10651:
10652: * src/classes/xnode.C: beauty: removed needless includes
10653:
10654: 2005-01-31 paf
10655:
10656: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10657: $.partNoNumber now alias to $.part1
10658:
10659: * src/types/pa_vmail.C: change: incoming letter part contains
10660: "content-disposition" header with any value? now considering that
10661: part to be "file#" [for text/plain text/html were $.text#
10662: $.html#]
10663:
10664: * INSTALL: updatet to latest working versions available
10665:
10666: 2005-01-20 paf
10667:
10668: * configure.in, src/include/pa_version.h: version
10669:
10670: 2005-01-19 paf
10671:
1.116 moko 10672: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10673: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10674: couple warnings in parser3.C
1.95 moko 10675:
10676: 2004-12-23 paf
10677:
10678: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10679:
10680: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10681: dir to directory of script (when shbang used), not to directory
10682: of its interpreter
10683:
10684: * src/include/pa_version.h: compiled on win32...
10685:
10686: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10687: we need more hspace
10688:
10689: * configure, configure.in, src/include/pa_version.h: configured
10690: host to pa_version. will be displayed everywhere
10691:
10692: * src/main/pa_request.C: new: @unhandled_exception can prevent
10693: exception from being logged by setting $exception.handled(1)
10694:
10695: * operators.txt, src/classes/file.C: change:
10696: ^file::sql{query}[[options]] options: $.name[file name]
10697: $.content-type[application/what]
10698:
10699: * src/: include/pa_common.h, main/pa_common.C,
10700: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10701: new file
10702:
10703: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10704: bugfix: table->hash now regards _default
10705:
10706: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10707: created by accessing $name_of_method it acquired bad self=closest
10708: methodframe; instead of proper self (current class)
10709:
10710: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10711: hashfile produced bad cord
10712:
10713: 2004-12-10 paf
10714:
10715: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10716: subsequent failures though defined in .h
10717:
10718: * src/main/pa_common.C: comment on volatile
10719:
10720: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10721: alarm function were not used since the beginning due to stupid
10722: error [setsigjmp were not checked in configure.in]
10723:
10724: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10725: unix too
10726:
10727: * src/main/pa_common.C: http: exception status of send/recv errors
10728: change to most probable http.timeout
10729:
10730: * src/main/pa_common.C: win32: http connection $.timeout option now
10731: works [setsockopt on send/receive]
10732:
10733: 2004-12-08 paf
10734:
10735: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10736: cstr-ed knowing mail charset, and untainting uri lang now knows
10737: proper charset
10738:
10739: 2004-11-24 paf
10740:
10741: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10742:
10743: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10744: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10745:
10746: 2004-11-12 paf
10747:
10748: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10749: [since 3.0.4]
10750:
10751: 2004-11-09 paf
10752:
10753: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10754: writes basics to c:\parser3.log
10755:
10756: 2004-10-21 paf
10757:
10758: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10759: tainted strings [were returning clean onces]
10760:
10761: 2004-10-15 paf
10762:
10763: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10764: cycles(i=1; i=2), which was wrong, now does ONE
10765:
10766: 2004-10-12 paf
10767:
10768: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10769:
10770: 2004-10-07 paf
10771:
10772: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10773: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10774: release asserts
10775:
10776: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10777: String.dump() to stdout in detailed form [were String.v() in
10778: short form]
10779:
10780: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10781: \t\r\n as @#| and truncates long char sequences less
10782:
10783: 2004-10-06 paf
10784:
10785: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10786: win32 beauty: socket errors properly decoded
10787:
10788: 2004-10-05 paf
10789:
10790: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10791: request::configure_user/admin done always, even if no
10792: file-to-process useful in @unhandled_exception [say, if they
10793: would want to mail by SMTP something]
10794:
10795: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10796: now performed prior to file loading [and @auto executing] thus
10797: making $cookie:value available in @auto and in
10798: @unhandled_exception when IIS is configured to run interpreter
10799: even if no file exist
10800:
10801: 2004-09-20 paf
10802:
10803: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10804: somewhere where it should have called xmlMalloc and it calls
10805: xmlFree when it should have not called it. inserted two
10806: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10807: xmlFree just ignored. put away a testcase, maybe someday libxml
10808: author would fix all that. until that day: we have SLOW garbage
10809: collecting when many xml objects are alive hint: do
10810: ^memory:compact[] before xdoc::create
10811:
10812: 2004-09-17 paf
10813:
10814: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10815: error from 3.0.8 version]
10816:
10817: 2004-09-14 paf
10818:
10819: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10820: part bugfix: hashfile.foreach iterated only part if hashfile were
10821: modified inside
10822:
10823: 2004-09-13 paf
10824:
10825: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10826: [were as octal]
10827:
10828: * src/types/pa_vhashfile.C: beauty: not reproduced
10829: $hashfile.key[$novalue] bug [reported by motorin], inserted
10830: safety-check
10831:
10832: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10833: [not something obscure from sdbm lib]
10834:
10835: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10836: = strerror now returnes something and we can properly report that
10837: to client
10838:
10839: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10840: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10841:
10842: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10843: [tainted as-is] this helps //[space][newline] to remain as-is and
10844: not be unnecessary optimized away [ruining javascript]
10845:
10846: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10847: [tainted as-is]
10848:
10849: * src/classes/mail.C: bugfix: typo error
10850:
10851: 2004-09-09 paf
10852:
10853: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10854: separators bugfix: loads header with endings \r\n\r\n and \n\n
10855: (bloody yandex.server)
10856:
10857: 2004-09-06 paf
10858:
10859: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10860: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10861: encoded
10862:
10863: 2004-09-01 paf
10864:
10865: * src/types/pa_vmail.C: change: multipart/mixed changed to
10866: multipart/related outlook express have no problems showing
10867: unrelated attachments. todo: someday figure out a way of
10868: multipart/mixed multipart/related text/html
10869: image/xxx application/octet-stream << true attachments
10870:
10871: * src/types/pa_vmail.C: new:
10872: ^mail:send[$.file[$.content-disposition can be overriden new:
10873: empty mail header fields removed from letter
10874:
10875: * src/: classes/mail.C, include/pa_config_fixed.h,
10876: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10877: ^mail:send[ $.file[ $.any[header]
10878:
10879: 2004-08-30 paf
10880:
10881: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10882: warnings
10883:
10884: * src/main/pa_common.C: beauty: do not bother with charset
10885: detection when ^file::load[binary
10886:
10887: 2004-08-27 paf
10888:
10889: * src/main/pa_common.C: hack: for yandex.server http server
10890:
10891: 2004-08-18 paf
10892:
10893: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10894: possibly-chunked response
10895:
10896: 2004-08-17 paf
10897:
10898: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10899: $f.content-type now = that of http response
10900:
10901: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10902: $f.content-type now = that of http response
10903:
10904: 2004-07-30 paf
10905:
10906: * src/: include/pa_request.h, main/pa_request.C,
10907: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10908: win32: system&parser exceptions in release mode reported properly
10909: parser exception in exception handler WERE mistakenly reported as
10910: system exception, without details [in apache & isapi] +some
10911: beauty in exception text
10912:
10913: * src/: include/pa_exception.h, main/pa_request.C,
10914: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10915: release mode reported properly parser exception in exception
10916: handler WERE mistakenly reported as system exception, without
10917: details
10918:
10919: * src/main/execute.C: beauty: simplified system exception handling
10920:
10921: 2004-07-29 paf
10922:
10923: * src/classes/table.C: bugfix:
10924: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10925: were ignored, and \t used unconditionally]
10926:
10927: * src/types/Makefile.am: added vhash.c
10928:
10929: 2004-07-28 paf
10930:
10931: * src/: classes/date.C, classes/image.C, classes/math.C,
10932: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10933: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10934: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10935: failed on russian letters
10936:
10937: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10938: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10939: letters
10940:
10941: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10942: as 'currentDirectory' parameter to CreateProcess
10943:
10944: 2004-07-27 paf
10945:
10946: * src/targets/cgi/parser3.vcproj: beauty: win32:
10947: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10948: from release somewhere [to help searching for unhandled system
10949: exceptions]
10950:
10951: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10952: TZ shift
10953:
10954: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10955: but also in ctor
10956:
10957: 2004-07-26 paf
10958:
10959: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10960: src/main/pa_request.C, src/types/pa_vfile.h,
10961: src/types/pa_vhash.C, src/types/pa_vhash.h,
10962: src/types/types.vcproj: new: $response:body/download[
10963: $.file[name on disk] $.name[of file for user]
10964: $.mdate[date of last-modified. default from directory] ]
10965:
10966: * src/classes/file.C: moving file:send somewhere else..
10967:
10968: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10969: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10970: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10971: $response:download[ $.filename[filename] $.option[] ,, ]
10972:
10973: * src/classes/file.C: beauty: invalid mode thoroughly reported
10974:
10975: 2004-07-21 paf
10976:
10977: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10978: to several lines
10979:
10980: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10981:
10982: note: ms outlook[!express] shows only first 255 characters of
10983: subject
10984:
10985: 2004-07-15 paf
10986:
10987: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10988: off]
10989:
10990: 2004-07-14 paf
10991:
10992: * src/classes/table.C: bugfix: $.bind values now got untainted
10993: according to lang [were: as-is]
10994:
10995: 2004-07-07 paf
10996:
10997: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10998: checked that
10999:
11000: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11001: now untainted according to their languages. were: as-is.
11002: EVERYWHERE
11003:
11004: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11005: environment string now untainted according to their languages.
11006: were: as-is. EVERYWHERE
11007:
11008: * src/main/pa_exec.C: bufix: on unix environment string now
11009: untainted according to their languages. were: as-is. on win32:
11010: ok
11011:
11012: * parser3.vssscc: ...would not go unnoticed
11013:
11014: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11015: fails. in case on input appears nonutf, those bytes will be
11016: printed in %HH form. that can be easily decoded/recovered.
11017:
11018: this form is quite noticable, and hopefully would not go noticed
11019:
11020: 2004-07-06 paf
11021:
11022: * src/main/pa_exec.C: bufix: on unix environment string now
11023: untainted according to their languages. were: as-is. on win32:
11024: ok
11025:
11026: 2004-07-01 paf
11027:
11028: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11029: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11030: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11031: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11032: main/main.vcproj, targets/cgi/parser3.vcproj,
11033: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11034: option: global optimization ON
11035:
11036: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11037: to do xdoc::create{invalid chars} standard disables chars less
11038: then \x20, except tab, cr, lf.
11039:
11040: changed tainting so that those become '!'
11041:
11042: 2004-06-25 paf
11043:
11044: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11045: int on odd address [prev bugfix failed due to superwize
11046: optimizer, which turned memcpy into same 'ld' asm command]
11047:
11048: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11049: int on odd address
11050:
11051: 2004-06-22 paf
11052:
11053: * src/sql/pa_sql_driver.h: note: about possible optimization
11054:
11055: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11056: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11057: src/include/pa_config_includes.h: new: ^void:sql{call
11058: paf(:a)}[ $.bind[ $.a[2]
11059: ] ] output variables work. todo: check in out
11060: variables
11061:
11062: 2004-06-18 paf
11063:
11064: * src/: classes/file.C, classes/hash.C, classes/string.C,
11065: classes/table.C, classes/void.C, include/pa_globals.h,
11066: include/pa_sql_connection.h, main/compile.tab.C,
11067: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11068: $.bind[ $.a[2] ]
11069: ] input variables work. todo:output
11070:
11071: * src/targets/cgi/parser3.C: bugfix: iis specific
11072: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11073: /_bug.html?404;http://hpsv/test/
11074: --------------------------------------------------------------------------------
11075: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11076: --------------------------------------------------------------------------------
11077: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11078:
11079: 2004-06-16 paf
11080:
11081: * src/targets/cgi/parser3.C: new: iis specific
11082: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11083: $request:query
11084: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11085: $form:fields IIS-STATUS="404"
11086: IIS-DOCUMENT="http://server/_bug.html" f="v"
11087:
11088: todo: isapi too
11089:
11090: 2004-05-26 paf
11091:
11092: * src/include/pa_version.h: 3.1.3
11093:
11094: * operators.txt: beauty: removed outdated level 'table'
11095:
11096: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11097:
11098: * src/main/pa_string.C: beauty: removed 3 warnings
11099:
11100: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11101: classes/op.C: beauty: removed outdated level 'table'
11102:
11103: 2004-05-25 paf
11104:
11105: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11106: implementation. mistery: how anything worked
11107:
11108: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11109: changed, it is now safe to use url if pointers to it are stored
11110: to gc mem
11111:
11112: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11113: unknown errors reported and not cause SIGSEGV now
11114:
11115: 2004-05-24 paf
11116:
11117: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11118: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11119: less memory: CORD_chars_block originally intended to ... it was
11120: good that CORD_chars_block were not used: it consumes more memory
11121: [and, might be slow too] undoing that. [and removed that func so
11122: that it would not confuse parser developer in future]
11123:
11124: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11125: less memory: CORD_chars_block originally intended to
11126: speedup/reduce mem usage were forgotten, and were used stupid
11127: CORD_chars
11128:
11129: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11130:
11131: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11132: BIGENDIAN processors space-conserving mech failed, causing
11133: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11134: (1|2|3));
11135:
11136: 2004-05-14 paf
11137:
11138: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11139: bugfix: void now has vfile value, and $response:body[] works OK
11140:
11141: 2004-05-12 paf
11142:
11143: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11144: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11145: sources to use is_defined() {return as_bool();} along VBool
11146:
11147: 2004-05-11 paf
11148:
11149: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11150: referencing to local objects
11151:
11152: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11153: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11154: left intact
11155:
11156: 2004-04-15 paf
11157:
11158: * src/classes/date.C: merged: beauty: unused var removed
11159:
11160: * src/classes/date.C: beauty: unused var removed
11161:
11162: * src/include/: pa_exec.h: bugfix: interface without pointer
11163: provoked bug
11164:
11165: 2004-04-09 paf
11166:
11167: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11168:
11169: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11170:
11171: 2004-04-08 paf
11172:
11173: * src/classes/date.C: new: ^date::create[y-m-d
11174: h-M-s>>.milliseconds<<] now allowed, ignored so far
11175:
11176: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11177:
11178: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11179: to consult default catalog [usually, that file belongs to other
11180: user/group]
11181:
11182: 2004-04-06 paf
11183:
11184: * src/main/pa_common.C: beauty: gcc warning removed
11185:
11186: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11187: accept that trick, trying other
11188:
11189: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11190: explicit result problem
11191:
11192: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11193: explicit result problem
11194:
11195: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11196: explicit result problem
11197:
11198: * operators.txt, src/classes/string.C: new: ^string.append[string]
11199:
11200: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11201: main/execute.C: attempt_check_call_in_explicit_result_mode:
11202: failed
11203:
11204: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11205: http://i.p.a.ddress gethostbyaddr added [on some platforms
11206: gethostbyname failed with such 'domains'] now checked properly,
11207: were: needless reverse/forward dns lookup
11208:
11209: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11210: http://i.p.a.ddress gethostbyaddr added [on some platforms
11211: gethostbyname failed with such 'domains'] now checked properly,
11212: were: needless reverse/forward dns lookup
11213:
11214: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11215: @method[][result] means "no string output here" moved to lexical
11216: level [on grammar level it were too difficult]
11217:
11218: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11219: src/main/compile.y, src/main/compile_tools.h,
11220: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11221: @method[][result] means "no string output here", implemented part
11222: of that idea: compiler throws away string literal generation
11223: code. and barks nonwhitespace chars
11224:
11225: * operators.txt: truth: removed comment about $ORIGIN
11226:
11227: 2004-04-05 paf
11228:
11229: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11230: src/include/pa_version.h, src/main/pa_common.C,
11231: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11232:
11233: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11234: Konstantin Tomashevitch [mailto:konst@design.ru]
11235:
11236: * src/doc/html2chm.cmd: beauty: no need in bg here
11237:
11238: * src/doc/sources2html.cmd: beauty: same window, in bg it
11239: interfered with FAR console
11240:
11241: * configure, configure.in: 3.1.3
11242:
11243: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11244:
11245: * src/main/pa_common.C: removed warning
11246:
11247: * src/include/pa_version.h: 3.1.3
11248:
11249: 2004-04-02 paf
11250:
11251: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11252:
11253: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11254: allows to specify where to put parser log file
11255:
11256: 2004-04-01 paf
11257:
11258: * src/classes/table.C: bugfix: bugfix: table::load last line
11259: without tab and enter were ignored
11260:
11261: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11262: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11263: main/pa_socks.C, targets/cgi/parser3.C,
11264: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11265: bugfix: sql connections now are disconnected
11266:
11267: 2004-03-30 paf
11268:
11269: * src/classes/table.C: bugfix: table::load last line without tab
11270: and enter were ignored
11271:
11272: * src/classes/table.C: bufix: if last table lines were commented,
11273: gpfed
11274:
11275: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11276: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11277: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11278: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11279: doc/methoded.dox, doc/object.dox, doc/string.dox,
11280: doc/targets.dox, doc/value.dox, include/pa_version.h,
11281: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11282: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11283: bugfixes from 3.1.2, changed version to 3.1.3beta
11284:
11285: 2004-03-29 paf
11286:
11287: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11288: causes gpf
11289:
11290: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11291: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11292: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11293: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11294: value.dox: translated to english
11295:
11296: 2004-03-25 paf
11297:
11298: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11299: parser3project dependency removed
11300:
11301: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11302: bugfix: refused to compile without xml
11303:
11304: * src/types/pa_vform.C: beauty: removed warning
11305:
11306: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11307: any folder [removed last ;) folder dependency]
11308:
11309: * src/classes/classes.vcproj: bugfix: now all compiles in any
11310: folder [removed last ;) folder dependency]
11311:
11312: * src/include/pa_version.h: release
11313:
11314: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11315:
11316: * src/classes/table.C: beauty: comment& more meaningful error
11317: message
11318:
11319: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11320: $.hash[$.column_value1(true) ... ] [were producing some strang
11321: thing]
11322:
11323: 2004-03-23 paf
11324:
11325: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11326: and http status line parsing checked number of columns in table
11327: [user reported an assert]
11328:
11329: * operators.txt: example: on hashfile
11330:
11331: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11332: bugfix: junction reattach now actually reattaches a junction to
11333: new wcontext [were only assigning it to junction, which caused
11334: junction tracking to loose junction, and it's context were not
11335: killed, and it tried to process in invalid context, gpf]
11336:
11337: * src/targets/cgi/parser3.C: debug helper added
11338:
11339: 2004-03-19 paf
11340:
11341: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11342: "type(type)" in braces
11343:
11344: 2004-03-10 paf
11345:
11346: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11347: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11348: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11349: solution to search-in-namespaces problem:
11350: $xdoc.search-namespaces.x[http://pif.design.ru/]
11351: $nodes[^xdoc.select[//x:second]]
11352:
11353: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11354: expression][[NAMESPACES HASH]] allows to search for info in
11355: namespaces
11356:
11357: $nodes[^xdoc.select[//x:second][
11358: $.x[http://pif.design.ru/] ]]
11359:
11360: 2004-03-09 paf
11361:
11362: * operators.txt, src/main/pa_common.C: new:
11363: ^file::load[...][options] $.form[
11364: !$.field1[string]
11365: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11366: ] !$.body[string]
11367:
11368: GET ?here notGET(POST, HEAD, others) in content-type:
11369: application/x-www-form-urlencoded
11370:
11371: todo: upload files ability
11372:
11373: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11374: properly, done
11375:
11376: 2004-03-05 paf
11377:
11378: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11379: GET/POST $.form[$.fields started, not tested yet
11380: todo:$.field[table] for multiple values
11381:
11382: * operators.txt: new: http:// options $.user $.password basic
11383: authorization
11384:
11385: * src/main/pa_common.C: beauty: link to rtf added
11386:
11387: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11388: new: http:// options $.user $.password basic authorization
11389:
11390: * src/main/pa_common.C: beauty: removed needless vars
11391:
11392: * operators.txt: new: pgsql option [like that recently added to
11393: oracle driver] ClientCharset=parser-charset <<
11394: charset in which parser thinks client works
11395:
11396: * operators.txt: new: odbc option [like that recently added to
11397: oracle driver] ClientCharset=parser-charset <<
11398: charset in which parser thinks client works
11399:
11400: * src/sql/pa_sql_driver.h: beauty: important warning added
11401:
11402: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11403: char!
11404:
11405: * etc/parser3.charsets/windows-1251.cfg: typo
11406:
11407: 2004-03-04 paf
11408:
11409: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11410: cached, sql transcoding now goes faster
11411:
11412: * operators.txt: new: mysql option [like that recently added to
11413: oracle driver] ClientCharset=parser-charset <<
11414: charset in which parser thinks client works
11415:
11416: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11417: typo error
11418:
11419: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11420: chars commented
11421:
11422: 2004-03-03 paf
11423:
11424: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11425: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11426:
11427: 2004-03-02 paf
11428:
11429: * operators.txt: new[update typo]: !^void.left(n)
11430: nothing !^void.right(n) nothing !^void.mid(p[;n])
11431: nothing
11432:
11433: * operators.txt, src/classes/void.C: new: !^void.left(n)
11434: nothing !^void.right(n) nothing !^void.pos(p[;n])
11435: nothing
11436:
11437: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11438: ^file::sql[[name_to_become_$.name]]{} query result must be one
11439: row with columns: first: data second: file name third:
11440: content-type
11441:
11442: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11443: ^connect gets properly escaped string, which can be passed to
11444: request now this for mysql only. it's up to parser sql driver to
11445: fix zeros properly
11446:
11447: * INSTALL: note: added on building apache with this option:
11448: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11449:
11450: 2004-03-01 paf
11451:
11452: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11453: extension memory:compact befor processingrequest
11454:
11455: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11456: call sole column of result
11457:
11458: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11459: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11460: pixel color
11461:
11462: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11463: beauty: image -- less checks [were ugly impl]
11464:
11465: * src/classes/string.C: bugfix: ^string.left/right/mid with
11466: negative values now considered bad
11467:
11468: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11469:
11470: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11471: options now have unified defaults [after transform
11472: indent/omit-xml-declaration/standalone 'default' erroreously
11473: meant 'true']
11474:
11475: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11476: added [on some platforms gethostbyname failed with such
11477: 'domains']
11478:
11479: * src/include/pa_config_auto.h.in: no select check, no define
11480:
11481: * src/classes/string.C: feature: ^string.trim both parameters may
11482: be empty-strings, meaning kind=both chars=whitespaces
11483:
11484: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11485: exist
11486:
11487: * src/classes/string.C: check: trim 'chars' must not be empty,
11488: exception if it is
11489:
11490: * src/classes/string.C: changed: ^string.trim [] << both,
11491: whitespaces [start|both|end] << kind, whitespaces
11492: [start|both|end;chars] full
11493:
11494: 2004-02-27 paf
11495:
11496: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11497: method: ^string.trim[start|both|end[;chars]] default
11498: 'chars' -- whitespace chars finished
11499:
11500: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11501: src/main/pa_string.C: new method:
11502: ^string.trim[start|both|end[;chars]] default 'chars' --
11503: whitespace chars started, only start works
11504:
11505: * src/main/compile.C: bugfix: line numbers after
11506: ^process{}[$.line(-10]] can be negative, allowed to print they as
11507: signed
11508:
11509: * src/main/untaint.C: speed: there's no \n chars in output
11510: [normally], so no need to optimize them they could be retrived
11511: from databases, though. but 1. should be replaced 2. if not
11512: optimized, no harm done
11513:
11514: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11515: ^file::exec/cgi could return invalid status & zombie child can
11516: remain for short period until process exists [very bad in
11517: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11518:
11519: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11520: malicious SMTP server to attack as by returning too long status
11521: responses http://i2/tasks/edit/?id=4629448401140924947
11522:
11523: 2004-02-26 paf
11524:
11525: * operators.txt: feature: ^process...{CODE}[now has options] which
11526: are $.main[to what to rename @main] $.file[file,
11527: from which (user says) goes that CODE] $.lineno(line
11528: number in that file, where CODE starts. may be negative)
11529:
11530: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11531: src/main/compile.C, src/main/compile_tools.h,
11532: src/main/pa_request.C: feature: ^process...{CODE}[now has
11533: options] which are $.main[to what to rename @main]
11534: $.file[file, from which (user says) goes that CODE]
11535: $.lineno(line number in that file, where CODE starts. may be
11536: negative)
11537:
11538: 2004-02-25 paf
11539:
1.116 moko 11540: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11541: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11542:
11543: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11544: produces hash of column=>1
11545:
11546: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11547: with incomplete errno constants set
11548:
11549: 2004-02-24 paf
11550:
11551: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11552: "man select"
11553:
11554: * src/main/pa_os.C: beauty: <0 better then ==-1
11555:
11556: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11557:
11558: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11559:
1.116 moko 11560: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11561:
11562: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11563: unix: steps to work on unix [extracted 'to']
11564:
11565: * src/classes/mail.C: smtp on unix: steps to work on unix
11566:
11567: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11568:
1.116 moko 11569: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11570: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11571: unix [testing on solaris]
1.95 moko 11572:
11573: 2004-02-20 paf
11574:
11575: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11576: pointing that out
11577:
11578: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11579: fixed again [same solution, mistanenly removed one line]
11580:
11581: 2004-02-19 paf
11582:
11583: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11584: date::create from bad datetime in spring daylightsaving hole now
11585: OK for all platforms [on some platforms it failed]
11586:
11587: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11588: in daylightsaving hole] now throws error
11589:
11590: * src/classes/date.C: comment: mistake fixed
11591:
11592: 2004-02-18 paf
11593:
11594: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11595: now renderes in $request:charset, but in header puts
11596: $response:charset todo: make that default only so that coder
11597: could override that
11598:
11599: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11600: turns off omit-xml-declaration
11601:
11602: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11603: /.xsl for sample
11604:
11605: 2004-02-17 paf
11606:
11607: * src/classes/xdoc.C: beauty: needless helper class removed
11608:
11609: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11610: copied extra time
11611:
11612: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11613: part of libxml
11614:
11615: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11616: libxml to do the work] <xsl:output method="html"
11617: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11618: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11619: />
11620:
11621: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11622:
11623: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11624: caused assertion
11625:
11626: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11627: could hang. now such add does nothing, sub clears $hash
11628:
11629: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11630: not made quoted-printable
11631:
11632: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11633: string invariant
11634:
11635: 2004-02-16 paf
11636:
11637: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11638: cleared [were not cleared properly]
11639:
11640: 2004-02-13 paf
11641:
1.116 moko 11642: * src/include/pa_version.h: prerelease
1.95 moko 11643:
11644: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11645: used, introducing dependencies timestamp check
11646:
11647: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11648: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11649: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11650: .xsl.stamp now not used, introducing dependencies timestamp check
11651:
11652: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11653:
11654: 2004-02-12 paf
11655:
11656: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11657: ruined empty <input type=file> submits. parser thought there were
11658: nameless empty file and $form:field got value of type 'file'
11659:
11660: * INSTALL: --without-threads
11661:
11662: * src/include/pa_sapi.h: 2004
11663:
11664: 2004-02-11 paf
11665:
11666: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11667: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11668: classes/hashfile.C, classes/image.C, classes/int.C,
11669: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11670: classes/response.C, classes/string.C, classes/table.C,
11671: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11672: include/pa_array.h, include/pa_cache_managers.h,
11673: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11674: include/pa_config_fixed.h, include/pa_config_includes.h,
11675: include/pa_dictionary.h, include/pa_dir.h,
11676: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11677: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11678: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11679: include/pa_request_charsets.h, include/pa_request_info.h,
11680: include/pa_socks.h, include/pa_sql_connection.h,
11681: include/pa_sql_driver_manager.h, include/pa_stack.h,
11682: include/pa_string.h, include/pa_stylesheet_connection.h,
11683: include/pa_stylesheet_manager.h, include/pa_table.h,
11684: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11685: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11686: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11687: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11688: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11689: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11690: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11691: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11692: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11693: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11694: main/pa_sql_driver_manager.C, main/pa_string.C,
11695: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11696: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11697: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11698: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11699: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11700: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11701: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11702: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11703: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11704: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11705: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11706: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11707: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11708: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11709: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11710: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11711: types/pa_vresponse.h, types/pa_vstateless_class.C,
11712: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11713: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11714: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11715: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11716: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11717: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11718:
11719: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11720: debug version of gc.dll
11721:
11722: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11723: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11724: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11725: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11726: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11727: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11728: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11729: processes
11730:
11731: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11732: main/pa_globals.C, targets/cgi/parser3.vcproj,
11733: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11734: changes to reflect libxml xsl new folders
11735:
11736: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11737: lib/smtp/smtp.vcproj, main/main.vcproj,
11738: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11739: to reflect libxml xsl new folders
11740:
11741: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11742: lib/smtp/smtp.vcproj, main/main.vcproj,
11743: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11744: types/types.vcproj: started changes to reflect libxml xsl new
11745: folders
11746:
11747: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11748: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11749: src/main/compile.tab.C, src/main/main.vcproj,
11750: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11751: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11752: started changes to reflect libxml xsl new folders
11753:
11754: 2004-02-10 paf
11755:
11756: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11757: compile. recommened latest libxml up to date
11758:
11759: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11760: pattern compilation errors", on which spent 4 hours worktime. use
11761: versions higher than that. recommended now latest up to date
11762:
11763: 2004-02-06 paf
11764:
11765: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11766: beauty: unified destructing style
11767:
11768: * src/main/untaint.C: beauty: removed old def/ifdef
11769:
11770: * src/main/untaint.C: beauty: coredump @unknown untaint language
11771: now
11772:
11773: 2004-02-03 paf
11774:
11775: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11776: targets/isapi/parser3isapi.C, types/pa_value.C,
11777: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11778: then %ld/%lu
11779:
11780: * src/main/pa_common.C: typo: %l -> %u
11781:
11782: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11783: in attributes or documents-results of transform now not xx;
11784:
11785: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11786:
11787: * src/main/pa_charset.C: bugfix: forgot to undo some
11788:
11789: * src/main/pa_charset.C: beauty: uncomment
11790: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11791: libraries
11792:
11793: 2004-02-02 paf
11794:
11795: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11796: $cookie:example[ $.value[value] $.path[/there/] ]
11797:
11798: $cookie:example[ $.value[] $.expires[session]
11799: $.path[/there/] $.domain[test.com] ]
11800:
11801: * src/types/pa_vform.C: bugfix: empty values with
11802: enctype=multipart/form-data now produce entries in $form:tables
11803: <form method=post enctype=multipart/form-data> <input type=hidden
11804: name=a> <input type=hidden name=b>
11805:
11806: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11807: <hr> <pre>$request:body
11808:
11809: 2004-01-30 paf
11810:
11811: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11812: or documents-results of transform now not xx;
11813:
11814: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11815: produce exception.
11816:
11817: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11818: bugfix: ^date::create[invalid fields now produce exception.
11819:
11820: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11821: year] now produces exception. todo: check other fields
11822:
11823: 2004-01-29 paf
11824:
11825: * src/include/pa_memory.h: typo error
11826:
11827: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11828: more byte then specified, then zeroed it << useless and
11829: potentially harmful(could gpf)
11830:
11831: 2004-01-22 paf
11832:
11833: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11834:
11835: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11836: optimization
11837:
11838: * src/main/untaint.C: bugfix: whitespace now optimized properly
11839: [were bug: ^taint[1 & 2]="1 &2"
11840:
11841: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11842: errors
11843:
11844: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11845: overflow
11846:
11847: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11848: error-reporting code * in parser-error reporting code [when no
11849: @unhandled_exception defined]
11850:
11851: fixed in one place: my *snprintf override
11852:
11853: 2004-01-13 paf
11854:
11855: * operators.txt: typo erro
11856:
11857: 2003-12-25 paf
11858:
11859: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11860: garbled [pieces after zero bytes were removed]
11861:
11862: 2003-12-22 paf
11863:
1.116 moko 11864: * src/include/Makefile.am: bugfix: removed from dist:
11865: src/include/pa_config_auto.h which were configured for
1.95 moko 11866: make-dist-platform and badly updated proper config file in target
11867: [when .tar used for updating existing source tree]
11868:
11869: * ChangeLog, operators.txt, src/classes/op.C,
11870: src/include/pa_sql_connection.h,
11871: src/include/pa_sql_driver_manager.h,
11872: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11873: feature: sql introducing ability to transcode charsets
11874:
11875: 2003-12-19 paf
11876:
11877: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11878: error message
11879:
11880: * src/main/pa_charset.C: bugfix: memory for charsethandler
11881: structure for libxml now allocated properly
11882:
11883: 2003-12-17 paf
11884:
11885: * src/types/pa_vfile.C: beauty: removed outdated cast
11886:
11887: * src/main/pa_common.C: bugfix: empty http response caused gpf
11888:
11889: * src/include/pa_string.h: bugfix: removed too strong a assert
11890:
11891: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11892: unreported xmlGenericErrors]
11893:
11894: 2003-12-15 paf
11895:
11896: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11897: works}
11898:
11899: 2003-12-11 paf
11900:
11901: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11902: id
11903: !$status:tid thread id
11904:
11905: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11906: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11907: bugfix(solaris): removed dependency on object initialization
11908: order [one more place]
11909:
11910: * src/: classes/file.C, classes/mail.C, classes/op.C,
11911: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11912: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11913: understand that
11914:
11915: * src/: classes/file.C, classes/mail.C, classes/op.C,
11916: classes/xdoc.C, include/pa_cache_managers.h,
11917: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11918: include/pa_stylesheet_manager.h, main/pa_request.C,
11919: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11920: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11921: ctor call [relying on implicit String::Body(cstr) call]
11922:
11923: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11924: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11925: object initialization order [two places]
11926:
11927: 2003-12-10 paf
11928:
11929: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11930: << time now ok
11931:
11932: * operators.txt, src/main/pa_sql_driver_manager.C,
11933: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11934: operational
11935:
11936: * ChangeLog, operators.txt, src/classes/xdoc.C,
11937: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11938: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11939: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11940: back operational
11941:
11942: 2003-12-02 paf
11943:
11944: * src/types/pa_vmail.C: bugfix:
11945: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11946: as-is forced]
11947:
11948: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11949: exceptions out of libxml callbacks: reimplemented error handling
11950: of http://localhost, parser://method and safemode check callbacks
11951:
11952: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11953: [merged from HEAD]
11954:
11955: * src/classes/image.C: nothing: comment removed
11956:
11957: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11958: addresses to int
11959:
11960: 2003-12-01 paf
11961:
11962: * src/main/pa_xml_io.C: bugfix: typo
11963:
11964: * src/main/pa_globals.C: bugfix: win32: compile prob
11965:
11966: * src/classes/xdoc.C: bugfix: typo
11967:
11968: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11969: exception
11970:
11971: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11972:
11973: 2003-11-28 paf
11974:
11975: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11976: all xml documents read
11977:
11978: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11979:
11980: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11981: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11982: replaced original open mech of xdoc::create & co to use libxml
11983: open, so that this would work for root document todo: safe mode
11984: checks to libxml: ideally to some 1 point
11985:
11986: * src/main/pa_xml_io.C: comment
11987:
11988: * operators.txt, src/main/pa_xml_io.C: leading / in
11989: http://parser[abscent params]
11990:
11991: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11992: works. todo: maybe replace original open mech of xdoc::create &
11993: co to use libxml open, so that this would work for root document
11994:
11995: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11996: "parser://method/params/here"> <test> &test^; </test> }]
11997:
11998: ^taint[^xdoc.string[]]
11999:
12000: @method[param] <!ENTITY test
12001: "test-entity-value+$form:user+$param!">
12002:
12003: 2003-11-27 paf
12004:
12005: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12006:
12007: * src/classes/date.C: bugfix: typo error
12008:
12009: 2003-11-26 paf
12010:
12011: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12012: src/main/Makefile.am, src/main/main.vcproj,
12013: src/main/pa_globals.C, src/main/pa_request.C,
12014: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12015: xml errors to hash<thread_id,error> reorganization: xml io moved
12016: to pa_xml_io.C/h
12017:
12018: * src/types/pa_value.h: warnings: --
12019:
12020: 2003-11-25 paf
12021:
12022: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12023: whatever)
12024:
12025: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12026: a, (c?x:y, z)
12027:
12028: * src/main/untaint.C: bugfix: consequences of not reading this
12029: comment: CORD_pos_chars_left /* Number of characters in cache.
12030: <= 0 ==> none */
12031:
12032: * src/include/pa_array.h: removed needless checks
12033:
12034: 2003-11-24 paf
12035:
12036: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12037: removed limit: now $form:xxx can be accessed anytime, even in
12038: @auto/conf [and request/response:charset still can be changed
12039: anytime]
12040:
12041: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12042: now not transcodes response body
12043:
12044: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12045: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12046: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12047: $xdoc.firstChild.firstChild.nodeValue[different]
12048: ^taint[^xdoc.string[]]
12049:
12050: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12051: workaround: static Hash::allocates -> static Hash_allocates
12052:
12053: 2003-11-21 paf
12054:
1.116 moko 12055: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12056: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12057: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12058:
12059: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12060:
12061: * src/classes/mail.C: bugfix: typo
12062:
12063: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12064: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12065: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12066: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12067: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12068: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12069:
12070: * src/main/pa_exec.C: bug in safe mode
12071:
12072: * src/include/Makefile.am: pa_xml_exception.h
12073:
12074: * src/targets/isapi/parser3isapi.C: more warnings --
12075:
12076: 2003-11-20 paf
12077:
12078: * src/: classes/math.C, classes/op.C, classes/string.C,
12079: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12080: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12081: --
12082:
12083: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12084: more warnings --
12085:
12086: * src/classes/xdoc.C: more warnings --
12087:
12088: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12089:
12090: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12091: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12092:
12093: * src/: classes/date.C, classes/file.C, classes/hash.C,
12094: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12095: classes/table.C, include/pa_cache_managers.h,
12096: include/pa_stylesheet_connection.h, main/pa_request.C,
12097: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12098: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12099: --
12100:
12101: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12102: can't report problem (undefined @unhandled_exception) problem
12103: source string were not reported
12104:
12105: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12106: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12107: classes/hashfile.C, classes/image.C, classes/int.C,
12108: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12109: classes/response.C, classes/string.C, classes/table.C,
12110: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12111: include/pa_array.h, include/pa_cache_managers.h,
12112: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12113: include/pa_config_fixed.h, include/pa_dictionary.h,
12114: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12115: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12116: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12117: include/pa_request.h, include/pa_request_charsets.h,
12118: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12119: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12120: include/pa_stack.h, include/pa_string.h,
12121: include/pa_stylesheet_connection.h,
12122: include/pa_stylesheet_manager.h, include/pa_table.h,
12123: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12124: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12125: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12126: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12127: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12128: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12129: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12130: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12131: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12132: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12133: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12134: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12135: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12136: targets/isapi/parser3isapi.C, types/pa_junction.h,
12137: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12138: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12139: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12140: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12141: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12142: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12143: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12144: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12145: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12146: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12147: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12148: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12149: types/pa_vresponse.h, types/pa_vstateless_class.C,
12150: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12151: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12152: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12153: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12154: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12155: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12156: const IDENT
12157:
12158: * src/: include/pa_array.h, include/pa_pool.h,
12159: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12160: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12161: types/pa_wcontext.h: more warnings --
12162:
12163: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12164: classes/file.C, classes/hash.C, classes/hashfile.C,
12165: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12166: classes/memory.C, classes/op.C, classes/string.C,
12167: classes/table.C, classes/xdoc.C, classes/xnode.C,
12168: include/pa_config_includes.h, include/pa_operation.h,
12169: include/pa_sql_connection.h, include/pa_table.h,
12170: include/pa_types.h, lib/ltdl/config_fixed.h,
12171: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12172: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12173: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12174: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12175: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12176: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12177: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12178: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12179: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12180: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12181: types/pa_vmail.C, types/pa_vobject.C,
12182: types/pa_vstateless_class.h, types/pa_vtable.C,
12183: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12184: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12185: on all projects (except libltdl=off & libsdbm=level3) found
12186: several unitialized vars
12187:
12188: 2003-11-19 paf
12189:
12190: * src/classes/op.C: more ansi C++ comp
12191:
12192: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12193: src/main/pa_request.C: ^cache[...]{body}{catch block with
12194: $exception.handled[cache] meaning "get expired cache, if any.
12195: else error"}
12196:
12197: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12198: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12199: ^cache[...]{body}{catch code with $exception.cache field}
12200:
12201: 2003-11-12 paf
12202:
12203: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12204: [copy/paste bug]
12205:
12206: 2003-11-11 paf
12207:
12208: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12209: failed]
12210:
12211: * bin/auto.p.dist.in: colno
12212:
12213: 2003-11-10 paf
12214:
12215: * src/types/pa_vconsole.h: flush
12216:
12217: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12218: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12219: read/write [for nntp]
12220:
12221: * operators.txt: mysql: transaction support: ?autocommit=0
12222:
12223: * operators.txt: comment: updated
12224:
12225: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12226: serialize version and exipire now removes entries
12227:
12228: * operators.txt: ^hashfile.delete[] removes files altogether [and
12229: dir, if could]
12230:
12231: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12232: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12233: removes files altogether [and dir, if could]
12234:
12235: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12236: nonexistent pair. .c coded that that was error. fixed
12237:
12238: * src/types/pa_vhashfile.C: sdbm: exception type change to
12239: file.access [regretfull can't split it to different exceptions
12240: without modifying sdbm source wich would prefer not to]
12241:
12242: 2003-11-07 paf
12243:
12244: * src/: classes/date.C, classes/file.C, classes/hash.C,
12245: classes/hashfile.C, classes/image.C, classes/table.C,
12246: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12247: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12248: main/execute.C, main/main.vcproj, main/pa_pool.C,
12249: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12250: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12251: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12252: destructing objects at request processing end
12253:
12254: 2003-11-06 paf
12255:
12256: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12257: updates
12258:
12259: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12260: to include sdbm
12261:
1.116 moko 12262: * src/include/: pa_config_includes.h, pa_version.h: our
12263: replacements of max& co only for cpp
1.95 moko 12264:
12265: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12266: upper dir, .am updated
12267:
12268: * tests/todo.txt: hashfile: done
12269:
12270: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12271: expiration [time in value. todo: move time to key]
12272:
12273: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12274:
12275: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12276: to do that in foreach, no errors, but surely wrong]
12277:
12278: * operators.txt, src/types/pa_vhashfile.C,
12279: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12280:
12281: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12282: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12283: foreach
12284:
12285: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12286: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12287:
12288: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12289: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12290:
12291: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12292: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12293: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12294: get/put [raw]
12295:
12296: * src/: classes/op.C, main/pa_os.C: just linked
12297:
12298: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12299: XmlException changes
12300:
12301: * src/: include/pa_charset.h, include/pa_globals.h,
12302: include/pa_stylesheet_connection.h, main/pa_exception.C:
12303: XmlException changes
12304:
12305: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12306:
12307: * src/: include/pa_common.h, include/pa_exception.h,
12308: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12309: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12310: main/pa_xml_exception.C: locking move to pa_os [along with
12311: pa_sleep] apr-impl locking done
12312:
12313: * configure, configure.in, operators.txt, parser3.sln,
12314: src/classes/classes.vcproj, src/classes/hashfile.C,
12315: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12316: src/include/pa_exception.h, src/include/pa_globals.h,
12317: src/include/pa_memory.h, src/include/pa_version.h,
12318: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12319: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12320: src/main/compile.tab.C, src/main/main.vcproj,
12321: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12322: src/types/Makefile.am, src/types/pa_vhash.C,
12323: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12324: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12325: again with sdbm from apache
12326:
12327: 2003-11-05 paf
12328:
12329: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12330: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12331: \parser3project dir anymore
12332:
12333: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12334: thoughtlessly from xalan]
12335:
12336: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12337: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12338: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12339:
12340: * src/main/helpers/CaseFolding.txt:
12341: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12342:
12343: 2003-11-04 paf
12344:
12345: * operators.txt: comment: ^mail:send[$.options[
12346:
12347: * src/classes/table.C: compiled on unix
12348:
1.116 moko 12349: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12350:
12351: * src/classes/mail.C: compiled on unix
12352:
12353: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12354: src/types/pa_vmail.h: !^mail:send[
12355: $.options[unix: string to append to sendmail command
12356: line]
12357:
12358: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12359: tests/todo.txt: ^table.save[... $.separator[^#09]
12360: $.encloser["] <nothing> by default
12361:
12362: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12363: !$.separator[^#09] !$.encloser["] <nothing> by
12364: default
12365:
12366: 2003-11-03 paf
12367:
12368: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12369: ^table::load[; options: !$.column-separator[^#09]
12370: !$.column-encloser["]
12371:
12372: * operators.txt, src/include/pa_config_fixed.h,
12373: src/types/pa_vrequest.C: $request:document-root
12374:
12375: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12376: [already included into uri=xxx]
12377:
12378: * operators.txt, src/classes/image.C, tests/todo.txt:
12379: ^image.gif[filename] for $response:download
12380:
12381: * src/classes/date.C: minor precaution
12382:
12383: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12384: !^date.unix-timestamp[]
12385:
12386: 2003-10-30 paf
12387:
12388: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12389: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12390:
12391: * src/classes/: date.C, image.C: improvement diagnostics:
12392: $now[^date::create[$undefined]] now is error
12393:
12394: * src/main/pa_common.C: read errors would now be reported 'actually
12395: read -1 bytes'
12396:
12397: 2003-10-24 paf
12398:
12399: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12400: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12401: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12402: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12403:
12404: 2003-10-22 paf
12405:
12406: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12407:
12408: 2003-10-21 paf
12409:
12410: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12411: fixed: string.match[g] without <'> option produced columns with
12412: NULL's, which gpf'ed at table.save time
12413:
12414: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12415: recoursion' message with intensive throw-catches fixed: incorrect
12416: name and line (one name upper then needed) in error message about
12417: problems inside try block
12418:
12419: 2003-10-10 paf
12420:
12421: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12422: check offset argument for validity did that in String::Body::pos
12423: myself http://i2/tasks/edit/?id=4577425257580789777
12424:
12425: 2003-10-07 paf
12426:
12427: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12428: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12429:
12430: 2003-10-03 paf
12431:
12432: * parser3.sln, src/include/pa_dictionary.h,
12433: src/main/pa_dictionary.C, src/main/pa_string.C,
12434: src/targets/cgi/parser3.vcproj: dictionary optimized by
12435: precalculating cstr&length
12436:
12437: 2003-10-02 paf
12438:
12439: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12440: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12441: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12442: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12443:
12444: 2003-09-30 paf
12445:
12446: * src/main/pa_string.C: string::replace bug fix [were ignoring
12447: occurrances after lang-mismatched
12448:
12449: 2003-09-29 paf
12450:
12451: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12452: helper
12453:
12454: * src/main/pa_string.C: string::serialize bug fix with
12455: zero-terminator
12456:
12457: * src/classes/table.C: ^nameless_table.save column row now has no
12458: \t at the end
12459:
12460: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12461: @postprocess now takes $response:body/download
12462:
12463: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12464: error message
12465:
12466: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12467:
12468: * src/classes/table.C: bugfix: flip: must produce nameless
12469: http://i2/tasks/edit/?id=4573405524674081244
12470:
12471: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12472: main/helpers/simple_folding.pl: utf-8 upper/lower
12473:
12474: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12475: to typo error http://i2/tasks/edit/?id=4573354650786434584
12476:
12477: 2003-09-26 paf
12478:
12479: * src/main/untaint.C: removed needless field
12480:
12481: * src/main/untaint.C: removed needless const
12482:
12483: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12484: String.for_each bug fixed [omited one-char cases]
12485:
12486: * src/include/pa_stack.h: bugfix: before collecting garbage,
12487: runtime-executor stack were cleared... BADLY
12488:
12489: * src/main/pa_string.C: ^stirng.replace code used old
12490: param-convention on langs.append, fixed that search fo the like,
12491: found none
12492:
12493: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12494: string::serialize/deserialize implemented Language enum assigned
12495: meaningful letters [more convinient for debugging. read warning
12496: before adding/changing anything]
12497:
12498: 2003-09-25 paf
12499:
12500: * src/: include/pa_string.h, include/pa_version.h,
12501: main/pa_string.C, main/untaint.C: templates and anonymous unions
12502: differences on unix
12503:
12504: * parser3.sln, src/classes/file.C, src/classes/image.C,
12505: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12506: src/classes/xdoc.C, src/classes/xnode.C,
12507: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12508: src/include/pa_charsets.h, src/include/pa_common.h,
12509: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12510: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12511: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12512: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12513: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12514: src/main/compile_tools.h, src/main/pa_charset.C,
12515: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12516: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12517: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12518: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12519: src/types/pa_vmail.C, src/types/pa_vmath.C,
12520: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12521: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12522:
12523: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12524: functions aligned to that of eeparser3 look
12525:
12526: * src/lib/cord/cordprnt.c: removed warnings
12527:
12528: 2003-09-24 paf
12529:
12530: * src/: classes/file.C, classes/image.C, classes/mail.C,
12531: classes/op.C, classes/xdoc.C, classes/xnode.C,
12532: include/pa_cache_managers.h, include/pa_charset.h,
12533: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12534: include/pa_sql_driver_manager.h, include/pa_string.h,
12535: include/pa_stylesheet_manager.h, include/pa_table.h,
12536: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12537: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12538: main/pa_sql_driver_manager.C, main/pa_string.C,
12539: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12540: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12541: types/pa_vstateless_class.h, types/pa_vstatus.C,
12542: types/pa_vxnode.C: v() functions of String::Body,
12543: String::Languages and String itself StringBody->String::Body
12544:
12545: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12546: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12547: never optimized anything. todo: somehow speed up harder cases:
12548: concatenationA+concatenationB when last block of A and first of B
12549: contain same letters
12550:
12551: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12552: lib/cord/include/cord.h: langs: speed up by joining adjucent
12553: blocks of same char [CORD_append_block]
12554:
12555: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12556: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12557: save space by extending blocks when appending block with c ==
12558: lastblock.c
12559:
12560: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12561: working yet :( but more working &understood :)
12562:
12563: * src/: classes/table.C, include/pa_string.h,
12564: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12565:
12566: 2003-09-23 paf
12567:
12568: * src/main/untaint.C: $a[ok!] $a works!
12569:
12570: * src/main/untaint.C: something even more works :)
12571:
12572: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12573: something more works :)
12574:
12575: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12576: lib/cord/cordxtra.c: something already works :)
12577:
12578: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12579: serialize&deserialize
12580:
12581: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12582: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12583: main/untaint.C: main idea implemented, details left
12584:
12585: 2003-09-22 paf
12586:
12587: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12588:
12589: * src/classes/xnode.C: copy/paste comment bugfix
12590:
12591: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12592: allocator returns 0, just die.
12593: http://i2/tasks/edit/?id=4570798492410259445
12594:
12595: * src/classes/xdoc.C: copy/paste comment bugfix
12596:
12597: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12598: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12599: xnode: getAttributeNS setAttributeNS removeAttributeNS
12600: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12601:
12602: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12603: chars due to bitwise operation signed-char error]
12604:
12605: 2003-09-19 paf
12606:
12607: * src/types/pa_wcontext.C: output message: more practical
12608: suggestion
12609:
12610: * src/main/pa_common.C, operators.txt: merged
12611: $f[^file::load[binary;http://...]] $f.tables
12612:
12613: 2003-09-02 paf
12614:
12615: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12616: flush stdout without referencing 'stdout' symbol. to hell with
12617: non-ansi libraries without 'stdout' symbol
12618:
12619: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12620: unix (users reported problems with some old libc)
12621:
12622: * src/types/pa_vdate.h: forgot initializer
12623:
12624: 2003-09-01 paf
12625:
12626: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12627: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12628: zone]
12629:
12630: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12631:
12632: 2003-08-19 paf
12633:
12634: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12635: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12636: simplified a little
12637:
12638: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12639: [lost fix from 3.0.8]
12640:
12641: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12642: visible here }
12643:
12644: bug fix
12645:
12646: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12647:
12648: * src/main/compile.tab.C: initialized couple of variables about
12649: which user reported runtime problems when parser were compiled
12650: with VC7, warning level4. study shows that later in bison
12651: they've fixed that. would migrate to latest bison someday
12652:
12653: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12654: recoding headers)
12655:
12656: * src/types/pa_vmail.C: works as before, same charset problems:
12657: gmime recodes to UTF-8 only headers, not body. so not recoding
12658: anything for now
12659:
12660: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12661: problems with body
12662:
12663: * src/types/pa_vmail.C: mail_receive just compiled
12664:
12665: 2003-08-18 paf
12666:
12667: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12668: main/main.vcproj, types/types.vcproj: win32: continued process
12669: detaching from \parser3project directory
12670:
12671: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12672: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12673: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12674: src/lib/pcre/pcre_dftables.dsp,
12675: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12676: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12677: src/types/types.dsp: moved to MSVC 7
12678:
12679: * gnu.vcproj.vspscc, parser3.vssscc,
12680: src/classes/classes.vcproj.vspscc,
12681: src/lib/cord/cord.vcproj.vspscc,
12682: src/lib/ltdl/libltdl.vcproj.vspscc,
12683: src/lib/md5/md5.vcproj.vspscc,
12684: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12685: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12686: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12687: src/targets/isapi/parser3isapi.vcproj.vspscc,
12688: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12689: moved to MSVC 7
12690:
12691: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12692: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12693: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12694: src/lib/pcre/pcre_dftables.vcproj,
12695: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12696: src/targets/cgi/parser3.vcproj,
12697: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12698: new VS project files
12699:
12700: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12701: .NET to detect Jalindi Igloo capabilities.
12702:
12703: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12704: src/classes/classes.awk, src/doc/footer.htm,
12705: src/include/pa_config_fixed.h, src/include/pa_version.h,
12706: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12707: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12708: src/types/pa_vmail.C: merged 3.1.0 latest changes
12709:
12710: 2003-08-15 paf
12711:
12712: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12713: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12714:
12715: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12716: non-ascii <yyy> now encoded correctly
12717:
12718: 2003-07-29 paf
12719:
1.116 moko 12720: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12721: dist
1.95 moko 12722:
12723: * src/types/pa_vmail.C: just started --with-mail-receive
12724:
12725: 2003-07-28 paf
12726:
1.116 moko 12727: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12728: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12729:
12730: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12731:
12732: 2003-07-25 paf
12733:
12734: * src/doc/footer.htm: year
12735:
12736: 2003-07-24 paf
12737:
12738: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12739: fix
12740:
12741: * src/include/pa_version.h: release
12742:
1.116 moko 12743: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12744:
12745: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12746: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12747: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12748: getting rid of win32xml pseudo project
12749:
12750: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12751:
1.116 moko 12752: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12753: configure.in, operators.txt, parser3.dsw,
1.95 moko 12754: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12755: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12756: src/classes/classes.C, src/classes/classes.awk,
12757: src/classes/classes.dsp, src/classes/classes.h,
12758: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12759: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12760: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12761: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12762: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12763: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12764: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12765: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12766: src/include/pa_array.h, src/include/pa_cache_managers.h,
12767: src/include/pa_charset.h, src/include/pa_charsets.h,
12768: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12769: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12770: src/include/pa_dictionary.h, src/include/pa_dir.h,
12771: src/include/pa_exception.h, src/include/pa_exec.h,
12772: src/include/pa_globals.h, src/include/pa_hash.h,
12773: src/include/pa_memory.h, src/include/pa_opcode.h,
12774: src/include/pa_operation.h, src/include/pa_pool.h,
12775: src/include/pa_pragma_pack_begin.h,
1.95 moko 12776: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12777: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12778: src/include/pa_sapi.h, src/include/pa_socks.h,
12779: src/include/pa_sql_connection.h,
12780: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12781: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12782: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12783: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12784: src/include/pa_uue.h, src/lib/Makefile.am,
12785: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12786: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12787: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12788: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12789: src/lib/cord/include/ec.h,
12790: src/lib/cord/include/private/Makefile.am,
12791: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12792: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12793: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12794: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12795: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12796: src/main/compile_tools.C, src/main/compile_tools.h,
12797: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12798: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12799: src/main/pa_charsets.C, src/main/pa_common.C,
12800: src/main/pa_dictionary.C, src/main/pa_dir.C,
12801: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12802: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12803: src/main/pa_request.C, src/main/pa_socks.C,
12804: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12805: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12806: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12807: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12808: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12809: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12810: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12811: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12812: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12813: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12814: src/targets/isapi/parser3isapi.dsp,
12815: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12816: src/types/pa_junction.h, src/types/pa_method.h,
12817: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12818: src/types/pa_vclass.C, src/types/pa_vclass.h,
12819: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12820: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12821: src/types/pa_vdouble.h, src/types/pa_venv.h,
12822: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12823: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12824: src/types/pa_vimage.C, src/types/pa_vimage.h,
12825: src/types/pa_vint.h, src/types/pa_vjunction.h,
12826: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12827: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12828: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12829: src/types/pa_vobject.C, src/types/pa_vobject.h,
12830: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12831: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12832: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12833: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12834: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12835: src/types/pa_vstring.h, src/types/pa_vtable.C,
12836: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12837: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12838: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12839: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12840: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12841: HEAD
12842:
12843: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12844: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12845: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12846: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12847: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12848: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12849: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12850: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12851: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12852: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12853: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12854: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12855: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12856: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12857: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12858: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12859: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12860: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12861: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12862: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12863: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12864: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12865: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12866: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12867: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12868: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12869: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12870: outputs/create-dir, results/001.processed, results/002.processed,
12871: results/003.processed, results/004.processed,
12872: results/005.processed, results/006.processed,
12873: results/007.processed, results/008.processed,
12874: results/009.processed, results/010.processed,
12875: results/011.processed, results/012.processed,
12876: results/013.processed, results/014.processed,
12877: results/015.processed, results/016.processed,
12878: results/017.processed, results/018.processed,
12879: results/019.processed, results/020.processed,
12880: results/021.processed, results/022.processed,
12881: results/023.processed, results/024.processed,
12882: results/025.processed, results/026.processed,
12883: results/027.processed, results/028.processed,
12884: results/029.processed, results/030.processed,
12885: results/031.processed, results/032.processed,
12886: results/033.processed, results/034.processed,
12887: results/035.processed, results/036.processed,
12888: results/037.processed, results/038.processed,
12889: results/039.processed, results/040.processed,
12890: results/041.processed, results/042.processed,
12891: results/043.processed, results/044.processed,
12892: results/045.processed, results/046.processed,
12893: results/047.processed, results/048.processed,
12894: results/049.processed, results/050.processed,
12895: results/051.processed, results/052.processed,
12896: results/053.processed, results/054.processed,
12897: results/055.processed, results/056.processed,
12898: results/057.processed, results/058.processed,
12899: results/059.processed, results/060.processed,
12900: results/061.processed, results/062.processed,
12901: results/063.processed, results/064.processed,
12902: results/065.processed, results/066.processed,
12903: results/067.processed, results/068.processed,
12904: results/069.processed, results/070.processed,
12905: results/071.processed, results/072.processed,
12906: results/073.processed, results/074.processed,
12907: results/075.processed, results/076.processed,
12908: results/077.processed, results/078.processed,
12909: results/079.processed, results/080.processed,
12910: results/081.processed, results/082.processed,
12911: results/083.processed, results/084.processed,
12912: results/085.processed, results/086.processed,
12913: results/087.processed, results/088.processed,
12914: results/089.processed, results/090.processed,
12915: results/091.processed, results/092.processed,
12916: results/093.processed, results/094.processed,
12917: results/095.processed, results/096.processed,
12918: results/097.processed, results/098.processed,
12919: results/099.processed, results/100.processed,
12920: results/101.processed, results/102.processed,
12921: results/103.processed, results/104.processed,
12922: results/105.processed, results/106.processed,
12923: results/107.processed, results/108.processed,
12924: results/109.processed, results/110.processed,
12925: results/111.processed, results/112.processed,
12926: results/113.processed, results/114.processed,
12927: results/115.processed, results/116.processed,
12928: results/117.processed, results/118.processed,
12929: results/119.processed, results/120.processed,
12930: results/121.processed, results/122.processed,
12931: results/123.processed, results/124.processed,
12932: results/125.processed, results/126.processed,
12933: results/127.processed, results/128.processed,
12934: results/129.processed, results/130.processed,
12935: results/131.processed, results/132.processed,
12936: results/133.processed, results/134.processed,
12937: results/135.processed, results/136.processed,
12938: results/137.processed, results/138.processed,
12939: results/139.processed, results/140.processed,
12940: results/141.processed: merged(copied) to HEAD from template_gc
12941:
12942: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12943: towards \parser3project not having to be in root
12944:
12945: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12946: module compiled [were minor unnecessary changes in lib/md5
12947: interface]
12948:
12949: * src/include/pa_version.h: release
12950:
12951: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12952:
12953: * src/classes/math.C: merged uuid bugfix
12954:
12955: * tests/: 141.html, results/141.processed: fixed bug with
12956: too-small-a-buffer
12957:
12958: * src/classes/math.C: uuid bugfix
12959:
12960: * tests/: 141.html, Makefile, results/005.processed,
12961: results/030.processed, results/075.processed,
12962: results/078.processed: to reflect date format change (were -
12963: become ' ')
12964:
12965: * src/classes/math.C: uuid bugfix
12966:
12967: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12968: debug/release changes
12969:
12970: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12971:
12972: 2003-07-23 paf
12973:
12974: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12975: renamed a little [to move to comman naming conv]
12976:
1.116 moko 12977: * src/targets/Makefile.am: apache13 splitted to simplify apache
12978: build
1.95 moko 12979:
12980: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12981: main/pa_request.C, main/pa_sql_driver_manager.C,
12982: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12983: stack top_index() fixed
12984:
12985: * src/main/pa_globals.C: minor style changes
12986:
12987: * src/: classes/op.C, include/pa_sql_connection.h: connection
12988: closing/caching fixed [connections were not closed/put to cache]
12989:
12990: 2003-07-22 paf
12991:
12992: * INSTALL: gc part updated stightly
12993:
12994: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12995: new sapi interface
12996:
12997: * src/classes/file.C: comment on OS
12998:
12999: * src/main/pa_string.C: removed reduntant invariant check [there is
13000: one deeper in cord lib]
13001:
13002: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13003:
13004: * src/main/pa_memory.C: out of memory is no longer coredump
13005:
13006: * INSTALL: disable-threads adviced
13007:
13008: 2003-07-21 paf
13009:
1.116 moko 13010: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13011:
13012: * src/classes/file.C: file::exec/cgi environment variables now must
13013: be UPPERCASE and A-Z 0-9 _-
13014:
13015: * src/classes/file.C: env passing fixed
13016:
13017: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13018:
13019: * src/main/pa_common.C: http:// CRLF now
13020:
13021: 2003-07-02 paf
13022:
13023: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13024: fields to reflect their real meaning
13025:
13026: 2003-06-27 paf
13027:
13028: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13029: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13030: file::exec/cgi .charset
13031:
13032: 2003-06-26 paf
13033:
13034: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13035: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13036: src/classes/table.C: fixed several uninitialized local
13037: structures. notably ^hash.foreach now inserts delimiters
13038: properly [were inserting it before first body]
13039:
13040: 2003-06-24 paf
13041:
13042: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13043:
13044: 2003-06-20 paf
13045:
13046: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13047: src/main/pa_globals.C: introducing
13048: $f[^file::load[binary;http://...]] $f.tables
13049:
13050: 2003-06-06 paf
13051:
13052: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13053: table. [were method lookup: inconsistent]
13054:
13055: 2003-06-02 paf
13056:
13057: * src/include/pa_memory.h: empty string clone fixed to return
13058: writable memory
13059:
13060: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13061: were not appended] which violated string invariant
13062:
13063: 2003-05-30 paf
13064:
13065: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13066: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13067:
13068: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13069: GMT ; RFC 822, updated by RFC 1123
13070:
13071: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13072: targets/isapi/parser3isapi.C: initialized request_info properly
13073:
13074: * src/classes/xnode.C: found minor bug, commended for future
13075:
13076: 2003-05-28 paf
13077:
13078: * src/classes/form.C: request_info.content_length can't be <0,
13079: size_t for some time
13080:
13081: 2003-05-26 paf
13082:
13083: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13084: forgotten <0 changed to !=STRING_NOT_FOUND
13085:
13086: * src/classes/math.C: merged ffffu from HEAD
13087:
13088: 2003-05-11 paf
13089:
13090: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13091:
13092: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13093: premature doc free. transformed document had xmlDoc reference
13094: stored to non-gc-memory (libgdome) added holding-reference
13095:
13096: 2003-04-29 paf
13097:
13098: * src/main/pa_globals.C: started digging on double free. on win32
13099: found that that's perfectly normal.
13100:
13101: 2003-04-25 paf
13102:
13103: * src/classes/table.C: table.join bug fix [bad limit check]
13104:
13105: * src/classes/math.C: merged from HEAD: simpiler hash_string
13106:
13107: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13108: print anything. changed to quicker and simplier code
13109:
13110: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13111: strict a check]
13112:
13113: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13114:
13115: 2003-04-24 paf
13116:
13117: * src/include/pa_table.h: too strict assert loosened
13118:
13119: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13120: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13121: report
13122:
13123: 2003-04-21 paf
13124:
1.116 moko 13125: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13126:
13127: * src/main/pa_globals.C: pcre memory management changed to use GC
13128: memory
13129:
13130: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13131: xmlMallocAtomic [author agreed to my suggestion], used that
13132:
13133: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13134:
13135: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13136: types/pa_vmail.C: attributed_meaning_to_string added
13137: L_UNSPECIFIED piece which was sortof OK, but violated string
13138: invariant [assertion barked on that] changed to L_PASS_APPEND,
13139: made that param obligatory
13140:
13141: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13142: fixed [assert helped]
13143:
13144: * src/include/pa_string.h: assert added [looking for bug]
13145:
13146: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13147: names on Win32 considered disk-global
13148:
13149: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13150: considered disk-global
13151:
13152: 2003-04-18 paf
13153:
13154: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13155: filenames
13156:
13157: * src/main/untaint.C: enabled '~' letter in filenames
13158:
13159: 2003-04-16 paf
13160:
13161: * src/classes/file.C: small bug introduced in autoptr times fixed
13162:
13163: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13164: HEAD
13165:
1.116 moko 13166: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13167:
13168: 2003-04-15 paf
13169:
13170: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13171: src/lib/md5/pa_md5c.c, tests/141.html,
13172: tests/results/141.processed: merged from head ^math:uuid[]
13173: ^math:uid64[] ^math:md5[string]
13174:
13175: test added: 141.html
13176:
13177: * operators.txt, src/classes/math.C: ^math:uid64[]
13178:
13179: * src/classes/math.C: ^math:uuid[]
13180:
13181: * operators.txt, src/classes/math.C: ^math:uuid[]
13182:
13183: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13184: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13185:
13186: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13187: src/include/pa_config_fixed.h, src/main/pa_common.C:
13188: ^file::load[mode;name; $.offset $.limit
13189:
13190: 2003-04-14 paf
13191:
13192: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13193: started ^math:md5
13194:
13195: * src/classes/table.C, src/include/pa_array.h,
13196: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13197: tests/results/140.processed: table $.reverse option works in
13198: create&co table $.distinct[tables] bug fix merged
13199:
13200: * src/: classes/table.C, include/pa_table.h: table
13201: $.distinct[tables] bug fixed
13202:
13203: * src/classes/table.C: more warnings
13204:
13205: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13206: removed checks in table::set_current, moved them back to
13207: table::locate implemented table::create/join ñ $.reverse
13208:
13209: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13210: removed checks in table::set_current, moved them back to
13211: table::locate
13212:
13213: 2003-04-11 paf
13214:
13215: * operators.txt, src/classes/date.C, src/classes/table.C,
13216: src/include/pa_array.h, src/include/pa_common.h,
13217: src/include/pa_config_includes.h, src/include/pa_string.h,
13218: src/include/pa_table.h, src/main/pa_request.C,
13219: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13220: src/main/pa_table.C: merged from HEAD from
13221: before_append_array_limit_sense_change to
13222: after_append_array_limit_sense_change
13223:
13224: * src/classes/table.C: typo
13225:
13226: * operators.txt, src/classes/date.C, src/classes/table.C,
13227: src/include/pa_array.h, src/include/pa_common.h,
13228: src/include/pa_config_includes.h, src/include/pa_globals.h,
13229: src/include/pa_table.h, src/main/pa_array.C,
13230: src/main/pa_globals.C, src/main/pa_request.C,
13231: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13232: src/main/pa_table.C: append_array_limit_sense_change locate
13233: accepts options same as create new option: $.reverse(1) [do not
13234: work in table::create]
13235:
13236: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13237: (stat xxx,
13238:
13239: * src/classes/: table.C: typo
13240:
13241: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13242: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13243: results/130.processed, results/131.processed,
13244: results/132.processed, results/133.processed,
13245: results/134.processed, results/135.processed,
13246: results/136.processed, results/137.processed,
13247: results/138.processed, results/139.processed: added few mustfail
13248: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13249: date/time 132.html mustfail: access to junction outside of
13250: context 133.html mustfail: access to junction outside of context,
13251: case version 134.html mustfail: hash: adding a key inside of
13252: foreach 135.html mustfail: modifying system class 136.html
13253: mustfail: $.name outside of $hash[here] 137.html mustfail:
13254: appendChild without import 138.html mustfail: invalid encoding
13255: inside of xml 139.html mustfail: bad XPath
13256:
13257: * operators.txt, src/classes/table.C, tests/084.html,
13258: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13259: tests/129.html, tests/results/125.processed,
13260: tests/results/126.processed, tests/results/127.processed,
13261: tests/results/128.processed, tests/results/129.processed: merged
13262: from HEAD ^table.hash[key][$.distinct[tables]]
13263:
13264: maked appropriate tests [changed one old nonconforming]
13265:
13266: * operators.txt, src/classes/table.C:
13267: ^table.hash[key][$.distinct[tables]]
13268:
13269: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13270: merged fix for found very old xml (dom) bug: were passing
13271: domString objects and later ERROREOUSLY freed them
13272:
13273: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13274: src/main/pa_charset.C: re-added libgdome patch. regretfully
13275: libgdome bug can not be worked around
13276:
13277: 2003-04-10 paf
13278:
13279: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13280: found very old xml (dom) bug: were passing domString objects and
13281: later ERROREOUSLY freed them
13282:
13283: * src/doc/string.dox, src/include/pa_memory.h,
13284: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13285: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13286: tests/123.html, tests/124.html, tests/results/001.processed,
13287: tests/results/002.processed, tests/results/003.processed,
13288: tests/results/004.processed, tests/results/005.processed,
13289: tests/results/006.processed, tests/results/008.processed,
13290: tests/results/009.processed, tests/results/010.processed,
13291: tests/results/011.processed, tests/results/012.processed,
13292: tests/results/013.processed, tests/results/014.processed,
13293: tests/results/015.processed, tests/results/016.processed,
13294: tests/results/017.processed, tests/results/018.processed,
13295: tests/results/020.processed, tests/results/021.processed,
13296: tests/results/022.processed, tests/results/023.processed,
13297: tests/results/024.processed, tests/results/025.processed,
13298: tests/results/026.processed, tests/results/027.processed,
13299: tests/results/028.processed, tests/results/029.processed,
13300: tests/results/030.processed, tests/results/031.processed,
13301: tests/results/032.processed, tests/results/033.processed,
13302: tests/results/034.processed, tests/results/035.processed,
13303: tests/results/036.processed, tests/results/037.processed,
13304: tests/results/038.processed, tests/results/039.processed,
13305: tests/results/040.processed, tests/results/041.processed,
13306: tests/results/042.processed, tests/results/043.processed,
13307: tests/results/044.processed, tests/results/045.processed,
13308: tests/results/046.processed, tests/results/047.processed,
13309: tests/results/048.processed, tests/results/049.processed,
13310: tests/results/050.processed, tests/results/051.processed,
13311: tests/results/052.processed, tests/results/053.processed,
13312: tests/results/054.processed, tests/results/055.processed,
13313: tests/results/056.processed, tests/results/057.processed,
13314: tests/results/058.processed, tests/results/059.processed,
13315: tests/results/060.processed, tests/results/061.processed,
13316: tests/results/062.processed, tests/results/063.processed,
13317: tests/results/064.processed, tests/results/065.processed,
13318: tests/results/066.processed, tests/results/067.processed,
13319: tests/results/068.processed, tests/results/069.processed,
13320: tests/results/070.processed, tests/results/071.processed,
13321: tests/results/072.processed, tests/results/073.processed,
13322: tests/results/074.processed, tests/results/075.processed,
13323: tests/results/076.processed, tests/results/077.processed,
13324: tests/results/078.processed, tests/results/079.processed,
13325: tests/results/080.processed, tests/results/081.processed,
13326: tests/results/082.processed, tests/results/083.processed,
13327: tests/results/084.processed, tests/results/085.processed,
13328: tests/results/086.processed, tests/results/087.processed,
13329: tests/results/088.processed, tests/results/089.processed,
13330: tests/results/090.processed, tests/results/091.processed,
13331: tests/results/092.processed, tests/results/093.processed,
13332: tests/results/094.processed, tests/results/095.processed,
13333: tests/results/096.processed, tests/results/097.processed,
13334: tests/results/101.processed, tests/results/102.processed,
13335: tests/results/104.processed, tests/results/105.processed,
13336: tests/results/106.processed, tests/results/107.processed,
13337: tests/results/108.processed, tests/results/109.processed,
13338: tests/results/110.processed, tests/results/111.processed,
13339: tests/results/112.processed, tests/results/113.processed,
13340: tests/results/114.processed, tests/results/115.processed,
13341: tests/results/116.processed, tests/results/117.processed,
13342: tests/results/118.processed, tests/results/119.processed,
13343: tests/results/120.processed, tests/results/121.processed,
13344: tests/results/122.processed, tests/results/123.processed,
13345: tests/results/124.processed: new convention: char* never 0.
13346: assert in cord on that
13347:
13348: * src/main/pa_charset.C: couple more asserts
13349:
13350: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13351: speedup
13352:
13353: * src/main/pa_charset.C: couple assertions on fantastic situations
13354: added [may be those is the case now?]
13355:
13356: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13357: that's memory from gc_malloc, not from g_malloc :(, but would
13358: hope]
13359:
13360: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13361: that's memory from gc_malloc, not from g_malloc :(, but would
13362: hope]
13363:
13364: * src/main/pa_charset.C: checked custom malloc for returning 0
13365:
13366: 2003-04-09 paf
13367:
13368: * src/classes/date.C: merged ^date.roll changes
13369:
13370: * src/classes/date.C: ^date.roll bug fix
13371:
13372: * src/classes/date.C: ^date.roll now throws less errors: month
13373: shifts handles end of month situation by reducing day number
13374: hour-hole shift reduces hour to recover
13375:
13376: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13377: Sort by function time
13378:
13379: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13380: http:// $.charset[] param done
13381:
13382: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13383: added [after volatile fix. passes on win&intel-solaris]
13384:
13385: 2003-04-08 paf
13386:
13387: * src/: classes/file.C, classes/op.C, classes/table.C,
13388: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13389: include/pa_common.h, include/pa_request_charsets.h,
13390: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13391: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13392: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13393: types/pa_vresponse.C: started http:// $.charset[] param and
13394: http response charset detection just compiled. todo:test
13395:
13396: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13397:
13398: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13399: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13400: types/pa_vmail.C: changed transcode param converntion along with
13401: string creating convention -- all strings are zero-terminated,
13402: this allowed to fix one remaining String("123", 2) case
13403:
13404: * src/: classes/date.C, classes/file.C, classes/hash.C,
13405: classes/op.C, classes/string.C, classes/table.C,
13406: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13407: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13408: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13409: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13410: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13411: violated String::invariant. started fixing [not compiled now]
13412:
13413: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13414: main/compile.tab.C, main/compile.y, main/pa_string.C,
13415: main/untaint.C, targets/cgi/parser3.C: number of string style
13416: improvements & optimizations
13417:
13418: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13419: :(]
13420:
13421: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13422: [for it's a pointer really]
13423:
13424: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13425: 'n' param. worked that around
13426:
13427: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13428: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13429: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13430: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13431: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13432:
13433: Thanks for the bug report and patch.
13434:
13435: I hadn't looked at this code in a while. Reading it now, it
13436: seems to me that the tests should also be ">= MAX_DEPTH" to
13437: comply with the invariant, though that may not matter a lot. I
13438: changed that, too.
13439:
13440: Hans
13441:
13442: 2003-04-07 paf
13443:
13444: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13445: merged from head:safe mode error message now includes numbers
13446:
13447: * src/main/execute.C: n-th attempt to make a=a work with double.
13448: problem: as_double returns it's result in fp-register compiler
13449: optimizes access to that register after b->as_double, and just
13450: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13451: from memory. _SAME_ double values do not match here. when
13452: forced to REload fp-register, values do match.
13453:
13454: tried to make them volatile.
13455:
13456: * src/main/execute.C: n-th attempt to make a=a work with double.
13457: problem: as_double returns it's result in fp-register compiler
13458: optimizes access to that register after b->as_double, and just
13459: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13460: from memory. _SAME_ double values do not match here. when
13461: forced to REload fp-register, values do match.
13462:
13463: tried to make them volatile.
13464:
13465: * src/types/pa_vobject.h: small style change
13466:
13467: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13468:
13469: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13470: mode error message now includes numbers
13471:
13472: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13473: now causes death
13474:
13475: 2003-04-04 paf
13476:
13477: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13478: incorportated pa_exec patch by From: "Victor Fedoseev"
13479: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13480: Sent: Thursday, January 23, 2003 9:14 AM
13481:
13482: huge speedup on ^file::cgi with big result
13483:
13484: * src/classes/table.C: sort table with 0 rows bug fixed
13485:
13486: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13487: fix http://i2/tasks/edit/?id=4493701604654042676
13488:
13489: @main[] $with_default[ $.a[1] $._default[default from
13490: with_default] ] ^show[$with_default]
13491:
13492: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13493: =$to_add_to.xxx=<br>
13494:
13495: ^show[$to_add_to]
13496:
13497: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13498: ^show[$cloned]
13499:
13500: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13501:
13502: } <hr>
13503:
13504: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13505: http://i2/tasks/edit/?id=4493701604654042676
13506:
13507: @main[] $with_default[ $.a[1] $._default[default from
13508: with_default] ] ^show[$with_default]
13509:
13510: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13511: =$to_add_to.xxx=<br>
13512:
13513: ^show[$to_add_to]
13514:
13515: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13516: ^show[$cloned]
13517:
13518: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13519:
13520: } <hr>
13521:
13522: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13523: http://i2/tasks/edit/?id=4507350336410850921
13524:
13525: * src/classes/xdoc.C: memory allocation func bugfix
13526: http://i2/tasks/edit/?id=4499303470368629745
13527:
13528: * src/classes/math.C: allowed random 1...
13529:
13530: * src/classes/math.C: allowed random 0..
13531:
13532: * src/main/pa_globals.C: exif mem leak
13533: http://i2/tasks/edit/?id=4480590323629807263
13534:
13535: * src/: classes/classes.dsp, main/main.dsp,
13536: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13537: fix http://i2/tasks/edit/?id=4493946731322521294
13538: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13539:
13540: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13541: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13542: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13543: links to xml libs made relative, no need to unpack parser3project
13544: to /parser3project.
13545:
13546: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13547: column more precise - tab handling bug fixed
13548:
13549: * src/main/: compile.tab.C, compile.y: more understandable error
13550: message in case @CLASS with more then one line inside
13551:
13552: * src/targets/cgi/parser3.C: more understandable error message in
13553: case of errors in @unhandled_exception
13554:
13555: 2003-04-03 paf
13556:
13557: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13558: src/main/compile.tab.C, src/main/compile.y,
13559: src/main/compile_tools.C, src/main/compile_tools.h,
13560: src/main/execute.C, src/main/pa_request.C: debug info format
13561: simplified, now it's: OP_VALUE Operation::Origin << here value*
13562:
13563: higher limits: file number (max: 255) line number (max:
13564: 64535) column number (max: 255)
13565:
13566: * src/classes/math.C: top limit
13567:
13568: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13569: precise parse error position in case of
13570:
13571: ^bug ]
13572:
13573: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13574: changed to realities, and passed [bug fixed]
13575:
13576: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13577: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13578: main/compile_tools.h, main/pa_request.C: introducing
13579: ^process...[main-method-alias]
13580:
13581: * src/: classes/date.C, classes/image.C, classes/op.C,
13582: classes/string.C, classes/table.C, classes/xdoc.C,
13583: types/pa_vmethod_frame.h: MethodParams& now [methods without
13584: params receive zero reference, but they are expected not to look
13585: there]
13586:
13587: * operators.txt, src/classes/date.C, src/classes/double.C,
13588: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13589: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13590: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13591: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13592: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13593: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13594: [methods without params receive zero reference, but they are
13595: expected not to look there]
13596:
13597: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13598: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13599: ^process...[filename] useful for better error reporting
13600: [file/line/col]
13601:
13602: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13603: types/pa_vstring.h: slightly improved error messages text: 1. is
13604: '%s', it 2. method undefined in case of ^void[]
13605:
13606: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13607: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13608: handling done. now we have error columns todo: test it
13609:
13610: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13611: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13612:
13613: this makes life easier: were: bad stack order -- were in
13614: exception catch unwind order, which didn't match execution order
13615:
13616: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13617:
13618: @first[] ^throw[a;1]
13619:
13620: showed throw a first throw b try
13621:
13622: which is no good
13623:
13624: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13625: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13626: trace reset after handled exception [old bug fixed]
13627:
13628: * src/main/: compile.tab.C, compile.y: parse position old bug
13629: fixed. position reporting made precise [both, in parse erros and
13630: runtime errors]
13631:
13632: 2003-04-02 paf
13633:
13634: * src/: include/pa_operation.h, include/pa_request.h,
13635: main/compile.C, main/compile.tab.C, main/compile.y,
13636: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13637: main/pa_exception.C, main/pa_request.C: debug info: started
13638: using. todo:complete
13639:
13640: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13641: main/compile.C, main/compile.tab.C, main/compile.y,
13642: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13643: main/pa_request.C: prepared debug info todo:use it
13644:
13645: * src/include/pa_operation.h: strange mistake fixed: forgot to
13646: return Operation class->union after switching from autoptrs.
13647:
13648: * tests/: Makefile, results/108.processed, results/117.processed:
13649: meta considered OK [it's up to coder now to remove it not needed]
13650:
13651: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13652: Dictionary constructor when moved to gc]
13653:
13654: * src/main/pa_common.C: uncommented http:// file loading
13655:
13656: * src/include/pa_array.h, src/main/execute.C,
13657: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13658: fix [gdGrowingBuf]
13659:
13660: * configure.in, src/lib/Makefile.am: removed patches
13661:
13662: * configure, src/include/pa_config_auto.h.in,
13663: src/main/pa_charset.C: --enable-assertions autoconf-ed
13664:
13665: * src/main/pa_common.C: uncommented http:// file loading
13666:
13667: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13668: xdoc::create/load
13669:
13670: * src/: classes/form.C, classes/hash.C, classes/image.C,
13671: classes/string.C, classes/table.C, classes/void.C,
13672: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13673: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13674: String::String(str,helper_length) are checked. found/fixed one
13675: place: $request:body now zero-terminated,
13676:
13677: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13678: main/compile_tools.C, main/execute.C, types/pa_value.h,
13679: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13680: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13681: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13682: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13683: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13684: types/pa_vxnode.h: more locally scoped vars in execute (more
13685: easily optimizable)
13686:
13687: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13688: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13689:
13690: * src/: include/pa_array.h, include/pa_stack.h,
13691: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13692: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13693: become assertion iterator in methodframe filler
13694:
13695: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13696: targets/cgi/parser3.C: array::get/put inlined
13697:
13698: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13699: gc_substitute_memory_management_functions +installed CORD_oom
13700: function
13701:
13702: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13703: src/include/pa_config_includes.h, src/include/pa_string.h,
13704: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13705: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13706: assertions started configure.in --enable-assertions
13707:
13708: 2003-04-01 paf
13709:
13710: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13711: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13712: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13713: gdome uses glib memory, and stores last pointer to xmlDoc there,
13714: gc misses that and collects valid memory fixed by remembering
13715: xmlDoc from dom object in xdoc. todo: do something with
13716: premature free of xdoc with xnodes/node values referring into it
13717:
13718: * src/classes/: mail.C: typo fix
13719:
13720: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13721: changes
13722:
13723: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13724: main/pa_memory.C: moved memory debugging to global level: to
13725: pa_gc_malloc
13726:
13727: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13728: debugging showed no errors. todo: debug parser memory
13729:
13730: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13731: configurations
13732:
13733: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13734: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13735: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13736: types/types.dsp: prepared xml-static configuration
13737:
13738: 2003-03-31 paf
13739:
13740: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13741: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13742: xml lib memory debugging, simple checks failed: it seems that
13743: library does realloc(bad ptr), and recording those ptrs in heap
13744: [for debugging] was bad: heap situation changes = everything
13745: works fine
13746:
13747: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13748: xmlRegisterCharEncodingHandler limitation [currently imposed
13749: limit of 10 user-defined charsets]
13750:
13751: 2003-03-28 paf
13752:
13753: * src/main/execute.C: execution stack copied to local register
13754: variable, removed lots [~2e7) of memory accesses
13755:
13756: 2003-03-27 paf
13757:
13758: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13759: works in debug, but fails in release todo: fix that
13760:
13761: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13762: targets/cgi/parser3.C: forgot to merge XML memory funcs
13763: replacement from gc branch
13764:
13765: * src/main/pa_exec.C: introducing append_help_length [radical
13766: improvement here]
13767:
13768: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13769: 'not recommened' in gc.h, on win32 noticed no difference]
13770:
13771: * src/include/pa_array.h: returned checked array get [were disabled
13772: for debugging] result:not slower [don't understand that, it were
13773: INLINED] todo: find out a way of inlining it!
13774:
13775: * src/: include/pa_string.h, lib/gc/include/gc.h,
13776: lib/gc/include/gc_fake.h, main/compile.tab.C,
13777: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13778: convention changed: all resulting strings are zero-terminated
13779:
13780: * src/: classes/date.C, classes/file.C, classes/hash.C,
13781: classes/string.C, classes/table.C, classes/void.C,
13782: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13783: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13784: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13785: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13786: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13787: types/pa_vfile.C, types/pa_vmail.C: introducing
13788: append_help_length [radical improvement here]
13789:
13790: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13791: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13792: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13793: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13794: even slower
13795:
13796: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13797: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13798: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13799: clients of &get(): most to use non-ref version, some[in tight
13800: places] to get_unchecked_ref
13801:
13802: * src/doc/memory.dox: forgot to add
13803:
13804: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13805: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13806: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13807: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13808: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13809: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13810: targets/cgi/parser3.dsp, types/pa_vmail.C,
13811: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13812: T>>&<< removed after Stack::pop wiping removed [moved to separate
13813: func] other Array & removed
13814:
13815: 2003-03-26 paf
13816:
13817: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13818: classes/table.C, include/pa_array.h, include/pa_charset.h,
13819: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13820: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13821: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13822: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13823: main/pa_exec.C, main/pa_sql_driver_manager.C,
13824: main/pa_stylesheet_manager.C, main/pa_table.C,
13825: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13826: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13827: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13828: pre-evaluated .count() in some places
13829:
13830: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13831: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13832: types/types.dsp: .dsp profiling updated
13833:
13834: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13835: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13836: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13837:
13838: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13839: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13840: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13841: use lib/gc,lib/cord
13842:
1.116 moko 13843: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13844: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13845: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13846: src/include/pa_config_includes.h, src/include/pa_request.h,
13847: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13848: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13849: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13850: src/lib/cord/include/Makefile.am,
1.116 moko 13851: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13852: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13853: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13854: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13855: src/types/pa_vform.h, src/types/pa_vhash.h,
13856: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13857: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13858: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13859: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13860: funcs ported pa_exec
1.95 moko 13861:
13862: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13863:
13864: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13865: bundled gc includes
13866:
13867: * src/: classes/op.C, include/pa_array.h,
13868: include/pa_sql_connection.h, include/pa_string.h,
13869: include/pa_version.h, main/compile.tab.C, main/compile.y,
13870: main/execute.C, main/pa_common.C, main/pa_exception.C,
13871: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13872: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13873: first real site (aval)]
13874:
13875: 2003-03-25 paf
13876:
13877: * operators.txt, src/main/pa_sql_driver_manager.C,
13878: src/types/pa_vstatus.C: $status.memory used free since_compact
13879: process
13880:
13881: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13882: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13883:
13884: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13885:
13886: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13887: src/types/pa_value.h, src/types/pa_vfile.h,
13888: src/types/pa_vobject.C, src/types/pa_vobject.h,
13889: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13890: tests/results/121.processed: untaint.C L_URI
13891:
13892: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13893: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13894: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13895: src/types/pa_vmemory.h: ^memory:compact[]
13896:
13897: * tests/results/109.processed: it was a bug in parser. updated 109
13898: test result
13899:
13900: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13901:
13902: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13903: tests/results/107.processed: fixed dom language [values are now
13904: considered tainted. it was a bug in parser. updated 107 test
13905: result
13906:
13907: * src/classes/xdoc.C: fixed transform params
13908:
13909: * src/: include/pa_stylesheet_manager.h,
13910: main/pa_stylesheet_manager.C: fixed stylesheet caching
13911:
13912: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13913: overloads for structure handling
13914:
13915: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13916: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13917: StringBody(0) ambiguilty, introducting static
13918: StringBody::Format(int)
13919:
13920: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13921: linked
13922:
13923: * src/types/pa_vxdoc.C: vxdoc compiled
13924:
13925: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13926: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13927: finalizers isntalled
13928:
13929: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13930: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13931: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13932: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13933: compiled todo: xnode.C / finalizers
13934:
13935: * src/doc/string.dox: updated: new string internals
13936:
13937: 2003-03-24 paf
13938:
13939: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13940: include/pa_charset.h, include/pa_config_fixed.h,
13941: include/pa_request.h, include/pa_stylesheet_connection.h,
13942: include/pa_stylesheet_manager.h, main/pa_charset.C,
13943: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13944: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13945: types/pa_vxnode.h: started XML
13946:
13947: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13948:
13949: * src/: classes/file.C, classes/image.C, classes/mail.C,
13950: include/pa_string.h, main/pa_common.C,
13951: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13952:
13953: * src/: classes/file.C, classes/image.C, classes/mail.C,
13954: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13955: main/pa_request.C, main/pa_sql_driver_manager.C,
13956: types/pa_vimage.h: size_t pos everywhere checks changed to check
13957: for eq STRING_NOT_FOUND
13958:
13959: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13960: optimize bit implemented
13961:
13962: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13963: String::ArrayFragment::append_positions fixed
13964:
13965: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13966: String::this_starts fixed
13967:
13968: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13969:
13970: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13971: hashcode implemented fully, including per-char callback [it can
13972: be - substr CORD node]
13973:
13974: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13975: rewritten to rewalloc with 100byte buf ahead
13976:
13977: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13978: src/include/pa_string.h, src/main/compile.tab.C,
13979: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13980: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13981: CORD_ec [bad] would rewrite as realloc now
13982:
13983: * src/: classes/date.C, classes/file.C, classes/form.C,
13984: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13985: include/pa_cache_managers.h, include/pa_charsets.h,
13986: include/pa_common.h, include/pa_request.h,
13987: include/pa_sql_driver_manager.h, include/pa_table.h,
13988: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13989: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13990: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13991: types/pa_vmail.C, types/pa_vmethod_frame.C,
13992: types/pa_vstateless_class.h: 2*2 worked :)
13993:
13994: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13995: src/include/pa_exec.h, src/include/pa_string.h,
13996: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13997: passed OK
13998:
13999: * src/: classes/hash.C, classes/string.C, classes/table.C,
14000: types/pa_value.C: all linked todo: debug
14001:
14002: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14003: types/pa_vstateless_class.C: all compiled. todo:link
14004:
14005: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14006:
14007: * src/types/pa_vtable.C: pa_vtable.C compiled
14008:
14009: * src/types/pa_vstring.C: pa_vstring.C compiled
14010:
14011: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14012:
14013: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14014: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14015: pa_vstateless_class.C, pa_vstateless_class.h:
14016: pa_vstateless_class.C compiled
14017:
14018: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14019: types/pa_vmath.C: pa_vmail.C compiled
14020:
14021: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14022:
14023: * src/types/pa_vform.C: pa_vform.C compiled
14024:
14025: * src/types/pa_vfile.C: pa_vfile.C compiled
14026:
14027: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14028: pa_vstateless_class.C: pa_vcookie.C compiled
14029:
14030: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14031: types/pa_vhash.h: pa_value.C compiled
14032:
14033: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14034: classes.lib main.lib compiled
14035:
14036: * src/classes/void.C: void.C compiled
14037:
14038: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14039: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14040: compiled
14041:
14042: * src/: classes/string.C, include/pa_request.h,
14043: include/pa_string.h, main/pa_string.C: string.C compiled
14044:
14045: * src/: classes/op.C, classes/string.C, classes/table.C,
14046: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14047: main/pa_request.C, main/pa_string.C: op.C compiled
14048:
14049: * src/classes/: math.C, op.C: math.C compiled
14050:
14051: * src/: classes/mail.C, classes/string.C, classes/table.C,
14052: types/pa_vmail.h: mail.C compiled
14053:
14054: * src/classes/: int.C, table.C: int.C compiled
14055:
14056: * src/: classes/hash.C, classes/image.C, classes/string.C,
14057: classes/table.C, include/pa_memory.h, include/pa_string.h,
14058: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14059: compiled
14060:
14061: * src/: classes/hash.C, classes/string.C, classes/table.C,
14062: classes/void.C, classes/xdoc.C, include/pa_request.h,
14063: include/pa_sql_connection.h: hash.C compiled
14064:
14065: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14066: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14067: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14068: classes/math.C, classes/op.C, classes/response.C,
14069: classes/string.C, classes/table.C, classes/void.C,
14070: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14071: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14072: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14073: file.C table.C compiled
14074:
14075: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14076: main/untaint.C: main.lib compiled
14077:
14078: 2003-03-21 paf
14079:
14080: * src/: classes/op.C, include/pa_cache_managers.h,
14081: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14082: include/pa_stylesheet_manager.h, main/pa_exception.C,
14083: main/pa_globals.C, main/pa_sql_driver_manager.C,
14084: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14085: compiled
14086:
14087: * src/: classes/hash.C, classes/image.C, classes/op.C,
14088: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14089: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14090: main/compile.C, main/pa_common.C, main/pa_request.C,
14091: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14092: pa_request.C compiled
14093:
14094: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14095: include/pa_request.h, main/execute.C, main/pa_request.C,
14096: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14097: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14098: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14099: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14100: compiled
14101:
14102: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14103: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14104: on unix
14105:
14106: * src/: include/pa_charset.h, include/pa_charsets.h,
14107: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14108: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14109: pa_charsets.C compiled
14110:
14111: * src/: classes/image.C, classes/mail.C, classes/op.C,
14112: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14113: main/compile.y, main/execute.C, main/pa_common.C,
14114: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14115: types/pa_vcode_frame.h, types/pa_vimage.h,
14116: types/pa_vmethod_frame.h: execute.C compiled
14117:
14118: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14119: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14120: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14121: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14122: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14123: include/pa_cache_managers.h, include/pa_charsets.h,
14124: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14125: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14126: include/pa_sql_driver_manager.h, include/pa_string.h,
14127: include/pa_stylesheet_connection.h,
14128: include/pa_stylesheet_manager.h, include/pa_table.h,
14129: main/compile.C, main/compile.tab.C, main/compile.y,
14130: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14131: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14132: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14133: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14134: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14135: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14136: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14137: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14138: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14139: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14140: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14141: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14142: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14143: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14144: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14145: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14146: types/pa_vresponse.h, types/pa_vstateless_class.C,
14147: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14148: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14149: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14150: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14151: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14152: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14153: [C++ CORD wrapper]
14154:
14155: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14156:
14157: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14158: $file::exec/cgi[script; $.charset[this is script's charset]
14159:
14160: command line, env values, input got transcoded before call
14161: stdout, stderr got transcoded after call
14162:
14163: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14164: by default. use: ^file::exec[...;$.stdin[$request.body]
14165:
14166: * src/main/pa_common.C: } typo bug fix
14167:
14168: * src/main/pa_common.C: } typo bug fix
14169:
14170: 2003-03-20 paf
14171:
14172: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14173: main/untaint.C: cord bug fix, but still errors todo: clear out
14174:
14175: * src/include/pa_string.h: more tests
14176:
14177: * src/main/pa_string.C: string.pos fixed
14178:
1.116 moko 14179: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14180: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14181: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14182: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14183: replaces
1.95 moko 14184:
14185: * src/: classes/image.C, include/pa_dictionary.h,
14186: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14187: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14188: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14189: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14190:
14191: * src/include/pa_string.h: warning
14192:
14193: * src/include/pa_string.h: this_starts fixed
14194:
14195: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14196: new String ctor & append params convention
14197:
14198: * src/: classes/file.C, classes/hash.C, classes/image.C,
14199: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14200: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14201: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14202: main/pa_exception.C, main/pa_exec.C,
14203: main/pa_sql_driver_manager.C, main/pa_string.C,
14204: main/pa_stylesheet_manager.C, main/untaint.C,
14205: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14206: types/pa_vmail.C: more tests OK
14207:
14208: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14209: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14210: gc/exit runned OK
14211:
14212: * src/types/pa_vmail.C: another naming problem: should not name
14213: vars like that: unpredictable close caused problems with later
14214: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14215: descriptors missing on startup: stdin; Bad file number
14216:
14217: todo: find out why so many filters(stream) here. probably wrong?
14218:
14219: * src/: include/pa_dictionary.h, include/pa_string.h,
14220: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14221: main/untaint.C: test compiled
14222:
14223: * src/: classes/image.C, classes/mail.C, classes/math.C,
14224: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14225: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14226: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14227: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14228: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14229: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14230: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14231: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14232: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14233:
14234: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14235: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14236: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14237: src/include/pa_memory.h, src/include/pa_request.h,
14238: src/include/pa_request_charsets.h,
14239: src/include/pa_sql_connection.h, src/include/pa_string.h,
14240: src/main/compile.tab.C, src/main/execute.C,
14241: src/main/pa_charset.C, src/main/pa_common.C,
14242: src/main/pa_exception.C, src/main/pa_exec.C,
14243: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14244: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14245: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14246: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14247: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14248: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14249: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14250: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14251: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14252: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14253: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14254: pa_common.C [done, without http for now]
14255:
14256: 2003-03-19 paf
14257:
14258: * src/: classes/date.C, classes/form.C, classes/hash.C,
14259: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14260: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14261: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14262: include/pa_string.h, include/pa_table.h, main/compile.C,
14263: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14264: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14265: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14266: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14267: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14268: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14269: types/pa_vstateless_class.h, types/pa_vtable.C,
14270: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14271: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14272: types/pa_wwrapper.h: started test
14273:
1.116 moko 14274: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14275: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14276:
14277: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14278: include/pa_string.h, main/pa_string.C: string compiled todo: test
14279: it
14280:
14281: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14282: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14283: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14284: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14285: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14286: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14287: types/pa_vmethod_frame.h, types/types.dsp: string
14288: reimplementation with cord+array<fragment>: 70%
14289:
14290: 2003-03-18 paf
14291:
14292: * src/: classes/date.C, classes/file.C, classes/form.C,
14293: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14294: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14295: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14296: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14297: can ignore lang in cmp and pos really, but would
14298: split properly!
14299:
14300: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14301: cord part made parser/src/lib: it's not compiled into libgc by
14302: default
14303:
14304: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14305: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14306: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14307: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14308: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14309: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14310: src/classes/xnode.C, src/classes/xnode.h,
14311: src/include/Makefile.am, src/include/pa_cache_managers.h,
14312: src/include/pa_charset.h, src/include/pa_charsets.h,
14313: src/include/pa_common.h, src/include/pa_dictionary.h,
14314: src/include/pa_exception.h, src/include/pa_exec.h,
14315: src/include/pa_globals.h, src/include/pa_hash.h,
14316: src/include/pa_memory.h, src/include/pa_pool.h,
14317: src/include/pa_request.h, src/include/pa_request_charsets.h,
14318: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14319: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14320: src/include/pa_stylesheet_connection.h,
14321: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14322: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14323: src/main/compile.C, src/main/compile.tab.C,
14324: src/main/compile_tools.C, src/main/compile_tools.h,
14325: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14326: src/main/pa_charsets.C, src/main/pa_common.C,
14327: src/main/pa_dictionary.C, src/main/pa_exception.C,
14328: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14329: src/main/pa_pool.C, src/main/pa_request.C,
14330: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14331: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14332: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14333: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14334: src/types/pa_junction.h, src/types/pa_method.h,
14335: src/types/pa_value.C, src/types/pa_value.h,
14336: src/types/pa_vclass.C, src/types/pa_vclass.h,
14337: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14338: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14339: src/types/pa_vdouble.h, src/types/pa_venv.h,
14340: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14341: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14342: src/types/pa_vimage.C, src/types/pa_vimage.h,
14343: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14344: src/types/pa_vmath.C, src/types/pa_vmath.h,
14345: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14346: src/types/pa_vobject.C, src/types/pa_vobject.h,
14347: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14348: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14349: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14350: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14351: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14352: src/types/pa_vstring.h, src/types/pa_vtable.C,
14353: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14354: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14355: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14356: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14357: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14358: gc: PA_Object done lots of replacements also
14359:
14360: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14361: gc logging
14362:
14363: 2003-03-17 paf
14364:
14365: * src/: classes/date.C, classes/file.C, classes/form.C,
14366: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14367: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14368: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14369: include/pa_string.h, include/pa_types.h, main/compile.C,
14370: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14371: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14372: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14373: main/pa_sql_driver_manager.C, main/pa_string.C,
14374: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14375: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14376: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14377: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14378: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14379: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14380: types/pa_vxnode.h: libgc attempt
14381:
14382: 2003-03-13 paf
14383:
14384: * src/: include/pa_sql_driver_manager.h,
14385: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14386: called
14387:
14388: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14389: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14390: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14391: types/pa_value.h, types/pa_vobject.h,
14392: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14393: set_base, set_derived simplified [counter leaks fixed]
14394:
14395: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14396: src/types/types.dsp: incorporated status class patch From:
14397: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14398: 2003 8:14 AM
14399:
14400: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14401: Win32 specific: QuotaPeakNonPagedPoolUsage
14402: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14403:
14404: 2003-03-12 paf
14405:
1.116 moko 14406: * configure, configure.in, src/lib/ltdl/configure,
14407: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14408: lib/ltdl/Makefile now created by /configure.in only [were by
14409: lib/ltdl/configure.in OVERWRITE]
14410:
1.116 moko 14411: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14412: linkage fixed for g++ 3.2.2
1.95 moko 14413:
14414: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14415: on using privately declared class [fixed]
14416:
14417: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14418: 3.2 rightliy complained on using privately declared class [fixed]
14419:
14420: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14421: sigpipe before request constructor now causes death
14422:
14423: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14424: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14425: not cause exception in exception handler
14426:
1.116 moko 14427: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14428: now default links libstdc++ statically. that can be overriden by
14429: --with-dynamic-stdcpp
1.95 moko 14430:
14431: 2003-03-11 paf
14432:
14433: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14434: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14435: necessity of libstdc++
14436:
14437: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14438:
14439: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14440:
14441: 2003-03-08 paf
14442:
14443: * tests/Makefile: make install & co
14444:
14445: * src/: include/pa_request.h, classes/op.C: removing
14446: vclass,object.h -> pa_request.h dependency
14447:
14448: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14449: main/pa_request.C: removing vform,response,cookie.h ->
14450: pa_request.h dependency
14451:
14452: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14453: dependency [testing...]
14454:
14455: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14456: return 0; fixed
14457:
14458: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14459: types/pa_vmail.h: vmail.C received just compiled [not tested]
14460:
14461: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14462:
14463: * src/main/pa_request.C: forgotten: ifdef XML
14464:
14465: * src/main/pa_request.C: forgotten: ifdef XML
14466:
14467: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14468: win32 and run memleak tests again
14469:
14470: * src/targets/cgi/parser3.C: charsets: see some strange things with
14471: old xml lib-- it's internal memory handling has faults
14472:
14473: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14474: problems when transcode from charset A to A.
14475:
14476: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14477: todo: still problems when transcode from charset A to A.
14478:
14479: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14480: classes/table.C, include/pa_array.h,
14481: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14482: started full-scale-site-test [~ http://parser.ru sources]
14483:
14484: some fixes
14485:
14486: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14487: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14488: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14489: results/110.processed, results/111.processed,
14490: results/112.processed, results/113.processed,
14491: results/114.processed, results/115.processed,
14492: results/116.processed, results/117.processed,
14493: results/118.processed, results/119.processed,
14494: results/120.processed: xml: tests 109 dom create/show 110 xpath
14495: selectSingle 111 xdoc.create from tainted & 112
14496: xdoc.create/output with russian attr value 113 xpath
14497: selectString/Number 114 dom attributes.count 115 xpath selectBool
14498: 116 output media-type change 117 transform by dom stylesheet 118
14499: empty transform result 119 dom setAttribute 120 nbsp letter
14500: output
14501:
14502: =END OF PREPARED XML TESTS=
14503:
14504: 2003-03-07 paf
14505:
14506: * src/classes/xdoc.C, src/include/pa_charset.h,
14507: src/include/pa_stylesheet_connection.h, tests/108.html,
14508: tests/108.xsl, tests/results/108.processed: xml: test 108
14509: transform with params [bugs fixed]
14510:
14511: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14512: from copy/paste bug
14513:
14514: * src/classes/xdoc.C, src/include/pa_charset.h,
14515: src/include/pa_request.h, src/main/execute.C,
14516: src/main/pa_charset.C, src/main/pa_exception.C,
14517: src/main/pa_globals.C, src/main/pa_request.C,
14518: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14519: src/types/pa_vxnode.C, tests/107.html,
14520: tests/results/107.processed: xml: test: 107 bug fixes
14521:
14522: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14523: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14524: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14525:
14526: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14527: string
14528:
14529: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14530: mem alloc functions used for different cases [libxml, libxsl]
14531:
14532: * src/classes/classes.C: fixed: prevent system classes from
14533: modification to lock ALL the classes, not only directly used
14534:
14535: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14536: linked
14537:
14538: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14539:
14540: 2003-03-06 paf
14541:
14542: * src/classes/xdoc.C: xdoc.C 50%
14543:
14544: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14545: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14546: main/pa_globals.C, main/pa_request.C,
14547: main/pa_stylesheet_manager.C: xnode.C compiled
14548:
14549: * src/: include/pa_stylesheet_connection.h,
14550: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14551: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14552:
14553: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14554: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14555: xml: stylesheet&manager STARTED
14556:
14557: * src/: include/pa_globals.h, main/pa_charset.C,
14558: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14559:
14560: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14561: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14562: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14563: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14564: charsets
14565:
14566: * tests/023.html: in some cases it rounded up badly. postponing
14567: solution of that problem, making more simple test
14568:
14569: * tests/: 058_paf2000.png, results/058.processed: .png added with
14570: -kb now
14571:
14572: * src/: include/pa_charset.h, include/pa_charsets.h,
14573: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14574: moved to charsets.C
14575:
14576: 2003-03-05 paf
14577:
14578: * src/classes/string.C, src/include/pa_string.h,
14579: src/main/pa_string.C, tests/105.html,
14580: tests/results/105.processed: String::match bug fixed
14581:
14582: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14583: tests/results/104.processed: ^bpt operator added [does int3 in
14584: debug build on win32]
14585:
14586: * tests/: 057.html, results/057.processed: test bug fixed
14587:
1.116 moko 14588: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14589:
14590: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14591: missing
14592:
1.116 moko 14593: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14594: forgotten files added to Makes
1.95 moko 14595:
14596: * ltmain.sh: ltmain.sh added
14597:
14598: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14599: change undone ;(
14600:
14601: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14602: made static
14603:
14604: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14605: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14606: todo:make linker happy
1.95 moko 14607:
14608: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14609: env param made optional
14610:
14611: 2003-03-04 paf
14612:
14613: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14614: types/pa_vimage.h: number of gcc compiler bugs fixed
14615:
14616: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14617: results/103.processed: tests: 103 image.copy transparence test
14618:
14619: * src/main/execute.C, tests/101.html, tests/102.html,
14620: tests/results/101.processed, tests/results/102.processed: tests:
14621: 101 method/variable name conflict test 102 form fields change
14622: should not not change anything [bug fix]
14623:
14624: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14625: results/099.processed, results/100.processed: tests: 57 date
14626: create 2002: added 99,100 response:body/download
14627:
14628: * src/classes/image.C, tests/098.html, tests/098font.gif,
14629: tests/results/098.processed: test: 98 image font text [bug fixed]
14630:
14631: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14632: tests/results/097.processed: test: 97 file::load http:// [bugs
14633: fixed]
14634:
14635: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14636: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14637: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14638: image EXIF [bug fixed]
14639:
14640: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14641: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14642: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14643: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14644: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14645: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14646: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14647: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14648: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14649: tests/094.html, tests/095.html, tests/results/061.processed,
14650: tests/results/062.processed, tests/results/063.processed,
14651: tests/results/064.processed, tests/results/065.processed,
14652: tests/results/066.processed, tests/results/067.processed,
14653: tests/results/068.processed, tests/results/069.processed,
14654: tests/results/070.processed, tests/results/071.processed,
14655: tests/results/072.processed, tests/results/073.processed,
14656: tests/results/074.processed, tests/results/075.processed,
14657: tests/results/076.processed, tests/results/077.processed,
14658: tests/results/078.processed, tests/results/080.processed,
14659: tests/results/081.processed, tests/results/082.processed,
14660: tests/results/083.processed, tests/results/084.processed,
14661: tests/results/085.processed, tests/results/086.processed,
14662: tests/results/087.processed, tests/results/088.processed,
14663: tests/results/089.processed, tests/results/090.processed,
14664: tests/results/091.processed, tests/results/092.processed,
14665: tests/results/093.processed, tests/results/094.processed,
14666: tests/results/095.processed, tests/079.html,
14667: tests/results/079.processed: tests: 61 file::stat size 62
14668: string->int autoconvert 63 double .int,dec,div,mul 64 date
14669: compare 65 file: basename,justname,justext 66 math:crypt 67
14670: string.match simple on long 68 string.match normalized simple on
14671: long 69 string.int 70 file::stat content-type 71 table.join 72
14672: hash parameter conditional pass 73 date daylightsaving,yearday 74
14673: date arithmetics 75 response date values/attributes 76 string.pos
14674: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14675: with local 80 scientific numeric literal in string autoconvert 81
14676: xor: logical and numerical 82 for delims 83 menu delims 84
14677: table.hash distinct 85 long string replace 86 throw+catch
14678: current language preserve 87 bit shifts 88 junction tests +
14679: $caller test 89 hash.foreach selfmodification 90 int/void to int
14680: 91 $caller test 92 junction is + def junction tests 93 $caller
14681: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14682:
14683: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14684: fixed] 60 string eq string [bug fixed]
14685:
14686: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14687: 058.html, 058_paf2000.png, 059.html, 060.html,
14688: results/053.processed, results/054.processed,
14689: results/055.processed, results/056.processed,
14690: results/057.processed, results/058.processed,
14691: results/059.processed, results/060.processed: test: 53
14692: string.replace 54 junctions 55 table.hash 56 call indirect 57
14693: date.create[string] 58 image.measure[png]
14694:
14695: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14696: outputs/051.processed, results/052.processed: test: 52
14697: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14698: task: fix that
14699:
14700: 2003-03-03 paf
14701:
14702: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14703: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14704: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14705: outputs/049.processed, outputs/050.processed,
14706: outputs/051.processed, results/001.processed,
14707: results/002.processed, results/003.processed,
14708: results/005.processed, results/006.processed,
14709: results/008.processed, results/009.processed,
14710: results/011.processed, results/012.processed,
14711: results/013.processed, results/014.processed,
14712: results/015.processed, results/016.processed,
14713: results/017.processed, results/020.processed,
14714: results/021.processed, results/022.processed,
14715: results/024.processed, results/025.processed,
14716: results/026.processed, results/027.processed,
14717: results/028.processed, results/029.processed,
14718: results/030.processed, results/031.processed,
14719: results/049.processed, results/050.processed,
14720: results/051.processed, results/043.processed,
14721: results/044.processed, results/045.processed,
14722: results/046.processed, results/047.processed,
14723: results/048.processed: tests: 43,44,45 date rolls 46
14724: autoevaluating junction 47 table.select 48 name with subvar 49
14725: hash-creating switch 50 process 51 started parent/child, works as
14726: it were but it were NOT GOOD, created separate task to fix that
14727:
14728: * tests/: 042.html, results/042.processed: test: 42
14729: exception.handled
14730:
14731: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14732: expression
14733:
14734: * tests/: 040.html, results/040.processed: test: 39 method result
14735: of type table 40 method param junction auto evaluate
14736:
14737: * tests/: 039.html, results/039.processed: test: 37 method result
14738: of type table
14739:
14740: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14741: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14742: tests/038.html, tests/results/033.processed,
14743: tests/results/034.processed, tests/results/035.processed,
14744: tests/results/036.processed, tests/results/037.processed,
14745: tests/results/038.processed: tests: 33 string.replace 34
14746: string.upper 35 table created 36 local/global vars with juntions
14747: 37 table clone 38 math PI & number formatting
14748:
14749: math class registring typo fixed
14750:
14751: * src/classes/op.C, src/include/pa_request.h,
14752: src/include/pa_string.h, src/main/execute.C,
14753: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14754: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14755: tests/032.html, tests/results/032.processed: uchar changed to
14756: String_UL in all places [was not everywhere] untaint test: 032
14757:
14758: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14759: tests/results/004.processed, tests/parser-cygwin.sh,
14760: tests/parser-unix.sh: removed -H command line key, now testing
14761: using .sh file with SERVER_SOFTWARE=xxx
14762:
14763: 2003-02-26 paf
14764:
14765: * src/main/execute.C, src/types/pa_vstateless_class.h,
14766: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14767: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14768: tests/results/024.processed, tests/results/025.processed,
14769: tests/results/026.processed, tests/results/027.processed,
14770: tests/results/028.processed, tests/results/029.processed,
14771: tests/results/030.processed, tests/results/031.processed: fixed
14772: bug with name_cstr mutable CharPtr more tests
14773:
14774: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14775: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14776: << abort. die now just exits
14777:
14778: * src/classes/classes.awk, src/classes/classes.h,
14779: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14780: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14781: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14782: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14783: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14784: src/classes/xnode.C, src/include/pa_memory.h,
14785: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14786: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14787: src/types/pa_vform.C, tests/015.html, tests/016.html,
14788: tests/017.html, tests/018.html, tests/019.html,
14789: tests/019paf2001.gif, tests/020.html, tests/021.html,
14790: tests/022.html, tests/023.html, tests/022_dir/a.html,
14791: tests/022_dir/b.txt, tests/022_dir/c.htm,
14792: tests/results/015.processed, tests/results/016.processed,
14793: tests/results/017.processed, tests/results/018.processed,
14794: tests/results/019.processed, tests/results/020.processed,
14795: tests/results/021.processed, tests/results/022.processed,
14796: tests/results/023.processed: methoded_array now contains all Mxxx
14797: classes SAPI::get_env now returns info on pool more tests
14798:
14799: * src/include/pa_array.h, src/include/pa_hash.h,
14800: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14801: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14802: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14803: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14804: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14805: tests/results/001.processed, tests/results/002.processed,
14806: tests/results/003.processed, tests/results/004.processed,
14807: tests/results/005.processed, tests/results/006.processed,
14808: tests/results/007.processed, tests/results/008.processed,
14809: tests/results/009.processed, tests/results/010.processed,
14810: tests/results/011.processed, tests/results/012.processed,
14811: tests/results/013.processed, tests/results/014.processed: hash
14812: cloning fixed
14813:
14814: 2003-02-25 paf
14815:
14816: * src/main/pa_common.C: typo fixed
14817:
14818: 2003-02-24 paf
14819:
14820: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14821: [one remained]
14822:
14823: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14824: [should have been get_string(&pool)] todo: check other such calls
14825:
14826: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14827: test10, bad lookups
14828:
14829: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14830: object got destructed, and xxx points to sky
14831:
14832: * ChangeLog, src/classes/string.C: match bug fixed
14833:
14834: * src/types/pa_vmail.C: body [text/html] transcoded to
14835: $.charset[specified] now
14836:
14837: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14838: which failed to handle sigsetjmp+throw: crashed inside of
14839: pre-throw code. rewritten simplier [though duplicating
14840: closesocket code]
14841:
14842: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14843: which failed to handle sigsetjmp+throw: crashed inside of
14844: pre-throw code. rewritten simplier [though duplicating
14845: closesocket code]
14846:
14847: 2003-02-21 paf
14848:
14849: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14850: $cookie:name[$.expires[date << can be now]]
14851:
14852: written makefile with regression tests [raw]
14853:
14854: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14855: tests' only [it's not forcing CGI mode now] now use -H to output
14856: CGI header when parser used in command line [useful for tests
14857: also]
14858:
14859: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14860: switches on CGI mode, and is used in regression tests
14861:
14862: * src/: include/pa_request.h, main/pa_request.C,
14863: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14864: fixed
14865:
14866: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14867: handling pa_*
14868:
14869: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14870: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14871: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14872: memory handling files
14873:
14874: * src/main/pa_array.C: pool::format_integer terminator fixed
14875:
14876: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14877: compiles OK test to show benefits of free
14878:
14879: * src/: classes/file.C, classes/image.C, classes/mail.C,
14880: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14881: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14882: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14883: use pool [as the one in ^process]
14884:
14885: * src/classes/op.C: fixed process. sould now check for all cstr's
14886: -- some must use pool [as the one in ^process]
14887:
14888: 2003-02-20 paf
14889:
14890: * src/: classes/date.C, classes/double.C, classes/file.C,
14891: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14892: classes/math.C, classes/op.C, classes/response.C,
14893: classes/string.C, classes/table.C, classes/void.C,
14894: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14895: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14896: string cmp fixed
14897:
14898: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14899: values passed OK now
14900:
14901: 2003-02-19 paf
14902:
14903: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14904: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14905: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14906: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14907: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14908: all remaning leaks resulted from pooled::malloc calls [excluding
14909: in gd -- planning complete rewrite extremely ugly code]
14910:
14911: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14912: files
14913:
14914: 2003-02-17 paf
14915:
14916: * src/: classes/date.C, classes/double.C, classes/file.C,
14917: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14918: classes/response.C, classes/string.C, classes/table.C,
14919: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14920: include/pa_stylesheet_connection.h,
14921: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14922: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14923: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14924: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14925: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14926: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14927: of unitialized simple-typed field
14928:
14929: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14930: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14931: simple-typed field fixed. todo: find&kill all like that one
14932:
14933: * src/: main/execute.C, targets/cgi/pa_pool.C,
14934: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14935: debug output fixed
14936:
14937: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14938: main/pa_request.C: stack-stored items need extra .ref to prevent
14939: object_ptr from delete[them]
14940:
14941: * src/: classes/date.C, classes/op.C, classes/table.C,
14942: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14943: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14944: main/pa_charset.C, main/pa_common.C,
14945: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14946: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14947: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14948: calls
14949:
14950: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14951: couple mem leaks rusulted from old pooled::malloc usage.
14952: todo:find more like those
14953:
14954: * src/main/: compile.C, compile_tools.C: 2*2!
14955:
14956: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14957: stackItem fixed [there were no string on stack before]
14958:
14959: * src/: main/execute.C, main/pa_request.C,
14960: types/pa_vmethod_frame.C: first letters out OK
14961:
14962: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14963: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14964: main/pa_string.C, main/untaint.C, types/pa_value.h,
14965: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14966: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14967: type not initialized with zeros :( while class fields of class
14968: types initialized with default constructors. learn C++
14969:
14970: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14971: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14972: classes/math.C, classes/xdoc.C, classes/xnode.C,
14973: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14974: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14975:
14976: 2003-02-14 paf
14977:
14978: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14979: 13 link errors
14980:
14981: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14982: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14983: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14984: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14985: errors :)
14986:
14987: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14988: classes/hash.C, classes/mail.C, classes/op.C,
14989: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14990: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14991: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14992: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14993:
14994: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14995: classes/table.C, include/pa_common.h, include/pa_globals.h,
14996: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14997: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14998: types/pa_vint.h, types/types.dsp: op compiled
14999:
15000: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15001: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15002: main/untaint.C, types/pa_vtable.h: string, response compiled
15003:
15004: 2003-02-07 paf
15005:
15006: * src/: classes/table.C, types/pa_vtable.h: table compiled
15007:
15008: 2003-02-06 paf
15009:
15010: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15011: mail compiled
15012:
15013: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15014: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15015: types/pa_vfile.h, types/pa_vimage.h: image compiled
15016:
15017: * src/classes/: file.C, form.C: form compiled
15018:
15019: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15020: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15021: types/pa_vfile.C, types/pa_vfile.h: file compiled
15022:
15023: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15024: types/pa_vmath.h: math compiled [win32]
15025:
15026: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15027: types/pa_vstring.h: hash compiled
15028:
15029: 2003-02-04 paf
15030:
15031: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15032: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15033: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15034: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15035: types/pa_vhash.h: hash 50% compiled
15036:
15037: * src/: classes/date.C, classes/file.C, classes/hash.C,
15038: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15039: classes/string.C, classes/table.C, classes/xdoc.C,
15040: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15041: main/pa_string.C: date compiled
15042:
15043: * src/classes/: classes.dsp, double.C: double compiled
15044:
15045: * src/: classes/date.C, classes/double.C, classes/file.C,
15046: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15047: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15048: classes/string.C, classes/table.C, classes/void.C,
15049: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15050: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15051: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15052: compiled
15053:
15054: * src/: classes/date.C, classes/double.C, classes/file.C,
15055: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15056: classes/math.C, classes/op.C, classes/response.C,
15057: classes/string.C, classes/table.C, classes/void.C,
15058: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15059: types/pa_vvoid.h: void compiled :)
15060:
15061: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15062: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15063: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15064: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15065: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15066: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15067: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15068: types/pa_vresponse.C, types/pa_vstateless_class.C,
15069: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15070: types/pa_wcontext.C, types/types.dsp: removed stupid
15071: value_includes.h
15072:
15073: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15074: trying to remove stupid value_includes.h
15075:
15076: * src/main/pa_exec.C: pa_exec compiled on win32
15077:
15078: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15079:
15080: * src/: include/pa_globals.h, include/pa_request.h,
15081: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15082: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15083: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15084: types/pa_vrequest.C, types/pa_vstateless_class.C,
15085: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15086:
15087: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15088: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15089: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15090:
15091: * src/: include/pa_array.h, include/pa_config_includes.h,
15092: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15093: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15094: compiled
15095:
15096: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15097: name conflicts)
15098:
15099: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15100: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15101: yelds "virtual memory exhausted" while trying to compile
15102: execute.C [eating up to 127MB]
15103:
15104: 2003-02-03 paf
15105:
15106: * src/: include/pa_config_includes.h, include/pa_hash.h,
15107: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15108: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15109: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15110: types/pa_vint.h, types/pa_vjunction.h,
15111: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15112: started gcc compiling pa_common compiled
15113:
15114: * src/: include/pa_exception.h, include/pa_pool.h,
15115: main/pa_exception.C: exception gcc change #1
15116:
1.116 moko 15117: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15118: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15119:
15120: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15121:
15122: * src/types/pa_vtable.C: vtable compiled
15123:
15124: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15125:
15126: * src/: include/pa_cache_managers.h, main/pa_request.C,
15127: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15128:
15129: * src/types/pa_vstateless_class.C: vstateless_class compiled
15130:
15131: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15132:
15133: * src/types/pa_vrequest.C: vrequest compiled
15134:
15135: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15136: pa_vobject.C, pa_vobject.h: vobject compiled
15137:
15138: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15139: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15140: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15141: compiled
15142:
15143: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15144:
15145: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15146: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15147: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15148: compiled
15149:
15150: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15151: main.lib - 0 error(s), 0 warning(s)
15152:
15153: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15154: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15155:
15156: 2003-01-31 paf
15157:
15158: * src/: include/pa_array.h, include/pa_operation.h,
15159: include/pa_request.h, main/execute.C, main/main.dsp,
15160: types/pa_vjunction.h: started last file from main library:
15161: execute
15162:
15163: * src/: include/pa_request.h, include/pa_sapi.h,
15164: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15165: main/pa_request.C, targets/cgi/parser3.C,
15166: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15167: types/pa_vhash.h: pa_request compiled
15168:
15169: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15170: include/pa_globals.h, include/pa_request.h,
15171: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15172: main/execute.C, main/main.dsp, main/pa_common.C,
15173: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15174: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15175: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15176: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15177: types/types.dsp: most pa_request compiled
15178:
15179: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15180: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15181: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15182: classes/op.C, classes/response.C, classes/string.C,
15183: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15184: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15185: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15186: include/pa_config_fixed.h, include/pa_config_includes.h,
15187: include/pa_dictionary.h, include/pa_dir.h,
15188: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15189: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15190: include/pa_pool.h, include/pa_request.h,
15191: include/pa_request_charsets.h, include/pa_request_info.h,
15192: include/pa_sapi.h, include/pa_socks.h,
15193: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15194: include/pa_stack.h, include/pa_string.h,
15195: include/pa_stylesheet_connection.h,
15196: include/pa_stylesheet_manager.h, include/pa_table.h,
15197: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15198: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15199: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15200: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15201: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15202: main/compile.C, main/compile.tab.C, main/compile.y,
15203: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15204: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15205: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15206: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15207: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15208: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15209: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15210: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15211: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15212: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15213: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15214: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15215: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15216: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15217: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15218: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15219: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15220: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15221: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15222: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15223: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15224: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15225: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15226: types/pa_vresponse.h, types/pa_vstateless_class.C,
15227: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15228: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15229: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15230: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15231: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15232: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15233:
15234: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15235: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15236: src/include/pa_charsets.h, src/include/pa_common.h,
15237: src/include/pa_dictionary.h, src/include/pa_exception.h,
15238: src/include/pa_exec.h, src/include/pa_pool.h,
15239: src/include/pa_request.h, src/include/pa_sapi.h,
15240: src/include/pa_sql_connection.h,
15241: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15242: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15243: src/main/compile.tab.C, src/main/compile_tools.C,
15244: src/main/compile_tools.h, src/main/main.dsp,
15245: src/main/pa_charset.C, src/main/pa_charsets.C,
15246: src/main/pa_common.C, src/main/pa_dictionary.C,
15247: src/main/pa_exception.C, src/main/pa_exec.C,
15248: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15249: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15250: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15251: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15252: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15253: src/types/pa_vdouble.h, src/types/pa_venv.h,
15254: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15255: src/types/pa_vhash.h, src/types/pa_vimage.C,
15256: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15257: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15258: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15259: src/types/pa_vobject.C, src/types/pa_vobject.h,
15260: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15261: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15262: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15263: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15264: src/types/pa_vstring.h, src/types/pa_vtable.h,
15265: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15266: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15267: died, long live StringPtr
15268:
15269: 2003-01-30 paf
15270:
15271: * src/: include/pa_charset.h, include/pa_request.h,
15272: include/pa_sql_driver_manager.h, main/compile.tab.C,
15273: main/compile.y, main/compile_tools.h, main/pa_request.C,
15274: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15275:
15276: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15277: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15278: types/pa_vhash.h, types/pa_vmethod_frame.h,
15279: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15280: types/types.dsp: vstateless_class compiled
15281:
15282: * src/main/compile.C: compile compiled
15283:
15284: * src/: include/pa_array.h, include/pa_operation.h,
15285: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15286: main/pa_table.C: compile_tools compiled
15287:
15288: * src/: include/pa_operation.h, main/compile.y,
15289: main/compile_tools.C, main/compile_tools.h: started
15290: compile_tools. vagues ideas of how to free compiled code
15291:
15292: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15293: main/main.dsp, types/pa_value.C, types/pa_value.h,
15294: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15295: compiled
15296:
15297: 2003-01-29 paf
15298:
15299: * src/: include/pa_globals.h, include/pa_request.h,
15300: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15301: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15302: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15303: compiled
15304:
15305: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15306: now
15307:
15308: * src/: include/pa_array.h, include/pa_exception.h,
15309: include/pa_pool.h, main/pa_exception.C: gd compiled
15310:
15311: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15312: compiled
15313:
15314: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15315: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15316: types/pa_vfile.h: vfile compiled
15317:
15318: * src/: include/pa_common.h, include/pa_globals.h,
15319: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15320: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15321: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15322:
15323: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15324: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15325: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15326: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15327: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15328:
15329: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15330: main/main.dsp, main/untaint.C: more compiled
15331:
15332: * src/: include/pa_charsets.h, include/pa_request.h,
15333: include/pa_request_info.h, include/pa_string.h,
15334: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15335: types/pa_vresponse.h: vrequest compiled
15336:
15337: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15338: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15339: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15340:
15341: * src/: classes/classes.h, include/pa_charset.h,
15342: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15343: include/pa_request.h, include/pa_string.h, main/main.dsp,
15344: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15345: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15346: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15347: types/pa_vrequest.C, types/pa_vrequest.h,
15348: types/pa_vstateless_class.h, types/pa_vstring.h,
15349: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15350:
15351: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15352: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15353: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15354: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15355: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15356: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15357: types/pa_vobject.h, types/pa_vstateless_class.h,
15358: types/pa_vstateless_object.h, types/pa_vstatus.h,
15359: types/pa_vstring.h, types/types.dsp: vmath compiled
15360:
15361: 2003-01-28 paf
15362:
15363: * src/: classes/classes.h, classes/date.C, classes/file.C,
15364: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15365: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15366: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15367: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15368: compile_tools
15369:
15370: * src/: include/pa_charset.h, include/pa_exception.h,
15371: include/pa_request.h, include/pa_string.h, main/untaint.C:
15372: untaint compiled
15373:
15374: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15375: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15376: more compiled. struck with string::store_to needing to know
15377: source/client charsets
15378:
15379: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15380: types/pa_vfile.h: uue compiled
15381:
15382: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15383: table compiled
15384:
15385: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15386: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15387:
15388: * src/: include/pa_charset.h, main/pa_charset.C,
15389: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15390: introduced]
15391:
15392: * src/: classes/date.C, include/pa_charset.h,
15393: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15394: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15395: pa_charsets compiled
15396:
15397: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15398: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15399:
15400: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15401: common compiled
15402:
15403: * src/: include/pa_charsets.h, main/pa_charsets.C,
15404: main/pa_sql_driver_manager.C: pa_charsets compiled
15405:
15406: * src/: include/pa_array.h, include/pa_charset.h,
15407: include/pa_charsets.h, include/pa_pool.h,
15408: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15409: include/pa_stack.h, include/pa_string.h,
15410: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15411: sql_driver_manager compiled
15412:
15413: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15414: letter i with two dots added to koi, all ukranian letters added
15415: to win1251.
15416:
15417: typographic simbol 0xb9 deleted from win1251 [strange one & were
15418: abscent from koi]
15419:
15420: 2003-01-27 paf
15421:
15422: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15423: include/pa_sql_driver_manager.h, include/pa_string.h,
15424: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15425: sql/pa_sql_driver.h: paused on sql_manager
15426:
15427: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15428: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15429: include/pa_stack.h, main/pa_sql_driver_manager.C,
15430: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15431:
15432: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15433: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15434: include/pa_table.h, main/pa_sql_driver_manager.C,
15435: main/pa_table.C: table compiled
15436:
15437: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15438: cache_managers compiled
15439:
15440: * src/: include/pa_array.h, include/pa_charset.h,
15441: include/pa_pool.h, main/pa_charset.C: charset compiled
15442:
15443: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15444:
15445: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15446: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15447: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15448: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15449: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15450:
15451: 2003-01-24 paf
15452:
15453: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15454: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15455: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15456: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15457: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15458: types/pa_vint.h, types/pa_vjunction.h,
15459: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15460: types/pa_vstatus.h, types/pa_vstring.h: more patched
15461:
15462: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15463: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15464: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15465: main/pa_string.C, main/pa_table.C: string compiled
15466:
15467: * src/: include/pa_array.h, include/pa_common.h,
15468: include/pa_dictionary.h, include/pa_exception.h,
15469: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15470: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15471: main/pa_string.C: dictionary compiled
15472:
15473: 2003-01-23 paf
15474:
15475: * src/: include/pa_array.h, include/pa_common.h,
15476: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15477: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15478: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15479: types/pa_value.h: resurrected pool in new sense: now it's
15480: factory, producing&accounting memory chunks for read[autofree]
15481: buffers
15482:
15483: * src/: include/pa_array.h, include/pa_exception.h,
15484: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15485: main/pa_exception.C, main/pa_table.C: table compiled
15486:
15487: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15488: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15489: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15490: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15491: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15492: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15493: main/pa_table.C: aint that easy
15494:
15495: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15496: main/main.dsp: continued with Hash
15497:
15498: * src/main/pa_common.C: connect_string allocated on heap[wes on
15499: stack] now. and exception can be reported OK now [can be reported
15500: outside of pro c with that stack]
15501:
15502: 2003-01-22 paf
15503:
15504: * src/: include/pa_array.h, include/pa_charset.h,
15505: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15506: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15507: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15508: base: contains references_count. auto_ptr template calls
15509: add_ref/release
15510:
15511: 2003-01-21 paf
15512:
15513: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15514: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15515: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15516: classes/op.C, classes/response.C, classes/string.C,
15517: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15518: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15519: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15520: include/pa_config_fixed.h, include/pa_config_includes.h,
15521: include/pa_dictionary.h, include/pa_dir.h,
15522: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15523: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15524: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15525: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15526: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15527: include/pa_stack.h, include/pa_string.h,
15528: include/pa_stylesheet_connection.h,
15529: include/pa_stylesheet_manager.h, include/pa_table.h,
15530: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15531: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15532: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15533: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15534: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15535: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15536: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15537: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15538: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15539: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15540: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15541: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15542: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15543: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15544: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15545: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15546: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15547: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15548: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15549: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15550: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15551: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15552: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15553: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15554: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15555: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15556: types/pa_vstateless_object.h, types/pa_vstatus.C,
15557: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15558: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15559: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15560: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15561: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15562: 2002->2003
15563:
15564: 2003-01-16 paf
15565:
15566: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15567: src/main/pa_globals.C: http:// introducing $.any-status(1)
15568:
15569: * operators.txt, src/include/pa_config_fixed.h,
15570: src/main/pa_common.C: http request now return status. and not
15571: fail on status!=200
15572:
15573: 2003-01-15 paf
15574:
15575: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15576:
15577: 2003-01-14 paf
15578:
15579: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15580: mkinstalldirs: removed some ancient files [they in / really]
15581:
15582: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15583: regretfully needed patch in two places. in config_fixed.h made
15584: stubs for lib to compile in MSVC
15585:
15586: 2003-01-13 paf
15587:
15588: * config.guess, config.sub, ltmain.sh: removed last piece of
15589: configure.in(libtool) hacks
15590:
1.116 moko 15591: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15592: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15593: ltdl.h: moved to latest libtool (1.4.3)
15594:
15595: 2003-01-10 paf
15596:
15597: * src/lib/ltdl/: configure, configure.in: PROG_NM
15598:
15599: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15600: patches. libxml2 >= 2.5.1
15601: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15602: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15603: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15604:
15605: * INSTALL: moved to latest versions of xml libs libxml2 >=
15606: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15607: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15608: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15609:
15610: 2003-01-09 paf
15611:
15612: * INSTALL: xml,xslt,gdome lib urls updated
15613:
15614: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15615: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15616: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15617: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15618: 1.7.2
1.95 moko 15619:
15620: * depcomp: moving to automake 1.7.2
15621:
15622: 2002-12-27 paf
15623:
15624: * src/include/pa_version.h: 0007
15625:
15626: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15627: outdated parts, made links to language docs
15628:
15629: * src/include/pa_config_auto.h.in: comment
15630:
15631: 2002-12-26 paf
15632:
15633: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15634: not contain trailing / fixed.
15635:
15636: * INSTALL: changing SAFE_MODE politics
15637:
15638: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15639:
15640: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15641:
15642: 2002-12-25 paf
15643:
15644: * src/main/pa_globals.C: optimized-xml
15645:
15646: * src/main/pa_globals.C: optimized-as-is
15647:
15648: 2002-12-24 paf
15649:
15650: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15651: fixed [were really called with zero size when .html?a=&b=]
15652:
15653: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15654: with --with-sendmail
15655:
15656: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15657: fixed]
15658:
15659: 2002-12-23 paf
15660:
15661: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15662: ignoring parameters & were storing only string with default
15663: expires
15664:
15665: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15666: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15667: December 23, 2002 4:22 AM Subject: bug â
15668: Charset::transcode_buf2xchar
15669:
15670: 2002-12-20 paf
15671:
15672: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15673: non-cgi [script] runs
15674:
15675: 2002-12-19 paf
15676:
15677: * INSTALL: --without-iconv recommended [it crashes on some systems
15678: [tested on elik]] moreover, it's not needed there [parser
15679: registers charsets itself]
15680:
15681: * INSTALL: --without-iconv recommended [it crashes on some systems
15682: [tested on elik]]
15683:
15684: * operators.txt, src/include/pa_globals.h,
15685: src/include/pa_request.h, src/main/pa_globals.C,
15686: src/main/pa_request.C: $response:download
15687:
15688: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15689: compiler [win32]].
15690:
15691: 2002-12-18 paf
15692:
15693: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15694:
15695: 2002-12-17 paf
15696:
15697: * src/targets/cgi/parser3.C: merged die&iis changes
15698:
15699: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15700: to exit(1) 2. more flexible iilegal call check
15701:
15702: 2002-12-16 paf
15703:
15704: * ltmain.sh: some automakes silly insist on having this handy
15705:
15706: * src/main/untaint.C: filespec russian small 'r' changed to latin
15707: 'p' bug fix
15708:
15709: 2002-12-15 paf
15710:
15711: * src/main/untaint.C: filespec russian small 'r' changed to latin
15712: 'p'
15713:
15714: * configure.in, src/include/pa_config_auto.h.in,
15715: src/main/compile.C, src/main/pa_common.C: merged small changes
15716: from branch 6 to HEAD
15717:
15718: * src/main/compile.C: removed warning
15719:
15720: * src/main/pa_common.C: ftruncate having checked
15721:
15722: * configure.in, src/include/pa_version.h: new version
15723:
15724: 2002-12-14 paf
15725:
15726: * src/classes/table.C: removed unnecessary code
15727:
15728: * src/sql/pa_sql_driver.h: exception type fixed
15729:
15730: 2002-12-09 paf
15731:
15732: * src/types/pa_vvoid.h: $void.store[now] error
15733:
15734: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15735:
15736: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15737: tries to write core dump
15738:
15739: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15740:
15741: * src/: classes/hash.C, classes/string.C, classes/table.C,
15742: classes/void.C, main/pa_sql_driver_manager.C,
15743: sql/pa_sql_driver.h: changed exception handling mech in sql
15744: handlers #2
15745:
15746: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15747: exception handling mech in sql handlers
15748:
15749: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15750: handlers
15751:
15752: * src/: classes/hash.C, classes/string.C, classes/table.C,
15753: classes/void.C, main/pa_sql_driver_manager.C,
15754: sql/pa_sql_driver.h: changed exception handling mech in sql
15755: handlers
15756:
1.116 moko 15757: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15758: to write makefile which used libtool to install things, which is
15759: not needed
1.95 moko 15760:
15761: 2002-12-06 paf
15762:
15763: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15764: $hash.fields -- pseudo field to make 'hash' more like 'table'
15765:
15766: 2002-12-05 paf
15767:
15768: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15769: cc/bcc OK now
15770:
15771: * src/main/untaint.C: mail header closed properly
15772:
15773: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15774: header ',' allowed. still bugs in smtp [only one receiptient
15775: works, cc, bcc ignored now, and MAILED ;)]
15776:
15777: [strncpy killed, memnchr used]
15778:
15779: * src/main/pa_table.C: table-copy now current=0
15780:
15781: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15782: lowlevel proc
15783:
15784: * src/targets/cgi/parser3.C: more checks on
15785: http://domain/parser.cgi start [maybe some getenv returns "",
15786: checked that now
15787:
15788: * src/targets/cgi/parser3.C: more checks on
15789: http://domain/parser.cgi start [maybe some getenv returns "",
15790: checked that now
15791:
15792: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15793: out-of-mem errors reached log]
15794:
15795: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15796: mail:send MIME-Version default
15797:
15798: * src/main/main.dsp: pa_version included into main.dsp
15799:
15800: 2002-12-04 paf
15801:
15802: * src/types/pa_vform.C: $form:field string value cut by premature 0
15803:
15804: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15805: lib/libltdl -> lib/ltdl Win32 changes. s
15806:
15807: * src/classes/classes.awk: more strict *.C$
15808:
15809: * gnu.dsp: restored
15810:
1.116 moko 15811: * configure.in, gnu.dsp, src/lib/Makefile.am,
15812: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15813: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15814: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15815: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15816: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15817: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15818: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15819: now created with /configure, not ltdl/configure, so it does have
15820: no problems with automake. ltdl/configure
15821: AC_OUTPUT(Makefile<<removed)
1.95 moko 15822:
15823: 2002-12-02 paf
15824:
15825: * operators.txt: removed outdated status:db
15826:
15827: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15828: src/main/pa_common.C, src/main/pa_request.C,
15829: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15830: tainted parts becomes http-header
15831:
15832: 2002-11-29 paf
15833:
15834: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15835: dates now objects of type date
15836:
15837: * src/classes/image.C: file.seek removed [it were used in image.C
15838: only, and for parser user this means that jpeg image has bad
15839: size in fragment's header] now used image.format
15840:
15841: * src/: include/pa_common.h, main/pa_common.C,
15842: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15843: now handled exactly like $response:header values. e.g. can be
15844: hash [can have subattributes] & contain date values.
15845:
15846: * src/main/pa_common.C: http:// param values lang forced URI
15847:
15848: * src/main/pa_common.C: http:// tainted partes now %xx
15849:
15850: 2002-11-28 paf
15851:
15852: * operators.txt: http.timeout
15853:
15854: * src/classes/image.C: ^image.length now counts interchar space.
15855: plus space after last char
15856:
15857: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15858:
15859: * src/classes/image.C: ^image.font width measurer now scans full
15860: height [were -1]
15861:
15862: * configure.in: stopped double libltdl/Makefile generation
15863:
15864: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15865: chars [one top horizontal line of 1pixel height were missing]
15866:
15867: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15868: 'false' to go into (Hash *) parameter
15869:
15870: 2002-11-27 paf
15871:
15872: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15873: types/pa_vmail.C: response:body[file] if file nows it's name now
15874: returns content-disposition: >>attachment<<
15875:
15876: * src/classes/image.C: ^image.font << bad font file-size now
15877: properly reported
15878:
15879: 2002-11-26 paf
15880:
15881: * src/main/pa_request.C: fixed lang in reponse header
15882:
15883: * src/main/pa_common.C: utf8 prefix ignored @read text
15884:
15885: * operators.txt, src/main/pa_common.C: http:// response status!=200
15886: made exception: http.status with source=bad status#
15887:
15888: 2002-11-25 paf
15889:
15890: * configure.in, src/classes/image.C,
15891: src/include/pa_config_auto.h.in,
15892: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15893: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15894: const void related probs fixed
1.95 moko 15895:
15896: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15897:
15898: $file[^file::load[http://there]] $file.SERVER
15899:
15900: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15901: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15902: http options [invalid onces now reported] made default
15903: user-agent: paf
15904:
15905: * operators.txt, src/classes/file.C, src/classes/table.C,
15906: src/classes/xdoc.C, src/include/pa_common.h,
15907: src/include/pa_globals.h, src/main/pa_common.C,
15908: src/main/pa_globals.C, src/main/pa_request.C,
15909: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15910: now understand http:// prefix and additional params, sample:
15911: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15912: $.USER-AGENT[parser3] ]]
15913:
15914: 2002-11-22 paf
15915:
15916: * src/classes/image.C, src/include/pa_globals.h,
15917: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15918: src/types/pa_vimage.h, operators.txt: $image.exif support
15919: $image.exif.DateTime & co
15920:
15921: 2002-11-21 paf
15922:
15923: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15924: _PASS_APPENDED)
15925:
15926: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15927: EXIF information [were big block and it's size were considered
15928: negative :(]
15929:
15930: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15931: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15932: internals rewritten. no there's reader.seek, and all's ready for
15933: EXIF extraction [now we fail to measure files with EXIF info]
15934:
15935: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15936: O_TRUNC truncates even exclusevely write-locked file [thanks to
15937: Igor Milyakov <virtan@rotabanner.com> for discovering]
15938:
15939: 2002-11-20 paf
15940:
15941: * src/targets/cgi/parser3.C: logging @signal += query_string
15942:
15943: * configure.in, src/include/pa_config_auto.h.in,
15944: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15945: comment
15946:
15947: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15948:
15949: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15950: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15951: currently processed document SIGPIPE >> interrupts request
15952: processing [exception = DB rollback]
15953:
15954: * src/main/pa_exec.C: comment
15955:
15956: * src/main/pa_exec.C: pa_exec: data written only if size>0
15957:
15958: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15959: << disable HTTP-POST repassing
15960:
15961: * src/: include/pa_config_fixed.h, main/pa_common.C,
15962: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15963: pipe read errors now checked
15964:
15965: 2002-11-19 paf
15966:
15967: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15968: CGI: Illegal call
15969:
15970: 2002-11-01 paf
15971:
15972: * src/main/execute.C: comment
15973:
15974: 2002-10-31 paf
15975:
15976: * src/main/execute.C: found out why, checked that for now. todo:
15977: find out a way for that user could do that
15978:
15979: * src/types/pa_vstateless_object.h: object put replaces static
15980: parent if any
15981:
15982: * src/types/pa_vobject.C: object put replaces static parent if any
15983:
15984: * src/: classes/form.C, classes/mail.C, classes/op.C,
15985: classes/xnode.h, main/compile.tab.C, main/execute.C,
15986: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15987: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15988: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15989: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15990: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15991: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15992: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15993: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15994: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15995: types/pa_vstateless_object.h, types/pa_vstatus.C,
15996: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15997: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15998: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15999: types/pa_wwrapper.h: static fix merged
16000:
16001: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16002: $virtual_fields in dynamic, but one can reach derived
16003: static[class] variable from base
16004:
16005: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16006: types/pa_vobject.C, types/pa_vobject.h,
16007: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16008: statics, left $virtual_fields in dynamic
16009:
16010: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16011: one can't remember derivates in base class: there's so many of
16012: them. also there can be no virtual method calls in static
16013: classes
16014:
16015: * src/: classes/form.C, classes/mail.C, classes/op.C,
16016: classes/xnode.h, main/execute.C, main/pa_request.C,
16017: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16018: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16019: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16020: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16021: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16022: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16023: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16024: types/pa_vresponse.C, types/pa_vresponse.h,
16025: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16026: types/pa_vstateless_object.h, types/pa_vstatus.C,
16027: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16028: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16029: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16030: types/pa_wwrapper.h: static call $self fixed
16031:
16032: * src/main/execute.C: comment
16033:
16034: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16035: ^process[$caller.self]{...} now compiles to last derived object
16036: part of that 'self'
16037:
16038: 2002-10-29 paf
16039:
16040: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16041: re-passing [iis to blame]
16042:
16043: * src/classes/string.C: changed string.save to pass current sql
16044: connection to cstr thus one can ^connect[some server]{
16045: $s[insert into table x (x) values (^taint[sql]{value})]
16046: ^s.save[some.sql] } and he'd get in some.sql file code with
16047: properly escaped. [tried in mssql->mysql export->import of
16048: binary data]
16049:
16050: 2002-10-25 paf
16051:
16052: * src/types/pa_vresponse.C: case insensitive response user fields
16053: get/put
16054:
16055: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16056: types/pa_vresponse.C: saving for maybe-future
16057:
16058: 2002-10-23 paf
16059:
16060: * operators.txt, src/classes/table.C: ^table.hash{code}...
16061: ^table.hash(expr)...
16062:
16063: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16064:
16065: 2002-10-22 paf
16066:
16067: * src/types/: pa_vform.C, pa_vform.h: removed needless
16068: VForm::Append...(...Value)
16069:
16070: * src/main/execute.C: $.name outside of $name[...] checked
16071:
16072: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16073: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16074:
16075: 2002-10-21 paf
16076:
16077: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16078: $form:qtail $form:imap.x/y
16079:
16080: * operators.txt, src/types/pa_vform.C: $form:nameless =
16081: "?value&...", "...&value&...", "...&value"
16082:
16083: * operators.txt, src/types/pa_vform.C: $form:image-map
16084:
16085: * operators.txt, src/classes/file.C: /some/page.html:
16086: ^file:fullpath[a.gif] => /some/a.gif
16087:
16088: 2002-10-17 paf
16089:
16090: * src/main/: compile.tab.C, compile.y: operators precedence changed
16091: a little: logical not and bitwise negation precedence made
16092: highest, << and >> bitshits precedence made equal [were << higher
16093: than >>]
16094:
16095: * src/classes/op.C: exception handling fixed [were bad with
16096: contexts]
16097:
16098: 2002-10-16 paf
16099:
16100: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16101: main/pa_request.C: Request::self considered equal to
16102: VMethodFrame::self, and removed, Request::get_self() mapped to
16103: VMethodFrame.self()
16104:
16105: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16106: $hash in open field now gives old good error meesage
16107:
16108: 2002-10-15 paf
16109:
16110: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16111: use ^if($junction is junction){was and now true}
16112:
16113: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16114: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16115: types/pa_vxnode.C: xml->parser strings now have origin, which
16116: points to place where value left xml library and came to parser:
16117: place of dom field extraction/call
16118:
16119: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16120: main/compile.tab.C, main/compile.y, main/execute.C,
16121: types/pa_vmethod_frame.h: removed last pieces of old code
16122: allowing $junction.xxx at compile time
16123:
16124: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16125: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16126: objects also considered [were only classes]
16127:
16128: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16129: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16130: with CLASS self. [ (request&method_frame).self temporarily
16131: changed ]
16132:
16133: * src/classes/: hash.C, op.C: method_frame now always changed, with
16134: no exception to native calls. for&foreach changed to use
16135: method_frame.caller for their var's name context
16136:
16137: * src/: main/execute.C, targets/cgi/parser3.C,
16138: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16139: compiling to system classes disabled
16140:
16141: * operators.txt, src/classes/op.C:
16142: ^process[$caller.CLASS]{code-string} added
16143:
16144: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16145: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16146: src/types/Makefile.am, src/types/pa_vjunction.C,
16147: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16148: src/types/types.dsp: removed $junction.get $junction.set[]
16149: introducing $caller
16150:
16151: * src/types/pa_value.h: removed outdated comments. doxygen would
16152: find them lower by inheritance tree
16153:
16154: * src/types/pa_vjunction.C: ident
16155:
16156: 2002-10-14 paf
16157:
16158: * src/classes/op.C: process compiles to code's class class
16159:
16160: * src/: classes/form.C, classes/mail.C, classes/op.C,
16161: include/pa_request.h, main/compile.C, main/compile.tab.C,
16162: main/compile.y, main/execute.C, main/pa_request.C,
16163: types/pa_vstateless_class.h: operators now main-class-methods
16164:
16165: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16166: better stack trace [has "call" & co there]
16167:
16168: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16169: operators @auto now executed in MAIN context
16170:
16171: * src/main/execute.C: operator execution context now = MAIN, not
16172: closest stack frame
16173:
16174: @touchit[] $i[after]
16175:
16176: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16177: were 'after'
16178:
16179: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16180: 'after'
16181:
16182: * src/main/execute.C: comment
16183:
16184: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16185: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16186: action]
16187:
16188: * src/types/pa_vxnode.C: misreplace fixed
16189:
16190: * configure, configure.in, src/include/pa_config_auto.h.in,
16191: src/types/pa_vstatus.C, operators.txt:
16192: $status:rusage.tv_secs/usecs introduced
16193:
16194: 2002-10-09 paf
16195:
16196: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16197: on empty string [or uses (default)]
16198:
16199: 2002-10-08 paf
16200:
16201: * src/main/untaint.C: mail header quoted printable changed after
16202: RFC reread
16203:
16204: * operators.txt: plan on ^if(method
16205:
16206: * src/types/pa_vxnode.C: misreplace
16207:
16208: 2002-09-24 paf
16209:
1.116 moko 16210: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16211:
16212: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16213: mailreceive would compile on freebsd now
16214:
16215: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16216: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16217: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16218: mailreceive would compile on freebsd now
1.95 moko 16219:
16220: * src/: classes/file.C, main/untaint.C: 1. file spec language
16221: changed: now there are only few chars are untainted: * ? ' " < >
16222: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16223: one should use ^untaint[uri]{...} now]
16224:
16225: 2. $list[^file:list[dir]] now returns simply tainted names in
16226: $list.name, not tainted as filespec
16227:
16228: @russianindex[] #dir with files with russian-lang names
16229: $where[dir]
16230:
16231: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16232: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16233:
16234: 2002-09-23 paf
16235:
16236: * src/types/pa_vdouble.h: double->int round added
16237:
16238: * src/classes/date.C: date bug fix, now
16239: round(floatDays*secondsPerDay)
16240:
16241: * src/classes/date.C: date bug fix, now
16242: round(floatDays*secondsPerDay)
16243:
16244: 2002-09-20 paf
16245:
16246: * src/main/execute.C: code junction calls disabled [before: code
16247: was compiled in such a way, that there were no code-junctions in
16248: OP_CALL]
16249:
16250: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16251:
16252: @badjunctioncallinside[code] ^code[]
16253:
16254: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16255: expanding to include ^junction.method
16256:
16257: * src/main/pa_common.C: -d "DIR/" now true
16258:
16259: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16260: as internal xdoc encoding, and after decoding attributes set by
16261: dom functions now encoded OK, not as digital entities
16262:
16263: * src/classes/xdoc.C: empty transform result, being taken as file
16264: now returns empty file, not raises stupid error about "stat-ed
16265: file"
16266:
16267: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16268: allowed
16269:
16270: * src/types/types.dsp: introducing $junction.get/put(1) one can
16271: write iterators now:
16272:
16273: ^user-foreach[key;value]{$key=$value<br>}
16274:
16275: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16276: $code.value($i*2) $code }
16277:
16278: * src/main/compile_tools.h: mistype
16279:
1.116 moko 16280: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16281: thus taking linking options configure changes into account [were:
16282: ignoring]
1.95 moko 16283:
16284: * src/types/: pa_vjunction.C, Makefile.am: introducing
16285: $junction.get/put(1) one can write iterators now:
16286:
16287: ^user-foreach[key;value]{$key=$value<br>}
16288:
16289: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16290: $code.value($i*2) $code }
16291:
16292: * src/: include/pa_opcode.h, include/pa_request.h,
16293: main/compile.tab.C, main/compile.y, main/execute.C,
16294: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16295: introducing $junction.get/put(1) one can write iterators now:
16296:
16297: ^user-foreach[key;value]{$key=$value<br>}
16298:
16299: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16300: $code.value($i*2) $code }
16301:
16302: 2002-09-19 paf
16303:
1.116 moko 16304: * Makefile.am: new: make commit
1.95 moko 16305:
16306: * aclocal.m4: forced to be older
16307:
16308: 2002-09-18 paf
16309:
16310: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16311: src/main/compile.y, src/main/execute.C: << >> int shifts
16312:
16313: * src/: include/pa_common.h, include/pa_request.h,
16314: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16315: - now this - fatal error
16316:
16317: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16318: that one can pass binary data there
16319:
16320: * src/: classes/date.C, classes/double.C, classes/file.C,
16321: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16322: classes/op.C, classes/response.C, classes/string.C,
16323: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16324: include/pa_request.h: pa_request contexts made privated, plus
16325: get_{self/method_frame} to read. Request_context_saver used in
16326: ^try to save flang too. [were not saved]
16327:
16328: * src/types/pa_vresponse.C: header value chains joined before
16329: output, this should help $.subject[$var $var] from being
16330: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16331:
16332: 2002-09-17 paf
16333:
16334: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16335: removed changes, operators executed with calling self. lots of
16336: code with ^include code relies on defined/defining self variables
16337:
16338: $a[1] ^include[print_a.p] print_a.p: $a
16339:
16340: ^include[set_a.p] a=$a set_a.p: $a[1]
16341:
16342: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16343: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16344: types/pa_vstateless_class.h: operators now executed with MAIN
16345: self. it's for ^include sake, too strong a change
16346:
16347: * src/classes/op.C: made place for ^process to compile it's code to
16348: in case of no self
16349:
16350: * src/main/execute.C: found ancient param to Junction, removed.
16351: allowed passing self to native_code_operators [for ^process to
16352: work, she needs self]
16353:
16354: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16355: types/pa_vstateless_class.h: found ancient param to Junction,
16356: removed. allowed passing self to native_code_operators [for
16357: ^process to work, she needs self]
16358:
16359: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16360: types/pa_value.h, types/pa_vmethod_frame.h,
16361: types/pa_vstateless_class.h: allowed Request.self to be 0,
16362: checked that in VMethodFrame get/put and $self.
16363:
16364: * src/classes/: table.C, xdoc.C: table::sql options table::create
16365: copy options options checked, wrong option now fatal error
16366:
16367: * src/main/pa_string.C: string.replace fixed [were missing words on
16368: pieces boundaries]
16369:
16370: * bin/auto.p.dist.in: strange \n
16371:
16372: * configure, configure.in: .so now detected [can be .sl on hpux,
16373: .dll on cygwin, .so in other cases)
16374:
1.116 moko 16375: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16376: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16377:
16378: * operators.txt, src/classes/hash.C, src/classes/table.C,
16379: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16380: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16381: record taken [were last]
16382:
16383: * src/: classes/hash.C, classes/table.C,
16384: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16385: now errors
16386:
16387: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16388:
16389: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16390: ,2,3]
16391:
16392: 2002-09-16 paf
16393:
16394: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16395: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16396: stdout to be binary. now detected closest header break.
16397:
16398: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16399: closed right
16400:
16401: 2002-09-13 paf
16402:
16403: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16404: src/main/compile_tools.h: (expression #comment)
16405:
16406: (multiline expression #comment line2 #comment )
16407:
16408: (expression #comment with (brackets) comment) << OK
16409:
16410: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16411: bitwise !|| numerical xor now [preparing for expression
16412: #comments]
16413:
16414: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16415: error
16416:
16417: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16418: cheched in pa_socks.C
16419:
1.116 moko 16420: * configure, configure.in, src/include/pa_config_auto.h.in:
16421: HAVE_WINSOCK_H created in configure.in
1.95 moko 16422:
16423: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16424: cookie date now clean [were mistakenly tainted & that worked bad
16425: with opera -- 'happily' that worked OK with msie]
16426:
16427: 2002-09-12 paf
16428:
16429: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16430: VClass get_element now first looks to fields, next to methods &
16431: co todo: the rest reason: more speed
16432:
16433: * src/main/untaint.C: quoted printable encoding stops before
16434: \s*<...>$
16435:
16436: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16437: stops before <...>$
16438:
16439: 2002-09-11 paf
16440:
16441: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16442: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16443: forgot to check users of those funcs. not all were using that
16444: return value convention
16445:
16446: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16447: windows-1254 added
16448:
16449: 2002-09-10 paf
16450:
16451: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16452: VCodeFrame parent param were specified badly
16453:
16454: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16455: WWrapper which used in constructing objects(second param to sql
16456: method) ^...sql{}[$.default{code}] now has parent, wich helps
16457: code in hash to survivi
16458:
16459: * src/: include/pa_request.h, main/execute.C: removed redundant
16460: param to execute [stack said 'thanks']
16461:
16462: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16463: types/pa_value.h, types/pa_vcode_frame.h,
16464: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16465: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16466: responsibility to wcontext
16467:
16468: * src/classes/file.C: decided not to log exec's with stderr, that
16469: could be warnings, and it's up to scritper to log/show them
16470:
16471: * src/: classes/double.C, main/execute.C: double:sql badly called
16472: write_assign_lang, not write_no_lang, thus doing unnecessary
16473: double/string converstion, which were loosing time&precesion
16474:
16475: * src/: main/pa_charset.C, types/pa_vmail.C:
16476: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16477: case of unfinished in buffer processing, causing accidental
16478: transcode stop [in case that source enc != utf-8 & there is
16479: incomplete utf-8 sequence at the end of 16000block iside of
16480: libxml lib] tfm readed & code updated
16481:
16482: 2002-09-04 paf
16483:
16484: * configure: makes with sjlj
16485:
16486: * INSTALL, src/include/pa_config_fixed.h,
16487: src/include/pa_sql_connection.h,
16488: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16489: checked. on win32 it made default
16490:
16491: * src/include/pa_config_auto.h.in: sjlj define
16492:
16493: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16494: can not work with longjump/throw pair, and one must switch that
16495: on there. todo: detect that automatically]
16496:
16497: * src/types/pa_vxnode.C: removed too strong checks of
16498: xnode.elements. now, for instance, if element does not have any
16499: attributes, $xnode.attributes is void, not error
16500:
16501: 2002-09-02 paf
16502:
16503: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16504: removed double_result, didn't help
16505:
16506: * src/main/execute.C: double_result made to move that var away from
16507: hungry g++ optimizer (-O2), before: it were optimized and
16508: comparison operators worked badly
16509:
16510: * src/types/pa_vdate.h: removed debug
16511:
1.116 moko 16512: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16513:
16514: * src/main/execute.C: fixed numeric < & co so that thay now use
16515: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16516: unknown reason.
16517:
16518: 2002-08-29 paf
16519:
16520: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16521: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16522: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16523: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16524: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16525: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16526: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16527: [called less frequent, allowed to remove ugly
16528: Junction.change_context-s from many places, switch,
16529: mail:send..html{}, ..] request.root renamed to method_frame [more
16530: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16531: [speed up]
16532:
16533: 2002-08-28 paf
16534:
16535: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16536: tainted
16537:
16538: * src/types/pa_vcookie.C: fixed cookie delete when
16539: $cookie:name[$.value[]]
16540:
16541: * operators.txt, src/classes/string.C:
16542: ^string.split[delim[;options]]
16543:
16544: 2002-08-27 paf
16545:
1.116 moko 16546: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16547:
16548: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16549: delimiter
16550:
16551: * INSTALL: recommended latest gmime 1.0.5
16552:
16553: 2002-08-26 paf
16554:
16555: * configure, configure.in: apache13/hook added to make dist.
16556:
16557: 2002-08-23 paf
16558:
16559: * src/: include/pa_common.h, main/pa_common.C,
16560: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16561: beside binary [cgi, isapi] not accessible [due to bad rights or
16562: whatever] it's error now
16563:
16564: 2002-08-21 paf
16565:
1.116 moko 16566: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16567:
16568: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16569: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16570: class". compiled as if here they named base class
16571:
16572: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16573: cloning constructor]
16574:
16575: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16576:
16577: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16578: src/types/pa_vfile.C, src/types/pa_vmail.C:
16579: $mail.received.file.value.content-type fixed
16580:
16581: 2002-08-20 paf
16582:
16583: * src/classes/file.C: fixed language of file:file result
16584:
16585: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16586: from 3.0.0005
16587:
16588: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16589:
16590: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16591: 3.0.0005
16592:
16593: * src/classes/void.C, operators.txt: ^void.length[] = 0
16594:
16595: 2002-08-19 paf
16596:
16597: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16598: work now
16599:
16600: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16601: error in xnode, which were not catched in xdoc]
16602:
16603: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16604: prepared: // validate each document after load/create (?)
16605: //xmlDoValidityCheckingDefaultValue = 1;
16606:
16607: 2002-08-15 paf
16608:
16609: * src/classes/classes.h: write to static var caused useless
16610: Exception, introduced Methoded::put_element wich consumes those
16611:
16612: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16613: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16614: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16615: $response:field[date] $response:field[$.xxx[date]]
16616:
16617: * src/: classes/hash.C, classes/string.C, classes/table.C,
16618: classes/void.C, include/pa_sql_connection.h: fixed source of
16619: ^hash::sql{bad}
16620:
16621: * operators.txt: $request:body unprecessed POST request body
16622:
16623: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16624:
16625: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16626: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16627:
16628: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16629: src/include/pa_request.h, src/main/pa_pool.C,
16630: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16631: $request:body r.post_data now const
16632:
16633: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16634: classes/xnode.C, main/execute.C, types/pa_value.h,
16635: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16636: types/pa_vtable.h: instead of type() checking everywhere used
16637: Value.as now user descendants can be used in params.
16638:
16639: VObject::as_*, is_defined now taken from bases. xtable(table)
16640: ^if($xtable) now OK
16641:
16642: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16643: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16644: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16645:
16646: 2002-08-14 paf
16647:
16648: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16649: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16650: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16651: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16652: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16653: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16654: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16655: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16656: types/pa_vresponse.C, types/pa_vresponse.h,
16657: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16658: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16659: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16660: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16661: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16662: & VClass
16663:
16664: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16665:
16666: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16667: removed fixopt stupidity. on stupid linux use cd /document/root
16668: ../cgi/parser3 script
16669:
16670: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16671: params, splitting them by space, excluding argv[0], argv[argc-1]
16672:
16673: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16674: fixopt.h: fixopt now preprocesses command line params, splitting
16675: them by space, excluding argv[0], argv[argc-1]
16676:
16677: * src/targets/cgi/parser3.C: -f config file
16678:
16679: * src/targets/cgi/parser3.C: fixed .log file dir
16680:
16681: 2002-08-13 paf
16682:
16683: * src/types/pa_vobject.C: allow override parent variables, useful
16684: for form descendants [in vobject too, were in vclass]
16685:
16686: * src/types/pa_vclass.C: allow override parent variables, useful
16687: for form descendants
16688:
16689: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16690: overwritten in derived(table)
16691:
16692: * src/: classes/form.C, classes/mail.C, classes/op.C,
16693: classes/xnode.h, include/pa_request.h, main/execute.C,
16694: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16695: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16696: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16697: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16698: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16699: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16700: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16701: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16702: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16703: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16704: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16705: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16706: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16707: Value::get_element(..., bool looking_down) [needed to exclude
16708: endless recoursion]
16709:
16710: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16711: fix bug with put endless recoursion todo: check 'as'
16712:
16713: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16714: reorganized modules todo: fix bug with put endless recoursion
16715: todo: check 'as'
16716:
16717: * src/types/pa_vobject.h: checked: table fields can be overwritten
16718: in derived(table)
16719:
16720: * src/types/pa_vobject.h: derived classes can have fields of their
16721: own now
16722:
16723: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16724: fixed error message on using non-created table
16725:
16726: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16727: classes/op.C, classes/xnode.h, include/pa_request.h,
16728: main/compile.C, main/compile.tab.C, main/execute.C,
16729: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16730: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16731: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16732: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16733: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16734: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16735: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16736: types/pa_vresponse.C, types/pa_vresponse.h,
16737: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16738: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16739: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16740: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16741: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16742: looking down/up tree todo: fix error message on non-constructed
16743: parents
16744:
16745: 2002-08-12 paf
16746:
16747: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16748: derived OK
16749:
16750: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16751: thorough testing
16752:
16753: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16754: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16755: types/pa_vobject.h, types/pa_vstateless_class.h,
16756: types/pa_vstateless_object.h, types/pa_wcontext.h,
16757: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16758: ^base:create[] dynamic call rewritten todo: thorough testing
16759:
16760: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16761: now instantates base class, remembers it and saves child in
16762: parent VObject.get_class now returns last child = downward
16763: virtual calls OK
16764:
16765: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16766: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16767: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16768: types/pa_vobject.h, types/pa_vresponse.h,
16769: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16770: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16771: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16772: VAliased [redundant], moved $CLASS to VObject only [parser class
16773: instance]
16774:
16775: * bin/auto.p.dist.in: more like in dist on parser.ru
16776:
16777: * bin/auto.p.dist.in: fixed sendmail default comment
16778:
16779: * src/main/pa_request.C: $response:body[file] content-type check
16780: fixed [were bad when content-type is hash]
16781:
16782: 2002-08-09 paf
16783:
16784: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16785: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16786:
16787: 2002-08-08 paf
16788:
16789: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16790: src/main/pa_globals.C: year column in month calendar [week year]
16791:
16792: * src/main/execute.C: error reporting on object writes to MAIN
16793: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16794:
16795: * operators.txt, src/types/pa_vdate.h: $date.yearday
16796: $date.daylightsaving
16797:
16798: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16799: use tainted data now. only she must specify the language.
16800:
16801: ^mail:send[ $.from[paf@mail.design.ru]
16802: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16803: $.text[^taint[uri][ìîñêâà]=] ]
16804:
16805: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16806: now prints more precise origin
16807:
16808: * src/include/pa_string.h: String::first_char now not fails on
16809: empty strings ^if(-f '') now ok and in 3 other places.
16810:
16811: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16812: String::first_char now not fails on empty strings ^if(-f '') now
16813: ok and in 3 other places.
16814:
16815: 2002-08-07 paf
16816:
16817: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16818: fixed
16819:
16820: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16821:
16822: * src/: main/execute.C, types/pa_vcode_frame.h,
16823: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16824: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16825: mistakenly not completely transparent to object writes.
16826: $hash[^if(1){$hash}] now works
16827:
16828: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16829: now erasing cache file [there were bad check on that]
16830:
16831: * src/: classes/classes.dsp, classes/table.C,
16832: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16833: all Debug dirs in .dsp now named 'Debug'
16834:
1.116 moko 16835: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16836:
16837: * operators.txt, src/classes/mail.C: exception_type email.send
16838:
16839: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16840:
16841: * src/types/pa_vmail.C: mail:send empty email checked
16842:
16843: 2002-08-06 paf
16844:
16845: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16846: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16847: ^table::create[$source;$.options] ^table::join[$source;$.options]
16848:
16849: * operators.txt, src/classes/hash.C, src/classes/string.C,
16850: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16851: # $.default() }
16852:
16853: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16854:
16855: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16856: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16857: $file.content-type [instead of .mime-type] now works for
16858: file::stat also
16859:
16860: * src/main/pa_request.C: case insensitive mime_type_of
16861:
16862: * bin/auto.p.dist.in: jpeg
16863:
16864: 2002-08-05 paf
16865:
16866: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16867:
16868: * src/types/pa_vmail.C: file buffer relocated to parser heap
16869:
16870: * operators.txt: comment on date:calendar week column
16871:
16872: * src/main/pa_common.C: write checked
16873:
16874: * src/main/: pa_common.C: write checked
16875:
16876: * src/classes/date.C: +1 buf size for stupid snprintfs
16877:
16878: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16879: month calendar week column [ISO 8601 Week Numbers]
16880:
16881: 2002-08-02 paf
16882:
16883: * src/: include/pa_config_fixed.h, main/pa_string.C,
16884: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16885: DEBUG*
16886:
16887: * configure, configure.in, src/include/pa_version.h: release
16888: 3_0_0005
16889:
16890: * bin/auto.p.dist.in: unhandled_exception comments
16891:
16892: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16893: multipart post fixed
16894:
16895: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16896: response transcoded source->client only when text/* or simple
16897: onoverridden $response:body
16898:
16899: 2002-08-01 paf
16900:
16901: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16902: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16903: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16904: classes/op.C, classes/response.C, classes/string.C,
16905: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16906: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16907: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16908: include/pa_config_fixed.h, include/pa_dictionary.h,
16909: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16910: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16911: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16912: include/pa_socks.h, include/pa_sql_connection.h,
16913: include/pa_sql_driver_manager.h, include/pa_stack.h,
16914: include/pa_string.h, include/pa_stylesheet_connection.h,
16915: include/pa_stylesheet_manager.h, include/pa_table.h,
16916: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16917: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16918: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16919: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16920: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16921: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16922: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16923: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16924: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16925: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16926: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16927: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16928: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16929: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16930: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16931: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16932: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16933: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16934: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16935: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16936: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16937: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16938: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16939: types/pa_vmethod_frame.h, types/pa_vobject.h,
16940: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16941: types/pa_vresponse.h, types/pa_vstateless_class.C,
16942: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16943: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16944: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16945: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16946: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16947: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16948:
16949: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16950: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16951: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16952: classes/math.C, classes/op.C, classes/response.C,
16953: classes/string.C, classes/table.C, classes/void.C,
16954: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16955: include/pa_array.h, include/pa_cache_managers.h,
16956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16957: include/pa_config_fixed.h, include/pa_config_includes.h,
16958: include/pa_dictionary.h, include/pa_dir.h,
16959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16960: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16961: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16962: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16963: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16964: include/pa_stack.h, include/pa_string.h,
16965: include/pa_stylesheet_connection.h,
16966: include/pa_stylesheet_manager.h, include/pa_table.h,
16967: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16968: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16969: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16970: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16971: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16972: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16973: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16974: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16975: main/pa_sql_driver_manager.C, main/pa_string.C,
16976: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16977: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16978: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16979: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16980: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16981: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16982: targets/isapi/pool_storage.h, types/pa_valiased.C,
16983: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16984: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16985: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16986: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16987: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16988: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16989: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16990: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16991: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16992: types/pa_vresponse.C, types/pa_vresponse.h,
16993: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16994: types/pa_vstateless_object.h, types/pa_vstatus.C,
16995: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16996: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16997: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16998: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16999: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17000: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17001: types/Makefile.am: ident.C* removed
17002:
17003: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17004: file:find[/can/do/this/now.txt]
17005:
17006: * src/targets/cgi/parser3.C: usage to stdout now
17007:
17008: 2002-07-31 paf
17009:
17010: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17011:
17012: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17013: default "postmaster"
17014:
17015: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17016: -f postmaster now default sendmail key word "postmaster"
17017: replaced to $.from
17018:
17019: 2002-07-30 paf
17020:
1.116 moko 17021: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17022: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17023:
17024: * src/main/pa_charset.C: comment
17025:
17026: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17027: table, &#decimal;
17028:
17029: * src/main/pa_request.C: comment
17030:
17031: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17032: paragraf]
17033:
17034: 2002-07-11 paf
17035:
17036: * src/main/pa_exec.C: build command line badly added params twice
17037: [and first time without ' ']. double wrong. fixed.
17038:
17039: * src/main/pa_exec.C: invalid .exe caused error message with params
17040: wich parser did not provide = reported badly. fixed that.
17041:
17042: * src/classes/mail.C: $MAIL[ # xxx ]
17043:
17044: now ok
17045:
17046: * operators.txt: plan: sql detailed exception
17047:
17048: 2002-07-01 paf
17049:
17050: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17051: [MForm.configure_admin were called when request.main_class ==0
17052:
17053: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17054:
17055: * src/classes/form.C: content_length type fix
17056:
17057: 2002-06-30 paf
17058:
17059: * src/classes/mail.C: merged from 4
17060:
17061: * src/classes/mail.C: restored $MAIL
17062:
17063: 2002-06-28 paf
17064:
17065: * configure, configure.in: removed paths.h
17066:
1.116 moko 17067: * configure, src/include/pa_version.h,
1.95 moko 17068: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17069: merged, makes updated
17070:
17071: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17072: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17073: src/include/pa_pool.h, src/include/pa_version.h,
17074: src/main/pa_charset.C, src/main/pa_pool.C,
17075: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17076: src/types/pa_vmail.C: merged latest updates to head
17077:
17078: 2002-06-27 paf
17079:
17080: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17081: not error now
17082:
17083: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17084: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17085: src/main/pa_charset.C, src/main/pa_pool.C:
17086: ^xdoc::create[[uri]]... base uri for document being created,
17087: imports and other relative file names would be relative to this
17088: uri default uri=path_translated
17089:
17090: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17091:
17092: 2002-06-26 paf
17093:
17094: * configure, configure.in, src/include/pa_version.h:
17095: release_3_0_0004
17096:
17097: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17098: 0 now
17099:
17100: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17101:
17102: 2002-06-25 paf
17103:
17104: * src/main/pa_string.C: emtpy string, or string of whitespaces
17105: considered bad number now
17106:
17107: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17108: now
17109:
17110: * operators.txt, src/classes/string.C: ^string.normalize [old
17111: name: optimize
17112:
17113: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17114: library configured
17115:
17116: * src/main/pa_request.C: configure_admin forced if no @conf
17117:
17118: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17119: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17120: when needed and to call system crypt() if not $apr1$ prefix
17121:
17122: 2002-06-24 paf
17123:
17124: * INSTALL: --with-static/shared-mailreceive described
17125:
17126: * src/include/pa_config_fixed.h: ssize_t fixed
17127:
1.116 moko 17128: * configure, configure.in, src/include/pa_config_auto.h.in,
17129: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17130: src/types/pa_vmail.C: $mail:received makes update
17131:
17132: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17133: WITH_MAILRECEIVE
17134:
17135: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17136:
17137: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17138: option, for $mail:receive
17139:
17140: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17141: introducting $message:received ^mail:send rewritten with backward
17142: comp
17143:
17144: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17145: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17146: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17147: now
17148:
17149: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17150: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17151: src/include/pa_request.h, src/include/pa_string.h,
17152: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17153: src/main/pa_globals.C, src/main/pa_request.C,
17154: src/main/pa_string.C, src/main/pa_uue.C,
17155: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17156: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17157: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17158: uue to separate file introducting $message:received ^mail:send
17159: rewritten with backward comp
17160:
17161: 2002-06-21 paf
17162:
1.116 moko 17163: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17164: co changes
1.95 moko 17165:
1.116 moko 17166: * configure, configure.in, src/lib/md5/Makefile.am,
17167: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17168: restructure .in and .am files appropriate changes
1.95 moko 17169:
17170: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17171: pcre to libs/ added libs/md5 which is linked to non-apache
17172: targets ^math:crypt[password;$apr1$salt]
17173:
17174: * INSTALL, configure.in, operators.txt, parser3.dsw,
17175: src/Makefile.am, src/classes/Makefile.am,
17176: src/classes/classes.dsp, src/classes/math.C,
17177: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17178: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17179: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17180: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17181: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17182: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17183: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17184: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17185: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17186: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17187: src/lib/pcre/pcre_parser_ctype.dsp,
17188: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17189: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17190: src/main/compile.tab.C, src/main/main.dsp,
17191: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17192: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17193: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17194: to libs/ added libs/md5 which is linked to non-apache targets
17195: ^math:crypt[password;$apr1$salt]
17196:
17197: 2002-06-20 paf
17198:
17199: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17200: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17201: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17202: src/include/pa_request.h, src/main/execute.C,
17203: src/main/pa_request.C, src/targets/cgi/parser3.C,
17204: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17205: marged latest HEAD updates, mainly file:justname&co &
17206: @auto/conf[filespec
17207:
17208: * operators.txt, src/classes/file.C:
17209: !^file:dirname[/a/some.tar.gz]=/a
17210: !^file:dirname[/a/b/]=/a
17211: !^file:basename[/a/some.tar.gz]=some.tar.gz
17212: !^file:justname[/a/some.tar.gz]=some.tar
17213: !^file:justext[/a/some.tar.gz]=gz
17214:
17215: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17216: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17217: @conf/auto[filespec]
17218:
17219: * bin/auto.p.dist.in: <noindex>
17220:
1.116 moko 17221: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17222:
17223: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17224: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17225: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17226: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17227:
17228: 2002-06-18 paf
17229:
17230: * configure, configure.in, src/include/pa_version.h: version to
17231: configure.in
17232:
17233: * INSTALL: reflected .conf.dist dir change
17234:
1.116 moko 17235: * Makefile.am, configure, configure.in, bin/Makefile.am,
17236: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17237: .in & *.am updated
17238:
17239: * src/classes/file.C: strncasecmp
17240:
17241: * src/classes/file.C: strcasecmp
17242:
1.116 moko 17243: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17244: from etc
1.95 moko 17245:
17246: * src/classes/file.C: ^file::exec[script;$.bad error case
17247: insensitive check now
17248:
17249: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17250:
17251: * configure, configure.in, src/include/pa_pool.h,
17252: src/include/pa_types.h: pack configure.in detection simplified.
17253: figured out that gcc on sparc not that stupid as thought
17254: previously: on sparc: when it sees packed class it modifies it's
17255: field-access-code to byte operations [stb, ldub] instead of 4byte
17256: operations [st, lduh] so packed must be all parts of packed
17257: class, i.e. it's parents&fields(classes). for now it's only
17258: String that packed and what was wrong is that it's parent -
17259: Pooled, were not packed. fixed that.
17260:
17261: 2002-06-14 paf
17262:
17263: * operators.txt: more precise xml-to-text options
17264:
17265: * operators.txt, src/types/pa_vxnode.C: xnode
17266: attribute_node.name/value xnode pi.node.data
17267:
17268: 2002-06-12 paf
17269:
1.116 moko 17270: * configure, configure.in, src/targets/cgi/Makefile.am,
17271: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17272:
17273: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17274: src/include/pa_globals.h, src/include/pa_request.h,
17275: src/main/compile.tab.C, src/main/pa_globals.C,
17276: src/main/pa_request.C, src/targets/cgi/parser3.C,
17277: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17278:
17279: * src/classes/mail.C: sendmail -ti [default now]
17280:
17281: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17282: to be strings. for convinient #ing
17283:
17284: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17285: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17286:
17287: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17288: main/pa_globals.C, main/pa_request.C: @conf
17289:
17290: 2002-06-11 paf
17291:
17292: * src/classes/file.C: check simplified
17293:
17294: * src/: classes/file.C, targets/cgi/parser3.dsp,
17295: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17296: valid prefix
17297:
17298: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17299: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17300: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17301:
17302: 2002-06-10 paf
17303:
17304: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17305: src/main/pa_common.C: lock failures reported now
17306:
17307: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17308: string->double @ compile time were not-enough-checking...
17309:
17310: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17311: autoconvert now ignored
17312:
17313: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17314: check
17315:
17316: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17317: $response:body content-type:name
17318:
17319: * configure, configure.in: hpux check, nsl link, no socket
17320:
17321: * operators.txt: old merge conflict removed
17322:
17323: * configure, configure.in: pack even address access on sparc&co
17324: arch checked in configure
17325:
17326: * configure, src/include/pa_version.h: makes
17327:
17328: * configure, configure.in, src/include/pa_version.h: makes
17329:
17330: * src/main/untaint.C: (bug#2) mail subject got always prepended
17331: with charset even when all letters were 7bit one
17332:
17333: * src/main/pa_common.C: merged fixed -d (bug)
17334:
17335: * src/main/pa_common.C: fixed -d (bug)
17336:
17337: 2002-06-03 paf
17338:
17339: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17340: src/classes/classes.dsp, src/main/compile.tab.C,
17341: src/main/main.dsp, src/main/pa_globals.C,
17342: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17343: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17344: .dsp-s along with reorganized cvs modules dirs structure
17345:
17346: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17347: main/pa_globals.C, targets/cgi/parser3.dsp,
17348: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17349: modules
17350:
17351: 2002-05-28 paf
17352:
17353: * src/targets/cgi/parser3.C: info.uri now ""
17354:
17355: 2002-05-17 paf
17356:
17357: * src/classes/: table.C: ^table.save << checked empty
17358: pre/match/post columns
17359:
17360: 2002-05-16 paf
17361:
17362: * src/classes/image.C: image::measure can png now
17363:
17364: 2002-05-15 paf
17365:
17366: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17367: added
17368:
17369: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17370:
17371: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17372: %H[:%M[:%S]]]]]] [-%m now
17373:
17374: 2002-05-14 paf
17375:
17376: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17377:
17378: 2002-05-07 paf
17379:
17380: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17381: src/include/pa_globals.h, src/include/pa_request.h,
17382: src/include/pa_table.h, src/main/compile.tab.C,
17383: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17384: src/main/pa_request.C, src/main/pa_table.C,
17385: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17386: src/targets/isapi/parser3isapi.dsp,
17387: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17388: name2number field now &. main_method_name now on Request pool
17389: rather on global_pool [Junction+VJunction created on same pool as
17390: name = were created on global pool, causing mem leaks]
17391:
17392: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17393: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17394: main/compile.y, main/main.dsp, main/pa_globals.C,
17395: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17396: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17397: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17398: field now &. main_method_name now on Request pool rather on
17399: global_pool [Junction+VJunction created on same pool as name =
17400: were created on global pool, causing mem leaks]
17401:
17402: 2002-05-06 paf
17403:
17404: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17405: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17406: 100*40 bytes per request memory leak [nonpool malloc in globals]
17407:
17408: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17409: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17410: 100*40 bytes per request memory leak [nonpool malloc in globals]
17411:
17412: 2002-04-30 paf
17413:
17414: * configure, src/include/pa_version.h: version now not b
17415:
17416: * src/targets/cgi/parser3.C: request.uri now never 0
17417:
17418: 2002-04-29 paf
17419:
17420: * configure.in: removed b
17421:
17422: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17423: Exception::comment/type checked in (), no there's no empty
17424: type/comment by default
17425:
17426: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17427: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17428: src/doc/value.dox, src/include/pa_exception.h,
17429: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17430: 0001
17431:
17432: 2002-04-26 paf
17433:
17434: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17435: size reduced
17436:
17437: 2002-04-25 paf
17438:
17439: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17440: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17441: now that took into account
17442:
17443: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17444: 01:03:04]
17445:
17446: * ChangeLog, operators.txt, src/classes/date.C:
17447: ^date::create[2002-12-33 01:03:04]
17448:
17449: * ChangeLog: updated changelog
17450:
17451: * src/classes/table.C: removed restriction on column count to
17452: ^table.hash to work, now must be >0 [were >1]
17453:
17454: 2002-04-24 paf
17455:
17456: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17457: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17458: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17459: targets
17460:
17461: 2002-04-23 paf
17462:
17463: * operators.txt, src/classes/string.C:
17464: int/double/string:sql{}[$.default{code}] fixed [were barking:
17465: "junction used outside of context"]
17466:
17467: 2002-04-22 paf
17468:
17469: * types.txt, src/classes/string.C, src/include/pa_string.h,
17470: src/main/pa_string.C, src/types/pa_vstring.C,
17471: src/types/pa_vstring.h: ^string.optimize[]
17472:
17473: * src/: include/pa_globals.h, include/pa_table.h,
17474: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17475: table template
17476:
17477: * src/classes/: string.C: optimize removed from string
17478: .left/right/pos
17479:
17480: * src/main/execute.C: rolled back to
17481: before_killing_userjunction_contexts
17482:
17483: * src/main/execute.C: user junctions context killed
17484:
17485: * src/main/execute.C: junctions to local contexts got
17486: cleanized&checked later
17487:
17488: 2002-04-19 paf
17489:
17490: * src/: classes/string.C, include/pa_request.h,
17491: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17492: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17493: prior to .left .right .mid .pos .match when that is profitable,
17494: and always before .replace when $ORIGINS(1) optimization disabled
17495: economy from not wasting mem on lots of strings which occur by
17496: lots of String:mid calls to get parts of source string between
17497: found_occurances
17498:
17499: * src/classes/file.C: ovector now local economy: 16 bytes per
17500: ^file:list
17501:
17502: * src/: include/pa_globals.h, include/pa_table.h,
17503: main/pa_globals.C, main/pa_string.C: String::match table columns
17504: globalized, not created @ each ^match anymore economy:
17505: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17506:
17507: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17508: removed from each String::match replace iteration, and made
17509: stacked sizeof(VTable)=12bytes economy on each replace code
17510:
17511: * src/doc/footer.htm: 2001,
17512:
17513: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17514: string.match[]['] option enables generation of $match.prematch
17515: .match .postmatch columns
17516:
17517: * src/main/pa_string.C: String::match options analized without
17518: cstr-ing them now
17519:
17520: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17521: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17522: config updated to doxygen 1.2.15, created helper which fixes
17523: minor bugs in chm project files & htm tree. changed extension to
17524: .htm
17525:
17526: 2002-04-18 paf
17527:
17528: * src/doc/doxygen.cfg: .chi generation disabled
17529:
17530: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17531: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17532: fields&methods
17533:
17534: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17535: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17536: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17537: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17538: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17539: types/pa_vresponse.h, types/pa_vstateless_class.h,
17540: types/pa_vstateless_object.h, types/pa_vstatus.h,
17541: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17542: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17543: VStateless_class to VObject
17544:
17545: * src/: main/pa_request.C, types/pa_valiased.h,
17546: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17547: types/pa_vstring.h: VStateless_string_object speicalized light
17548: version of VStateless_object
17549:
17550: * src/classes/op.C: ^throw comment param made optional
17551:
17552: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17553: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17554: and implemented down in VClass, fclass_alias removed,
17555:
17556: * src/types/pa_value.C: forced to cut that from .h because of
17557: VStateless_class usage [undefined in .h]
17558:
17559: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17560: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17561: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17562: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17563: on each CALL]
17564:
17565: * src/: classes/classes.h, classes/date.C, classes/double.C,
17566: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17567: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17568: classes/response.C, classes/string.C, classes/table.C,
17569: classes/void.C, classes/xnode.C, include/pa_globals.h,
17570: include/pa_request.h, main/execute.C, main/pa_globals.C,
17571: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17572: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17573: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17574: types/pa_vstateless_class.h, types/pa_wcontext.C,
17575: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17576: removed Value::fname
17577:
17578: 2002-04-17 paf
17579:
17580: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17581: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17582: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17583: include/pa_pool.h, include/pa_types.h: dox updated to current
17584: state, PTHROW freshen to throw & co
17585:
17586: * src/types/pa_vhash.h: vstring wrong parent fixed
17587:
17588: * src/classes/op.C: taint local result var bug fixed
17589:
17590: 2002-04-16 paf
17591:
17592: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17593: Attic asm.txt as most interesting
17594:
17595: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17596: check, preventing content-length: 0 from appearing
17597:
17598: * src/main/execute.C: $result in @main now taken into account as in
17599: usual functions
17600:
17601: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17602: & @unhandled_exception now taken into account as in usual
17603: functions
17604:
17605: * src/doc/postbuild.txt: instructions on post .html build
17606:
17607: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17608:
17609: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17610: tainted
17611:
17612: * src/main/pa_request.C: uri in error log
17613:
17614: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17615: cheched date:create(days) param for validity [later were assumed
17616: valid and crashed on invalid onces]
17617:
17618: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17619: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17620: and used that for removing VString wrapper
17621:
17622: * src/classes/op.C: exception2vhash file now tainted
17623:
17624: * src/classes/op.C: _process pseudo origin copied from local var to
17625: heap
17626:
17627: * src/classes/op.C: extra check on empty file in origin in _execute
17628:
17629: 2002-04-15 paf
17630:
17631: * src/: main/execute.C, types/pa_value.h: fixed name update
17632:
17633: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17634: functions
17635:
17636: * src/: classes/file.C, classes/hash.C, classes/op.C,
17637: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17638: started dual write_xxx_lang functions, if checked & works
17639:
17640: * src/: classes/date.C, classes/file.C, classes/mail.C,
17641: classes/string.C, classes/xnode.C, include/pa_request.h,
17642: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17643: unnecessary VString shells
17644:
17645: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17646: prev changes]
17647:
17648: * src/: classes/image.C, classes/op.C, classes/string.C,
17649: classes/table.C, include/pa_request.h, main/execute.C,
17650: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17651: StringOrValue wcontext result, now ready for dual writes
17652:
17653: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17654: checked that
17655:
17656: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17657: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17658: changed to OP_WRITE_VALUE in var get cases
17659:
17660: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17661: include/pa_request.h, main/compile.tab.C, main/compile.y,
17662: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17663: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17664: switch in hash constructor fixed [were problems with using of
17665: stacked wwrapper after it's death]
17666:
17667: 2002-04-12 paf
17668:
17669: * operators.txt, src/classes/table.C: table.select(expression) 0
17670:
17671: 2002-04-11 paf
17672:
17673: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17674: Request::process_internal codeFrame & wwrapper stacked [not
17675: wasting heap anymore]
17676:
17677: 2002-04-10 paf
17678:
17679: * src/: classes/double.C, classes/file.C, classes/hash.C,
17680: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17681: classes/string.C, classes/table.C, classes/void.C,
17682: classes/xdoc.C, include/pa_request.h, main/execute.C,
17683: main/pa_string.C: killed Request::process() wrapping
17684: VString(String) in case we need only String
17685:
17686: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17687: killed 8 bytes from String.head
17688:
17689: 2002-04-09 paf
17690:
17691: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17692: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17693: local*/char b[...]; a=b; situations
17694:
17695: * operators.txt, src/classes/xdoc.C: xslt params made literal
17696:
17697: * src/classes/xdoc.C: xslt params fixed
17698:
17699: * src/: main/pa_common.C, targets/cgi/parser3.C,
17700: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17701: not pool.malloc(MAX_NUMBER) but really neaded
17702:
17703: * operators.txt, src/classes/double.C, src/classes/int.C:
17704: int/double.int/double(default)
17705:
17706: 2002-04-04 paf
17707:
17708: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17709: [when reconstructing pieces were split by
17710: max_integral(piece.size), thus some strings to replace happen to
17711: be split into two = not replaced)
17712:
17713: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17714: standalone version = current dir
17715:
17716: * src/targets/cgi/parser3.C: document root in standalone version =
17717: current dir
17718:
17719: 2002-04-03 paf
17720:
17721: * configure, configure.in: more checks on nonexistent charset
17722:
1.116 moko 17723: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17724:
17725: 2002-04-02 paf
17726:
17727: * src/main/compile.C: parser.compile [exception name more like in
17728: doc]
17729:
17730: 2002-04-01 paf
17731:
17732: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17733: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17734: .content-type.charset, not .charset
17735:
17736: 2002-03-29 paf
17737:
17738: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17739:
17740: * operators.txt, src/classes/date.C: ^date::create now may not
17741: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17742: days' year. | 31.05->31.04 roll
17743:
17744: 2002-03-28 paf
17745:
17746: * operators.txt, src/classes/date.C, src/classes/op.C,
17747: src/include/pa_globals.h, src/include/pa_hash.h,
17748: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17749: ^cache(seconds) ^cache[date] }
17750:
17751: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17752: param
17753:
17754: 2002-03-27 paf
17755:
17756: * operators.txt, src/classes/date.C, src/classes/double.C,
17757: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17758: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17759: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17760: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17761: src/classes/xnode.C, src/include/pa_exception.h,
17762: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17763: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17764: src/main/pa_array.C, src/main/pa_charset.C,
17765: src/main/pa_charsets.C, src/main/pa_common.C,
17766: src/main/pa_dictionary.C, src/main/pa_exception.C,
17767: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17768: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17769: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17770: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17771: src/types/pa_value.h, src/types/pa_vcookie.C,
17772: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17773: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17774: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17775: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17776: src/types/pa_wwrapper.h: assigned exception types
17777:
17778: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17779: src/include/pa_request.h, src/main/execute.C,
17780: src/main/pa_request.C: decided agains resetting exception_trace,
17781: just changed name
17782:
17783: 2002-03-26 paf
17784:
17785: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17786: fixed
17787:
17788: * src/classes/op.C: forced language of $source field of exception
17789: to 'tainted', so that sql-langed-frags could be outputed outside
17790: of connect
17791:
17792: * operators.txt: removed date.roll limit of +-1 offset
17793:
17794: * src/classes/date.C: removed date.roll limit of +-1 offset
17795:
17796: * operators.txt, src/classes/date.C: fixed date roll on
17797: daylightsaving days mktime took into account tm_isdst flag, which
17798: remained from BEFORE roll, but should have been reset
17799:
17800: 2002-03-25 paf
17801:
17802: * operators.txt, src/targets/cgi/parser3.C:
17803: http_site_config_filespec
17804:
17805: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17806: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17807: with any/both --disable-foreign-group-files --disable-execs
17808:
17809: * INSTALL: "--with=sendmail=COMMAND" comment
17810:
17811: * INSTALL, configure, configure.in, src/classes/mail.C,
17812: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17813: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17814: disables execs also. introducing --sendmail
1.95 moko 17815:
17816: * operators.txt: pgsql options comment
17817:
17818: * INSTALL: comment on --disable-link-stdcpp
17819:
1.116 moko 17820: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17821: libstdc++ link skipping configure option
1.95 moko 17822:
17823: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17824: with error were put to cache with 'marked_to_rollback' flag, all
17825: consequent even OK requests rolled back
17826:
17827: 2002-03-22 paf
17828:
17829: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17830: false return
17831:
17832: * operators.txt: few comments on sets
17833:
17834: 2002-03-18 paf
17835:
17836: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17837: src/include/pa_globals.h, src/include/pa_request.h,
17838: src/include/pa_stack.h, src/main/pa_globals.C,
17839: src/main/pa_request.C: introducing ^try
17840:
17841: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17842: types/pa_vdouble.h: removed some tested @tests
17843:
17844: 2002-03-15 paf
17845:
17846: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17847:
17848: 2002-03-13 paf
17849:
17850: * src/main/pa_exception.C: checked not-pooled malloc
17851:
17852: 2002-03-11 paf
17853:
17854: * INSTALL, configure, configure.in,
17855: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17856:
17857: * src/main/pa_common.C: --disable-foreign-group-files
17858:
17859: * INSTALL: --disable-execs
17860:
17861: * src/main/pa_exec.C: --disable-execs
17862:
17863: * configure, configure.in, src/include/pa_config_auto.h.in:
17864: --disable-execs
17865:
17866: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17867:
17868: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17869: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17870:
17871: 2002-03-05 paf
17872:
17873: * operators.txt, src/classes/date.C: date week calendar columns
17874: named
17875:
17876: * operators.txt, src/classes/date.C: date week calendar columns
17877: named
17878:
17879: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17880: requires headers to be terminated with \r\n manually [refuses to
17881: separate header/body itself]
17882:
17883: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17884: targets/isapi/parser3isapi.C: isapi site config beside .dll
17885:
17886: 2002-03-04 paf
17887:
17888: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17889: in PASS language
17890:
17891: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17892: deserialize checks on broken file
17893:
17894: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17895: parser3isapi.dsp: isapi updated
17896:
17897: 2002-03-01 paf
17898:
17899: * src/main/pa_exec.C: execle -> execve, now argc OK
17900:
17901: 2002-02-28 paf
17902:
17903: * src/main/untaint.C: removed some debug comments
17904:
17905: * src/main/pa_charsets.C: when placing charset to cache using
17906: global name now [were request]
17907:
17908: * configure, configure.in: apache module updated
17909:
17910: * src/main/pa_string.C: origin by first piece preferred before last
17911: piece
17912:
17913: 2002-02-27 paf
17914:
17915: * src/main/pa_charset.C: size_t
17916:
17917: * INSTALL: shared/static-xml with-pathlink
17918:
17919: * operators.txt: SMTP comment
17920:
17921: 2002-02-26 paf
17922:
17923: * src/main/pa_exec.C: more precise names for vars, cosmetic
17924:
17925: * src/classes/xnode.C: in some situation, xpath query returned
17926: result with type NODESET, but empty nodeset member field, checked
17927: that
17928:
17929: 2002-02-22 paf
17930:
17931: * INSTALL: without-zlib comment
17932:
17933: * etc/parser3.charsets/windows-1251.cfg: °
17934:
17935: * configure, configure.in: glib###.a detection fixed
17936:
17937: * INSTALL: hashfile removed from INSTALL
17938:
1.116 moko 17939: * Makefile.am: make update
1.95 moko 17940:
17941: * src/main/pa_string.C: string iterators fixed again, so were
17942: String::join_chain
17943:
17944: * src/main/pa_string.C: string iterators fixed again, so were
17945: String::join_chain
17946:
17947: * src/: include/pa_string.h, main/pa_string.C: string iterators
17948: fixed again, so were String::join_chain
17949:
17950: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17951:
17952: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17953: "session"
17954:
1.116 moko 17955: * configure, configure.in, src/include/pa_config_auto.h.in:
17956: --with-shared-xml --with-static-xml
1.95 moko 17957:
17958: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17959: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17960: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17961: xalan&xml
17962:
17963: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17964:
17965: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17966: src/types/types.dsp: removed hashfile support from sources for
17967: now
17968:
1.116 moko 17969: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17970: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17971: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17972: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17973: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17974: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17975: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17976: src/types/Makefile.am, src/types/pa_vhashfile.C,
17977: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17978:
17979: 2002-02-21 paf
17980:
17981: * src/main/untaint.C: removed debug code, activated commented-for
17982: debug parts
17983:
1.116 moko 17984: * Makefile.am: make cvsupdate
1.95 moko 17985:
17986: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17987: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17988: append_row, not at link zero now string to string appending works
17989:
17990: 2002-02-20 paf
17991:
17992: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17993: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17994: DEBUG_STRING_APPENDS_VS_EXPANDS
17995:
17996: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17997: economy: 22%
17998:
17999: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18000: space uptimized: string::link_row removed
18001:
18002: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18003: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18004: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18005: types/pa_vstring.h: speed uptimized: string::is_empty
18006:
18007: * operators.txt, src/include/pa_common.h,
18008: src/include/pa_config_fixed.h, src/include/pa_string.h,
18009: src/include/pa_types.h, src/main/compile.tab.C,
18010: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18011: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18012: string append optimiziation idea and estimates
18013:
18014: 2002-02-19 paf
18015:
18016: * src/classes/math.C: not used directly [but erroreously reported
18017: that 'is', thus registering twice&other probs]
18018:
18019: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18020: to node [element]
18021:
18022: * src/main/compile.C: without string_origins parse error
18023: file+line+col possible
18024:
18025: * src/main/: compile.C: without string_origins not worked
18026:
18027: 2002-02-18 paf
18028:
18029: * src/types/pa_vdouble.h: since we have in_expression removed that
18030: trick i've installed into double::as_string
18031:
18032: * src/main/pa_globals.C: extern "C" was removed too fast
18033:
18034: * src/: include/pa_opcode.h, include/pa_request.h,
18035: main/compile.tab.C, main/compile.y, main/execute.C,
18036: types/pa_wcontext.h: in_expression aimed to solve old problem
18037: with string/nonstring values, now in expressions double/int
18038: values are passed as-is, without stupid tostring/fromstring
18039: conversions
18040:
18041: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18042: __cplusplus } #endif
18043:
18044: * src/main/compile.tab.C: bison env set so one could compile
18045: without cygwin installed
18046:
18047: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18048: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18049: gnome xml libs parser .dsp-s changed accordingly
18050:
18051: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18052:
18053: * operators.txt, src/classes/date.C: date::create [were date::set,
18054: with backward comp
18055:
18056: * src/classes/math.C: math:random range check fixed
18057:
18058: * src/main/: compile.tab.C, compile.y: integer division stops name
18059:
18060: * INSTALL: local install comment
18061:
1.116 moko 18062: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18063:
1.116 moko 18064: * acinclude.m4, aclocal.m4, configure, configure.in,
18065: src/include/pa_config_auto.h.in,
18066: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18067: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18068:
18069: * operators.txt: \ comment
18070:
18071: 2002-02-13 paf
18072:
18073: * src/include/pa_config_includes.h: sys/time time both included
18074: now. vaguely remember confilicts on this on some system [not on
18075: six|ablv] so when would see them again would think up proper
18076: check
18077:
1.116 moko 18078: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18079: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18080:
18081: * src/main/pa_common.C: truncation never occured when writing files
18082: on unix [since i've changed cache mech] fix
18083:
18084: * src/main/pa_common.C: strnchr: sanity check added
18085:
18086: * etc/parser3.charsets/windows-1257.cfg: id added
18087:
18088: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18089: baltic charset file generated, in generation script ispunct check
18090: added
18091:
18092: 2002-02-08 paf
18093:
1.116 moko 18094: * src/: include/Makefile.am, sql/Makefile.am,
18095: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18096:
18097: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18098: forgotten
18099:
18100: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18101:
18102: * INSTALL, README: install&others updated
18103:
18104: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18105:
1.116 moko 18106: * Makefile.am, configure, configure.in,
18107: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18108: src/classes/Makefile.am, src/main/Makefile.am,
18109: src/main/pa_status_provider.C, src/targets/Makefile.am,
18110: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18111: works
1.95 moko 18112:
18113: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18114: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18115: classes/hashfile.C, classes/int.C, classes/mail.C,
18116: classes/math.C, classes/op.C, classes/response.C,
18117: classes/string.C, classes/table.C, classes/void.C,
18118: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18119: include/pa_array.h, include/pa_cache_managers.h,
18120: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18121: include/pa_config_fixed.h, include/pa_config_includes.h,
18122: include/pa_db_connection.h, include/pa_db_manager.h,
18123: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18124: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18125: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18126: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18127: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18129: include/pa_stack.h, include/pa_string.h,
18130: include/pa_stylesheet_connection.h,
18131: include/pa_stylesheet_manager.h, include/pa_table.h,
18132: include/pa_threads.h, include/pa_types.h, main/compile.C,
18133: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18134: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18135: main/pa_db_connection.C, main/pa_db_manager.C,
18136: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18137: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18138: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18139: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18140: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18141: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18142: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18143: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18144: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18145: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18146: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18147: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18148: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18149: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18150: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18151: types/pa_vmethod_frame.h, types/pa_vobject.h,
18152: types/pa_vrequest.h, types/pa_vresponse.h,
18153: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18154: types/pa_vstateless_object.h, types/pa_vstatus.C,
18155: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18156: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18157: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18158: classes/image.C, main/pa_common.C, main/pa_exec.C,
18159: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18160: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18161: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18162: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18163: types/pa_vxnode.C, main/pa_charset.C: name spelling
18164:
18165: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18166: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18167: classes/hashfile.C, classes/image.C, classes/int.C,
18168: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18169: classes/string.C, classes/table.C, classes/void.C,
18170: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18171: include/pa_array.h, include/pa_cache_managers.h,
18172: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18173: include/pa_config_fixed.h, include/pa_config_includes.h,
18174: include/pa_db_connection.h, include/pa_db_manager.h,
18175: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18176: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18177: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18178: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18179: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18180: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18181: include/pa_stack.h, include/pa_string.h,
18182: include/pa_stylesheet_connection.h,
18183: include/pa_stylesheet_manager.h, include/pa_table.h,
18184: include/pa_threads.h, include/pa_types.h, main/compile.C,
18185: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18186: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18187: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18188: main/pa_db_connection.C, main/pa_db_manager.C,
18189: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18190: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18191: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18192: main/pa_socks.C, main/pa_sql_driver_manager.C,
18193: main/pa_status_provider.C, main/pa_string.C,
18194: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18195: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18196: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18197: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18198: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18199: targets/isapi/pool_storage.h, types/pa_valiased.C,
18200: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18201: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18202: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18203: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18204: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18205: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18206: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18207: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18208: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18209: types/pa_vresponse.h, types/pa_vstateless_class.C,
18210: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18211: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18212: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18213: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18214: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18215: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18216:
18217: 2002-02-07 paf
18218:
18219: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18220:
1.116 moko 18221: * configure, configure.in, src/include/pa_config_auto.h.in,
18222: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18223: added yet another locking function: fcntl
1.95 moko 18224:
18225: * config.sub: on cygwin configure passes it with strange i1586
18226: const, hacked it to mean i586
18227:
18228: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18229: disabled $if reference due to conflicts with local variables
18230:
18231: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18232: xdoc::set obsolete now, now xdoc::create, with both sences
18233:
18234: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18235: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18236: table::create now // 'set' name obsolete now table clone.
18237:
18238: * operators.txt, src/classes/string.C,
18239: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18240: ^int/double/string.format now can be called with normal []
18241: brackets, not stupid {} as it were implemented for some strange
18242: reason. retaining backward compatibility due to some
18243: already-implemented servers
18244:
18245: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18246: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18247: operators now detected by check at name_without_curly_rdive_read
18248: rule whether diving code constists only of
18249: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18250: with OP_GET_ELEMENT_OR_OPERATOR to form
18251: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18252:
18253: 2002-02-06 paf
18254:
18255: * configure, configure.in: prefix expanded, grr
18256:
18257: * operators.txt, src/classes/mail.C: mail:send config changed
18258:
18259: 2002-02-05 paf
18260:
18261: * operators.txt: regex options commented
18262:
18263: * src/main/: pa_exec.C: argv0 now correct
18264:
18265: * src/types/pa_vstatus.C: status:rusage 3
18266:
18267: * src/types/pa_vstatus.C: status:rusage 2
18268:
18269: * operators.txt: status:rusage described int operators
18270:
18271: * src/types/pa_vstatus.C: status:rusage 1
18272:
18273: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18274: src/types/types.dsp: status:rusage
18275:
18276: * configure.in, operators.txt, src/classes/file.C,
18277: src/classes/op.C, src/include/pa_common.h,
18278: src/include/pa_config_includes.h, src/main/compile.tab.C,
18279: src/main/pa_common.C: rewritten ^cache to use
18280: non-blocking-exclusive-caches
18281:
18282: * src/main/pa_common.C: text file read mode on win32 adjusted
18283: [speed impact. was off for debugging purpose, but forgotten
18284: afterwards]
18285:
18286: 2002-02-01 paf
18287:
18288: * src/classes/op.C: file_write does EX lock after create, while
18289: file_read does SH after open, so there's a moment after create
18290: but before EX lock when read can sneak into, and read
18291: just-created-for-writing-and-not-yet-locked file, added a check
18292: for that in ^cache...read
18293:
18294: 2002-01-31 paf
18295:
18296: * src/main/: compile.y, compile.tab.C: disabled operator call after
18297: ^xxx:
18298:
18299: * src/main/: compile.tab.C, execute.C: made operators lookup first
18300: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18301:
18302: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18303: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18304: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18305: operators check 6.1 rewritten. now check is done at compile time
18306:
18307: * src/main/execute.C: operators check 5 floated up old error of
18308: staying in 'entered class/object' state after $a($a..) it
18309: prevented operators from being called thereafter
18310:
18311: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18312: main/execute.C: operators check 4 floated up old error of staying
18313: in 'entered object' state after ^a.a(a) it prevented operators
18314: from being called thereafter
18315:
18316: * src/main/execute.C: operators check 3 floated up old error of
18317: staying in 'entered class' state after $a:a(a) it prevented
18318: operators from being called thereafter
18319:
18320: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18321: floated up old error of staying in 'entered class' state after
18322: $a:a[a] it prevented operators from being called thereafter
18323:
18324: * src/main/execute.C: operators check, thay mistakenly seen in
18325: $class:operator $object.operators contexts
18326:
18327: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18328: win32
18329:
1.116 moko 18330: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18331: src/classes/Makefile.am, src/main/Makefile.am,
18332: src/targets/cgi/Makefile.am,
1.95 moko 18333: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18334: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18335:
1.116 moko 18336: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18337: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18338: configure, configure.in, form.txt, ident.awk, install-sh,
18339: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18340: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18341: etc/parser3.charsets/Makefile.am,
18342: etc/parser3.charsets/koi8-r.cfg,
18343: etc/parser3.charsets/windows-1250.cfg,
18344: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18345: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18346: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18347: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18348: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18349: straightened installation scripts procedure made
18350: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18351: change
18352:
18353: 2002-01-30 paf
18354:
18355: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18356: removed] those comments were a mistake, and prevented libltdl
18357: from function properly
18358:
18359: 2002-01-29 paf
18360:
1.116 moko 18361: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18362: creation [modified acinclude.m4 which were creating int into just
18363: assignment LIBTOOL=../libtool] added default system
18364: config&charsetts prepared 'make install', now it installs
18365: targets/cgi/parser3 into bin directory etc/parser3.conf &
18366: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18367: $sysconfdir/parser3.charsets respectively
18368:
18369: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18370: main/pa_globals.C: few forgotten ifdef XML added
18371:
18372: 2002-01-28 paf
18373:
1.116 moko 18374: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18375: removed
18376:
18377: * src/main/pa_exception.C: dom|generic error output fix
18378:
18379: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18380:
18381: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18382:
18383: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18384: [fixed as_node helper func to accept docs]
18385:
18386: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18387: xdoc.importNode 0
18388:
18389: * src/classes/xdoc.C: xdoc::set now untaints OK
18390:
18391: 2002-01-25 paf
18392:
18393: * src/main/: compile.tab.C, compile.y: #comment before @ after
18394: @SPECIAL now works OK
18395:
18396: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18397:
18398: * src/main/pa_exec.C: max arg count now 10, and proper message on
18399: violation that added
18400:
18401: * src/classes/hash.C: unified hash::sql, now
18402: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18403:
18404: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18405: ^file:lock[filename]{code}
18406:
18407: * src/: classes/file.C, classes/op.C, classes/string.C,
18408: classes/table.C, classes/xdoc.C, include/pa_common.h,
18409: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18410: to some pa_common funcs
18411:
18412: * src/: include/pa_charset.h, main/pa_globals.C:
18413: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18414:
18415: * src/: include/pa_charset.h, main/pa_charset.C,
18416: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18417: not stupid illegal define
18418:
18419: 2002-01-24 paf
18420:
18421: * src/include/pa_version.h: changed version number
18422:
18423: * src/: classes/hashfile.C, include/pa_db_table.h,
18424: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18425: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18426: main/pa_db_connection.C, main/pa_db_table.C,
18427: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18428: hashfile without logfiles
18429:
18430: * src/: classes/hashfile.C, include/pa_db_table.h,
18431: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18432: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18433: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18434: DB_INIT_TXN init bits, thus got rid of huge log files, which
18435: cluttered disk without huge need]
18436:
18437: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18438: handy macro, which is strangly abscent in dome lib
18439:
18440: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18441:
18442: * src/classes/xdoc.C: checked empty response
18443:
18444: * src/classes/xnode.C: xdoc.select fixed context node [were always
18445: /, not self node]
18446:
18447: * src/classes/xnode.C: xnode.select returns array always now, in
18448: case 'nothing found' returns empty array
18449:
18450: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18451: be more tender with ctrl/c/v
18452:
18453: 2002-01-23 paf
18454:
18455: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18456: substituted. // 2. when dom tree with entites goes under
18457: transform text nodes // got [erroreosly] cut on first
18458: entity occurance
18459:
18460: * src/types/pa_vdouble.h: double prec. todo: get rid of
18461: twice-converting
18462:
18463: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18464: 'e' in output this is for regretful twice-converting here:
18465: $a(double value) when they write double falue they convert it to
18466: string first, thus %g were losing precesion.
18467:
18468: todo: think up some way to remove double->string string->double
18469: twice-converting
18470:
18471: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18472: %.20E now default float format this is for regretful
18473: twice-converting here: $a(double value) when they write double
18474: falue they convert it to string first, thus %g were losing
18475: precesion.
18476:
18477: todo: think up some way to remove double->string string->double
18478: twice-converting
18479:
18480: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18481: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18482: reasons in comment inside
18483:
18484: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18485: statically linked]
18486:
18487: * src/: include/pa_exception.h, main/compile.tab.C,
18488: main/pa_exception.C: removed exception va_list constructor. 1.
18489: not needed anymore 2. there were a conflict[causing errors]
18490: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18491: never detected an ambiguilty here, compiling ctor(, "hello") into
18492: ctor(, va_list) which, of course, caused gpf
18493:
18494: * src/main/pa_globals.C: removed debug xslt messages
18495:
18496: 2002-01-22 paf
18497:
18498: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18499: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18500: helps compiling stylesheet properly. example: this refused to
18501: work, <b>«<xsl:value-of select="@title"
18502: />»</b> stranly worked only this way:
18503: <b>«<xsl:value-of select="@title" />»</b>
18504:
18505: docs says "set it to 1", never going into details, so I decided
18506: to try NOT to do that
18507:
18508: * src/classes/table.C: join behaived badly in case named tables
18509: structure mismatched: 0 strings sneaked into dest failing
18510: afterwards. replaced them with empty strings
18511:
18512: 2002-01-21 paf
18513:
18514: * src/main/pa_charset.C: checked empty transcoders in
18515: transcode_cstr|buf
18516:
18517: * src/classes/xdoc.C: xdoc::load error source = filespec
18518:
18519: * src/classes/xdoc.C: transform error source now
18520: stylesheet_filespec
18521:
1.116 moko 18522: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18523: include/pa_stylesheet_connection.h, main/pa_charset.C,
18524: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18525: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18526: gnome
1.95 moko 18527:
18528: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18529: include/pa_globals.h, include/pa_stylesheet_connection.h,
18530: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18531: xslt generic error 1
18532:
18533: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18534: xml generic message 1
18535:
18536: * src/classes/table.C: ^table::load empty lines or #comments before
18537: headline
18538:
18539: * src/: include/pa_array.h, include/pa_globals.h,
18540: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18541: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18542: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18543: errors 0
18544:
18545: 2002-01-16 paf
18546:
18547: * src/: classes/hash.C, classes/op.C, classes/string.C,
18548: classes/table.C, classes/void.C, classes/xdoc.C,
18549: include/pa_db_connection.h, include/pa_request.h,
18550: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18551: include/pa_stylesheet_connection.h,
18552: include/pa_stylesheet_manager.h, main/pa_request.C,
18553: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18554: targets/cgi/pool_storage.h: auto closers to sql_connection,
18555: stylesheet_connection auto destroyers to remaining gnome objects
18556:
18557: * src/classes/xdoc.C: few comments
18558:
18559: 2002-01-15 paf
18560:
18561: * src/classes/xdoc.C: xdoc file save string
18562:
18563: ready. todo: error handling
18564:
18565: * src/classes/xdoc.C: xdoc save rewritten using
18566: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18567: result
18568:
18569: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18570: started output options parsing
18571:
18572: 2002-01-14 paf
18573:
18574: * src/classes/xdoc.C: method
18575:
18576: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18577: include/pa_pool.h, include/pa_stylesheet_connection.h,
18578: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18579: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18580: xslt transform0. TODO: use output options handle errors
18581:
18582: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18583:
18584: 2002-01-11 paf
18585:
18586: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18587: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18588: partial logical && || evaluation
18589:
18590: * src/classes/xnode.C: xpath selectNodes
18591:
18592: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18593: string/number/bool
18594:
18595: * src/classes/xnode.C: xpath selectNode 2
18596:
18597: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18598: xpath selectNode 1
18599:
18600: 2002-01-10 paf
18601:
18602: * src/classes/xnode.C: xpath selectNode -100 [just written]
18603:
18604: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18605: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18606: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18607: refcounter]
18608:
18609: 2001-12-29 paf
18610:
18611: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18612: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18613: glib works 0
18614:
18615: 2001-12-28 paf
18616:
18617: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18618: main/pa_exception.C: started glib transcoders
18619:
18620: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18621:
18622: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18623: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18624: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18625: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18626: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18627: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18628: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18629: libs just compiled in. no refcounting no xpath no xslt yet
18630:
18631: 2001-12-27 paf
18632:
18633: * src/: include/pa_charset.h, include/pa_common.h,
18634: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18635: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18636: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18637: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18638: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18639: from xalan&xerces, started the process. globals [initialization
18640: pool [charset update charset [transcodings vxnode vxdoc [DOM
18641: calls
18642:
18643: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18644: anymore
18645:
18646: 2001-12-26 paf
18647:
18648: * src/: include/pa_charset.h, include/pa_charsets.h,
18649: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18650: key globalized [bug]
18651:
18652: 2001-12-25 paf
18653:
18654: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18655: main/pa_string.C: table set & append changed splitting languages,
18656: separators now can be clean AND as-is same to mail command line
18657: $MAIN:MAIL.progX arguments
18658:
18659: 2001-12-24 paf
18660:
18661: * src/classes/mail.C: one parted text messages - no multipart
18662: mime-type anymore. for convinient if $.attach-ments
18663:
18664: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18665: main/pa_string.C: read from cache size check updated
18666:
18667: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18668:
18669: 2001-12-21 paf
18670:
18671: * src/classes/date.C: date:sql-string now returns localtime
18672:
18673: * src/main/pa_request.C: $result in @main actually not working, to
18674: hell with it for now
18675:
18676: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18677: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18678: @postprocess @exception
18679:
18680: * src/main/execute.C: junction evaluation canceled - endless
18681: recursion detected
18682:
18683: 2001-12-19 paf
18684:
18685: * src/main/pa_charset.C: charset->charset transcoding via unicode
18686: intermediate
18687:
18688: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18689:
18690: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18691:
18692: * src/classes/op.C: ^cache keypath now relative
18693:
18694: * src/classes/mail.C: changed weighting prior to sort
18695:
18696: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18697: were missing
18698:
18699: 2001-12-17 paf
18700:
18701: * src/main/pa_charset.C: ifndef XML were bad type
18702:
18703: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18704: outdated unset services_pool
18705:
18706: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18707: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18708: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18709:
18710: * src/main/untaint.C: allowed space in filespec
18711:
18712: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18713:
18714: * src/classes/image.C: no govno
18715:
18716: * src/classes/image.C: govno
18717:
18718: 2001-12-16 paf
18719:
18720: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18721:
18722: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18723: charset_connection&manager replaced by charset&charsets
18724:
18725: * src/main/pa_charset.C: name_cstr 0
18726:
18727: * src/main/untaint.C: uri lang now knows about client/source
18728: charsets
18729:
18730: * src/: classes/file.C, classes/math.C, classes/op.C,
18731: classes/string.C, classes/table.C, classes/xdoc.C,
18732: include/pa_array.h, include/pa_cache_managers.h,
18733: include/pa_charset_connection.h, include/pa_charset_manager.h,
18734: include/pa_common.h, include/pa_db_connection.h,
18735: include/pa_db_manager.h, include/pa_db_table.h,
18736: include/pa_dictionary.h, include/pa_exception.h,
18737: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18738: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18739: include/pa_sapi.h, include/pa_socks.h,
18740: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18741: include/pa_string.h, include/pa_stylesheet_connection.h,
18742: include/pa_stylesheet_manager.h, include/pa_table.h,
18743: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18744: main/pa_charset.C, main/pa_charset_connection.C,
18745: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18746: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18747: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18748: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18749: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18750: types/types.dsp: introducing Charset
18751:
18752: 2001-12-14 paf
18753:
18754: * src/: include/pa_request.h, include/pa_transcoder.h,
18755: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18756: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18757: uri lang
18758:
18759: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18760:
18761: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18762:
18763: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18764: defalts_name global
18765:
18766: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18767: include/pa_request.h, main/main.dsp,
18768: main/pa_charset_connection.C, main/pa_charset_manager.C,
18769: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18770: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18771: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18772: changed charset model. now important: $request:charset
18773: $response:charset while $response:content-type.charset become
18774: unimportant [informational]
18775:
18776: 2001-12-13 paf
18777:
18778: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18779:
18780: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18781: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18782: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18783: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18784: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18785: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18786:
18787: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18788: auto_ptr part other way, because of stupid gcc 2.96
18789: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18790: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18791: FormatterListener] /usr/include/g++-3/memory:48:
18792: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18793: _Tp1 = FormatterListener, _Tp = FormatterListener]
18794:
18795: * src/classes/xdoc.C: removed extra inc
18796:
18797: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18798:
18799: * src/include/pa_types.h: msvc head debugging flag
18800:
18801: * src/classes/xdoc.C: freed up listener
18802:
18803: * src/classes/string.C: change msg '... code is not code'
18804:
18805: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18806: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18807: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18808: [past/future prob]
18809:
18810: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18811: include/pa_config_fixed.h, include/pa_db_manager.h,
18812: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18813: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18814:
18815: * src/: include/pa_config_fixed.h, main/pa_common.C,
18816: main/pa_string.C: removed signed mismatch warnings
18817:
18818: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18819: 'expires' from header outputs
18820:
18821: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18822: row ptr
18823:
18824: * src/classes/file.C: file::cgi bug, request_method were passed to
18825: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18826:
18827: * src/classes/xdoc.C: lang list updated
18828:
18829: 2001-12-10 paf
18830:
18831: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18832:
18833: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18834: erase files like that, knowing their full name introducing //
18835: theoretical problem with, for instance, "_2B" and "." fragments,
18836: // they would yield the same // because
18837: need_file_encode('_')=false // but we need to delete such files
18838: somehow, getting names from ^index
18839:
18840: * src/main/pa_string.C: ^string.replace bug fixed [bad
18841: string::join_chank break]
18842:
18843: 2001-12-07 paf
18844:
18845: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18846: include/pa_common.h, include/pa_config_auto.h.in,
18847: include/pa_config_fixed.h, include/pa_config_includes.h,
18848: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18849: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18850: types/pa_vhashfile.C: merged from r14_simple_cache
18851:
18852: * src/main/pa_string.C: stupid sparc architecture failed to access
18853: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18854: lduh [ %i2 + 1 ], %l0
18855:
18856: bus error, fixed that
18857:
18858: * src/main/pa_string.C: strange string deserialize bug on
18859: client[pmts], a bit shortened,
18860:
18861: * src/include/pa_config_auto.h.in: makes
18862:
18863: * src/: include/pa_common.h, include/pa_config_fixed.h,
18864: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18865: file write shared lock file read
18866:
18867: * src/: classes/op.C, include/pa_common.h,
18868: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18869:
18870: 2001-12-06 paf
18871:
18872: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18873: main/pa_request.C: #ifdef RESOURCES_DEBUG
18874:
18875: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18876: info
18877:
18878: * src/classes/hashfile.C: removed transaction from ^cache
18879:
18880: 2001-12-05 paf
18881:
18882: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18883: IIS5 there were a prob with illegal call check
18884:
18885: 2001-12-04 paf
18886:
18887: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18888: main/pa_request.C: measures to log
18889:
18890: 2001-11-23 paf
18891:
18892: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18893: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18894: types/pa_vhashfile.C: merged from _0014, 1
18895:
18896: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18897: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18898: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18899: ^cache(33) would change
18900:
18901: 0660 bits in file_write & hashfile create
18902:
18903: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18904: after pa_string optimization]
18905:
18906: 2001-11-22 paf
18907:
18908: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18909: table.offset[whence]
18910:
18911: * src/classes/op.C: process cstr(,connection)
18912:
18913: * src/classes/op.C: process now gets its body on current language,
18914: not as-is
18915:
18916: * src/main/untaint.C: ORIGINS mode removed UHTML
18917:
18918: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18919: bit
18920:
1.116 moko 18921: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18922:
18923: 2001-11-21 paf
18924:
18925: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18926: <xsl:output output options made identical to xsl:output
18927: attributes exclusion: cdata-section-elements what xalan can do
18928: but that not used now: it can escape and remove CDATA sections
18929:
18930: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18931: produced by xslt
18932:
18933: * src/targets/cgi/parser3.C: removed debug cgi||1
18934:
18935: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18936:
18937: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18938: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18939: default language for {code}, it happen to change it's language
18940: from CLEAN, so later refused to split by CLEAN \t
18941:
18942: 2001-11-20 paf
18943:
1.116 moko 18944: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18945: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18946: bottom of dependeces, so that errors would popup quicklier, fixed
18947: line numbering in table::sql
18948:
18949: 2001-11-19 paf
18950:
18951: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18952: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18953: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18954: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18955: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18956: at wcontext.write
18957:
1.116 moko 18958: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18959: _set_new_handler
18960:
1.116 moko 18961: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18962: set_new_handler in apache&isapi
1.95 moko 18963:
18964: 2001-11-16 paf
18965:
18966: * src/targets/cgi/parser3.C: pool debug @ die
18967:
18968: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18969: removed 8 bytes from String, 2 bytes from
18970: string::chunk::row::item
18971:
18972: * src/main/pa_string.C: removed 1+4 bytes from String
18973:
18974: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18975: types/pa_vstring.C: removed 1+4 bytes from String
18976:
18977: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18978: 0
18979:
18980: * src/: include/pa_globals.h, include/pa_string.h,
18981: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18982: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18983: targets/cgi/parser3.C: introducing estimating
18984: String::cstr_bufsize, 0
18985:
18986: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18987:
18988: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18989:
18990: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18991: include/pa_pool.h: die in pool::fail
18992:
18993: 2001-11-15 paf
18994:
18995: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18996: main/pa_exception.C, targets/cgi/parser3.C: exception with
18997: dynamic buffer re-back now with counter
18998:
18999: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19000: static buffer back
19001:
19002: * src/targets/cgi/parser3.C: std::
19003:
19004: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19005: include/pa_config_includes.h: setnewhandler check
19006:
1.116 moko 19007: * src/include/pa_config_auto.h.in: makes
1.95 moko 19008:
19009: * src/targets/cgi/parser3.C: set_new_handler started
19010:
19011: 2001-11-14 paf
19012:
19013: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19014: was wrong
19015:
19016: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19017: was wrong
19018:
19019: * src/main/pa_request.C: z
19020:
19021: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19022: full returns win32 -1 solaris >buffer_size
19023:
19024: checked all that
19025:
19026: * src/classes/op.C: ^untaint{body} as-is default now
19027:
19028: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19029: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19030: with no_bad_constructors_try
19031:
19032: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19033: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19034: this: $bred[^string::length[]] $bred[^response::clear[]]
19035: $bred[^int::int[]]
19036:
19037: now VObject creation moved into overriden
19038: VClass::create_new_value, thus 0 from create_new_value means that
19039: class has no ctors
19040:
19041: 2001-11-13 paf
19042:
19043: * src/classes/classes.C: returned accedently removed if in foreach
19044: callbacks [when hash no-0-restructure]
19045:
19046: 2001-11-12 paf
19047:
19048: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19049: passed as-is to method, xalan makes & into & itself
19050:
19051: * src/classes/date.C: date.roll parser2 alg used
19052:
19053: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19054: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19055: main/pa_dictionary.C, main/pa_hash.C,
19056: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19057: now does not containt 0 values. put 0 actullay removes. no check
19058: on 0 value in foreach now required
19059:
19060: 2001-11-11 paf
19061:
19062: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19063:
19064: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19065:
19066: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19067: driver initialize not const
19068:
19069: 2001-11-10 paf
19070:
19071: * src/main/pa_exec.C: doc
19072:
19073: 2001-11-09 paf
19074:
19075: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19076: param properly
19077:
19078: * src/classes/string.C: string.save now does untainting before
19079: saving
19080:
19081: * src/main/pa_common.C: line endings fixing fixed last piece[was
19082: still cstr oriented]
19083:
19084: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19085: line endings fixing got rid of cstr, now must work ok with post
19086: multipart
19087:
19088: * src/types/pa_vform.C: line endings fixed at post / multipart /
19089: not file also now
19090:
19091: 2001-11-08 paf
19092:
19093: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19094: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19095: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19096: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19097: main/pa_stylesheet_manager.C: restructured Cache manager to be
19098: simple parent, not second parent [gcc 2.96 strangly refused to
19099: call virtual from second parent]
19100:
1.116 moko 19101: * src/: include/pa_common.h, main/Makefile.am,
19102: targets/cgi/pa_pool.C: makes
1.95 moko 19103:
19104: * src/: include/pa_request.h, main/pa_request.C,
19105: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19106: 'status' class enabler
19107:
19108: <Location /parser-status.html> ParserStatusAllowed </Location>
19109:
19110: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19111: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19112: include/pa_stylesheet_manager.h, main/main.dsp,
19113: main/pa_cache_managers.C, main/pa_charset_manager.C,
19114: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19115: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19116: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19117: todo: apache 'status' class enabler
19118:
19119: 2001-11-05 paf
19120:
19121: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19122: debug to normal
19123:
19124: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19125: hence i removed skipping 0 values in hash::for_each-es we need to
19126: check cleaned cache items manually. few more checks.
19127:
19128: expiring to 0 time was wrong, changed to 'now' time
19129:
19130: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19131: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19132: on apache already done :)
19133:
19134: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19135: skipping 0 values in hash::for_each-es we need to check cleaned
19136: cache items manually
19137:
19138: * src/main/: pa_db_connection.C, pa_db_table.C:
19139: parser_multithreaded check was wrong
19140:
19141: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19142: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19143: classes/hashfile.C, classes/image.C, classes/int.C,
19144: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19145: classes/string.C, classes/table.C, classes/void.C,
19146: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19147: include/pa_array.h, include/pa_charset_connection.h,
19148: include/pa_charset_manager.h, include/pa_common.h,
19149: include/pa_config_fixed.h, include/pa_config_includes.h,
19150: include/pa_db_connection.h, include/pa_db_manager.h,
19151: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19152: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19153: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19154: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19155: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19156: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19157: include/pa_stack.h, include/pa_string.h,
19158: include/pa_stylesheet_connection.h,
19159: include/pa_stylesheet_manager.h, include/pa_table.h,
19160: include/pa_threads.h, include/pa_types.h, main/compile.C,
19161: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19162: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19163: main/pa_charset_manager.C, main/pa_common.C,
19164: main/pa_db_connection.C, main/pa_db_manager.C,
19165: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19166: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19167: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19168: main/pa_socks.C, main/pa_sql_driver_manager.C,
19169: main/pa_status_provider.C, main/pa_string.C,
19170: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19171: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19172: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19173: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19174: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19175: targets/isapi/pool_storage.h, types/pa_valiased.C,
19176: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19177: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19178: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19179: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19180: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19181: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19182: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19183: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19184: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19185: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19186: types/pa_vstateless_object.h, types/pa_vstatus.h,
19187: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19188: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19189: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19190: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19191: $status:db fixed used not initialized in db_connection & db_table
19192:
19193: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19194: $status:charset
19195:
19196: * src/: classes/xdoc.C, include/pa_db_connection.h,
19197: include/pa_stylesheet_connection.h,
19198: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19199: types/pa_vstatus.h: $status:stylesheet
19200:
19201: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19202: include/pa_request.h, include/pa_sql_connection.h,
19203: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19204: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19205: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19206: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19207: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19208: types/pa_vxnode.C, types/types.dsp: started status parser class
19209:
19210: 2001-11-01 paf
19211:
19212: * src/include/pa_config_auto.h.in: makes
19213:
19214: * src/main/pa_hash.C: removed old extra include
19215:
19216: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19217: checks [for hp, there are such in math.h]
19218:
19219: * src/classes/op.C: ^for endless loop check strightened
19220:
19221: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19222: behavior in native calls. it left unchanged, so ^for ^foreach &
19223: co can use r.root to write their i & key,value there
19224:
19225: * src/classes/op.C: detected for var storage bug, fixed.
19226: todo:foreach
19227:
19228: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19229: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19230: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19231: changing of hash inside of foreach
19232:
19233: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19234: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19235: were hash.foreach
19236:
19237: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19238: types/pa_vstring.C, types/pa_vstring.h:
19239: ^foreach[key|value]{body}[[separator]|{separator}]
19240:
19241: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19242: types/pa_vcookie.C: ^hash.delete[key]
19243:
19244: 2001-10-31 paf
19245:
19246: * src/main/: compile.C, pa_common.C: completely empty file now
19247: considered "read", not ignored [not perfect trick used]
19248:
19249: * src/main/pa_common.C: simplier common ifdefs
19250:
19251: * src/main/pa_common.C: typing bug in common - bad ifdeff
19252:
19253: * src/main/pa_db_connection.C: z
19254:
19255: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19256: lockdetector flags
19257: dbenv.lk_detect=DB_LOCK_RANDOM;
19258:
19259: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19260: from accidental show [imagine user forgot @exception]
19261:
19262: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19263:
19264: * src/: classes/file.C, classes/image.C, classes/mail.C,
19265: classes/string.C, classes/xnode.C, include/pa_common.h,
19266: main/pa_common.C: ^string.save[[append;]path]
19267:
19268: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19269: main/execute.C: \ in expression: int divide 10/3=3
19270:
19271: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19272: inside of ^cache
19273:
19274: * src/: include/pa_threads.h, main/pa_db_connection.C,
19275: main/pa_db_table.C, targets/cgi/pa_threads.C,
19276: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19277: needed
19278:
19279: 2001-10-30 paf
19280:
19281: * src/: classes/classes.dsp, main/main.dsp,
19282: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19283: types/types.dsp: enabled debug incremental compile
19284:
19285: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19286: form post data line endings not reformatted now.
19287:
19288: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19289: now required [had bug when file= has no value]
19290:
19291: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19292: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19293: cstr(asis) default param removed
19294:
19295: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19296:
19297: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19298:
19299: * src/include/pa_dir.h: LOAD_DIR fixed
19300:
19301: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19302: was broken} fix_line_breaks
19303:
19304: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19305: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19306: packed with #pragma pack
19307:
1.116 moko 19308: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19309:
19310: 2001-10-29 paf
19311:
19312: * src/types/pa_wcontext.h: bitfield syntax stricter
19313:
19314: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19315: string hash.puts
19316:
19317: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19318:
19319: * src/include/pa_sql_connection.h: there were one wrong
19320: SQL_CONNECTION_FUNC_GUARDED [failed]
19321:
19322: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19323: param.someday either ifdef or remove it
19324:
19325: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19326:
19327: * src/main/untaint.C: optimizing returned after debugging
19328:
19329: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19330: main/untaint.C: memory hunging #pragma pack(1)
19331:
19332: 16 419 844 13 169 394
19333:
19334: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19335: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19336: places [todo:Array]
19337:
19338: * src/: main/execute.C, targets/cgi/pa_pool.C,
19339: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19340: types/pa_wwrapper.h: debugging memory WContext flags to bits
19341:
19342: total 5 652 652/158731 total 5 469 332/158731
19343:
19344: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19345: Array:: without cache in get/put now
19346:
19347: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19348: 18:25:27 2001] total 5 652 652/158731
19349:
19350: * src/: include/pa_string.h, main/pa_string.C,
19351: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19352: now
19353:
19354: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19355: 18:11:53 2001] total 5796092/158731
19356:
19357: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19358: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19359: key ref now
19360:
19361: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19362: 17:11:17 2001] total 16867948/202658
19363:
19364: * src/: classes/file.C, classes/image.C, classes/string.C,
19365: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19366: main/execute.C, main/pa_array.C, main/pa_common.C,
19367: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19368: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19369: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19370: string::as_int/double now usually uses stack, not heap [200K out
19371: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19372:
19373: * src/main/pa_sql_driver_manager.C: ping to have services [old
19374: hiding bug]
19375:
19376: * src/Makefile.am: .am order
19377:
19378: * src/: include/pa_array.h, include/pa_charset_manager.h,
19379: include/pa_db_connection.h, include/pa_db_manager.h,
19380: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19381: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19382: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19383: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19384: required "friend class"
19385:
19386: ../include/pa_request.h:51: friend declaration requires
19387: class-key, i.e. `friend class Temp_lang'
19388:
19389: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19390: main/pa_exception.C, main/pa_sql_driver_manager.C,
19391: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19392:
19393: the idea is to #1 jump to C++ some function to main body, where
19394: every function stack frame has exception unwind information and
19395: from there... #2 propagate_exception()
19396:
19397: 2001-10-28 paf
19398:
19399: * src/main/pa_db_connection.C: removed old consts
19400:
19401: * src/main/pa_db_connection.C: expire table [was accidently pasted
19402: with wrong type/cast]
19403:
19404: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19405: translation
19406:
1.116 moko 19407: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19408: remember to build DB2 with -fexceptions!!!
19409:
19410: * src/main/pa_db_table.C: DB_RMW defed
19411:
19412: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19413: include/pa_db_connection.h, include/pa_db_manager.h,
19414: include/pa_db_table.h, main/pa_db_connection.C,
19415: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19416:
19417: 2001-10-27 paf
19418:
19419: * src/: classes/hashfile.C, include/pa_db_connection.h,
19420: include/pa_db_table.h, main/pa_db_connection.C,
19421: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19422: types/pa_vhashfile.C: DB2 ifdefs
19423:
1.116 moko 19424: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19425: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19426: makes with DB2
19427:
1.116 moko 19428: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19429: types/Makefile.am: makes db
1.95 moko 19430:
19431: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19432: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19433: globals.C
19434:
19435: * src/: classes/hashfile.C, include/pa_db_connection.h,
19436: include/pa_db_table.h, main/pa_db_connection.C,
19437: main/pa_db_table.C: ^hashfile.clear[]
19438:
19439: * src/classes/classes.awk: no $ in var names
19440:
19441: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19442: connection&table [forgotten calls]
19443:
19444: 2001-10-26 paf
19445:
19446: * src/main/pa_db_connection.C: db checkpoints
19447:
19448: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19449: checkpoints
19450:
19451: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19452: default. but entities still reparsed. todo: tothink
19453:
19454: * src/main/pa_db_connection.C: db recover mech 2
19455:
19456: * src/: classes/hashfile.C, include/pa_db_connection.h,
19457: include/pa_db_manager.h, include/pa_db_table.h,
19458: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19459: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19460: types/pa_vhashfile.h: db connections & tables now cached at
19461: create time & multithreaded
19462:
19463: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19464: parsed_source
19465:
19466: * src/main/pa_db_connection.C: about to remove connection from
19467: vhashfile
19468:
19469: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19470: transaction commit/rollback responsibility left to parent [as it
19471: sould - else there were a bug with double free]
19472:
19473: * src/include/pa_db_table.h: db: child transaction commit/rollback
19474: responsibility left to parent [as it sould - else there were a
19475: bug with double free]
19476:
19477: 2001-10-25 paf
19478:
19479: * src/: classes/hashfile.C, include/pa_common.h,
19480: include/pa_db_connection.h, include/pa_db_manager.h,
19481: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19482: types/pa_vhashfile.C, types/pa_vhashfile.h,
19483: include/pa_db_table.h, main/pa_db_table.C: started db_home
19484: [multiple, cached] todo: autorecover [tried, but not succeded,
19485: yet]
19486:
19487: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19488:
19489: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19490: transaction parent passed
19491:
19492: 2001-10-24 parser
19493:
1.116 moko 19494: * src/classes/Makefile.am: makes
1.95 moko 19495:
19496: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19497: isapi/pool_storage.h: pool_storage fixed
19498:
19499: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19500: types/pa_vform.h: form fix_line_breaks
19501:
1.116 moko 19502: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19503:
19504: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19505: targets/cgi/pool_storage.h: makes
19506:
19507: * src/sql/pa_sql_driver.h: version
19508:
19509: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19510: types/pa_vform.C, types/pa_vform.h: .am
19511:
19512: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19513: this: DB_RMW Acquire write locks instead of read locks when doing
19514: the retrieval. Setting this flag may decrease the likelihood of
19515: deadlock during a read-modify-write cycle by immediately
19516: acquiring the write lock during the read part of the cycle so
19517: that another thread of control acquiring a read lock for the same
19518: item, in its own read-modify-write cycle, will not result in
19519: deadlock
19520:
19521: * src/targets/isapi/parser3isapi.dsp: doc
19522:
19523: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19524:
19525: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19526:
19527: * src/: classes/hashfile.C, include/pa_db_connection.h,
19528: main/pa_db_connection.C: hashfile expired deleted from db when
19529: get & iterate
19530:
19531: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19532: expiring 1
19533:
19534: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19535:
19536: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19537: db_connection not bothers with key when not returning expired
19538: data
19539:
19540: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19541: types/pa_vhashfile.C: db_cursor constructor public now
19542:
19543: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19544: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19545: stamped, todo: put_element analize
19546:
19547: * src/: include/pa_db_connection.h, include/pa_string.h,
19548: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19549: serialize. todo stamp
19550:
19551: 2001-10-23 parser
19552:
19553: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19554: classes/image.C, classes/mail.C, classes/response.C,
19555: classes/string.C, classes/table.C, classes/xdoc.C,
19556: include/pa_config_fixed.h, include/pa_db_connection.h,
19557: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19558: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19559: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19560: types/pa_vtable.C: ^hashfile.hash[]
19561:
19562: * src/: classes/hashfile.C, classes/xdoc.C,
19563: include/pa_config_fixed.h, main/pa_db_manager.C,
19564: main/pa_globals.C: ifdefs so it compiled without db
19565:
19566: * src/: classes/hashfile.C, include/pa_db_connection.h,
19567: include/pa_db_manager.h, main/pa_db_connection.C,
19568: main/pa_db_manager.C, types/pa_vhashfile.h:
19569: ^hashfile.transaction{code} ^hashfile:clear[filename]
19570: ^hashfile.delete[key]
19571:
19572: 2001-10-22 parser
19573:
19574: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19575: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19576:
19577: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19578: classes/xnode.C, include/pa_charset_connection.h,
19579: include/pa_db_connection.h, include/pa_db_manager.h,
19580: include/pa_exception.h, include/pa_sapi.h,
19581: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19582: include/pa_stylesheet_connection.h,
19583: include/pa_stylesheet_manager.h,
19584: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19585: main/pa_db_connection.C, main/pa_db_manager.C,
19586: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19587: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19588: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19589: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19590: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19591: types/types.dsp: hashfile 0
19592:
19593: * src/types/pa_vhashfile.C: z
19594:
19595: * src/: classes/classes.dsp, classes/hashfile.C,
19596: include/pa_config_fixed.h, main/execute.C,
19597: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19598: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19599:
19600: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19601:
19602: * src/: include/pa_exception.h, include/pa_request.h,
19603: main/execute.C, main/pa_exception.C, main/pa_request.C,
19604: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19605: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19606:
19607: 2001-10-19 parser
19608:
19609: * src/include/pa_pool.h: header
19610:
19611: * src/main/pa_pool.C: auto compiled on gcc
19612:
19613: * src/classes/image.C: comment
19614:
1.116 moko 19615: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19616:
19617: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19618: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19619: types/pa_vxnode.h: xnode clone got freed
19620:
19621: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19622: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19623: can free up xalandomstring resulting from pool::transcode
19624:
19625: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19626: include/pa_config_fixed.h, include/pa_exception.h,
19627: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19628: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19629: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19630: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19631: from non-xml compile
19632:
19633: * src/main/pa_request.C: pool:: context - get_context
19634:
19635: * src/: classes/classes.h, classes/date.C, classes/double.C,
19636: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19637: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19638: classes/string.C, classes/table.C, classes/void.C,
19639: include/pa_config_fixed.h, include/pa_exception.h,
19640: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19641: main/compile.C, main/compile_tools.C, main/execute.C,
19642: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19643: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19644: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19645: main/pa_string.C, main/pa_table.C, main/untaint.C,
19646: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19647: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19648: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19649: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19650: types/pa_vstateless_class.h, types/pa_vtable.C,
19651: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19652: exceptions 0
19653:
19654: * src/classes/classes.awk: $ removed
19655:
19656: 2001-10-18 parser
19657:
19658: * src/types/pa_vcookie.C: cookie:CLASS
19659:
19660: * src/main/main.dsp: project
19661:
19662: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19663: set_document & ctor question "who owns document" solved
19664:
19665: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19666:
19667: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19668: main/pa_pool.C: encoding in dom creating funcs
19669:
19670: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19671: be transformed now
19672:
19673: * src/classes/xdoc.C: dom created by create can be transformed now
19674:
19675: * src/classes/xdoc.C: z
19676:
19677: * src/classes/xdoc.C: comment
19678:
19679: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19680: create now uses XercesDocumentBridge, appendChild&co now works
19681:
19682: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19683: @ recompile
19684:
19685: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19686: $origin @exception[
19687:
19688: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19689: tag names forced to XML lang
19690:
19691: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19692: leechy-found bugs in code&doc fixed
19693:
19694: 2001-10-17 parser
19695:
19696: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19697: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19698: n functionality preserved
19699:
19700: * src/types/pa_vimage.h: removed unused vimage::save
19701:
19702: 2001-10-16 parser
19703:
19704: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19705:
19706: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19707:
19708: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19709:
19710: * src/classes/image.C: image.copy tolerance
19711:
19712: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19713: ineffective, but works for small paleted image
19714:
19715: * src/types/pa_vimage.C: comment
19716:
19717: * src/classes/image.C: gd size/resize bugfix
19718:
19719: * src/: classes/classes.dsp, main/main.dsp,
19720: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19721: types/types.dsp: ident >nul 2>&1
19722:
19723: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19724: systems
19725:
19726: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19727: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19728:
19729: 2001-10-15 parser
19730:
19731: * src/main/execute.C: z
19732:
19733: * src/classes/: xdoc.C: !::create{qualifiedName}
19734:
19735: * src/types/pa_vxnode.C: document_type_node.
19736: !readonly attribute DOMString name
19737: !notation_node.
19738: !readonly attribute DOMString publicId
19739: !readonly attribute DOMString systemId
19740:
1.116 moko 19741: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19742: ::write badly passed string too transparently [failed to
19743: intercept it]
1.95 moko 19744:
19745: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19746: include/pa_request.h, main/pa_sql_driver_manager.C,
19747: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19748: types/pa_vxnode.h: DOM1 major addtion, only few
19749: attributes/methods left
19750:
19751: 2001-10-13 parser
19752:
19753: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19754: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19755: in main handler
19756:
19757: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19758: cleanups & frees order
19759:
19760: * src/types/pa_vcode_frame.h: couple comments
19761:
19762: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19763: transparent enough to handle hash if creation&passing
19764:
19765: * src/: include/pa_config_fixed.h, main/execute.C,
19766: main/pa_exception.C: noticed that vcodeframe not transparent
19767: enough, would change now
19768:
19769: 2001-10-12 parser
19770:
19771: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19772: fixed. initialization&free on each thread!
19773:
19774: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19775: handling changed: now type of default param analized always, not
19776: only at problem time, thus helping early problem spotting
19777:
19778: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19779: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19780: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19781: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19782: multithread bug fixed. initialization&free on each thread!
19783:
19784: 2001-10-11 parser
19785:
19786: * src/classes/xnode.C: xnode.selectSingle now
19787:
19788: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19789: include/pa_pool.h, include/pa_stylesheet_connection.h,
19790: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19791: convertors out of Pool into Exception
19792:
19793: * src/main/pa_string.C: const
19794:
19795: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19796: linked pieces of same language together prior to String::replace
19797:
19798: * src/classes/hash.C: !^hash.add[addme]
19799: !^hash.sub[subme]
19800: !^a.union[b] = new
19801: !^a.intersection[b] = new
19802: !^a.intersects[b] = bool
19803:
19804: * src/classes/hash.C: !^hash::append[append_from]
19805:
19806: * src/: classes/hash.C, types/pa_vhash.h:
19807: !^hash::create[[copy_from]]
19808:
19809: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19810: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19811: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19812: fixed. got rid of empty_string, which caused errors - it hasnt
19813: exception but somebody[value.bark] tried to throw it on it's pool
19814:
1.116 moko 19815: * src/include/pa_config_auto.h.in: makes
1.95 moko 19816:
19817: 2001-10-10 parser
19818:
19819: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19820:
19821: * src/main/: compile.tab.C, compile.y: ^a[
19822:
19823: @next_method << now unclosed ] would be reported here
19824:
19825: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19826: compile error
19827:
19828: 2001-10-09 parser
19829:
1.116 moko 19830: * src/: classes/Makefile.am, main/Makefile.am,
19831: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19832:
19833: * src/classes/Makefile.am: makes
19834:
19835: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19836: win32 errors intercepted [xalan transformer patched and
19837: incorporated]
19838:
19839: * src/: classes/classes.dsp, classes/xdoc.C,
19840: include/pa_stylesheet_connection.h, main/main.dsp,
19841: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19842: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19843: patches starting
19844:
19845: * src/classes/: string.C, table.C: ^string.save[file]
19846:
19847: * src/classes/: date.C, table.C: calendar moved to date
19848:
19849: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19850: string/table] now
19851:
19852: * src/classes/: op.C, table.C: z
19853:
19854: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19855: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19856: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19857: be code [be string..]
19858:
19859: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19860: table.C: lots of
19861: params->as_int/double/as_string/as_junction/as_no_junction
19862: messages added
19863:
19864: 2001-10-08 parser
19865:
19866: * src/: classes/date.C, classes/image.C, classes/string.C,
19867: classes/table.C, classes/void.C, include/pa_request.h:
19868: params->as_int/double message added
19869:
19870: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19871:
19872: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19873: image:sector removed image:html internal "line-*" attribs
19874:
19875: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19876: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19877:
19878: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19879: way
19880:
19881: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19882: main/untaint.C: header untainting to UL_HTTP_HEADER,
19883: UL_MAIL_HEADER made nonforced [only tainted pieces]
19884:
19885: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19886: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19887: @ SAPI::log
19888:
19889: * src/main/untaint.C: \r to ' ' in origins mode
19890:
19891: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19892: set]
19893:
19894: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19895: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19896: nonstandard liaison freed up
19897:
19898: 2001-10-07 parser
19899:
19900: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19901: project
19902:
19903: 2001-10-05 parser
19904:
19905: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19906: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19907: from outputing to cerr. lots of "todos"
19908:
19909: * src/main/untaint.C: http_header tainting more gentle with
19910: enquoting now
19911:
19912: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19913: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19914: xml errorhandler. fixed string.replace a little, read @test
19915:
19916: * src/main/pa_string.C: found replace bug - first_that_starts(char
19917: *) does not have limit, and looks further eos, fixing....
19918:
19919: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19920:
19921: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19922:
19923: * src/main/: pa_charset_connection.C: ctype another mem clear
19924: bugfix
19925:
1.116 moko 19926: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19927: $result[^[$p^]z] now works fine
1.95 moko 19928:
19929: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19930: wrong. fixed it
19931:
19932: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19933: of totable appered to be vital
19934:
19935: 2001-10-04 parser
19936:
19937: * src/classes/image.C: ^image.length[text]
19938:
19939: 2001-10-03 parser
19940:
19941: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19942:
19943: * src/main/pa_request.C: restored pcre defaulting in request
19944: [mindlessly "optimized" yesterday] comment left
19945:
19946: 2001-10-02 parser
19947:
19948: * src/: main/pa_charset_manager.C,
19949: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19950: needed
19951:
19952: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19953: forgot non-xml pool.*charset needed
19954:
19955: * src/classes/table.C: # config comments fixed
19956:
19957: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19958: charset_connection #comment now
19959:
19960: * src/: classes/classes.dsp, types/types.dsp: release projects
19961: options fixed to use release msvcrt lib
19962:
19963: * src/main/pa_charset_connection.C: pcre tables now const inside
19964: removed default - pcre handles that internally fixed bug on
19965: not-cleaning tables [previously was calloced, now member]
19966:
19967: * src/: include/pa_request.h, main/pa_charset_connection.C,
19968: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19969: inside removed default - pcre handles that internally fixed bug
19970: on not-cleaning tables [previously was calloced, now member]
19971:
19972: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19973: tested charset reload on file change @ apache version = OK tested
19974: freeing up prev encoding on adding new = OK
19975:
19976: 2001-10-01 parser
19977:
19978: * src/main/pa_charset_connection.C: removed entitify external hack
19979: [internal installed]
19980:
1.116 moko 19981: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19982:
19983: * src/: include/pa_charset_connection.h,
19984: include/pa_charset_manager.h,
19985: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19986: main/pa_charset_connection.C, main/pa_charset_manager.C,
19987: main/pa_request.C: charset loading & caching mech 0
19988:
19989: * src/: include/pa_stylesheet_connection.h,
19990: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19991: main/pa_globals.C, main/pa_request.C: would make charset loading
19992: & caching mech now
19993:
19994: 2001-09-30 parser
19995:
19996: * src/main/pa_request.C: forgot to fill toTable
19997:
19998: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19999: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20000: failed on win32 for now..
20001:
20002: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20003: now charsets table configuration variable is: CHARSETS
20004:
20005: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20006: ctype with unicode 1. todo: no П entities on output somehow
20007:
20008: * src/: classes/file.C, classes/op.C, classes/string.C,
20009: include/pa_request.h, main/pa_request.C: started ctype with
20010: unicode values
20011:
20012: 2001-09-28 parser
20013:
20014: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20015: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20016: string passed AS-IS now
20017:
20018: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20019: way of user-configuring... todo: implement
20020:
20021: 2001-09-27 parser
20022:
20023: * src/classes/table.C: table.sort changed to sort table itself
20024:
20025: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20026: X^.getElementsByTagName[tagname] = array of xnode
20027: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20028: nodes removed - regretfully not supported @ xalan. maybe someday
20029: would reimplement, if needed.
20030:
20031: win32build system: solved long waiting anti-non-started-apache
20032: problem
20033:
20034: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20035: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20036: types/types.dsp: win32 ident make system so not to rebuild
20037: library [ident.C.new]
20038:
20039: 2001-09-26 parser
20040:
20041: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20042: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20043: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20044: types/pa_vxnode.C, types/types.dsp: z
20045:
20046: * src/classes/classes.C: forgot one non-xml check
20047:
1.116 moko 20048: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20049: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20050:
20051: * src/targets/cgi/parser3.C: z
20052:
20053: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20054: targets/isapi/parser3isapi.C: #ifdef SMTP
20055:
20056: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20057: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20058: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20059: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20060: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20061: types/types.dsp: xdoc&xnode now
20062:
20063: * src/: classes/classes.C, classes/classes.awk,
20064: classes/classes.dsp, classes/classes.h, classes/date.C,
20065: classes/dnode.C, classes/dnode.h, classes/dom.C,
20066: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20067: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20068: classes/op.C, classes/response.C, classes/string.C,
20069: classes/table.C, classes/void.C, include/pa_array.h,
20070: include/pa_common.h, include/pa_config_fixed.h,
20071: include/pa_config_includes.h, include/pa_dictionary.h,
20072: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20073: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20074: include/pa_socks.h, include/pa_sql_connection.h,
20075: include/pa_sql_driver_manager.h, include/pa_stack.h,
20076: include/pa_string.h, include/pa_stylesheet_connection.h,
20077: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20078: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20079: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20080: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20081: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20082: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20083: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20084: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20085: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20086: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20087: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20088: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20089: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20090: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20091: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20092: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20093: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20094: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20095: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20096: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20097: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20098: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20099: types/pa_vmethod_frame.h, types/pa_vobject.h,
20100: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20101: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20102: types/pa_vstateless_object.h, types/pa_vstring.C,
20103: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20104: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20105: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20106: main.dsp splitted to main+classes+types along to .am
20107:
20108: * src/classes/Makefile.am: removed useless var
20109:
20110: * src/: classes/classes.cmd, main/main.dsp,
20111: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20112: main.dsp
20113:
20114: 2001-09-25 parser
20115:
20116: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20117: 1251 though, todo ICU
20118:
1.116 moko 20119: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20120: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20121: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20122: types/pa_vdom.h: xml configure makes
1.95 moko 20123:
20124: 2001-09-24 parser
20125:
1.116 moko 20126: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20127: types/Makefile.am: makes
1.95 moko 20128:
1.116 moko 20129: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20130:
20131: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20132: started unix makes update
20133:
20134: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20135: started unix makes update
20136:
20137: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20138:
20139: * src/types/pa_value.h: z
20140:
20141: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20142: bugs with usinge hash/table in expressions
20143:
20144: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20145: resolved conflicts fixed [const]
20146:
20147: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20148: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20149: main/compile.C, main/compile.tab.C, main/compile.y,
20150: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20151: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20152: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20153: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20154: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20155: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20156: with before_xml [merge2 actually didn't happen - i've created
20157: tags on wrong branch. so this merge is in fact re-merge]
20158:
20159: 2001-09-21 parser
20160:
20161: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20162: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20163: produced "" in make file and sadly wrong interpreted on load]
20164:
1.116 moko 20165: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20166: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20167: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20168: include/pa_sql_driver_manager.h, include/pa_string.h,
20169: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20170: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20171: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20172:
20173: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20174: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20175: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20176: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20177: main/pa_pool.C, main/pa_request.C,
20178: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20179: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20180: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20181: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20182: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20183: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20184: types/pa_vrequest.C, types/pa_vresponse.h,
20185: types/pa_vstateless_class.C, types/pa_vstring.C,
20186: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20187: created new projects for sql drivers [planning to remove sql
20188: drivers from main cvs project] first, will join latest changes
20189:
20190: * src/classes/: dom.C: defaulted dom writing methods encoding to
20191: pool.get_charset
20192:
20193: * src/classes/dom.C: defaulted dom writing methods encoding to
20194: pool.get_charset
20195:
20196: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20197: pool.get_charset
20198:
20199: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20200: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20201: methods encoding to pool.get_charset
20202:
20203: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20204: transcoder were created right "unsupported encoding" message.
20205: not @ set time, but @ use time, so until xml output functions
20206: .string, .file, .save used - no encoding name check occur
20207:
20208: reduced transcode buffer size to 60 fixed pool cleanup - no
20209: registration needed, pools are officially destructured
20210:
20211: 2001-09-20 parser
20212:
20213: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20214:
20215: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20216: $MAIN:DEFAULTS.content-type[$.charset[here]]
20217:
20218: * src/: classes/dnode.C, classes/dom.C,
20219: include/pa_config_includes.h, include/pa_globals.h,
20220: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20221: main/pa_pool.C, targets/cgi/parser3.dsp,
20222: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20223: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20224: Pool::transcode 0
20225:
20226: * src/classes/dom.C: dom. string save file moved output xml options
20227: to last param and made it optional
20228:
20229: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20230: dnodes
20231: !$attributenode.specified = boolean
20232: true if the attribute received its value explicitly
20233: in the XML document,
20234: or if a value was assigned programatically with the
20235: setValue function.
20236: false if the attribute value came from the default value
20237: declared in the document's DTD.
20238: !$pinode.target = target of this processing instruction
20239: XML defines this as being the first token following the
20240: markup
20241: that begins the processing instruction.
20242: XPath:
20243: !^node.select[xpath/query/expression] = hash of 0->node0
20244: 1->node1
20245: !^node.select-single[xpath/query/expression] = first node if
20246: any
20247:
20248: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20249: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20250: some 'const's added
20251:
20252: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20253: expression context now, there value = size and boolean value
20254: size!=0
20255:
20256: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20257: can be used in expression context now, there value = size and
20258: boolean value size!=0
20259:
20260: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20261: types/pa_vstring.h: dnode .file .string .save moved back to dom
20262: due to strange xalan bug
20263:
20264: 2001-09-18 parser
20265:
20266: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20267: classes/image.C, classes/op.C, classes/table.C,
20268: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20269: include/pa_sql_driver_manager.h, main/compile.C,
20270: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20271: main/execute.C, main/pa_common.C, main/pa_request.C,
20272: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20273: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20274: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20275: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20276: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20277: before_xml branch ^if(def $hash) now true only when
20278: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20279:
20280: * src/: classes/op.C, main/execute.C: operators self changed to
20281: root ^for variable context changed to self
20282:
20283: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20284: dnode 1
20285:
20286: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20287: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20288:
20289: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20290: poly* fixed
20291:
20292: 2001-09-17 parser
20293:
20294: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20295: types/pa_vdom.h: started dnode+dom
20296:
20297: dnode DOM methods: $node.name $node.value
20298: ...others...
20299:
20300: ^node.xpath[/rates/USD] = hash
20301: $hash[
20302: $.0[node0]
20303: $.1[node1]
20304: ]
20305:
20306: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20307: applies to all linear primitives
20308:
20309: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20310: include/pa_stylesheet_connection.h, main/main.dsp,
20311: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20312: types/pa_vimage.h: started dnode DOM: $node.name
20313: $node.value ...others... ^node.xpath[/rates/USD] = hash
20314: dom(dnode)
20315:
20316: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20317: main/compile.y, main/compile_tools.h, main/execute.C,
20318: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20319: in expression compound($aa.zz.xx) names now can have minus '-' in
20320: name after '.'
20321:
20322: 2001-09-15 parser
20323:
20324: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20325: image: $line-width ^line(...)[**** style]
20326:
20327: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20328: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20329: pool_storage - cleanups first, allocations second. apache wisely
20330: does just like that
20331:
20332: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20333: rewritten using template, no bugs now
20334:
20335: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20336: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20337: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20338: poorly started isapi pool_storage, would rewrite using template
20339: now
20340:
20341: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20342: include/pa_stylesheet_connection.h, main/main.dsp,
20343: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20344: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20345: xalan objects freed up [introducing Pool::register_cleanup]
20346:
20347: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20348: comments
20349:
20350: 2001-09-14 parser
20351:
20352: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20353: z
20354:
20355: * src/: classes/dom.C, classes/file.C, classes/image.C,
20356: classes/mail.C, include/pa_common.h,
20357: include/pa_sql_driver_manager.h, include/pa_string.h,
20358: include/pa_stylesheet_connection.h,
20359: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20360: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20361: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20362: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20363: compiled&cached
20364:
20365: 2001-09-13 parser
20366:
20367: * src/: classes/dom.C, classes/file.C, classes/image.C,
20368: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20369:
20370: * src/classes/dom.C: dom:file content-type(.method)
20371:
20372: * src/: include/pa_common.h, include/pa_globals.h,
20373: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20374: string now more informative error messages
20375:
20376: * src/: include/pa_globals.h, include/pa_request.h,
20377: main/pa_request.C, targets/cgi/parser3.C,
20378: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20379: ParserSiteConfig .../parser3.conf
20380:
20381: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20382:
20383: 2001-09-12 parser
20384:
20385: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20386: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20387: precise error reporting: "connection string must start with
20388: protocol://" now
20389:
20390: * src/main/compile.tab.C: fixed - subname code parts actually []
20391: braced
20392:
20393: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20394: lexer on LS_USER level did [] matching without setting nestage,
20395: introduced special LS_NAME_SQUARE_PART state
20396:
20397: 2001-09-11 parser
20398:
20399: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20400: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20401: languages+=xml
20402:
20403: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20404:
20405: * src/classes/dom.C: ^dom:save/string/file[output options] output
20406: options: $.method[xml|html|text] detection fixed
20407:
20408: * src/types/pa_vdom.h: messages
20409:
20410: * src/classes/dom.C: ^dom:save/string/file[output options] output
20411: options: $.method[xml|html|text] detection fixed
20412:
20413: 2001-09-10 parser
20414:
20415: * src/classes/dom.C: ^dom:save/string/file[output options] output
20416: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20417:
20418: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20419: added]
20420:
20421: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20422: ^dom.xslt[stylesheet filename] 0
20423:
20424: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20425: ^dom.xslt[stylesheet filename] -1 doc is lying
20426:
20427: * src/classes/dom.C: ^dom.file[encoding] = file
20428:
20429: * src/classes/: dom.C: ^dom.string[encoding] 1
20430: ^dom.save[encoding;filename]
20431:
20432: * src/classes/dom.C: ^dom.string[] 0
20433:
20434: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20435:
20436: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20437: types/pa_vform.h: ^dom.save[b.xml] 0
20438:
20439: 2001-09-08 parser
20440:
20441: * src/types/pa_vform.C: $form:tables.name.field
20442:
20443: 2001-09-07 parser
20444:
20445: * src/classes/table.C: table:empty removed, superceded by ^if(def
20446: $table)...
20447:
20448: * src/targets/cgi/parser3.C: z
20449:
20450: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20451: from '' to int/double is 0]
20452:
20453: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20454: $table) is false when table is empty
20455:
20456: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20457: !$form:tables $atable[$form:tables.a]
20458: ^atable.menu{a=$atable.element}[,]
20459:
20460: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20461: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20462:
1.116 moko 20463: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20464: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20465: of dom
20466:
20467: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20468: types/pa_vform.C, types/pa_vform.h: z
20469:
20470: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20471: element [not last]
20472:
1.116 moko 20473: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20474: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20475:
20476: 2001-09-06 parser
20477:
20478: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20479: table with one column 'element' and two rows: 1 and 2
20480:
20481: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20482: table with one column 'element' and two rows: 1 and 2
20483:
20484: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20485: bad int/double conversions, and now $form:nonexistent.int(88)
20486: would return 88
20487:
20488: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20489: types/pa_vhash.h: now there's special hash key '_default'
20490: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20491: $._default[xx] ] $hash.c
20492:
20493: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20494: fixed [thanks, fif], ^; were treated there non-literally
20495:
20496: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20497: doxygen
20498:
20499: * src/: classes/image.C, classes/op.C, classes/string.C,
20500: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20501: types/pa_vtable.C: few #ifndef DOXYGEN
20502:
20503: 2001-09-05 parser
20504:
20505: * src/classes/: string.C, table.C: sql options can be void [same as
20506: image:html the other day]
20507:
20508: * src/targets/cgi/Makefile.am: .am undo
20509:
20510: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20511: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20512: macro expantion on param, simply qoutes whatever passed, undone
20513:
20514: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20515: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20516: STRINGIZE(name) #name invented
20517:
20518: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20519: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20520: MAIN_SQL_DRIVERS_NAME "drivers"
20521:
20522: moved to be availible to all users
20523:
20524: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20525: SQL_DRIVER_CREATE_FUNC_NAME
20526:
20527: * src/classes/mail.C: MAIN:MAIL check fixed
20528:
20529: 2001-09-04 parser
20530:
20531: * src/classes/image.C: image.html now can accept void params
20532:
20533: * src/targets/isapi/parser3isapi.C: z
20534:
20535: * src/targets/cgi/parser3.C: full_file_spec bug
20536:
20537: * src/targets/cgi/parser3.C: getenvcheck
20538:
20539: * src/targets/cgi/parser3.C: zz
20540:
20541: * src/targets/cgi/parser3.C: zzz
20542:
20543: * src/classes/date.C: date
20544:
20545: * src/classes/date.C: date:sql-string is now without ''
20546:
1.116 moko 20547: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20548: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20549: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20550:
1.116 moko 20551: * src/include/pa_config_auto.h.in: makes
1.95 moko 20552:
20553: 2001-09-03 parser
20554:
20555: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20556:
20557: 2001-09-01 parser
20558:
20559: * src/classes/image.C: letter_spacing
20560:
20561: * src/classes/image.C: image: font params changed
20562:
20563: * src/classes/image.C: image: as_int as_string used
20564:
20565: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20566: analized
20567:
20568: 2001-08-31 parser
20569:
20570: * src/targets/cgi/parser3.C: z
20571:
1.116 moko 20572: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20573: cygwin
1.95 moko 20574:
20575: * src/classes/void.C: void:int/double += (default)
20576:
20577: * src/classes/image.C: image:font added space param image:font
20578: changed charwidth alg, added kerning const[for now]
20579:
20580: * src/classes/: string.C, table.C: string:int/double (defaults)
20581:
20582: 2001-08-29 parser
20583:
20584: * src/main/pa_exception.C: exception redundant debug info
20585:
20586: 2001-08-28 parser
20587:
20588: * src/classes/image.C: image error msgs
20589:
20590: * src/classes/image.C: image: gifsize little endian
20591:
20592: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20593: doxygeneration
20594:
20595: * src/: classes/Makefile.am, main/Makefile.am,
20596: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20597:
20598: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20599: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20600:
20601: * src/main/compile.C: NO_STRING_ORIGIN check2
20602:
20603: * src/classes/table.C: NO_STRING_ORIGIN check
20604:
20605: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20606: storage class specifiers invalid in friend function declarations
20607:
20608: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20609: main/untaint.C, targets/cgi/parser3.C,
20610: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20611: case of limit
20612:
20613: * src/: classes/file.C, main/pa_common.C: file:move
20614: autocreate/remove dest/src dir
20615:
20616: * src/: classes/string.C, include/pa_dictionary.h,
20617: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20618: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20619: to directory constructor. string:replace
20620:
20621: 2001-08-27 parser
20622:
20623: * src/classes/image.C: fixed jpgsize alg
20624:
20625: * src/classes/image.C: fixed jpgsize alg
20626:
20627: * src/main/pa_exception.C: z
20628:
20629: * src/main/pa_common.C: removed debug info from pa_common
20630:
20631: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20632: [auto.p from current dir loading]
20633:
1.116 moko 20634: * src/: main/pa_common.C, main/pa_exception.C,
20635: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20636: for solaris -lsocket
1.95 moko 20637:
20638: 2001-08-24 parser
20639:
20640: * src/targets/cgi/parser3.C: not cgi extra \n 3
20641:
20642: * src/targets/cgi/parser3.C: not cgi extra \n 2
20643:
20644: * src/targets/cgi/parser3.C: not cgi extra \n
20645:
20646: * src/main/pa_sql_driver_manager.C: z
20647:
20648: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20649: sql* removed services from disconnect - cross-request ideological
20650: probs.
20651:
20652: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20653: cross-request ideological probs. oracle - fixed bug: cs
20654: allocated on request.pool and got freed before disconnect
20655:
20656: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20657: mallocs fixed
20658:
20659: 2001-08-23 parser
20660:
20661: * src/classes/file.C: minor bug in file:save fixed
20662:
20663: * src/main/pa_sql_driver_manager.C: oracle: dlink
20664:
20665: 2001-08-22 parser
20666:
20667: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20668: types/pa_vfile.h: file:load|save[text|binary;
20669:
20670: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20671:
20672: 2001-08-21 parser
20673:
20674: * src/classes/: file.C, table.C: ^file:list
20675:
20676: 2001-08-20 parser
20677:
20678: * src/: main/compile.tab.C, main/compile.y,
20679: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20680: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20681: recousively caused problems: inc incremeted 123 literal!! fixed
20682:
20683: 2001-08-10 parser
20684:
20685: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20686:
20687: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20688: added
20689:
20690: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20691: added
20692:
20693: * src/classes/table.C: table:sort restored [it was bad test :(]
20694:
20695: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20696: ''
20697:
20698: * src/main/: pa_request.C: wanted to make const int
20699: MAX_EXECUTE_SECONDS=1;
20700:
20701: but couldnt, set_callback_and_alarm appeared to be not exported
20702: :(
20703:
20704: * src/main/pa_string.C: string.match hanged on. there were a hang
20705: check but it weren't wise enough
20706:
20707: @parse[dateString][tmp]
20708: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20709: #end
20710:
20711: @main[] ^parse[2001-02-03]
20712:
20713: * src/classes/: table.C: table:sort now default desc
20714:
20715: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20716: table.sort now creates new sorted table
20717:
20718: 2001-08-09 parser
20719:
20720: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20721:
20722: * src/classes/hash.C: hash:_default now [was hash:default]
20723:
20724: * src/classes/op.C: case without switch check added
20725:
20726: * src/types/pa_vcookie.C: cookie name&value origins added, more
20727: precise $ORIGINS(1)
20728:
20729: * src/main/Makefile.am: .am
20730:
20731: * src/classes/void.C: void: int double copy/paste from int: bug
20732: fixed
20733:
20734: * src/classes/void.C: void: int double copy/paste from int: bug
20735: fixed
20736:
20737: 2001-08-07 parser
20738:
20739: * src/: classes/double.C, classes/int.C, classes/string.C,
20740: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20741: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20742: string, table
20743:
20744: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20745: srand made working
20746:
20747: 2001-08-06 parser
20748:
20749: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20750: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20751: main/compile.tab.C, main/compile.y, main/pa_array.C,
20752: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20753: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20754:
20755: * src/main/pa_exec.C: exec win32 real filename
20756:
20757: * src/classes/file.C: exec stderr out
20758:
20759: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20760:
20761: 2001-08-03 parser
20762:
20763: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20764:
20765: 2001-08-02 parser
20766:
20767: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20768: main/execute.C, main/pa_exec.C: introducing Array_iter
20769:
20770: * src/main/execute.C: detected quick_get recursion bug. changed to
20771: get@execute, but needs array iterator, separate from array to
20772: avoid it & use caching
20773:
20774: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20775: bug fixed
20776:
20777: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20778: main/execute.C, main/pa_globals.C: found another multithread bug
20779: in op.C (last, last global var killed) :)
20780:
20781: 2001-08-01 parser
20782:
20783: * src/: include/pa_dictionary.h, include/pa_globals.h,
20784: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20785: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20786: main/untaint.C: speeded up typo-html replacements. introducing
20787: Dictionary with first-char caching
20788:
20789: 2001-07-31 parser
20790:
20791: * src/types/Makefile.am: pa_vtable.C added to .am
20792:
20793: * src/main/compile.tab.C: added, so that could be compiled even on
20794: non-bison-enabled platforms
20795:
20796: 2001-07-28 parser
20797:
20798: * src/classes/table.C: table:hash always produces hash, when can't
20799: - empty
20800:
20801: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20802: skipped \n
20803:
20804: 2001-07-27 parser
20805:
20806: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20807: on int/double/string :sql without result and default
20808:
20809: 2001-07-26 parser
20810:
20811: * src/classes/op.C: fixed bad multithread bug with strangly global
20812: OP
20813:
20814: * src/main/compile.y: $man[$.age[zzz]] 0
20815:
20816: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20817: creation syntax problem persists. restored $: for a while.
20818: thinking of $man[$.age[zzz]] syntax now
20819:
20820: * src/: classes/double.C, classes/int.C, classes/string.C,
20821: include/pa_opcode.h, main/compile.C, main/compile.y,
20822: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20823: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20824: types/pa_wwrapper.h: fixing :: realization #1
20825:
20826: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20827: main/compile_tools.h, main/execute.C, main/pa_request.C,
20828: types/pa_vmethod_frame.h: introducing :: this is constructor call
20829: prefix. ordinary : remains for static accesses
20830:
20831: 2001-07-25 parser
20832:
20833: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20834: fields 2. methods 3. columns
20835:
20836: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20837: quote. optimized double&int tostring-s
20838:
20839: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20840: whitespace before first method decl
20841:
20842: * src/classes/table.C: allowed nontable result in table:sql,
20843: results in empty table
20844:
20845: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20846: lines before first method decl
20847:
20848: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20849: types/pa_vtable.h: ^table.record[] now $table.fields
20850:
20851: * src/main/compile.y: $var[] is now empty string, not void
20852:
20853: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20854: void
20855:
20856: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20857: main/pa_globals.C: match replace code context moved to implicit
20858: $match context
20859:
20860: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20861: main/compile_tools.h, main/execute.C: with killed, code storage
20862: introduced with former 'with' syntax
20863:
20864: 2001-07-24 parser
20865:
20866: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20867: types/pa_value.h: first get_element, next get operator
20868:
20869: * src/main/compile.y: removed @end handling
20870:
20871: * src/main/: compile.C, compile.y: @end handling method2
20872:
20873: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20874: file:move
20875:
20876: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20877: fixed
20878:
20879: 2001-07-23 parser
20880:
20881: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20882: driver
20883:
20884: * src/classes/hash.C: changed sql driver query interface
20885:
20886: * src/: classes/hash.C, classes/string.C, classes/table.C,
20887: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20888: changed sql driver query interface
20889:
20890: 2001-07-20 parser
20891:
20892: * src/types/pa_vrequest.C: X!$browser:type
20893:
20894: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20895: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20896: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20897: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20898: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20899: types/pa_vobject.h, types/pa_vrequest.C,
20900: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20901: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20902: BASE element globally removed
20903:
20904: 2001-07-18 parser
20905:
20906: * src/classes/file.C: file:exec/cgi msg
20907:
20908: * src/classes/file.C: $file:exit-code renamed to 'status'
20909:
20910: * src/: classes/file.C, main/pa_exec.C: file:exec
20911:
1.116 moko 20912: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20913: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20914: removed $id from *.in *.am
1.95 moko 20915:
20916: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20917: abbrevations
20918:
20919: * src/: classes/date.C, classes/mail.C, classes/math.C,
20920: classes/string.C, classes/table.C, include/pa_globals.h,
20921: include/pa_string.h, main/execute.C, main/pa_globals.C,
20922: main/pa_request.C, main/pa_string.C, main/untaint.C,
20923: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20924: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20925: $ORIGINS(1) output tracing mode
20926:
20927: 2001-07-13 parser
20928:
20929: * src/: classes/double.C, classes/int.C, classes/string.C,
20930: include/pa_request.h, main/execute.C, main/pa_request.C:
20931: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20932: second would not call first @auto
20933:
20934: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20935: wrong, fixed
20936:
20937: 2001-07-12 parser
20938:
20939: * src/types/pa_value.h: pa_value.putelement modification of system
20940: classes prevented
20941:
20942: 2001-07-11 parser
20943:
20944: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20945: table $piece
20946:
20947: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20948: types/pa_vstateless_class.h: $file created by file:state +=
20949: .atime .mtime .ctime +found&fixed bug with exceptions on
20950: get_junction-created objects [they were on wrong pool]
20951:
20952: 2001-07-09 parser
20953:
20954: * src/main/untaint.C: qp wrong name
20955:
20956: * src/: classes/date.C, classes/string.C, classes/table.C,
20957: main/compile.y: date format 0
20958:
20959: 2001-07-07 parser
20960:
20961: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20962: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20963: roll table calendar
20964:
20965: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20966: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20967: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20968: include/pa_request.h, main/main.dsp, types/pa_value.h,
20969: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20970: string. todo: sql, calendar
20971:
20972: 2001-07-06 parser
20973:
20974: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20975: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20976:
20977: 2001-07-03 parser
20978:
20979: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20980: classes/random.C, main/main.dsp: class random renamed to math,
20981: operators became methods
20982:
20983: * src/classes/op.C: pow sqrt
20984:
20985: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20986:
20987: 2001-07-02 parser
20988:
20989: * src/classes/table.C: ^table.columns column renamed from 'name' to
20990: 'column'
20991:
20992: * src/classes/hash.C: ^hash.keys[]
20993:
20994: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20995:
20996: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20997: 'strings'
20998:
20999: 2001-06-29 parser
21000:
21001: * src/main/: execute.C: /0 %0 checkes ver 2
21002:
21003: * src/main/execute.C: /0 %0 checke
21004:
21005: * src/classes/Makefile.am: nothing - void
21006:
21007: * src/classes/table.C: empty strings @ sql
21008:
21009: 2001-06-28 parser
21010:
21011: * src/: classes/double.C, classes/file.C, classes/form.C,
21012: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21013: classes/op.C, classes/random.C, classes/response.C,
21014: classes/string.C, classes/table.C, classes/void.C,
21015: main/compile.C, main/compile_tools.C, main/execute.C,
21016: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21017: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21018: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21019: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21020: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21021: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21022: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21023: $";
21024:
21025: * src/: classes/double.C, classes/file.C, classes/form.C,
21026: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21027: classes/op.C, classes/random.C, classes/response.C,
21028: classes/string.C, classes/table.C, classes/void.C,
21029: main/compile.C, main/compile.y, main/compile_tools.C,
21030: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21031: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21032: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21033: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21034: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21035: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21036:
21037: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21038: $class:name: == ${class:name}:
21039:
21040: * src/classes/string.C: exactly one
21041:
21042: 2001-06-27 parser
21043:
21044: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21045: types/pa_vvoid.h: nothing renamed to void
21046:
21047: * src/classes/op.C: ^switch ^case
21048:
21049: * src/main/compile.y: nothing renamed to void
21050:
21051: * src/: classes/hash.C, classes/table.C, main/compile.y,
21052: main/execute.C, main/main.dsp, main/pa_request.C,
21053: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21054: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21055: void
21056:
21057: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21058:
21059: 2001-05-28 parser
21060:
21061: * src/doc/html2chm.cmd: removed >a
21062:
21063: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21064: project options [some bugs]
21065:
21066: * src/doc/sources2html.cmd: z
21067:
21068: * src/: classes/classes.C, main/compile.C, main/compile.y,
21069: main/execute.C: operators are not in root class again
21070:
21071: 2001-05-24 parser
21072:
21073: * src/targets/cgi/parser3.dsp: project file
21074:
21075: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21076: ^log ^exp
21077:
21078: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21079: conversions in @exception[params]
21080:
21081: * src/main/pa_request.C: // no _ conversions in @exception[params]
21082:
21083: 2001-05-23 parser
21084:
21085: * src/main/pa_string.C: string cmp bug
21086:
21087: * src/classes/: mail.C, op.C: rem max 1000
21088:
21089: * src/: classes/op.C, main/compile.y: allow one empty line before
21090: LS_DEF_NAME
21091:
21092: 2001-05-22 parser
21093:
21094: * src/classes/op.C: if params code-required
21095:
21096: 2001-05-21 parser
21097:
21098: * src/types/pa_vstring.C: eoleof
21099:
21100: * src/classes/Makefile.am: .AM
21101:
21102: * src/classes/nothing.C: resultless ^sql moved to nothing:
21103:
21104: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21105:
21106: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21107: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21108: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21109: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21110: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21111: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21112: 'nothing'
21113:
21114: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21115: vstring::set_string
21116:
21117: * src/classes/: double.C, int.C, string.C: int,double;sql
21118:
21119: * src/: classes/hash.C, classes/int.C, classes/string.C,
21120: classes/table.C, include/pa_string.h, main/pa_string.C,
21121: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21122:
21123: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21124: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21125: hash:sql moved to main trunc. operators.txt updated
21126:
21127: * src/classes/: hash.C, op.C, table.C: hash:sql
21128:
21129: * src/classes/op.C: z
21130:
21131: * src/: main/compile.C, classes/classes.C: 1
21132:
21133: * src/: classes/classes.C, main/compile.C, main/compile.y,
21134: main/execute.C: 0
21135:
21136: * src/main/execute.C: z
21137:
21138: * src/targets/cgi/parser3.C: z
21139:
21140: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21141: site_auto_path "." in that case
21142:
21143: * src/targets/cgi/: parser3.C: z
21144:
21145: * src/main/pa_request.C: .am
21146:
21147: * src/: main/pa_request.C, targets/cgi/parser3.C:
21148: pcre_tables=pcre_default_tables;
21149:
21150: 2001-05-19 parser
21151:
21152: * src/main/pa_string.C: z
21153:
21154: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21155: introducing String::cstr_bufsize, returns just size+1 for as_is
21156: target.
21157:
21158: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21159: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21160: used, 4* mem wasted
21161:
21162: * src/classes/string.C: root context in match replace body now
21163: unchanged
21164:
21165: * src/types/pa_value.h: parameter # 1 based
21166:
21167: * src/main/pa_common.C: common: actual filename '%s'
21168:
21169: * src/classes/string.C: z
21170:
21171: * src/classes/Makefile.am: classes/.am
21172:
21173: * src/classes/: Makefile.am: classes/.am
21174:
21175: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21176: targets/cgi/pa_pool.C: classes/.am
21177:
21178: 2001-05-18 parser
21179:
1.116 moko 21180: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21181: pa_threads.C ins
1.95 moko 21182:
21183: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21184:
21185: 2001-05-17 parser
21186:
21187: * src/: classes/string.C, include/pa_config_fixed.h,
21188: include/pa_config_includes.h, main/compile.y,
21189: main/compile_tools.h, main/execute.C, main/pa_array.C,
21190: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21191: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21192: types/pa_vform.C: #include "pa_config_includes.h" removed from
21193: most .C
21194:
21195: * src/doc/html2chm.cmd: z
21196:
21197: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21198: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21199:
21200: * src/main/pa_sql_driver_manager.C: moved expiration to
21201: get_connection_from_cache
21202:
21203: * src/main/pa_sql_driver_manager.C: cache expiration bf
21204:
21205: * src/: classes/classes.h, include/pa_sql_connection.h,
21206: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21207: cache expiration[use SQL_Driver::disconnect]
21208:
21209: * src/main/pa_table.C: table.locate current restored on "not found"
21210:
21211: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21212: line no
21213:
21214: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21215: ANTI_ENDLESS_EXECUTE_RECOURSION
21216:
21217: * src/: classes/op.C, include/pa_sql_connection.h,
21218: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21219: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21220: 1driver and set_services fight for driver::fservices. before fix
21221:
21222: * src/: classes/op.C, include/pa_config_fixed.h,
21223: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21224: main/pa_sql_driver_manager.C: found problem at last: 2connections
21225: own 1driver and set_services fight for driver::fservices. before
21226: fix
21227:
21228: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21229: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21230: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21231: pa_threads.C
21232:
21233: * src/include/pa_threads.h: removed targets/parser
21234:
21235: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21236: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21237: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21238: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21239: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21240: headers
21241:
21242: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21243: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21244: order prevented sqlmanager to see MULTYTHREAD define
21245:
21246: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21247: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21248: put/gets
21249:
21250: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21251: from hash.h
21252:
21253: * src/: classes/op.C, include/pa_sql_connection.h,
21254: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21255: from cache ->set_services(&services);
21256:
21257: 2001-05-16 parser
21258:
21259: * src/targets/cgi/parser3.C: z
21260:
21261: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21262: debug, #ifdefed some. would debug later, on more precise sample
21263: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21264: $name.$tail[$tail!] $name.$tail } ok3
21265:
21266: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21267: removed array debug. before vstring rebasing
21268:
21269: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21270: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21271: array debugged; adjusted
21272:
21273: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21274: SQL_Driver_manager line no for connect/charset errors
21275:
21276: 2001-05-15 parser
21277:
21278: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21279: main/pa_string.C: string+array made linear grows
21280:
21281: * src/: include/pa_string.h, main/pa_string.C,
21282: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21283: grow lineary, not exponentialy
21284:
21285: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21286: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21287: with fullchunk cmps
21288:
21289: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21290: 70041= 81
21291:
21292: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21293: targets/cgi/parser3.C: detected huge mem allocation: size/times
21294: malloc 27809390/368771, calloc 3232/83. would test now
21295:
21296: * src/: classes/random.C, main/compile.y, main/execute.C,
21297: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21298: numbered params had wrong name - for instance: bad error message
21299: in ^for[] bad body type. fixed
21300:
21301: 2001-05-14 parser
21302:
21303: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21304: main/untaint.C: ^string.upper|lower[]
21305:
21306: 2001-05-11 parser
21307:
21308: * src/: classes/double.C, classes/image.C, classes/op.C,
21309: classes/string.C, classes/table.C, classes/unknown.C,
21310: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21311: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21312: types/pa_vunknown.h: op: MAX_LOOPS as_int
21313:
21314: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21315: .dsp for win32tools
21316:
21317: 2001-05-11 paf
21318:
21319: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21320: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21321: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21322: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21323:
21324: 2001-05-10 paf
21325:
21326: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21327: for C++, that's all
21328:
1.116 moko 21329: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21330: pa_config_includes.h: inline wonders
1.95 moko 21331:
21332: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21333: doc/doxygen.cmd: hash.C added
21334:
21335: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21336:
21337: * src/main/compile.y: @end grammar: allowed zero strings in control
21338: menthod
21339:
21340: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21341: pa_vstateless_object.h: changed priority: field before method
21342: lookup in vclass & vobject
21343:
21344: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21345: grammar: priorities changes [lowerd && prior] vobject: now first
21346: fields, next methods
21347:
21348: 2001-05-08 paf
21349:
21350: * src/main/pa_table.C: table columnname2item on nameless ignored
21351: bark=false. fixed
21352:
21353: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21354: types/pa_vmethod_frame.h: hash:default works at last!
21355:
21356: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21357: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21358: hash:default
21359:
21360: * src/classes/table.C: z
21361:
21362: * src/classes/table.C: table:hash always hash of hash now
21363:
21364: * src/classes/table.C: table:empty return bool now
21365:
21366: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21367: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21368: types/pa_vtable.h: table:hash
21369:
21370: * src/classes/table.C: table:record have name
21371:
21372: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21373: returns vunknown
21374:
21375: * src/classes/: double.C, int.C, op.C, string.C:
21376: int,double,string:int[] double[] string:length[] results now have
21377: hames
21378:
21379: * src/: classes/op.C, classes/table.C, main/main.dsp,
21380: types/pa_vtable.h: removed table:find. table:locate and op:eval
21381: now return bool
21382:
21383: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21384: in method checkparams again. fixed
21385:
21386: 2001-05-07 paf
21387:
21388: * src/doc/chm.cmd: cmd
21389:
21390: * src/: classes/image.C, classes/mail.C, classes/string.C,
21391: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21392: types/pa_value.h: method reported errors on wrong pool
21393:
21394: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21395: now
21396:
21397: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21398: include/code.h, include/pa_opcode.h, main/compile.C,
21399: main/compile_tools.h, main/execute.C, types/pa_value.h,
21400: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21401: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21402: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21403: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21404: types/pa_vmethod_frame.h, types/pa_vobject.h,
21405: types/pa_vrequest.h, types/pa_vresponse.h,
21406: types/pa_vstateless_class.h, types/pa_vstring.h,
21407: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21408: types/pa_wwrapper.h: pa_code.h
21409:
21410: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21411:
21412: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21413: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21414: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21415: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21416: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21417: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21418: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21419: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21420: types/pa_vtable.h: dox, split by not clean parts also
21421:
21422: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21423: types/pa_vtable.h: table: fields, then methods. so to enable
21424: 'dir' fields & co. more
21425:
21426: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21427: so to enable 'dir' fields & co.
21428:
21429: * src/main/compile.y: grammar: @end
21430:
21431: 2001-05-04 paf
21432:
21433: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21434: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21435:
21436: * src/: classes/classes.h, classes/double.C, classes/file.C,
21437: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21438: classes/op.C, classes/random.C, classes/response.C,
21439: classes/string.C, classes/table.C, classes/unknown.C,
21440: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21441: method dox
21442:
21443: 2001-05-03 paf
21444:
21445: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21446: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21447: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21448: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21449: doc/string.dox, doc/targets.dox, doc/value.dox,
21450: main/pa_request.C: dox splitted .dox files and added some
21451:
21452: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21453:
21454: 2001-05-02 paf
21455:
21456: * src/classes/: image.C, table.C: table:dir result are not tainted
21457: by file_name language now
21458:
21459: 2001-04-28 paf
21460:
21461: * src/classes/classes.inc: removed classes.inc
21462:
21463: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21464: from .am
21465:
21466: * src/classes/classes.awk: skipped classes in .awk
21467:
21468: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21469: classes/classes.inc, classes/double.C, classes/file.C,
21470: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21471: classes/string.C, classes/table.C, classes/unknown.C,
21472: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21473: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21474: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21475: pa_methoded back to classes/classes.h
21476:
21477: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21478:
21479: * src/: classes/Makefile.am, classes/classes.awk,
21480: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21481: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21482:
21483: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21484: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21485: classes/response.C, classes/string.C, classes/table.C,
21486: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21487: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21488: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21489: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21490: include|main/pa_methoded
21491:
21492: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21493: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21494:
21495: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21496: moved some configured data to request::classes_conf moved some
21497: string crations from globals to M... [works]
21498:
21499: * src/: classes/form.C, classes/mail.C, classes/op.C,
21500: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21501: main/pa_request.C: moved some configured data to
21502: request::classes_conf moved some string crations from globals to
21503: M...
21504:
21505: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21506: about to move configured data to special request hash
21507:
21508: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21509: classes/form.C, classes/mail.C, include/pa_request.h,
21510: main/pa_request.C: configure started
21511:
21512: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21513: 2. todo: methoded-configure
21514:
21515: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21516: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21517: classes/_random.h, classes/_response.h, classes/_string.h,
21518: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21519: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21520: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21521: classes/random.C, classes/response.C, classes/string.C,
21522: classes/table.C, classes/unknown.C, include/pa_globals.h,
21523: include/pa_request.h, main/compile.y, main/execute.C,
21524: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21525: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21526: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21527: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21528: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21529: types/pa_vrequest.h, types/pa_vresponse.h,
21530: types/pa_vstateless_class.h, types/pa_vstring.h,
21531: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21532: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21533: methoded-configure
21534:
21535: * src/: classes/file.C, classes/table.C, main/compile.y,
21536: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21537: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21538: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21539:
21540: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21541: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21542: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21543: classes/random.C, classes/response.C, classes/string.C,
21544: classes/table.C, classes/unknown.C, include/pa_request.h,
21545: main/compile.y, main/execute.C, main/pa_globals.C,
21546: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21547: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21548: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21549: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21550: beautifying just compiled. todo: debug, configure
21551:
21552: 2001-04-27 paf
21553:
21554: * src/: classes/file.C, classes/image.C, classes/table.C,
21555: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21556: beautifying -99
21557:
21558: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21559: classes/_response.h, classes/_unknown.h, classes/classes.C,
21560: classes/classes.h, classes/double.C, classes/file.C,
21561: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21562: classes/op.C, classes/random.C, classes/response.C,
21563: classes/string.C, include/pa_globals.h, main/main.dsp,
21564: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21565: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21566: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21567: types/pa_vunknown.h: beautifying -100
21568:
21569: * src/main/compile.y: serge@ found @CLASS bug. fixed
21570:
21571: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21572: classes/_op.h, classes/_random.h, classes/_table.h,
21573: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21574: classes/op.C, classes/random.C, classes/response.C,
21575: classes/string.C, classes/table.C, classes/unknown.C,
21576: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21577: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21578: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21579: beautifying
21580:
21581: 2001-04-26 paf
21582:
21583: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21584:
21585: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21586: documentation ++
21587:
21588: * src/: classes/_exec.h, doc/doxygen.cfg,
21589: include/pa_config_fixed.h, include/pa_config_includes.h,
21590: targets/cgi/pa_pool.C: code documentation ++
21591:
21592: * src/: classes/_image.h, classes/op.C, classes/random.C,
21593: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21594: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21595: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21596: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21597: types/pa_vmethod_frame.h, types/pa_vobject.h,
21598: types/pa_vrequest.C, types/pa_vrequest.h,
21599: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21600: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21601: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21602: code documentation ++
21603:
21604: * src/: classes/image.C, classes/mail.C, classes/string.C,
21605: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21606: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21607: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21608: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21609: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21610: types/pa_vobject.h, types/pa_vstateless_class.h,
21611: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21612:
21613: * src/main/: pa_request.C, pa_string.C: z
21614:
21615: * src/: include/pa_common.h, include/pa_types.h,
21616: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21617: connection caching fixed. request-pooled-url were stored into
21618: global connectioncache
21619:
21620: 2001-04-25 paf
21621:
21622: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21623: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21624:
21625: * src/: include/code.h, include/pa_common.h, main/compile.y,
21626: main/execute.C, main/pa_common.C: -d
21627:
21628: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21629: illegal call check a bit improved, but still under iis no mapping
21630: of dir with parser allowed!
21631:
21632: 2001-04-24 paf
21633:
21634: * src/targets/Makefile.am: apache module lib .am
21635:
21636: * src/main/pa_exec.C: windows32 buildCommand
21637:
21638: 2001-04-23 paf
21639:
21640: * src/targets/cgi/Makefile.am: win32 conditional
21641:
21642: * src/targets/cgi/Makefile.am: win32 conditional
21643:
21644: * src/targets/cgi/Makefile.am: liblink
21645:
21646: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21647: vfile fields return type
21648:
21649: * src/types/pa_vfile.h: vfile fields return type
21650:
21651: * src/include/pa_config_auto.h.in: .h.in
21652:
21653: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21654: types/Makefile: makefiles removed
21655:
21656: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21657: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21658:
21659: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21660: [tested: i & g ]
21661:
21662: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21663: @test noticed series in isapi, check how initialize_random_class
21664: is called! [must be called only once]
21665:
21666: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21667: would not be 'unknown column'
21668:
21669: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21670: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21671:
21672: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21673: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21674: [now doesnt]
21675:
21676: * src/targets/cgi/parser3.C: cgi cmdline ver
21677:
21678: * src/targets/cgi/parser3.C: cgi /// @test disable
21679: /cgi-bin/parser3/auto.p
21680:
21681: * src/main/untaint.C: untaint without charset
21682:
21683: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21684: main/pa_common.C: common: file_write /// @test mkdirs
21685: file_delete rmdirs
21686:
21687: * src/main/untaint.C: mail header only once to =?
21688:
21689: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21690: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21691: main/untaint.C: untaint - @test optimize whitespaces for
21692: all but 'html'
21693:
21694: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21695: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21696: main/untaint.C: untaint - @test mail-header
21697:
21698: 2001-04-20 paf
21699:
21700: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21701: include/pa_request.h, include/pa_string.h, main/compile.y,
21702: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21703: targets/cgi/parser3.C: $MAIN:LOCALE
21704:
21705: * src/main/untaint.C: z
21706:
21707: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21708:
21709: 2001-04-19 paf
21710:
21711: * src/main/compile_tools.h: $a$b bugfix
21712:
21713: * src/targets/cgi/parser3.C: z
21714:
21715: * src/classes/file.C: z
21716:
21717: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21718: done: header to $fields. waits for header '\' tricks
21719:
21720: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21721: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21722: changed urlencode here and in untaint.C to HTTP standard's " and
21723: \" mech
21724:
21725: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21726: http://alx/~paf/ doesnt load /auto.p
21727:
21728: 2001-04-18 paf
21729:
21730: * src/main/pa_request.C: 1
21731:
21732: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21733: linux @alx
21734:
21735: 2001-04-17 paf
21736:
21737: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21738: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21739: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21740: enabled
21741:
21742: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21743: classes/_exec.h, classes/_file.h, classes/_form.h,
21744: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21745: classes/_random.h, classes/_response.h, classes/_string.h,
21746: classes/_table.h, classes/_unknown.h, classes/file.C,
21747: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21748: include/pa_config_fixed.h, include/pa_config_includes.h,
21749: include/pa_hash.h, include/pa_sql_driver_manager.h,
21750: include/pa_version.h, main/Makefile.am, main/compile.y,
21751: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21752: main/pa_sql_driver_manager.C, sql/Makefile.am,
21753: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21754: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21755: types/pa_vform.C, types/pa_vimage.h: exec @jav
21756:
21757: * src/: include/pa_sql_driver_manager.h,
21758: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21759: types/pa_vimage.h: sql driver interface now has initialize(client
21760: .so)
21761:
21762: 2001-04-16 paf
21763:
21764: * src/Makefile.am: compile2 cygwin
21765:
21766: * src/: include/pa_config_includes.h, main/pa_exec.C,
21767: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21768:
21769: * src/targets/cgi/Makefile.am: compile0 jav
21770:
21771: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21772: classes/_exec.h, classes/_file.h, classes/_form.h,
21773: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21774: classes/_random.h, classes/_response.h, classes/_string.h,
21775: classes/_table.h, classes/_unknown.h, classes/image.C,
21776: classes/mail.C, classes/op.C, classes/random.C,
21777: include/pa_config_fixed.h, include/pa_config_includes.h,
21778: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21779: main/compile.y, main/pa_common.C, main/pa_exec.C,
21780: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21781: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21782: compile-1
21783:
21784: 2001-04-15 paf
21785:
21786: * src/classes/op.C: z
21787:
21788: * src/classes/table.C: table:empty +=process
21789:
21790: * src/types/pa_value.h: MethodParams !junction
21791:
21792: * src/: classes/_string.h, classes/double.C, classes/file.C,
21793: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21794: classes/random.C, classes/response.C, classes/string.C,
21795: classes/table.C, classes/unknown.C, main/pa_request.C:
21796: MethodParams everywhere
21797:
21798: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21799: types/pa_vmethod_frame.h: MethodParams in op.C
21800:
21801: 2001-04-12 paf
21802:
21803: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21804:
21805: * src/: classes/_unknown.h, classes/unknown.C,
21806: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21807: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21808:
21809: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21810:
21811: * src/classes/image.C: image:gif now does not have params
21812:
21813: * src/classes/image.C:
21814: image:line/fill/rectangle/bar/replace/polygon/polybar
21815:
21816: * src/: classes/image.C, classes/op.C, main/execute.C,
21817: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21818: for var now written not to r.wcontext, but to r.root cleared
21819: "entered_object" state
21820:
21821: 2001-04-11 paf
21822:
21823: * src/classes/image.C: image:create image:load
21824:
21825: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21826: just compiled
21827:
21828: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21829: todo: gif without file
21830:
21831: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21832: started porting to Pooled descendant
21833:
21834: * src/: classes/image.C, main/execute.C, main/main.dsp,
21835: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21836: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21837: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21838:
21839: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21840: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21841: end. switching to python imaging lib
21842:
21843: * src/main/main.dsp: gd+smtp made separate libs
21844:
21845: * src/: include/pa_globals.h, include/pa_string.h,
21846: main/pa_common.C, main/pa_request.C, main/untaint.C,
21847: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21848: length
21849:
21850: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21851: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21852: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21853: UL_FILE_NAME of posted file name
21854:
21855: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21856: post [broke when moved post read to core]
21857:
21858: 2001-04-10 paf
21859:
21860: * src/classes/image.C: image:html done
21861:
21862: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21863:
21864: * src/classes/image.C: z
21865:
21866: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21867: forgotten!
21868:
21869: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21870: main/pa_request.C, main/pa_string.C, main/untaint.C,
21871: types/pa_vimage.h: image:measure -90
21872:
21873: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21874: classes/_int.h, classes/_mail.h, classes/_op.h,
21875: classes/_random.h, classes/_response.h, classes/_string.h,
21876: classes/_table.h, classes/file.C, classes/mail.C,
21877: include/pa_common.h, include/pa_globals.h, main/execute.C,
21878: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21879: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21880: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21881: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21882: compiled
21883:
21884: * src/classes/mail.C: minor bug with unclear from/to
21885:
21886: * src/classes/mail.C: sendmail unix skipping defaults
21887:
21888: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21889: sendmail unix added defaults
21890:
21891: * src/classes/mail.C: unix sendmail compiled. todo:testing
21892:
21893: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21894:
21895: 2001-04-09 paf
21896:
21897: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21898: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21899: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21900: targets/isapi/parser3isapi.dsp: all targets exec
21901:
21902: * src/: include/pa_sapi.h, include/pa_string.h,
21903: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21904: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21905: args in apache:util.script
21906:
21907: * src/include/pa_string.h: written but not tested exec with env for
21908: unix
21909:
21910: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21911: targets/cgi/parser3.C: exec win32 env
21912:
21913: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21914: 0
21915:
21916: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21917: main/execute.C, main/main.dsp, main/pa_globals.C,
21918: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21919: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21920:
21921: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21922: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21923:
21924: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21925: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21926:
21927: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21928: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21929: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21930: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21931: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21932: exec class just compiled. moved post read to request core
21933:
21934: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21935: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21936: main/pa_globals.C, targets/cgi/parser3.C,
21937: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21938: are already read by vform
21939:
21940: 2001-04-08 paf
21941:
21942: * src/: classes/file.C, classes/mail.C, classes/string.C,
21943: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21944: uuencode. string<<
21945:
21946: 2001-04-07 paf
21947:
21948: * src/classes/mail.C: z
21949:
21950: * src/classes/mail.C: z
21951:
21952: * src/classes/mail.C: ^mail[$attach
21953:
21954: * src/classes/mail.C: ^attach dead end
21955:
21956: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21957: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21958: targets/isapi/parser3isapi.C: mail:send 1
21959:
21960: * src/: classes/mail.C, main/pa_request.C: z
21961:
21962: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21963: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21964: compiled
21965:
21966: * src/classes/mail.C: +=
21967:
21968: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21969: prepared
21970:
21971: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21972: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21973: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21974: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21975:
21976: 2001-04-06 paf
21977:
21978: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21979: main/pa_string.C: table:dir 1
21980:
21981: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21982: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21983:
21984: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21985: classes/root.C, include/pa_globals.h, include/pa_request.h,
21986: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21987: main/pa_request.C: renamed 'root' to 'op'
21988:
21989: * src/classes/: _op.h, op.C: renamed from 'root'
21990:
21991: * src/types/pa_valiased.C: another root inherititance skipped
21992:
21993: * src/main/: compile.C, compile.y, execute.C: operators are now not
21994: root methods of parent class. just 'ROOT' class
21995:
21996: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21997: @office
21998:
21999: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22000:
22001: 2001-04-05 paf
22002:
22003: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22004: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22005: constructor flag dropped at get_method_frame and remembered into
22006: method_frame
22007:
22008: * src/: classes/file.C, classes/root.C, classes/string.C,
22009: classes/table.C, main/pa_request.C: junction to code&expression
22010: in errors
22011:
22012: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22013: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22014: $LOCALE:ctype[Russian_Russia.1251]
22015:
22016: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22017: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22018: main/pa_table.C: hash now not thread-safe.
22019:
22020: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22021: main/untaint.C: z
22022:
22023: * src/: classes/random.C, classes/root.C, classes/table.C,
22024: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22025: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22026: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22027: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22028:
22029: * src/: classes/table.C, include/pa_sql_connection.h,
22030: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22031:
22032: * src/classes/table.C: select * from hren error contains statement
22033:
22034: * src/: classes/table.C, include/pa_sql_connection.h,
22035: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22036: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22037:
22038: * src/: classes/root.C, include/pa_sql_connection.h,
22039: include/pa_sql_driver.h, main/main.dsp,
22040: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22041: services for conv memory & error reporting
22042:
22043: 2001-04-04 paf
22044:
22045: * src/doc/doxygen.cfg: z
22046:
22047: * src/include/pa_sql_driver.h: mysql connect
22048:
22049: * src/include/pa_sql_driver.h: mysql info
22050:
22051: * src/: classes/root.C, include/pa_sql_driver.h,
22052: include/pa_sql_driver_manager.h, main/main.dsp,
22053: main/pa_sql_driver_manager.C: more manager&connection&driver
22054:
22055: * src/sql/Makefile.am: forgot to add mysql client
22056:
22057: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22058: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22059: [forgot to add libltdl, added]
22060:
22061: * src/: Makefile.am, classes/root.C, classes/string.C,
22062: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22063: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22064: include/pa_string.h, include/pa_table.h, main/main.dsp,
22065: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22066: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22067: -1000 just compiled
22068:
22069: * src/: classes/random.C, classes/root.C, classes/table.C,
22070: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22071: main/pa_request.C, types/pa_vclass.h: sql frame -10
22072:
22073: 2001-04-03 paf
22074:
22075: * src/types/pa_vform.C: z
22076:
22077: * src/: classes/string.C, types/pa_vform.C: string:match replace
22078: assigned lang
22079:
22080: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22081: {}[]< empty []
22082:
22083: * src/: classes/file.C, classes/string.C, classes/table.C,
22084: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22085: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22086:
22087: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22088: string:match replace strange matches
22089:
22090: * src/classes/string.C: string:match replace 0
22091:
22092: * src/: classes/string.C, main/pa_string.C: string:match replace
22093: prepared 2
22094:
22095: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22096: string:match replace prepared
22097:
22098: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22099: string:match replace -11
22100:
22101: * src/: classes/string.C, include/pa_globals.h,
22102: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22103: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22104:
22105: * src/: classes/string.C, include/pa_globals.h,
22106: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22107: main/pa_string.C: string:match [search] -1 just compiled
22108:
22109: * src/types/pa_vstring.C: z
22110:
22111: * src/: classes/double.C, classes/file.C, classes/form.C,
22112: classes/int.C, classes/response.C, classes/root.C,
22113: classes/string.C, classes/table.C, include/pa_string.h,
22114: main/pa_string.C: string:match -10 [frame]
22115:
22116: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22117: main/pa_request.C: z
22118:
22119: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22120: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22121: todo/tests
22122:
22123: * src/include/pa_common.h: z
22124:
22125: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22126: main/pa_request.C, targets/cgi/parser3.C,
22127: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22128: content-disposition
22129:
22130: * src/: include/pa_common.h, include/pa_globals.h,
22131: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22132: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22133:
22134: * src/: include/pa_common.h, include/pa_request.h,
22135: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22136: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22137: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22138: response:body
22139:
22140: * src/classes/table.C: table:append now uses string::split
22141:
22142: * src/classes/table.C: z
22143:
22144: * src/: classes/file.C, classes/root.C, classes/string.C,
22145: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22146: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22147: include/pa_string.h, main/execute.C, main/pa_string.C,
22148: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22149: string::pos & cmp & piece bugs fixed. string::split new
22150: table:load separated from set table:set implemented with clean \n
22151: \t searches
22152:
22153: 2001-04-02 paf
22154:
22155: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22156: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22157: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22158: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22159: it in table:set/load
22160:
22161: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22162: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22163:
22164: * src/classes/random.C: random:generate 1
22165:
22166: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22167: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22168: types/pa_value.h: random:generate
22169:
22170: 2001-03-30 paf
22171:
22172: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22173: todo: table flip and append. string::pos
22174:
22175: * src/: classes/double.C, classes/file.C, classes/int.C,
22176: classes/response.C, classes/root.C, classes/string.C,
22177: classes/table.C, main/compile.y, main/execute.C,
22178: types/pa_value.h, types/pa_vstateless_class.C,
22179: types/pa_vstateless_class.h: static|dynamic|any method
22180: registration
22181:
22182: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22183: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22184: table:flip
22185:
22186: 2001-03-29 paf
22187:
22188: * src/classes/string.C: string:xsplit forgot that they must result
22189: in 1 row N column [not vice versa]
22190:
22191: * src/classes/string.C: z
22192:
22193: * src/classes/string.C: string: rsplit
22194:
22195: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22196: string: lsplit
22197:
22198: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22199: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22200: lsplit -1
22201:
22202: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22203: string: pos
22204:
22205: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22206: string: pos -1
22207:
22208: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22209: main/compile.y, main/pa_request.C, main/pa_string.C,
22210: main/untaint.C: string: left right mid
22211:
22212: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22213: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22214: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22215: and [;] are different now.
22216:
22217: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22218: main/untaint.C: pool.request undone
22219:
22220: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22221: main/untaint.C: pool.request
22222:
22223: 2001-03-28 paf
22224:
22225: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22226: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22227: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22228: $request:browser [.type .version]; unknown.get_double now = 0.
22229:
22230: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22231: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22232: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22233: types/pa_vform.C: file:load autodetection of mime-type by
22234: user-file-name
22235:
22236: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22237: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22238: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22239:
22240: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22241: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22242: write. must be self.set
22243:
22244: * src/: classes/file.C, classes/root.C, classes/table.C,
22245: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22246:
22247: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22248: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22249: types/pa_vtable.h: table:locate just compiled
22250:
22251: 2001-03-27 paf
22252:
22253: * src/main/: execute.C, pa_common.C: fixed r/w context of
22254: code-params2, fixed ntfs hardlink slow dir update
22255:
22256: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22257: types/pa_wcontext.h: fixed r/w context of code-params
22258:
22259: * src/: classes/table.C, main/execute.C: about to change junction
22260: rcontext!!
22261:
22262: * src/: classes/double.C, classes/int.C, classes/root.C,
22263: classes/string.C, classes/table.C, main/compile_tools.C,
22264: main/execute.C, main/pa_request.C, main/untaint.C,
22265: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22266: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22267: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22268: types/pa_vunknown.h: sort 0
22269:
22270: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22271: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22272: renamed to are_static_calls_disabled
22273:
22274: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22275: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22276: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22277: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22278:
22279: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22280:
22281: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22282: started table:sort fixed minor bug in #...^{
22283:
22284: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22285: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22286: decided to have as it were. stepped back. grammar: added 'in'
22287: 'is' 'lt'&co follow-space check
22288:
22289: 2001-03-26 paf
22290:
22291: * src/: classes/file.C, classes/root.C, classes/table.C,
22292: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22293: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22294: main/pa_table.C: moved ::save to pa_table. disabled @auto
22295: invocation in ^process
22296:
22297: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22298:
22299: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22300: main/pa_array.C: table:record
22301:
22302: * src/: main/untaint.C, targets/cgi/parser3.C,
22303: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22304: targets/isapi/pool_storage.h, types/pa_valiased.h,
22305: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22306: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22307: types/pa_vtable.h: z
22308:
22309: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22310: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22311: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22312: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22313: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22314: method realisations on 'self' validity - they now can simply
22315: assume that 'self' is V{Proper} .
22316:
22317: 2001-03-25 paf
22318:
22319: * src/main/untaint.C: z
22320:
22321: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22322: lowlevel - it initialization could be skipped if failed in @auto.
22323: so that exception report would use some table
22324:
22325: * src/main/pa_request.C: table empty lines ignored. system-default
22326: content type assigned in output:result [can fail in main:auto and
22327: skipped normal defaults extraction]
22328:
22329: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22330: bug
22331:
22332: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22333: processing to table [except preliminary \r\n \r \n replacements
22334: to "\n"]
22335:
22336: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22337: move all the processing to table
22338:
22339: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22340: main/pa_table.C, main/untaint.C: returned table originating.
22341: useful for reporting typo table problems origin. think would be
22342: useful somewhere else
22343:
22344: * src/main/untaint.C: typo \r \r\n \n properly handled
22345:
22346: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22347: include/pa_table.h, main/compile.y, main/compile_tools.C,
22348: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22349: main/pa_string.C, main/pa_table.C, main/untaint.C,
22350: types/pa_vcookie.h: typo & typo-default
22351:
22352: 2001-03-24 paf
22353:
22354: * src/main/pa_common.C: z
22355:
22356: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22357: targets/cgi/parser3.C: html-typo 2
22358:
22359: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22360: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22361: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22362: main/execute.C, main/pa_array.C, main/pa_globals.C,
22363: main/pa_request.C, main/pa_string.C, main/untaint.C,
22364: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22365: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22366: noticed double default content-type prob. run cgi.cmd tomorrow
22367: first html-typo sample. detected << problem: they become ltlt too
22368: fast
22369:
22370: * src/main/compile.y: z
22371:
22372: * src/main/: compile.y, compile_tools.h: #comment
22373:
22374: * src/: classes/file.C, classes/root.C, classes/table.C,
22375: include/pa_common.h, include/pa_request.h, main/compile.y,
22376: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22377: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22378: stringified
22379:
22380: * src/types/pa_valiased.C: decided to String-ify file_read
22381:
22382: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22383: isapi/parser3isapi.dsp: cgi: sapi::log
22384:
22385: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22386: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22387: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22388: error log experiments failed - cgi under iis got no access to
22389: log. registereventsource simply failed with 5(illegal call) code,
22390: while worked OK as standalone executable. isapi: used
22391: HSE_APPEND_LOG_PARAMETER feature
22392:
22393: * src/: include/pa_common.h, include/pa_globals.h,
22394: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22395: targets/isapi/parser3isapi.C: fixed default content-type
22396: allocation storage
22397:
22398: * src/: include/pa_globals.h, include/pa_request.h,
22399: main/pa_globals.C, main/pa_request.C: z
22400:
22401: * src/: include/pa_array.h, include/pa_hash.h,
22402: include/pa_request.h, main/compile.y, main/pa_array.C,
22403: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22404: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22405: content-type
22406:
22407: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22408: sanity
22409:
22410: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22411: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22412: away freeze mech. no danger now for you can't do
22413: ^request:process[@new-method[] body] trick anymore. still
22414: remains $some_instance.process[@new-method[] possibility] but
22415: would leave it as a feature. see index for sample
22416:
22417: * src/: include/pa_common.h, main/pa_common.C,
22418: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22419: monkey every target
22420:
22421: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22422: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22423: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22424:
22425: 2001-03-23 paf
22426:
22427: * src/: include/pa_pool.h, main/pa_request.C,
22428: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22429: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22430: targets/isapi/pool_storage.h: isapi: dumb pool storage
22431:
22432: * src/targets/isapi/pa_pool.C: decided to continue with extension
22433:
22434: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22435: it would be better to rewrite as filter then to deal with pool
22436:
22437: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22438: now like in cgi, not from APPL_PHYSICAL_PATH
22439:
22440: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22441: include/pa_config_fixed.h, include/pa_config_includes.h,
22442: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22443: include/pa_version.h, main/compile.y, main/execute.C,
22444: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22445: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22446: main/untaint.C, targets/cgi/parser3.C,
22447: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22448: cgi: reinvent document_root and request_uri under iis. autoconf
22449: updated. introducing ap_config_includes
22450:
22451: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22452:
22453: * src/targets/cgi/parser3.C: cgi: only one pool now
22454:
22455: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22456: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22457: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22458: types/pa_venv.h, types/pa_vform.C: sapi made object
22459:
22460: * src/: include/pa_globals.h, main/pa_request.C,
22461: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22462: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22463: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22464:
22465: * src/: main/pa_request.C, targets/cgi/parser3.C,
22466: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22467: isapi minor env beauty
22468:
22469: * src/: main/pa_request.C, targets/cgi/parser3.C,
22470: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22471: isapi document_root 0
22472:
22473: 2001-03-22 paf
22474:
22475: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22476:
22477: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22478: isapi/parser3isapi.C: z
22479:
22480: * src/: include/pa_pool.h, main/pa_request.C,
22481: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22482:
22483: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22484: kill.pl: isapi added utils
22485:
22486: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22487: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22488: types/pa_vform.C: isapi 0
22489:
22490: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22491: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22492: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22493: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22494: started isapi
22495:
22496: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22497: some comments
22498:
22499: * src/: include/pa_globals.h, include/pa_request.h,
22500: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22501: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22502: parser_root_auto_path parser_site_auto_path
22503:
22504: * src/types/pa_vcookie.C: cookie attr decoded
22505:
22506: 2001-03-21 paf
22507:
22508: * src/targets/cgi/parser3.C: z
22509:
22510: * src/include/pa_globals.h: post. todo: config of auto.p path
22511:
22512: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22513: types/pa_venv.h: in cookie & env. todo:post
22514:
22515: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22516: classes/root.C, classes/table.C, include/pa_array.h,
22517: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22518: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22519: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22520: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22521: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22522: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22523: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22524: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22525: shifted apache branch on main trunc
22526:
22527: * src/: include/pa_common.h, include/pa_globals.h,
22528: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22529: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22530: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22531: starting mod_parser3
22532:
22533: * src/targets/cgi/parser3.C: starting mod_parser3
22534:
22535: 2001-03-20 paf
22536:
22537: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22538: targets/cgi/parser3.C: automake compiled and works. todo:make
22539: win32 ifdefs work and add ifdef unistd
22540:
22541: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22542: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22543: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22544: z
22545:
22546: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22547: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22548: locking
22549:
22550: * src/: classes/Makefile.am, types/Makefile.am: z
22551:
22552: * src/: Makefile.am, classes/file.C, classes/root.C,
22553: classes/table.C, include/pa_array.h, include/pa_request.h,
22554: include/pa_string.h, main/Makefile.am, main/execute.C,
22555: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22556: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22557: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22558: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22559:
22560: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22561: main/pa_request.C, types/pa_vfile.h: ^table:save
22562:
22563: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22564: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22565: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22566: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22567: types/pa_vform.h: z
22568:
22569: * src/include/pa_string.h: z
22570:
22571: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22572: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22573: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22574: :Value
22575:
22576: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22577: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22578: :VStateless_object
22579:
22580: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22581: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22582: :VStateless_object
22583:
22584: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22585: types/pa_valiased.C, types/pa_vform.h: commented VForm
22586:
22587: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22588: types/pa_valiased.h, types/pa_value.h,
22589: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22590: types/pa_vstateless_object.h: moved common get_element part from
22591: stateless object&class into VAliased
22592:
22593: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22594: classes/table.C, main/execute.C, main/main.dsp,
22595: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22596: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22597: now :Value
22598:
22599: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22600: main/execute.C, main/main.dsp, main/pa_globals.C,
22601: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22602:
22603: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22604: doxx
22605:
22606: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22607: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22608: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22609: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22610: and ^file:save
22611:
22612: 2001-03-19 paf
22613:
22614: * src/types/pa_vfile.C: z
22615:
22616: * src/: classes/file.C, classes/request.C, classes/table.C,
22617: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22618: main/pa_request.C, main/untaint.C, types/pa_value.h,
22619: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22620:
22621: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22622: include/pa_string.h, include/pa_table.h, main/main.dsp,
22623: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22624: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22625: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22626: classes/_file.h, classes/file.C, types/pa_vfile.C,
22627: types/pa_vfile.h: file class just compiled
22628:
22629: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22630: include/pa_table.h, include/pa_types.h, main/execute.C,
22631: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22632: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22633: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22634:
22635: * src/include/pa_pool.h: z
22636:
22637: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22638: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22639: Hash::Value to Val so to doxygen would finlly stop confusing
22640: those Value-s
22641:
22642: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22643: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22644: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22645: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22646: include/pa_types.h, main/compile.C, main/compile.y,
22647: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22648: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22649: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22650: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22651: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22652:
22653: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22654: derivates somehow unlinked. don't know why yet
22655:
22656: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22657: include/pa_string.h, include/pa_threads.h, main/compile.C,
22658: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22659: main/execute.C, main/pa_array.C, main/pa_common.C,
22660: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22661: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22662: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22663:
22664: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22665: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22666: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22667: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22668: types/pa_vrequest.h: doc: detected Value derivates prob
22669:
22670: * src/include/pa_globals.h: z
22671:
22672: * src/: classes/_request.h, classes/request.C, include/code.h,
22673: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22674: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22675: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22676: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22677: main/execute.C, main/pa_pool.C, main/pa_request.C,
22678: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22679: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22680:
22681: 2001-03-18 paf
22682:
22683: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22684: cookie: allowed access to hash-assigned
22685:
22686: * src/targets/cgi/parser3.C: z
22687:
22688: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22689: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22690: include/pa_types.h, main/main.dsp, main/pa_common.C,
22691: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22692: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22693: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22694: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22695: types/pa_vunknown.h: cookie class
22696:
22697: * src/main/pa_request.C: zero length output allowed
22698:
22699: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22700: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22701:
22702: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22703: lang switch
22704:
22705: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22706: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22707: types/pa_value.h, types/pa_vhash.h:
22708: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22709:
22710: * src/main/execute.C: z
22711:
22712: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22713: targets/cgi/parser3.C: taint[uri
22714:
22715: * src/: classes/request.C, classes/response.C, classes/root.C,
22716: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22717: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22718: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22719:
22720: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22721: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22722: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22723: types/pa_vstateless_class.C: convinient string(pool, char *src,
22724: bool tainted) ctor
22725:
22726: * src/: include/pa_hash.h, include/pa_request.h,
22727: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22728: main/pa_request.C, main/pa_string.C, main/untaint.C,
22729: targets/cgi/parser3.C: proper @exceptions params tainting
22730:
22731: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22732: response fields to header
22733:
22734: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22735: z
22736:
22737: * src/: classes/_response.h, classes/response.C,
22738: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22739: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22740: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22741: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22742: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22743: $response: 0 request::core exception rethrow
22744:
22745: 2001-03-16 paf
22746:
22747: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22748: types/pa_vrequest.h: native method' class call with less params
22749: then needed error reporting
22750:
22751: * src/: classes/_request.h, classes/request.C,
22752: include/pa_globals.h, include/pa_request.h, main/execute.C,
22753: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22754: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22755: types/pa_vrequest.h: $request : query :uri
22756:
22757: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22758: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22759: types/pa_wcontext.h: $result
22760:
22761: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22762:
22763: * src/: classes/double.C, include/code.h, main/compile.y,
22764: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22765: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22766:
22767: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22768: main/compile.y, main/execute.C, types/pa_value.h,
22769: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22770: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22771: wcontext conflict
22772:
22773: * src/: main/execute.C, types/pa_value.h,
22774: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22775: $string.field
22776:
22777: 2001-03-15 paf
22778:
22779: * src/main/pa_request.C: news sample
22780:
22781: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22782: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22783:
22784: * src/main/: compile.y, execute.C: z
22785:
22786: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22787: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22788: pre pre works
22789:
22790: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22791: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22792: fillfields just compiled
22793:
22794: 2001-03-14 paf
22795:
22796: * src/: include/pa_request.h, main/pa_request.C,
22797: targets/cgi/parser3.C: z
22798:
22799: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22800: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22801: types/pa_vstring.h: limits -1
22802:
22803: * src/: include/pa_globals.h, include/pa_request.h,
22804: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22805: main/pa_request.C, targets/cgi/parser3.C,
22806: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22807: request_info -1
22808:
22809: * src/: include/pa_globals.h, main/pa_globals.C,
22810: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22811: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22812: vform_fields_fill
22813:
22814: * src/targets/cgi/parser3.C: # if MSVC
22815:
22816: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22817: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22818:
22819: * src/targets/cgi/parser3.C: z
22820:
22821: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22822: include/pa_string.h, include/pa_types.h, main/compile.y,
22823: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22824: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22825: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22826: types/pa_vunknown.h: global handler, exceptions in parser3
22827:
22828: 2001-03-13 paf
22829:
22830: * src/: classes/form.C, main/compile.y, main/core.C,
22831: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22832: types/pa_vform.h, types/pa_vstateless_class.C,
22833: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22834: instead
22835:
22836: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22837: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22838: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22839: started cgi target
22840:
22841: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22842: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22843: before error show with parser
22844:
22845: * src/: classes/_form.h, classes/form.C, include/core.h,
22846: include/pa_request.h, main/core.C, main/pa_request.C,
22847: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22848:
22849: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22850:
22851: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22852: parser3.C: renamed targets/ parser to cgi
22853:
22854: * src/: classes/double.C, classes/env.C, classes/int.C,
22855: classes/root.C, classes/string.C, classes/table.C,
22856: include/pa_request.h, types/pa_vhash.h: z
22857:
22858: * src/: classes/_env.h, classes/env.C, classes/root.C,
22859: include/core.h, include/pa_pool.h, include/pa_request.h,
22860: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22861: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22862: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22863: [historical moment :)]
22864:
22865: * src/: include/code.h, include/pa_string.h, main/compile.y,
22866: main/execute.C, main/pa_string.C: 'value is type' expr operator
22867:
22868: * src/types/pa_venv.h: $ENV 1
22869:
22870: * src/main/execute.C: z
22871:
22872: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22873: future methods of ENV constructor if
22874:
22875: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22876: class
22877:
22878: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22879: classes/_root.h, classes/_string.h, classes/_table.h,
22880: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22881: classes/string.C, classes/table.C, include/pa_request.h,
22882: main/compile.C, main/compile_tools.h, main/core.C,
22883: main/execute.C, main/main.dsp, main/pa_request.C,
22884: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22885: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22886: types/pa_vobject.h, types/pa_vstateless_class.C,
22887: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22888: types/pa_wcontext.h: $ENV: re 0, stateless classes
22889:
22890: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22891: classes/_root.h, classes/_string.h, classes/_table.h,
22892: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22893: classes/string.C, classes/table.C, include/pa_request.h,
22894: main/compile.C, main/compile_tools.h, main/core.C,
22895: main/execute.C, main/main.dsp, main/pa_request.C,
22896: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22897: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22898: types/pa_vobject.h, types/pa_vstateless_class.C,
22899: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22900: types/pa_wcontext.h: $ENV: re 0, stateless classes
22901:
22902: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22903: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22904: yesterdays bad decision on execute_static_method
22905:
22906: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22907:
22908: * src/: classes/double.C, classes/int.C, classes/root.C,
22909: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22910:
22911: * src/main/pa_request.C: z
22912:
22913: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22914: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22915:
22916: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22917: include/pa_pool.h, main/pa_request.C:
22918: restructure_exceptions_dead_end
22919:
22920: * src/: classes/root.C, main/compile.y: ^if required junctions.
22921: allowed ; inside {} to break params
22922:
22923: * src/classes/root.C: ^eval
22924:
22925: * src/: classes/_string.h, classes/double.C, classes/int.C,
22926: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22927: string ^format
22928:
22929: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22930: 'bad' but not 'enough'
22931:
22932: * src/: classes/double.C, classes/root.C, classes/table.C,
22933: include/pa_common.h, include/pa_types.h, main/compile.y,
22934: main/pa_common.C, main/pa_request.C, main/untaint.C,
22935: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22936: types/pa_wwrapper.h: think constructing flag as is is bad
22937:
22938: * src/: classes/double.C, classes/int.C, classes/root.C,
22939: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22940: types/pa_vint.h: ^for
22941:
22942: 2001-03-12 paf
22943:
22944: * src/classes/table.C: table ^empty
22945:
22946: * src/: classes/table.C, include/pa_table.h: table ^menu
22947:
22948: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22949: ^offset ^line ^count
22950:
22951: * src/classes/root.C: ^round() ^floor() ^ceiling()
22952: ^abs() ^sign()
22953:
22954: * src/classes/: root.C, table.C: ^use
22955:
22956: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22957: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22958: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22959: ^while. switched off wcontext.constructing after write(value) or
22960: auto-vhash-constructing
22961:
22962: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22963: main/pa_request.C: fail_if_junction_ helper func
22964:
22965: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22966: include/pa_request.h, main/execute.C, main/main.dsp,
22967: main/pa_common.C, main/pa_request.C: ^process error point by
22968: actual method_name, not source. ^load
22969:
22970: * src/types/pa_vtable.h: table: no, better with string in cells...
22971:
22972: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22973: classes/_table.h, classes/table.C, main/untaint.C: z
22974:
22975: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22976: include/pa_table.h, main/core.C, main/execute.C,
22977: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22978: types/pa_value.h: table:set 0
22979:
22980: * src/: classes/root.C, include/core.h, include/pa_array.h,
22981: include/pa_request.h, include/pa_table.h, main/core.C,
22982: main/main.dsp, main/pa_request.C, main/pa_table.C,
22983: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22984: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22985: types/pa_vstring.h: freeze, ^table:create[] -1
22986:
22987: * src/: classes/root.C, types/pa_value.h: z
22988:
22989: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22990: get_method in couple places optimizing them
22991:
22992: * src/classes/root.C: z
22993:
22994: * src/: classes/root.C, types/pa_vclass.h: process temp main
22995: zeroing
22996:
22997: * src/: classes/double.C, classes/int.C, classes/root.C,
22998: classes/string.C, include/pa_common.h, include/pa_request.h,
22999: include/pa_string.h, include/pa_types.h, main/compile.C,
23000: main/compile.y, main/compile_tools.h, main/execute.C,
23001: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23002: types/pa_vmframe.h: ^process. actual names to store param and
23003: check_actual_numbered_params for better place diagnostics
23004:
23005: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23006: method-junctions bug fixed
23007:
23008: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23009: pa_vstateless_object.h, pa_vstring.h: stateless_object
23010:
23011: 2001-03-11 paf
23012:
23013: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23014: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23015: VDouble VInt base now VObject_base - without fields
23016:
23017: * src/: classes/root.C, include/core.h, main/core.C: z
23018:
23019: * src/: classes/double.C, classes/int.C, classes/root.C,
23020: classes/string.C, include/core.h, include/pa_hash.h,
23021: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23022: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23023:
23024: * src/: classes/double.C, classes/int.C, classes/root.C,
23025: include/pa_request.h, main/execute.C: intercept_string
23026:
23027: * src/: classes/double.C, classes/int.C, classes/root.C,
23028: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23029:
23030: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23031: ^inc-s(expr)
23032:
23033: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23034: classes/_root.h, classes/_string.h, classes/double.C,
23035: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23036: include/code.h, include/core.h, include/pa_array.h,
23037: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23038: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23039: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23040: include/pa_types.h, main/compile.C, main/compile.y,
23041: main/compile_tools.C, main/compile_tools.h, main/core.C,
23042: main/execute.C, main/pa_array.C, main/pa_common.C,
23043: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23044: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23045: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23046: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23047: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23048: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23049: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23050: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23051:
23052: * src/: main/pa_request.C, types/pa_vhash.h: z
23053:
23054: * src/: include/core.h, include/pa_request.h, main/core.C,
23055: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23056:
23057: * src/: include/pa_valiased.h, include/pa_value.h,
23058: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23059: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23060: include/pa_vjunction.h, include/pa_vmframe.h,
23061: include/pa_vobject.h, include/pa_vstring.h,
23062: include/pa_vunknown.h, include/pa_wcontext.h,
23063: include/pa_wwrapper.h, main/compile.y, main/core.C,
23064: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23065: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23066: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23067: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23068: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23069: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23070: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23071: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23072: include/
23073:
23074: 2001-03-10 paf
23075:
23076: * src/: include/core.h, include/pa_request.h, main/core.C,
23077: main/pa_request.C: run+auto=run
23078:
23079: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23080:
23081: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23082: classes/_root.h, classes/_string.h, classes/double.C,
23083: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23084: include/code.h, include/core.h, include/pa_array.h,
23085: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23086: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23087: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23088: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23089: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23090: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23091: include/pa_vjunction.h, include/pa_vmframe.h,
23092: include/pa_vobject.h, include/pa_vstring.h,
23093: include/pa_vunknown.h, include/pa_wcontext.h,
23094: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23095: main/compile_tools.C, main/compile_tools.h, main/core.C,
23096: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23097: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23098: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23099: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23100: main/pa_wcontext.C: sources header
23101:
23102: * src/main/pa_request.C: auto..
23103:
23104: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23105: main/pa_request.C: auto tree0
23106:
23107: * src/: include/core.h, include/pa_request.h, main/compile.y,
23108: main/core.C, main/pa_request.C: names to core.C
23109:
23110: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23111: include/pa_request.h, main/core.C, main/execute.C,
23112: main/pa_common.C, main/pa_request.C: root auto.p loaded
23113:
23114: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23115: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23116: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23117: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23118:
23119: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23120: @auto[] realised. auto.p scan togo
23121:
23122: * src/: include/pa_request.h, main/execute.C: autocalc
23123: code-junctions result now have names
23124:
23125: * src/: classes/double.C, classes/int.C, classes/root.C,
23126: classes/string.C, include/pa_request.h, include/pa_string.h,
23127: include/pa_wcontext.h, main/compile.y, main/execute.C,
23128: main/pa_string.C, main/pa_wcontext.C: tainting 0
23129:
23130: * src/classes/env.C: env:file/line
23131:
23132: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23133: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23134: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23135: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23136: main/compile_tools.C, main/compile_tools.h, main/core.C,
23137: main/execute.C, main/main.dsp, main/pa_cframe.C,
23138: main/pa_request.C, main/pa_wcontext.C: const fight finished
23139:
23140: * src/include/pa_vclass.h: const fight to go
23141:
23142: * src/: classes/_env.h, classes/env.C, classes/root.C,
23143: include/pa_request.h, include/pa_vclass.h, main/core.C,
23144: main/main.dsp: env0
23145:
23146: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23147: classes/_string.h, classes/double.C, classes/int.C,
23148: classes/root.C, classes/string.C, include/pa_request.h,
23149: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23150: include/pa_wcontext.h, main/core.C, main/main.dsp,
23151: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23152: main/pa_wcontext.C: ^lang prepare0
23153:
23154: 2001-03-09 paf
23155:
23156: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23157: construct proper naming
23158:
23159: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23160: classes/double.C, classes/int.C, classes/root.C,
23161: classes/string.C, include/code.h, include/pa_value.h,
23162: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23163: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23164: main/compile.y, main/compile_tools.C, main/core.C,
23165: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23166: and ^double[]. fixed expr type
23167:
23168: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23169: ^string.length[]
23170:
23171: 2001-03-08 paf
23172:
23173: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23174:
23175: * src/: include/pa_vclass.h, include/pa_vstring.h,
23176: include/pa_wcontext.h, main/compile.y, main/core.C,
23177: main/execute.C, main/main.dsp: dead end: vstring can't be
23178: derivated from vobject
23179:
23180: * src/: include/pa_vclass.h, include/pa_vhash.h,
23181: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23182:
23183: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23184: remained clone conseqs
23185:
23186: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23187:
23188: * src/main/pa_vclass.C: wow! vclass were out of vcs
23189:
23190: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23191: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23192: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23193: include/pa_vobject.h, include/pa_vstring.h,
23194: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23195: main/execute.C: withoud cloning. didn't need it actually, params
23196: got passed from out unnamed ewpool
23197:
23198: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23199: include/pa_vjunction.h, include/pa_vobject.h,
23200: include/pa_vunknown.h, main/compile.y: cloning dead end
23201:
23202: * src/: include/pa_bool.h, include/pa_double.h,
23203: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23204: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23205: include/pa_vjunction.h, include/pa_vmframe.h,
23206: include/pa_vobject.h, include/pa_vstring.h,
23207: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23208: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23209: to give params proper names
23210:
23211: * src/main/pa_wcontext.C: z
23212:
23213: * src/: include/pa_vmframe.h, main/execute.C: added names to
23214: unknown values in get_element and unfilled params. removed wrong
23215: name change in get_element
23216:
23217: * src/main/execute.C: z
23218:
23219: * src/main/execute.C: fixed problems calling operators in
23220: constructors
23221:
23222: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23223: detected problems calling operators in constructors
23224:
23225: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23226: autocalc def to string
23227:
23228: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23229: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23230:
23231: * src/classes/root.C: added root.c
23232:
23233: * src/: include/pa_request.h, include/pa_value.h,
23234: include/pa_vcframe.h, include/pa_vmframe.h,
23235: include/pa_wcontext.h, main/compile.C, main/compile.y,
23236: main/core.C, main/execute.C, main/pa_cframe.C,
23237: main/pa_wcontext.C: 'if' just compiled
23238:
23239: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23240: include/pa_vjunction.h, include/pa_vmframe.h,
23241: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23242: main/pa_wcontext.C: z
23243:
23244: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23245: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23246: with parameter names in operator methods
23247:
23248: * src/main/compile.y: minor renamings in .y
23249:
23250: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23251: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23252: @BASE. changed 'RUN' assignment mech
23253:
23254: * src/main/execute.C: z
23255:
23256: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23257: main/compile_tools.h, main/execute.C: made class: dynamic, not
23258: static. so to enable runtime ^use
23259:
23260: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23261:
23262: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23263: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23264:
23265: * src/main/execute.C: root root in code-junction
23266:
23267: 2001-03-07 paf
23268:
23269: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23270: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23271:
23272: * src/: include/pa_stack.h, include/pa_value.h,
23273: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23274: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23275: fixed rwcontext of {} params up
23276:
23277: * src/main/: compile.y, compile_tools.h: ^func(params)
23278:
23279: * src/main/compile.y: .y priorities syntax shaped up a bit
23280:
23281: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23282: include/pa_vunknown.h, main/compile.y, main/execute.C,
23283: main/pa_hash.C: expr def in -f
23284:
23285: * src/main/: compile.y, execute.C: expr calls
23286:
23287: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23288: fixed
23289:
23290: * src/main/compile.y: expr quoted code
23291:
23292: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23293: support0
23294:
23295: * src/main/compile.y: expr string comparisons 0
23296:
23297: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23298: main/pa_string.C: just compiled lt&co
23299:
23300: * src/main/execute.C: ^var.menu{$field} problem detected. that
23301: $field not a $var.field
23302:
23303: 2001-03-06 paf
23304:
23305: * src/main/compile.y: .y expr visible-shorter
23306:
23307: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23308: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23309: logical
23310:
23311: * src/: include/pa_vstring.h, main/compile.y: problems with
23312: skipping whitespace in yylex
23313:
23314: * src/include/pa_vbool.h: forgot this
23315:
23316: * src/: include/code.h, main/compile.y, main/execute.C: without
23317: string ops in expressions 0
23318:
23319: * src/: include/pa_value.h, include/pa_vdouble.h,
23320: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23321: main/execute.C, main/main.dsp: !~
23322:
23323: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23324: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23325: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23326: include/pa_vunknown.h, include/pa_wcontext.h,
23327: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23328: main/compile_tools.h, main/execute.C: +-*/
23329:
23330: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23331: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23332:
23333: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23334: main/execute.C: expr grammar-1 2*2=4.000000 :)
23335:
23336: * src/main/compile.y: expr grammar-1
23337:
23338: * src/main/compile.y: expr lexx1
23339:
23340: * src/main/: compile.y, execute.C, main.dsp: z
23341:
23342: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23343: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23344: main/execute.C: expr lex0 exec-1
23345:
23346: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23347:
23348: 2001-02-26 paf
23349:
23350: * src/main/compile.y: max_string in yyerror bug fix
23351:
23352: 2001-02-25 paf
23353:
23354: * src/: include/pa_value.h, include/pa_vmframe.h,
23355: include/pa_wcontext.h, main/execute.C: VAliased3
23356:
23357: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23358:
23359: * src/main/execute.C: VAliased1
23360:
23361: * src/: include/pa_request.h, include/pa_value.h,
23362: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23363: VAliased0
23364:
23365: * src/: include/pa_pool.h, include/pa_request.h,
23366: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23367: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23368: VAliased just compiled
23369:
23370: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23371: include/pa_vobject.h, main/execute.C: alias dead end
23372:
23373: * src/: include/pa_value.h, include/pa_vclass.h,
23374: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23375: main/main.dsp: no not get fields into interm VFielded class.
23376: fields & staticfields 1
23377:
23378: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23379: include/pa_vobject.h, include/pa_wcontext.h,
23380: include/pa_wwrapper.h, main/core.C, main/execute.C,
23381: main/main.dsp: would now get fields into interm VFielded class
23382:
23383: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23384: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23385: include/pa_wcontext.h, main/compile.y, main/core.C,
23386: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23387: main/pa_wcontext.C: virtuals2
23388:
23389: * src/main/compile.y: : 1
23390:
23391: * src/main/compile.y: rethought to $class:static.field.subfield
23392:
23393: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23394: $class:element
23395:
23396: * src/: include/pa_value.h, include/pa_vmframe.h,
23397: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23398: main/pa_wcontext.C: before execute class calls rewrite
23399:
23400: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23401: name RUN, also alias
23402:
23403: * src/main/compile.y: escaping bug
23404:
23405: * src/: include/pa_request.h, include/pa_value.h,
23406: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23407: main/core.C, main/execute.C, main/pa_common.C: vobject1
23408:
23409: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23410: include/pa_vmframe.h, include/pa_vobject.h,
23411: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23412: main/compile_tools.h, main/execute.C: ^class:method() just
23413: compiled
23414:
23415: 2001-02-24 paf
23416:
23417: * src/main/main.dsp: no bison -d
23418:
23419: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23420: class' err msg wrong
23421:
23422: * src/main/compile.y: z
23423:
23424: * src/main/: compile.y, core.C: yylex need some @special lines adj
23425:
23426: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23427: main/compile.y, main/compile_tools.h, main/core.C: modules0
23428:
23429: * src/: include/pa_vclass.h, main/core.C: z
23430:
23431: * src/: include/pa_value.h, include/pa_vclass.h,
23432: include/pa_vobject.h, main/main.dsp: vobject00
23433:
23434: * src/main/pa_array.C: minor bug in expanding very small arrays.
23435: 60% from 1 were 0
23436:
23437: * src/: include/pa_value.h, include/pa_wcontext.h,
23438: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23439: as bad as you've named it: wcontext.value() was not a perfect
23440: idea
23441:
23442: * src/main/execute.C: codeframe1
23443:
23444: * src/: include/pa_value.h, include/pa_vcframe.h,
23445: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23446: include/pa_vjunction.h, include/pa_vmframe.h,
23447: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23448: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23449: just compiled
23450:
23451: * src/: include/pa_vframe.h, main/compile.y: found junction
23452: ideology @: ^x{$a()) must construct current wcontext element, so
23453: smart wcontext handling needed
23454:
23455: * src/main/compile.y: fixed grammar bugs in constructor/params
23456: klinch
23457:
23458: * src/main/: compile.y, execute.C: fixed empty constructor
23459: optimized empty case. failed on calls - produced empty string
23460: param
23461:
23462: * src/main/compile.y: fixed last \n macrotemplate strip bug
23463:
23464: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23465: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23466: main/compile_tools.C, main/compile_tools.h, main/core.C,
23467: main/execute.C: code junctions0. something wrong with last \n
23468: macrotemplate strip
23469:
23470: * src/: include/pa_value.h, main/compile.C, main/core.C,
23471: main/pa_value.C: minor error reporting format beautifyings
23472:
23473: * src/: include/pa_value.h, include/pa_vclass.h,
23474: include/pa_vframe.h, main/core.C, main/execute.C,
23475: main/pa_value.C: get_method RIP. junctions everywhere. call with
23476: junctions0
23477:
23478: 2001-02-23 paf
23479:
23480: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23481: pa_wwrapper.h: lara came, can't work, sorry :(
23482:
23483: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23484: junction
23485:
23486: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23487: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23488: main/execute.C, main/main.dsp, main/pa_value.C: call0
23489:
23490: * src/: include/pa_hash.h, include/pa_value.h,
23491: include/pa_wcontext.h, main/core.C, main/execute.C,
23492: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23493: done
23494:
23495: * src/include/pa_wcontext.h: z
23496:
23497: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23498: wrong grammar in complex constructor case
23499:
23500: * src/main/: compile.y, execute.C: empty constructor bug fixed
23501:
23502: * src/main/execute.C: with result rwpool
23503:
23504: * src/: include/pa_value.h, main/core.C, main/execute.C,
23505: main/main.dsp: value named
23506:
23507: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23508: strign 2 value in 2 places in execute
23509:
23510: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23511: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23512: wcontext.put_element when wcontext fvalue==0
23513:
23514: 2001-02-22 paf
23515:
23516: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23517: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23518: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23519:
23520: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23521: erroreos checkout
23522:
23523: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23524:
23525: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23526: main/compile_tools.h, main/pa_array.C: $self.get
23527:
23528: * src/main/: compile.C, compile.y, compile_tools.C: z
23529:
23530: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23531: bit. finished now.
23532:
23533: * src/main/compile.y: $: finished
23534:
23535: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23536:
23537: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23538: main/execute.C: OP_STRING better then some xxx _VALUE
23539:
23540: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23541: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23542: string to vstring it .y all
23543:
23544: * src/: include/pa_request.h, include/pa_stack.h,
23545: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23546: all
23547:
23548: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23549: precise parse error line:col
23550:
23551: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23552: main/pa_hash.C, main/pa_pool.C: TRY...
23553:
23554: * src/: include/pa_exception.h, include/pa_pool.h,
23555: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23556: main/compile.C, main/compile.y, main/compile_tools.C,
23557: main/core.C, main/pa_array.C, main/pa_exception.C,
23558: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23559: main/pa_table.C: removed exception from request
23560:
23561: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23562: some forgotten
23563:
23564: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23565: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23566: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23567: get/put simple vars to VClass works0
23568:
23569: * src/: include/pa_array.h, include/pa_wcontext.h,
23570: main/pa_string.C: in process, but found that exceptions are too
23571: global
23572:
23573: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23574: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23575: main/execute.C, main/pa_string.C: write_value write_string 0 it
23576: seems wcontext must write strings regardles of fvalue!=0
23577:
23578: 2001-02-21 paf
23579:
23580: * src/main/execute.C: tired :)
23581:
23582: * src/main/: compile.C, compile.y, execute.C: store0
23583:
23584: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23585: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23586: include/pa_wcontext.h, main/compile.C, main/compile.y,
23587: main/execute.C, main/main.dsp, main/pa_array.C,
23588: main/pa_request.C: get put -1 [just compiled]
23589:
23590: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23591: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23592: main/main.dsp, main/pa_request.C: request core methods0
23593:
23594: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23595: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23596: execute
23597:
23598: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23599: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23600: methods and one_big_piece. now compile returns array<method*>
23601:
23602: * src/main/compile.y: more straightforward yylex[end]
23603:
23604: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23605: string.operator==(char*)
23606:
23607: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23608: main/execute.C, main/pa_array.C: after array.const get wonders
23609:
23610: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23611: pa_string.h, pa_value.h: struck with const array.gets
23612:
23613: * src/main/: execute.C: z
23614:
23615: * src/main/: compile.y, execute.C: z
23616:
23617: * src/main/: compile.C, compile.y, compile_tools.h: error
23618: processing in eval & yyerror so it wouldn't cause memleaks.
23619:
23620: * src/main/: compile.C, compile.y: failed to add absolute precies
23621: parse error positions. leaving RIGHTMOST position as
23622: @file[line:col]
23623:
23624: * src/: include/compile.h, main/compile.C, main/compile.y,
23625: main/compile_tools.h: line numbers needed. would add them to .y
23626: now internally. externally it's not as precise as needed
23627:
23628: * src/: include/code.h, include/pa_types.h, main/compile.C,
23629: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23630: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23631: compiler works ok
23632:
23633: 2001-02-20 paf
23634:
23635: * src/main/: compile.C, compile.y, compile_tools.C,
23636: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23637: not perfect
23638:
23639: * src/: include/code.h, include/compile.h, include/execute.h,
23640: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23641: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23642: main/compile.C, main/compile.y, main/compile_tools.C,
23643: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23644: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23645: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23646: compiled. execute=dump for now
23647:
23648: * src/main/core.C: core rewrite using yacc investigations now will
23649: be compile[yacc]/execute[opcodes]
23650:
23651: 2001-02-15 paf
23652:
23653: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23654: rewrite as turing machine? for it seems it would be it's too many
23655: ifs with this syntax now
23656:
23657: 2001-02-14 paf
23658:
23659: * src/main/core.C: get_params 1
23660:
23661: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23662: :( ]
23663:
23664: * src/main/core.C: varios breaks
23665:
23666: * src/main/core.C: get names 3
23667:
23668: * src/main/core.C: get names 2
23669:
23670: * src/main/core.C: get names 1
23671:
23672: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23673: names 0
23674:
23675: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23676: text repassing2 operator static vars
23677:
23678: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23679: main/pa_string.C: process text repassing
23680:
23681: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23682: module:calls changes
23683:
23684: 2001-02-13 paf
23685:
23686: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23687: ^class:calls[] started
23688:
23689: * src/: include/pa_value.h, main/core.C: z
23690:
23691: * src/main/core.C: operators : and self. prefixes
23692:
23693: * src/main/core.C: z
23694:
23695: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23696: tested
23697:
23698: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23699: optimized
23700:
23701: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23702: would change privates to better support optimization
23703:
23704: * src/: include/pa_string.h, main/pa_string.C:
23705: String_iterator::skip_to todo:optimize
23706:
23707: 2001-02-12 paf
23708:
23709: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23710: String_iterator
23711:
23712: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23713: comments
23714:
23715: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23716: self/methodref joined
23717:
23718: 2001-02-11 paf
23719:
23720: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23721: main/main.dsp: core started. core.C, context&value .h
23722:
23723: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23724: include/pa_string.h, main/main.dsp, main/pa_array.C,
23725: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23726:
23727: 2001-01-30 paf
23728:
23729: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23730: comments
23731:
23732: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23733: main/pa_pool.C: moved pa_pool.C to be target specific
23734:
23735: * src/: include/pa_exception.h, include/pa_pool.h,
23736: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23737: to & changes
23738:
23739: * src/: include/pa_exception.h, include/pa_pool.h,
23740: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23741: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23742: re-associated. that's much better even removed 'die' necessety
23743:
23744: * src/: include/pa_error.h, include/pa_exception.h,
23745: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23746: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23747: targets/Makefile.am: lowered targets/parser into subdir, added
23748: parser_Pool(Pool) failed to add. would think..
23749:
23750: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23751: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23752: main/pa_string.C, main/pa_table.C: Table more like C++ style
23753: hence lots of 'const'
23754:
23755: * src/: include/pa_error.h, include/pa_request.h,
23756: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23757: main/pa_table.C: Error fixed
23758:
23759: 2001-01-29 paf
23760:
23761: * src/: include/pa_array.h, include/pa_common.h,
23762: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23763: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23764: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23765: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23766:
23767: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23768: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23769: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23770: main/pa_string.C, main/pa_table.C: Request Error Table
23771:
23772: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23773: templates"
23774:
23775: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23776: main/main.dsp, main/pa_array.C: templates failed no template
23777: specializations [VC6], no library auto instantation [VC6, GNU c++
23778: 2.95.2-6 from latest cygwin]
23779:
23780: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23781: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23782: main/main.dsp, main/pa_array.C, main/pa_string.C,
23783: main/pa_table.C: Table started would test template Array now
23784:
23785: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23786: String originating
23787:
23788: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23789: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23790: SYNCHRONIZED(thread_safe)
23791:
23792: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23793: parts to top
23794:
23795: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23796: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23797: see: needed only in global Hash now, made Hash:: put/get
23798: SYNCHRONIZED
23799:
23800: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23801: main/pa_threads.C: added pa_threads
23802:
23803: Mutex
23804:
23805: * src/include/pa_hash.h: some comments
23806:
23807: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23808: Array& operator += (Array& src)
23809:
23810: * src/main/pa_array.C: expand not convinient, would rewrite
23811:
23812: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23813: (Array& src)
23814:
23815: rethought, would change now
23816:
23817: 2001-01-27 paf
23818:
23819: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23820: caching
23821:
23822: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23823: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23824: cache rethought to chunk caching
23825:
23826: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23827: include/pa_string.h, main/main.dsp, main/pa_array.C,
23828: main/pa_hash.C, main/pa_string.C: Array 0
23829:
23830: * src/main/pa_string.C: String::operator ==
23831:
23832: * src/main/pa_hash.C: String(&String)
23833:
23834: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23835:
23836: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23837: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23838: pa_hash[forgotten]
23839:
23840: 2001-01-26 paf
23841:
23842: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23843: removed templates [vc++ suxx]
23844:
23845: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23846: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23847:
23848: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23849:
1.119 moko 23850: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23851:
1.119 moko 23852: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23853: check
23854:
23855: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23856: dynamic row_count
23857:
23858: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23859: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23860: targets/Makefile.am: Initial revision
23861:
23862: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23863: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23864: targets/Makefile.am: creating parser3 module
23865:
E-mail: