Annotation of parser3/ChangeLog, revision 1.145
1.145 ! moko 1: 2020-11-03 moko
! 2:
! 3: * src/: classes/op.C, include/pa_request.h: unused argument removed
! 4:
! 5: * src/main/pa_request.C: content_disposition_inline is the default,
! 6: not required.
! 7:
1.144 moko 8: 2020-10-29 moko
9:
10: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
11: ^use[file; $.main(true) ] implemented for auto.p processing and
12: path_translated changing to correct relative files path
13: calculation in httpd mode
14:
15: * src/: include/pa_request.h, main/pa_request.C:
16: fail_on_read_problem removed, as it allways true, as if should
17: be.
18:
19: * src/: include/pa_request.h, main/pa_request.C,
20: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
21: targets/isapi/parser3isapi.C: clearing config_filespec when
22: config was not found, thus flag not required and removed.
23:
24: 2020-10-28 moko
25:
26: * tests/: 402.html, results/402.processed: error reporting test
27:
28: * src/main/execute.C: better error reporting when
29: $result[^hash::create[]] in @main.
30:
31: * src/main/: execute.C, pa_request.C: frame.result() should be used
32: + minor optimization
33:
34: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
35: main/pa_xml_io.C: execute_*_method simplified and unified
36:
37: 2020-10-27 moko
38:
39: * tests/: 306.html, results/306.processed: a bit more testing. :)
40:
41: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
42: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
43: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
44: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
45: types/pa_vmethod_frame.h, types/pa_vobject.C,
46: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
47: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
48: longer used in object-prototype mode
49:
50: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
51: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
52: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
53: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
54: $form:name[value] features
55:
1.143 moko 56: 2020-10-18 moko
57:
58: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
59:
60: 2020-10-15 moko
61:
62: * src/main/pa_http.C: url no longer needed as
63: ALTER_EXCEPTION_SOURCE is used
64:
65: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
66: main/pa_http.C: check_file_size filespec is now optional
67:
68: * src/: classes/curl.C, include/pa_exception.h,
69: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
70: ALTER_EXCEPTION_COMMENT added for better error reporting
71:
72: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
73: results/346-curl.processed, results/379-curl.processed,
74: results/379.processed: test results updated as load now provides
75: better error reporting + curl responses updated
76:
77: 2020-10-14 moko
78:
79: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
80: main/pa_string.C, targets/apache/mod_parser3_core.C,
81: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
82: checked. 10 is now default base, no hex autodetect by default
83:
84: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
85: connection socket closing in destructor + accept exception
86: handling
87:
88: * src/targets/cgi/parser3.C: warning war
89:
90: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
91: main/pa_request.C, targets/apache/mod_parser3_core.C,
92: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
93: exception handling unified
94:
95: 2020-10-13 moko
96:
97: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
98: autodetection
99:
100: * src/targets/apache/mod_parser3_core.C: reverted to atoi
101:
102: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
103:
104: * src/main/pa_http.C: warning war
105:
1.142 moko 106: 2020-10-12 moko
107:
1.143 moko 108: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
109: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
110: unhandled exception code optimization
111:
112: * src/targets/cgi/parser3.C: request_info now global variable
113:
114: * src/main/pa_http.C: http_read_response moved to HTTP_response
115: class
116:
117: * src/: include/pa_http.h, main/pa_http.C,
118: targets/cgi/pa_sapi_info.h: read_post implemented
119:
1.142 moko 120: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
121: [host:]port syntax support in httpd mode
122:
123: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
124: targets/cgi/parser3.C: populate_env added
125:
126: * src/include/pa_hash.h: to make get(char *) compiling in
127: HashStringString
128:
129: 2020-10-10 moko
130:
131: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
132: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
133:
134: * src/: include/pa_http.h, include/pa_request_info.h,
135: main/pa_http.C, main/pa_string.C,
136: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
137: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
138: types/pa_vrequest.C: initial httpd mode implementation
139:
1.141 moko 140: 2020-10-04 moko
141:
142: * src/targets/cgi/parser3.C: options together
143:
144: 2020-09-30 moko
145:
146: * src/main/pa_http.C: renamed
147:
1.140 moko 148: 2020-08-14 moko
149:
150: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
151: src/targets/cgi/Makefile.am: no httpd as separate library
152:
153: 2020-08-13 moko
154:
155: * src/targets/cgi/parser3.C: SAPI::die used in exception in
156: unhandled exception handler to report 500 instead of 200 it was
157: before.
158:
159: * src/targets/apache/mod_parser3_core.C: minor cleanup
160:
161: * src/: include/pa_sapi.h, main/untaint.C,
162: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
163: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
164: thus replaced with SAPI::die and removed
165:
166: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
167: cgi/parser3.C: whitespace
168:
169: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
170:
171: 2020-08-12 moko
172:
173: * src/targets/cgi/parser3.C: duplicate info in signal logging
174: removed, whitespace was: SIGPIPE received while executing code.
175: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
176: cl=0]
177:
178: * parser3.sln: + httpd.vcproj
179:
180: 2020-08-11 moko
181:
182: * src/targets/cgi/Makefile.am: +libhttpd
183:
184: * configure.ac, src/lib/Makefile.am: +libhttpd
185:
1.139 moko 186: 2020-07-13 moko
187:
188: * tests/: 401.html, results/401.processed: test for hash key does
189: not keep language, but tainted in foreach.
190:
1.138 moko 191: 2020-07-01 moko
192:
193: * tests/: 235.html, results/235.processed: test result updated as
194: messages before attachments implemented (feature #1176)
195:
1.137 moko 196: 2020-06-27 moko
197:
198: * tests/: 400.html, results/400.processed: test updated to check
199: ^return{code}
200:
201: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
202: fixed
203:
204: 2020-06-26 moko
205:
206: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
207: added (related to https://www.parser.ru/forum/?id=85319)
208:
209: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
210: when $result assignment was last statement in the method
211: (https://www.parser.ru/forum/?id=85319)
212:
1.136 moko 213: 2020-05-23 moko
214:
215: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
216: whitespace, unused level removed
217:
218: 2020-05-19 moko
219:
220: * src/types/pa_vmail.C: whitespace
221:
222: * src/types/pa_vmail.C: files should be processed last (related to
223: feature #1176)
224:
1.135 moko 225: 2020-05-12 moko
226:
227: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
228: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
229:
230: * configure.ac: FreeBSD1X.X check added to avoid
231: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
232:
1.134 moko 233: 2020-02-26 moko
234:
235: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
236: compilation issue (related to bug #1201)
237:
238: * src/main/pa_common.C: entry_readable -> entry_exists,
239: undocumented access(fname, R_OK) call removed (fixes bug #1201)
240: -f and -d now works under Windows in UTF-8 with Russian
241: filenames.
242:
243: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
244: advice (related to feature #1199)
245:
246: 2020-02-25 moko
247:
248: * buildall: --silent removed
249:
250: * configure.ac: gmime-3.0 support
251:
252: * buildall: --with-system-mailreceive option added to build with
253: system libgmime
254:
255: * src/types/pa_vmail.C: avoiding
256: https://github.com/jstedfast/gmime/issues/83 "feature" (related
257: to feature #1199)
258:
1.133 moko 259: 2020-02-18 moko
260:
261: * src/classes/op.C: windows x64 debug mode compile fix
262:
263: * src/main/pa_globals.C: no longer required due to -MD -> -MT
264: change (releated to feature #1200)
265:
266: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
267: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
268: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
269: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
270: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
271: targets/apache/ApacheModuleParser3.vcproj,
272: targets/apache/ApacheModuleParser3Core.vcproj,
273: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
274: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
275: dependency (related to feature #1200)
276:
1.132 moko 277: 2020-02-12 moko
278:
279: * src/types/pa_vmail.C: minimize diff
280:
281: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
282: #1199)
283:
1.131 moko 284: 2020-01-18 moko
285:
286: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
287:
1.130 moko 288: 2019-12-28 moko
289:
290: * src/targets/cgi/parser3.C: avoid empty ?
291:
292: 2019-12-27 moko
293:
294: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
295: DOCUMENT_ROOT (related to feature #1164)
296:
297: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
298: fcgiwrap setup (implements feature #1164)
299:
300: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
301: but no issues found (related to feature #1164)
302:
303: * src/targets/cgi/parser3.C: actualized
304:
305: 2019-12-26 moko
306:
307: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
308: removed
309:
310: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
311: removed
312:
313: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
314: allocation errors, we don't want default gc warnings (without
315: timestamp and URI).
316:
317: * src/: classes/memory.C, main/pa_globals.C,
318: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
319: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
320: pa_globals_init
321:
322: * src/main/pa_globals.C: setup_hex_value() removed, static array
323: initialization used (optimization)
324:
325: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
326: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
327: pa_socks_init/pa_socks_done moved inside pa_globals_init
328: (optimization)
329:
1.129 moko 330: 2019-12-09 moko
331:
332: * src/include/pa_config_fixed.h: warning war
333:
1.128 moko 334: 2019-12-08 moko
335:
336: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
337: process grammar under Unix.
338:
339: 2019-12-07 moko
340:
341: * tests/389.html: For Windows XP. :)
342:
343: * tests/388-sql.html: Windows compatibility added
344:
345: 2019-12-06 moko
346:
347: * src/targets/cgi/parser3.C: warning war
348:
349: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
350: == sizeof(CORD)) to avoid aligning bugs in future
351:
352: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
353: XML_STATIC
354:
355: * src/include/pa_request.h: StackItem() not required
356:
357: * src/include/pa_stack.h: warning war
358:
359: * src/include/pa_config_includes.h: GCC warning silenced
360:
361: * src/include/pa_memory.h: warning war: the program should also
362: define 'void operator delete [](void*, std::size_t)'
363: [-Wsized-deallocation]
364:
365: * src/types/: pa_vregex.h, pa_vtable.h: warning war
366:
367: * src/classes/string.C: not reqired cast removed
368:
369: * src/classes/string.C: not reqired cast removed
370:
371: 2019-12-05 moko
372:
373: * src/lib/sdbm/pa_file_io.C: warning war
374:
375: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
376: enum Language : size_t - required for VS2015+ to make
377: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
378: without it (related to feature #1198)
379:
380: 2019-12-04 moko
381:
382: * src/main/pa_base64.C: unsigned char -> uchar
383:
384: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
385: as other libs
386:
387: * src/include/pa_version.h: +amd64
388:
389: 2019-12-03 moko
390:
391: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
392: release
393:
394: * src/include/pa_config_includes.h: warning war
395:
396: * src/classes/image.C: warning war
397:
398: * src/main/pa_globals.C: x64 libs support
399:
400: * src/include/pa_config_includes.h: warning war
401:
402: * src/types/pa_method.h: warning war
403:
1.127 moko 404: 2019-11-28 moko
405:
406: * src/classes/math.C: vs2003 compatibility + warning war
407:
408: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
409: libxml2-2.9.9 (related to feature #1136)
410:
411: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
412: typecast for more compatibility (related to feature #1136)
413:
414: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
415: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
416: feature #1136)
417:
418: 2019-11-26 moko
419:
420: * src/main/: compile_tools.C, compile_tools.h: invalid assert
421: removed (it was failing in $$var case), condition added
422:
1.126 moko 423: 2019-11-25 moko
424:
425: * tests/: 397.html, 399.html, results/141.processed,
426: results/399.processed: base64 options tested
427:
428: * src/: classes/math.C, main/pa_http.C: base64 options used
429:
430: * src/main/pa_base64.C: base64 encode rewritten, base64 options
431: implemented (feature #986)
432:
433: * src/main/pa_cache_managers.C: whitespace
434:
435: * tests/: 397.html, 399.html, results/399.processed: tests for
436: ^base64 encode options added (related to feature #986)
437:
438: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
439: pa_base64_encode(file) removed - more memory, but faster and less
440: code (related fo feature #986)
441:
442: 2019-11-24 moko
443:
444: * tests/: 155.html, results/155.processed: limit and offset in
445: ^table::load[] now supported, thus test added
446:
447: * src/: classes/file.C, classes/table.C, include/pa_common.h,
448: main/pa_common.C: optimization: offset and limit options parsing
449: moved inside file_load.
450:
451: 2019-11-23 moko
452:
453: * src/: classes/file.C, classes/op.C, include/pa_common.h,
454: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
455: optimization: file_read replaced with simplified file_read_binary
456:
457: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
458: types/pa_vform.C: whitespace
459:
460: * src/: include/pa_common.h, main/pa_common.C: never used params
461: removed
462:
463: 2019-11-21 moko
464:
465: * tests/: 193.html, results/193.processed, results/389.processed:
466: test results updated as now base64 does not discard tail without
467: padding (related to feature #986)
468:
469: 2019-11-20 moko
470:
471: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
472: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
473: pa_base64_decode (related to feature #986)
474:
475: * tests/398.html: tests for base64 decode added (related to feature
476: #986)
477:
478: * src/main/pa_base64.C: base64_decode rewritten - padding option
479: support, padding inside base 64 supported (related to feature
480: #096)
481:
482: 2019-11-19 moko
483:
484: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
485: FreeBSD 12
486:
1.125 moko 487: 2019-11-16 moko
488:
489: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
490: support added, step support removed (related to #986)
491:
492: 2019-11-15 moko
493:
494: * src/classes/math.C: using log since log2 is not present on
495: FreeBSD < 8.4 (related to feature #1177)
496:
497: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
498: pa_base64_size extracted and used for files as well (related to
499: feature 986)
500:
501: 2019-11-14 moko
502:
503: * tests/: 397.html, results/397.processed: + content check
504:
505: * tests/: 141.html, results/141.processed: make test resuls more
506: readable
507:
508: * tests/: 397.html, results/193.processed, results/397.processed:
509: test results updated after \x00 character was disabled in
510: math:convert string mode (related to feature #1177)
511:
512: * src/classes/: math.C, string.C: \\x00 character disabled while
513: converting to string (as in base64, related to feature #1177)
514:
515: * src/classes/file.C: more correct arguments separation
516:
517: * src/: classes/file.C, classes/math.C, classes/string.C,
518: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
519: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
520: options added, but not yet implemented (related to feature #986)
521:
522: * src/classes/math.C: whitespace
523:
524: 2019-11-13 moko
525:
526: * tests/: 397.html, results/397.processed: +tainting test (related
527: to feature #1177)
528:
529: * src/classes/math.C: as we now produce not only digits, result
530: should be tainted (related to feature #1177)
531:
532: * src/main/pa_base64.C: whitespace
533:
534: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
535: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
536: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
537: implementation moved from pa_common.h and pa_common.C
538:
539: 2019-11-12 moko
540:
541: * tests/: 275.html, results/275.processed: out of range test fixed,
542: as ^math:convert now supports arbitrary precision
543:
544: 2019-11-11 moko
545:
546: * tests/results/389.processed: uctualized error message
547:
548: * tests/: 389.html, 397.html, results/397.processed: tests for
549: ^math:convert added (related to feature #1177)
550:
551: * src/classes/math.C: ^math:convert now supports arbitrary
552: precision, alphabet support added (implements feature #1177)
553:
1.124 moko 554: 2019-11-06 moko
555:
556: * tests/: 181.html, results/181.processed: entities usage added,
557: more entites load tests (related to bug #842 discussion)
558:
559: 2019-11-05 moko
560:
561: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
562: call from xmlFileOpen if http://localhost/<file> was not found
563: (related to bug #842)
564:
565: * src/main/pa_xml_io.C: rename
566:
567: * src/main/pa_xml_io.C: +MemoryStream constructor
568:
569: * src/main/pa_xml_io.C: whitespace
570:
1.123 moko 571: 2019-10-31 moko
572:
573: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
574: XML_PARSE_NOENT) added to fix entities load, (related to feature
575: #1181)
576:
1.122 moko 577: 2019-10-25 moko
578:
579: * tests/: 388-sql.html, results/388-sql.processed: more multiple
580: queries tests
581:
582: 2019-10-24 moko
583:
584: * tests/: 388-sql.html, results/388-sql.processed: support for
585: pgsql driver test
586:
587: * tests/: 388-sql.html, results/388-sql.processed:
588: multi_statements=1 now tested, mysql test now supported
589: (connection must be specified in [parser3] section in .my.cnf)
590: related to issues #1195 and #1194
591:
1.121 moko 592: 2019-09-11 moko
593:
594: * src/classes/int.C: whitespace
595:
596: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
597: exception test
598:
599: * tests/results/388-sql.processed: sql queries now shown (related
600: to feature #1196)
601:
602: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
603: with old parser versions.
604:
605: * src/: classes/file.C, classes/hash.C, classes/string.C,
606: classes/table.C, classes/void.C, include/pa_sql_connection.h,
607: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
608: instead of connect string in query_event_handlers exceptions
609: (implements feature #1196)
610:
1.120 moko 611: 2019-09-06 moko
612:
613: * tests/388-sql.html: mysql compat
614:
615: * src/: classes/hash.C, classes/string.C, classes/table.C,
616: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
617: sql_ variables declaration moved to pa_common.h
618:
1.116 moko 619: 2019-01-15 moko
620:
621: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
622: logically sorted
623:
624: 2018-12-27 moko
625:
626: * src/include/pa_config_includes.h: warning war:
627: -Wdeprecated-register added for C++ 17
628:
629: 2018-10-15 moko
630:
631: * configure.ac: FreeBSD 11.2 can be build with ./configure
632: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
633: --with-xml=/usr/local/
634:
635: 2018-09-24 moko
636:
637: * tests/: 396.html, 396.tiff, results/396.processed: test for
638: ^image::measure[] now supports tiff added (related to feature
639: #1188)
640:
641: * src/classes/image.C: ^image::measure[] now supports tiff
642: (implements feature #1188)
643:
644: 2018-09-20 moko
645:
646: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
647: files measure added (related to ticket #1188)
648:
649: * src/classes/image.C: measure of bmp files implemented (related to
650: ticket #1188)
651:
652: 2018-09-18 moko
653:
654: * tests/: 394-curl.html, results/394-curl.processed,
655: results/auto.p: test for bug #1187 (max_file_size check for head
656: requests) added
657:
658: 2018-08-24 moko
659:
660: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
661: response content-length check is required (fixes bug #1187)
662:
663: 2018-05-11 moko
664:
665: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
666: $.append(bool) ] option added (related to feature #919)
667:
668: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
669: from misha@ patch (implements feature #919)
670:
671: 2018-03-22 moko
672:
673: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
674: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
675: with 128kb buffer. Now works at least 12 times faster. :) May be
676: Windows-only problem.
677:
678: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
679: build fix)
680:
681: 2018-02-03 moko
682:
683: * src/main/execute.C: removes irrelevant lines from exception stack
684: trace when exceptions occurs in assigment (fixes bug #1165)
685:
686: * tests/: 393.html, results/393.processed: test for behavour after
687: "Property can not be created, already exists field with that
688: name" exception removed (related to feature #1183)
689:
690: * src/types/pa_vclass.C: "Property can not be created, already
691: exists field with that name" exception removed (implements
692: feature #1183)
693:
694: 2018-01-19 moko
695:
696: * src/classes/string.C: whitespace
697:
698: * src/classes/string.C: whitespace
699:
700: * tests/: 392.html, results/392.processed: test for
701: ^regex::create[$regex] added (related to feature #1135)
702:
703: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
704: ^regex::create[$regex] added (implements feature #1135)
705:
706: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
707: commented define added (related to feature #1157)
708:
709: 2018-01-17 moko
710:
711: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
712:
713: 2018-01-15 moko
714:
715: * tests/: 390.html, results/390.processed: real path replaced by
716: stub
717:
718: * tests/: 391.html, results/391.processed: test for feature #1181
719: (XML_PARSE_HUGE exception) added
720:
721: 2018-01-11 moko
722:
723: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
724:
725: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
726: XML_PARSE_HUGE option passed by default (implements feature
727: #1181)
728:
729: * src/classes/string.C: whitespace
730:
731: 2017-12-10 moko
732:
733: * tests/: 389.html, 390.html, results/389.processed,
734: results/390.processed: image code coverage tests added (related
735: to feature #1125)
736:
737: 2017-12-08 moko
738:
739: * tests/: 346-curl.html, 388-sql.html, 389.html,
740: results/346-curl.processed, results/388-sql.processed,
741: results/389.processed: more code coverage tests
742:
743: * tests/: 264.html, results/264.processed: code coverage for
744: ^file::exec[]
745:
746: 2017-12-07 moko
747:
748: * tests/: 174.html, 388-sql.html, 389.html,
749: results/388-sql.processed, results/389.processed,
750: results/174.processed: more coverage tests
751:
752: * src/classes/math.C: exception text actualized
753:
754: 2017-12-06 moko
755:
756: * tests/388-sql.html: $SQL can be here
757:
758: * tests/results/auto.p: $SQL not required here
759:
760: * tests/: 388-sql.html, 389.html, Makefile,
761: results/388-sql.processed, results/389.processed, results/auto.p:
762: code coverage tests for sql (using sqlite) and int/double/bool
763: added (related to feature #1125)
764:
765: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
766: lib/json/json.vcproj, lib/md5/md5.vcproj,
767: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
768: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
769: targets/apache/ApacheModuleParser3Core.vcproj,
770: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
771: types/types.vcproj: gc\include no longer required
772:
773: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
774: required
775:
776: * src/: classes/Makefile.am, classes/table.C,
777: include/pa_config_includes.h, include/pa_string.h,
778: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
779: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
780: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
781: targets/apache/Makefile.am, targets/cgi/Makefile.am,
782: types/Makefile.am: to be sure that our version of gc.h/cord.h is
783: used, we now include it directly
784:
785: 2017-12-04 moko
786:
787: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
788: memcached/memcached.vcproj, punycode/punycode.vcproj,
789: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
790: where required
791:
792: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
793: now can be used to trace memory allocations
794:
795: * src/: classes/table.C, include/pa_config_includes.h,
796: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
797: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
798: method removes, libcord also can work without libgc
799:
800: * src/classes/json.C: pa_gc_malloc_atomic should not be used
801:
802: 2017-11-29 moko
803:
804: * src/classes/curl.C: no exception if some of ^curl:info[] elements
805: are not present (related to feature #1173)
806:
807: * tests/346-curl.html: test updated to test curl content-length bug
808: (related to feature #1173)
809:
810: * tests/results/346-curl.processed: more test for content-length
811: curl bug (related to feature #1173)
812:
813: * tests/results/346-curl.processed: test results updated after
814: #1173 implemented
815:
816: 2017-11-28 moko
817:
818: * src/classes/curl.C: another libcurl Content-length bug walkaround
819: (related to feature #1173)
820:
821: 2017-11-27 moko
822:
823: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
824: $.http_version[version string] added (implements feature #1173),
825: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
826: where $post(true) bug existed.
827:
828: 2017-11-18 moko
829:
830: * src/include/pa_memory.h: warning war (related to feature #1170)
831:
832: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
833: feature #1170)
834:
835: 2017-11-17 moko
836:
837: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
838: std::basic_stringstream used in ^table.csv-string[] is compatible
839: with delete usage check only under Debian 9 (related to feature
840: #1170)
841:
842: 2017-11-16 moko
843:
844: * src/: classes/curl.C, classes/hash.C, classes/json.C,
845: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
846: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
847: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
848: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
849: types/pa_vxdoc.h: regular new/delete no longer used in our code,
850: stubs defend from accidental use (implements feature #1170)
851:
852: 2017-06-24 moko
853:
854: * configure.ac: minor fix: thanks to alx@
855:
1.115 moko 856: 2017-05-29 moko
857:
858: * src/types/pa_vmail.C: mail headers are now correctly truncated -
859: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
860: added to avoid cutting of UTF-8 chars (fixed bug #123)
861:
862: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
863: ignored, =?UTF-8?Q?= should start in case of leading space
864: (related to bug #123)
865:
866: * buildall: echo -n -> printf for OS X. :)
867:
868: 2017-05-25 moko
869:
870: * tests/: 288.html, results/288.processed: test updated afted
871: setting $o.prop without setter exception removed (related to
872: feature #1157)
873:
874: * src/types/pa_vclass.C: no more "this property has no setter
875: method" when setting $o.prop without setter (implements feature
876: #1157)
877:
878: * buildall: echo \c -> echo -n for FreeBSD
879:
880: * configure, configure.ac, src/include/pa_config_auto.h.in,
881: src/types/pa_vdouble.h: isfinite now checked in configure
882:
883: * compile, config.guess, config.sub, depcomp, install-sh, missing:
884: upgraded to automake 1.15
885:
886: 2017-05-23 moko
887:
888: * src/types/pa_vdouble.h: finite returned where isfinite not
889: defined
890:
891: 2017-05-22 moko
892:
893: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
894:
895: * buildall: extern CFLAGS setting support
896:
897: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
898:
899: * buildall: http -> https
900:
901: * buildall: gc-7.2f -> gc-7.6.0
902:
903: 2017-05-20 moko
904:
905: * buildall: https, pcre, xml, xslt updated to current versions
906: (related to feature #1136)
907:
908: 2017-05-19 moko
909:
910: * tests/097.html: after parser.ru moved to https
911:
912: 2017-05-17 moko
913:
914: * tests/results/: 175.processed, 372.processed: tests resuls
915: updated after lintian spelling typos fixed (related to bug #1156)
916:
917: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
918: classes/string.C, classes/table.C, main/pa_charset.C,
919: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
920: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
921: lintian reported by Sergey B Kirpichev (fixes bug #1156)
922:
923: * tests/results/096.processed: +XMP
924:
925: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
926: $.xmp(true) options tested (test for feature #1154)
927:
928: * src/classes/image.C: ^image:measure[] options $.exif(false)
929: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
930: fetched by default! (implements feature #1154)
931:
932: 2017-05-16 moko
933:
934: * tests/: 256.html, results/256.processed: ^json:string[$image] now
935: allowed (related to feature #1154)
936:
937: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
938: initial XMP implementation - without options and transcode
939: (related to feature #1154)
940:
941: 2017-05-12 moko
942:
943: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
944: image: exif moved to ffields, skipped in ^image.html[] where
945: iterators now used (preparation for feature #1154)
946:
947: 2017-05-05 moko
948:
949: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
950: results/387.processed: test for circular class inheritance check
951: added (related to bug #1150)
952:
953: * src/types/pa_vstateless_class.C: circular class inheritance check
954: added (fixes endless add_derived bug #1150)
955:
956: 2017-05-04 moko
957:
958: * tests/: 386.html, results/386.processed: test for
959: $table.value(number) added (related to feature #1152)
960:
961: * src/types/pa_vtable.C: table put_element: column value must be
962: string - > column value must be string compatible to allow
963: $t.value(1) (implements feature #1152)
964:
965: 2017-05-03 moko
966:
967: * src/main/pa_request.C: $use[$method] is not possible, reverting
968: (related to feature #1151)
969:
970: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
971: not possible, removing test (related to feature #1151)
972:
973: * src/: main/pa_request.C, types/pa_vstateless_class.h:
974: get_element_method added and used to allow $use[$method] and
975: $autouse[$method] (implements feature 1151)
976:
977: * tests/: 386.html, 386.p, results/386.processed: test for @use in
978: variable added (related to feature #1151)
979:
980: * tests/results/226.processed: actualized after ^try-catch used
981:
982: * tests/: 226.html, 385.html, results/385.processed: test for
983: @autouse in variable added
984:
985: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
986:
1.114 moko 987: 2017-02-27 moko
988:
989: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
990:
1.113 moko 991: 2017-02-20 moko
992:
993: * operators.txt: actualization + beauty
994:
995: 2017-02-16 moko
996:
997: * tests/: 384.html, results/384.processed: test for
998: ^reflection:mixin[; $.name[] ] option added (related to feature
999: #1089)
1000:
1001: * tests/: 384.html, results/384.processed: test for
1002: ^reflection:mixin[] added (related to feature #1089)
1003:
1004: * src/types/pa_value.h: warning war: virtual ~Value() added
1005:
1.112 moko 1006: 2017-02-15 moko
1007:
1008: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1009: fixed
1010:
1011: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1012: test added (related to feature #1069)
1013:
1014: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1015: compilation without HASH_ORDER fixed
1016:
1017: * src/: classes/reflection.C, include/pa_hash.h:
1018: $.reverse(true/false) added to ^reflection:methods[] (related to
1019: feature #1069)
1020:
1021: 2017-02-14 moko
1022:
1023: * tests/: 152.html, results/152.processed: test for $._default hash
1024: added (related to bug #1131)
1025:
1026: * tests/: 277.html, results/277.processed: test for hash with only
1027: $._default is now defined (related to bug #1131)
1028:
1029: * src/types/pa_vhash.h: hash with only $._default is now defined
1030: (fixed bug #1131)
1031:
1032: 2017-02-13 moko
1033:
1034: * tests/cat-windows.sh: cat-windows added (cygwin required)
1035:
1036: * tests/: 171.html, 264.html, 286.html, 370.html,
1037: results/320.processed, results/375.processed, results/auto.p:
1038: cat-windows.sh support added
1039:
1040: * tests/375.html: Windows support
1041:
1042: * tests/270.html: documented
1043:
1044: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1045: (not backslashes) even under Windows (broke test 270)
1046:
1047: 2017-02-12 moko
1048:
1049: * tests/: descript.ion, todo.txt: cleanup
1050:
1051: 2017-02-09 moko
1052:
1053: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1054: run_tests.cmd: Windows compatibility
1055:
1056: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1057: incorrectly (GMT) if parser is called from cygwin
1058:
1.111 moko 1059: 2017-02-08 moko
1060:
1.112 moko 1061: * operators.txt: actualization 15% completed
1062:
1063: * operators.txt: cp1251 -> utf-8
1064:
1065: * NEWS, README: minor update
1066:
1067: * src/include/pa_config_includes.h: warning war continues
1068:
1069: * src/: include/pa_config_includes.h, include/pa_memory.h,
1070: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1071: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1072: gcc 6.x issues fixed
1073:
1.111 moko 1074: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1075: classes/classes.h, classes/curl.C, classes/date.C,
1076: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1077: classes/hashfile.C, classes/image.C, classes/inet.C,
1078: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1079: classes/memcached.C, classes/memory.C, classes/op.C,
1080: classes/reflection.C, classes/regex.C, classes/response.C,
1081: classes/string.C, classes/table.C, classes/void.C,
1082: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1083: include/pa_array.h, include/pa_cache_managers.h,
1084: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1085: include/pa_config_fixed.h, include/pa_config_includes.h,
1086: include/pa_dictionary.h, include/pa_dir.h,
1087: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1088: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1089: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1090: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1091: include/pa_request_charsets.h, include/pa_request_info.h,
1092: include/pa_sapi.h, include/pa_socks.h,
1093: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1094: include/pa_stack.h, include/pa_string.h,
1095: include/pa_stylesheet_connection.h,
1096: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1097: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1098: include/pa_uue.h, include/pa_xml_exception.h,
1099: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1100: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1101: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1102: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1103: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1104: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1105: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1106: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1107: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1108: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1109: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1110: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1111: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1112: main/pa_string.C, main/pa_stylesheet_connection.C,
1113: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1114: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1115: main/untaint.C, sql/pa_sql_driver.h,
1116: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1117: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1118: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1119: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1120: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1121: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1122: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1123: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1124: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1125: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1126: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1127: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1128: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1129: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1130: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1131: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1132: types/pa_vmemcached.h, types/pa_vmemory.h,
1133: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1134: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1135: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1136: types/pa_vresponse.C, types/pa_vresponse.h,
1137: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1138: types/pa_vstateless_object.h, types/pa_vstatus.C,
1139: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1140: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1141: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1142: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1143: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1144: 2015->2017
1145:
1.110 moko 1146: 2017-02-07 moko
1147:
1148: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1149:
1150: 2017-02-06 moko
1151:
1152: * src/main/pa_common.C: minor fixes, whitespace
1153:
1154: * src/: classes/curl.C, classes/file.C, classes/image.C,
1155: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1156: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1157: now used (implements feature #1081)
1158:
1159: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1160:
1161: 2017-02-01 moko
1162:
1163: * src/include/pa_request.h: cleanup
1164:
1165: 2017-01-30 moko
1166:
1167: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1168:
1169: 2017-01-29 moko
1170:
1171: * tests/: 383.html, results/383.processed: test for
1172: ^reflection:stack[] added (related to feature #1052)
1173:
1174: * src/classes/reflection.C: else added
1175:
1176: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1177: $.max_file_lock_wait added (implements feature #1128)
1178:
1179: 2017-01-28 moko
1180:
1181: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1182: body and other cases tests added (related to featue #1014)
1183:
1184: * src/classes/curl.C: bug if response is empty fixed (related to
1185: feature #1014)
1186:
1187: 2017-01-27 moko
1188:
1189: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1190: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1191: added (implements feature #1052)
1192:
1193: 2017-01-25 moko
1194:
1195: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1196: method test added
1197:
1198: 2017-01-23 moko
1199:
1200: * src/classes/reflection.C: optimization: options->get replaced by
1201: hash iterator
1202:
1203: * tests/: 381.html, results/381.processed: now -> fixed date
1204:
1205: * src/main/pa_request.C: warning war
1206:
1207: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1208: 5Mb (fixes bug #1058)
1209:
1210: * src/classes/curl.C: warning war
1211:
1212: * tests/: 381.html, results/381.processed: tests for ^json:string
1213: $.one-line(true) option added (related to feature #1124)
1214:
1215: * src/: classes/json.C, types/pa_value.h: $json-string
1216: $.one-line(true|false) options is now supported (implements
1217: feature #1124)
1218:
1219: * tests/: 380.html, results/380.processed: test for modified
1220: $.max_file_size added (related to bug #1014)
1221:
1222: * tests/: 379.html, results/auto.p: tests for rewritten http file
1223: load added (related to bug #1014)
1224:
1225: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1226: main/pa_common.C, main/pa_http.C: check_file_size added and used
1227: in curl / file load from disk and http, http file load rewritten
1228: (related to bug #1014)
1229:
1230: 2017-01-18 moko
1231:
1232: * tests/: 378.html, results/378.processed: tests for ^result[]
1233: added (related to feature #66)
1234:
1235: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1236: Method::CO_WITHOUT_FRAME as frame still added in expression
1237: (related to feature #66)
1238:
1239: 2017-01-17 moko
1240:
1241: * tests/: 377.html, results/377.processed: test for different
1242: combinations of breaks in body and delimiter (related to bug
1243: #1077)
1244:
1245: * tests/: 376.html, results/376.processed: many ^break[] tests
1246: added (related to bug #1077)
1247:
1248: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1249: passed to native method" exception added to avoid bugs due to
1250: WRITE_EXPR_RESULT skipped and native methods execution continues
1251: after ^break[] (related to bug #1077)
1252:
1253: 2017-01-14 moko
1254:
1255: * tests/: 330.html, results/330.processed: test results updated
1256: after ^break[] bugs where fixed (related to bug #1077)
1257:
1258: * tests/: 329.html, results/329.processed: test results updated
1259: after ^break[] bugs where fixed (related to bug #1077)
1260:
1261: * tests/results/320.processed: ^return[] added
1262:
1263: 2017-01-13 moko
1264:
1265: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1266: classes/table.C, include/pa_request.h, main/execute.C,
1267: main/pa_request.C, targets/cgi/parser3.C,
1268: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1269: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1270: checked after each possible process/execute call (fixes bug
1271: #1077)
1272:
1273: 2016-12-29 moko
1274:
1275: * src/main/pa_common.C: warning war
1276:
1277: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1278: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1279: pa_file_size_limit added, ^math:random fixed for upper limit and
1280: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1281: (related to feature #1014)
1282:
1283: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1284: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1285: (related to feature #1014)
1286:
1287: 2016-12-28 moko
1288:
1289: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1290: warning war
1291:
1292: 2016-12-26 moko
1293:
1294: * tests/: 341.html, results/341.processed: test for
1295: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1296:
1297: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1298: (related to feature #1057)
1299:
1300: * src/types/pa_vdate.C: warning war continues...
1301:
1302: * src/: classes/date.C, classes/image.C, classes/table.C,
1303: include/pa_config_includes.h, types/pa_vfile.C: warning war
1304:
1305: * src/lib/gd/gifio.C: warning war / cleanup
1306:
1307: * src/lib/json/pa_json.C: warning war
1308:
1309: * src/classes/hash.C: warning war
1310:
1311: * src/types/pa_vfile.C: warning war
1312:
1313: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1314: -Wall warning war continues
1315:
1316: * configure.ac: --with-build-warnings actualized
1317:
1318: 2016-12-25 moko
1319:
1320: * src/main/pa_exec.C: -wAll warning war
1321:
1322: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1323: -wAll warning war
1324:
1325: * src/: include/pa_common.h, include/pa_sapi.h,
1326: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1327: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1328: -wAll warning war
1329:
1330: 2016-12-23 moko
1331:
1332: * src/lib/ltdl/Makefile.am: extra dist added
1333:
1334: * tests/results/344.processed: test result updated after $file.text
1335: prefetched in ^hash::create[$file] (related to feature #1075)
1336:
1337: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1338: ^hash::create[$file] (related to feature #1075)
1339:
1340: 2016-12-22 moko
1341:
1342: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1343: main/pa_request.C, main/pa_stylesheet_connection.C,
1344: types/pa_vfile.C: file_stat now return 64-bit size (implements
1345: #1014 under 32-bit unix versions)
1346:
1347: 2016-12-21 moko
1348:
1349: * tests/: 375.html, results/375.processed: test for exec returning
1350: stated file added (related to feature #1119)
1351:
1352: * src/classes/file.C: load should not return file with null body
1353: (fixes bug #1119)
1354:
1355: 2016-12-14 moko
1356:
1357: * tests/: 374.html, results/374.processed: test for $method.name
1358: added (related to feature #1117) plus method returning junction
1359: test
1360:
1361: 2016-12-13 moko
1362:
1363: * src/: include/pa_symbols.h, main/pa_symbols.C,
1364: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1365: (implements feature #1117)
1366:
1367: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1368: HEAD and TRACE can't have body (implements feature #1116)
1369:
1370: 2016-12-09 moko
1371:
1372: * tests/: 373.html, results/373.processed: tests for
1373: ^reflection:tainting added (related to feature #1098)
1374:
1375: * src/classes/reflection.C: ^reflection:tainting arguments order
1376: change (related to feature #1098)
1377:
1378: 2016-12-06 moko
1379:
1380: * src/: classes/reflection.C, include/pa_string.h,
1381: main/pa_string.C: ^reflection:tainting[$string] added (implements
1382: feature #1098)
1383:
1384: 2016-12-05 moko
1385:
1386: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1387: (fixes bug #1114)
1388:
1389: 2016-12-04 moko
1390:
1391: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1392: check added
1393:
1394: 2016-12-03 moko
1395:
1396: * tests/: 346-curl.html, results/346-curl.processed: test modified
1397: to test value.as_hash() usage
1398:
1399: * src/classes/curl.C: value.as_hash() used for correct hash
1400: processing
1401:
1402: * src/classes/reflection.C: exceptions texts fixes
1403:
1404: 2016-12-02 moko
1405:
1406: * tests/: 372.html, results/372.processed: tests for
1407: ^reflection:create[ $.class[name] $.constructor[name]
1408: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1409: feature #1094)
1410:
1411: * src/types/pa_vmethod_frame.h: comment added: params should be
1412: declared outside of *_FRAME_ACTION as MethodParams destructor
1413: will be called in ~VNativeMethodFrame
1414:
1415: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1416: ] minor fix
1417:
1418: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1419: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1420: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1421: now supported (implements feature #1094) value::as_hash added
1422: (and should be used everywhere)
1423:
1424: * src/classes/reflection.C: cleanup
1425:
1426: 2016-12-01 moko
1427:
1428: * tests/: 356.html, results/356.processed: test for method
1429: junctions class name added to the resulting hash added (related
1430: to feature #1068)
1431:
1432: * src/classes/reflection.C: for method junctions class name added
1433: to the resulting hash (related to feature #1068)
1434:
1435: 2016-11-30 moko
1436:
1437: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1438: exception (related to bug #1113)
1439:
1440: * src/types/pa_vhashfile.C: whitespace
1441:
1442: * src/main/pa_os.C: errno now returned as it should (fixes bug
1443: #1113)
1444:
1445: * tests/results/: 175.processed, 192.processed, 224.processed,
1446: 229.processed, 239.processed, 244.processed, 246.processed,
1447: 314.processed, 352.processed: tests results updated after method
1448: call exceptions improved as method now keeps its name
1449:
1450: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1451: types/pa_vmethod_frame.h: method call exceptions improved as
1452: method now keeps its name
1453:
1454: * tests/: 224.html, 239.html, results/224.processed,
1455: results/239.processed: tests and tests results updated after
1456: Request::construct exception changed
1457:
1458: * src/: classes/reflection.C, main/execute.C: Request::construct
1459: exception optimized
1460:
1461: * tests/: 371.html, results/371.processed: test for
1462: WWrapper.get_element call in $.name.key[value] code added
1463: (related to feature #1091)
1464:
1465: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1466: in $.name.key[value] code (related to feature #1091)
1467:
1468: 2016-11-29 moko
1469:
1470: * src/classes/op.C: VS warning war
1471:
1472: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1473: C4239: nonstandard extension used : 'return' : conversion from
1474: 'Value' to 'Value &' (related to feature #1020)
1475:
1476: * src/: main/execute.C, types/pa_vmethod_frame.h,
1477: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1478: used : 'return' : conversion from 'Value' to 'Value &' (related
1479: to feature #1020)
1480:
1481: * src/main/execute.C: VS warning war
1482:
1483: * src/targets/cgi/parser3.C: VS compatibility fix
1484:
1485: * src/include/pa_request.h: VS warning war
1486:
1487: * tests/: 370.html, results/370.processed: test for ^file::exec[
1488: ... $.stdin[$binary_file] ] added (related to bug #1044)
1489:
1490: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1491: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1492: $.stdin[$binary_file] (fixes bug #1044)
1493:
1494: 2016-11-28 moko
1495:
1496: * src/main/pa_exec.C: whitespace
1497:
1498: * src/main/pa_request.C: whitespace
1499:
1500: * tests/: 369.html, results/369.processed: test for
1501: $response:status usage added (related to feature #1099)
1502:
1503: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1504: if < 100 (implements feature #1099)
1505:
1506: * src/targets/cgi/parser3.C: whitespace
1507:
1508: * src/targets/cgi/parser3.C: whitespace
1509:
1510: * tests/: 368.html, results/368.processed: test updated after
1511: ^reflection:filename[$method] added (related to feature #1053)
1512:
1513: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1514: main/compile.y, main/execute.C, main/pa_request.C,
1515: types/pa_vclass.h: filename -> filespec,
1516: ^reflection:filename[$method] added (related to feature #1053)
1517:
1518: 2016-11-27 moko
1519:
1520: * tests/: 368.html, results/368.processed: test for
1521: reflection:filename[$class or object] added (related to feature
1522: #1053)
1523:
1524: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1525: types/pa_vstateless_class.h: ^reflection:filename[$class or
1526: object] added (implements feature #1053)
1527:
1528: 2016-11-26 moko
1529:
1530: * src/: include/pa_request_info.h,
1531: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1532: remove_absolute_uri -> strip_absolute_uri
1533:
1534: 2016-11-25 moko
1535:
1536: * src/: include/pa_request_info.h,
1537: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1538: request_info.remove_absolute_uri added to remove possible
1539: http://site.name/ from $request:uri (implements feature #1112)
1540:
1541: 2016-11-24 moko
1542:
1543: * tests/: 367-curl.html, results/367-curl.processed: test for
1544: previous request headers clearing after redirect added (related
1545: to bug #1109)
1546:
1547: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1548: response headers from previous requests are now cleared, only
1549: last request headers are collected (fixes bug #1109)
1550:
1551: * tests/results/: 266.processed, 321.processed, 356.processed:
1552: tests results updated as method name now added to the resulting
1553: hash for new syntax only (Imp1 compatimility fixed, related to
1554: feature #1068)
1555:
1556: * src/classes/reflection.C: method name now added to the resulting
1557: hash for new syntax only (Imp1 compatimility fixed, related to
1558: feature #1068)
1559:
1560: * tests/results/366.processed: test for native and parser
1561: implementation of ^use[] logic (related to feature #1074)
1562:
1563: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1564: for native and parser implementation of ^use[] logic (related to
1565: feature #1074)
1566:
1567: 2016-11-23 moko
1568:
1569: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1570: main/pa_request.C: @USE file now implemented as ^use[file;
1571: $.origin[origin_file] ] (implements feature #1074)
1572:
1.109 moko 1573: 2016-11-21 moko
1574:
1.110 moko 1575: * tests/: 365.html, results/365.processed: test for $caller bugs in
1576: 3.4.4 and $caller.method now tested (related to feature #1110)
1577:
1578: * tests/: 364.html, results/364.processed: $caller usage in
1579: different contexts now tested (related to feature #1110)
1580:
1581: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1582:
1583: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1584:
1.109 moko 1585: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1586: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1587: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1588: used (implements feature #1110)
1589:
1590: 2016-11-20 moko
1591:
1592: * src/types/pa_vdouble.h: whitespace
1593:
1594: 2016-11-11 moko
1595:
1596: * tests/: 363.html, results/363.processed: more tests for feature
1597: #1091 (how parser methods work in expression context)
1598:
1599: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1600: expressions strings are now written as strings, not values by
1601: write_as_string (related to feature #1091)
1602:
1603: * src/classes/op.C: to make more correct behavour in expression
1604: context
1605:
1606: 2016-11-07 moko
1607:
1608: * tests/: 362.html, results/362.processed: test for
1609: xsltParseStylesheetDoc caching as xsl modification after it added
1610: (related to bug #1108)
1611:
1612: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1613: result now cached as xdoc is modified after it (fixes bug #1108)
1614:
1615: 2016-11-06 moko
1616:
1617: * src/types/pa_vxdoc.h: whitespace
1618:
1619: 2016-11-05 moko
1620:
1621: * src/types/pa_vmethod_frame.h: cleanup
1622:
1623: 2016-11-03 moko
1624:
1625: * tests/results/244.processed: more correct exception after method
1626: frames separation
1627:
1628: * src/types/pa_vmethod_frame.h: minor optimizaion
1629:
1630: * src/types/pa_method.h: optimization: params_count added
1631:
1632: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1633: include/pa_request.h, main/execute.C, main/pa_request.C,
1634: types/pa_value.C, types/pa_vmethod_frame.C,
1635: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1636: VMethodFrame now divided into VNativeMethodFrame,
1637: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1638: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1639: and used (related to feature #1104)
1640:
1641: 2016-11-02 moko
1642:
1643: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1644: classes/double.C, classes/file.C, classes/hash.C,
1645: classes/hashfile.C, classes/image.C, classes/inet.C,
1646: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1647: classes/memcached.C, classes/op.C, classes/reflection.C,
1648: classes/regex.C, classes/string.C, classes/table.C,
1649: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1650: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1651: r.write (implements feature #1091)
1652:
1653: * src/main/execute.C: cleanup (related to feature #1104)
1654:
1655: * src/: include/pa_request.h, main/execute.C,
1656: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1657: added, in_expression removed (implements feature #1104)
1658:
1659: 2016-10-31 moko
1660:
1661: * src/types/pa_value.C: whitespace
1662:
1663: 2016-10-28 moko
1664:
1665: * tests/results/244.processed: updated after error reporting fixed
1666: in pa_wcontext.C
1667:
1668: * src/types/pa_wcontext.C: error reporting fixed
1669:
1670: * src/types/pa_wcontext.h: whitespace
1671:
1672: * src/classes/image.C: not fully readed entries are no longer
1673: processed (fixes bug #1106)
1674:
1675: 2016-10-26 moko
1676:
1677: * src/classes/image.C: whitespace
1678:
1679: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1680: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1681: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1682: longer required (related to feature #1091)
1683:
1684: * tests/results/: 264.processed, 350.processed: test results update
1685: reverted (whitespace optimization) after write_no_lang removed :)
1686: (related to feature #1091)
1687:
1688: * src/: classes/file.C, classes/hash.C, classes/op.C,
1689: classes/string.C, classes/table.C, classes/void.C,
1690: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1691: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1692: equal write_pass_lang (related to feature #1091)
1693:
1694: * tests/results/: 264.processed, 350.processed: test results
1695: updated (whitespace optimization) after write_assign_lang removed
1696: (related to feature #1091)
1697:
1698: * tests/: 361.html, results/361.processed: test for non-string
1699: ^untaint added (related to feature #1091)
1700:
1701: * src/: classes/curl.C, classes/date.C, classes/file.C,
1702: classes/hash.C, classes/op.C, classes/string.C,
1703: include/pa_request.h, main/execute.C: optimization:
1704: write_assign_lang removed as not required (first part of feature
1705: #1091 implementation)
1706:
1.108 moko 1707: 2016-10-12 moko
1708:
1709: * tests/: 360.html, results/360.processed: more test code (related
1710: to feature #1104)
1711:
1712: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1713: include/pa_request.h, main/compile.y, main/execute.C: opcode
1714: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1715: WContext is next task (implements feature #1104)
1716:
1717: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1718: / CO_WITHOUT_WCONTEXT
1719:
1720: * tests/: 360.html, results/360.processed: test for in expression
1721: state (related to feature #1104)
1722:
1723: 2016-10-11 moko
1724:
1725: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1726:
1727: * src/classes/op.C: default value removed from initializer
1728:
1729: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1730:
1731: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1732:
1733: 2016-10-10 moko
1734:
1735: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1736: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1737: to feature #42)
1738:
1739: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1740: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1741:
1742: 2016-10-08 moko
1743:
1744: * src/classes/double.C: whitespace
1745:
1746: 2016-10-07 moko
1747:
1748: * src/types/pa_vmethod_frame.h: reorder
1749:
1750: 2016-10-06 moko
1751:
1752: * src/classes/date.C: typo
1753:
1754: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1755:
1756: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1757: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1758: types/pa_vmethod_frame.h: params.get now returns Value&, not
1759: Value*
1760:
1761: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1762:
1763: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1764: removed; first as_* code rewrite
1765:
1766: 2016-10-05 moko
1767:
1768: * src/include/pa_request.h: whitespace
1769:
1770: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1771: intercept_string added (related to feature #1097)
1772:
1773: * src/: classes/image.C, classes/op.C, classes/table.C,
1774: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1775: optimization: intercept_string removed (implements feature #1097)
1776:
1777: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1778:
1779: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1780: from VCodeFrame and WWrapper as not required
1781:
1782: 2016-10-04 moko
1783:
1784: * src/: classes/curl.C, classes/date.C, classes/double.C,
1785: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1786: classes/int.C, classes/json.C, classes/op.C,
1787: classes/reflection.C, classes/string.C, classes/table.C,
1788: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1789: proces_to_value -> process after StringOrValue removed (related
1790: to feature #1020)
1791:
1792: * src/classes/form.C: whitespace
1793:
1794: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1795:
1796: * tests/: 357.html, 358.html, results/357.processed,
1797: results/358.processed, results/auto.p: test for @conf
1798: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1799:
1800: 2016-10-03 moko
1801:
1802: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1803: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1804: supported (implements feature #42)
1805:
1806: * src/types/pa_vregex.h: no reason for VRegex to be
1807: is_evaluated_expr
1808:
1809: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1810: (implements feature #1095)
1811:
1812: 2016-10-01 moko
1813:
1814: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1815: false by default (related to feature #1089)
1816:
1817: 2016-09-30 moko
1818:
1819: * src/types/pa_wcontext.h: cleanup
1820:
1821: 2016-09-29 moko
1822:
1823: * src/main/execute.C: whitespace
1824:
1825: * src/include/pa_request.h: whitespace
1826:
1827: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1828: classes/op.C, classes/table.C, include/pa_request.h,
1829: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1830: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1831: StringOrValue removed as it just slows down and adds complexity
1832: (implements feature #1020)
1833:
1834: 2016-09-28 moko
1835:
1836: * tests/: 356.html, results/266.processed, results/321.processed,
1837: results/356.processed: tests updated after name was added to
1838: method_info hash, test for ^reflection:method_info[junction]
1839: added (related to feature #1068)
1840:
1841: * src/classes/reflection.C: ^reflection:method_info[junction] now
1842: supported, method name added to the resulting hash (implements
1843: feature #1068)
1844:
1845: * tests/: 276.html, results/276.processed: more tests for
1846: ^reflection:delete[]
1847:
1848: * src/classes/reflection.C: fixed bug then ^reflection:delete
1849: didn't work on class and could damage native objects (like file)
1850:
1851: 2016-09-26 moko
1852:
1853: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1854: results/345.processed, results/346-curl.processed,
1855: results/347-curl.processed, results/348.processed: numbers added
1856: to simplify diff analysis
1857:
1858: * tests/: 352.html, results/352.processed: test result updated as
1859: method name used
1860:
1861: * src/classes/reflection.C: method name used
1862:
1863: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1864: its name
1865:
1866: * src/types/pa_method.h: whitespace
1867:
1868: * src/classes/reflection.C: both method and field with one name can
1869: exist.
1870:
1871: * src/classes/reflection.C: ^reflection:mixin added (implements
1872: feature #1089)
1873:
1874: * tests/: 355.html, results/355.processed: property appears in
1875: derived class if added in base test added
1876:
1877: * src/types/pa_vstateless_class.h: get_method declaration +
1878: whitespace
1879:
1880: * tests/: 354.html, results/354.processed: nice test from method
1881: and property with one name in class added
1882:
1883: 2016-09-23 moko
1884:
1885: * src/classes/reflection.C: ^reflection:method usage documented
1886:
1887: 2016-09-22 moko
1888:
1889: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1890: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1891: compile warning and GPF occures on VS2003 (related to feature
1892: #1087)
1893:
1894: * tests/: 350.html, results/350.processed: test added for
1895: $.encloser[] support in ^table::create (related to feature #11)
1896:
1897: * src/classes/table.C: another minor fix (related to feature #11)
1898:
1.107 moko 1899: 2016-09-21 moko
1900:
1901: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1902:
1903: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1904: classes/json.C, classes/string.C, classes/table.C,
1905: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1906: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1907: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1908: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1909: pa_charsets, vs2015 warning war
1910:
1911: * src/classes/table.C: vs2015 warning war
1912:
1913: * src/types/pa_vdate.C: vs2015 warning war
1914:
1915: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1916:
1917: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1918: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1919:
1920: * src/main/pa_common.C: vs2015 compilation fixes
1921:
1922: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1923: vs2015 compilation fixes
1924:
1925: * src/main/pa_charset.C: vs2015 warning war
1926:
1927: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1928:
1929: * src/main/pa_charset.C: vs2015 warning war
1930:
1931: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1932:
1933: * src/types/pa_vdate.C: vs2015 compilation fix
1934:
1935: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1936:
1937: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1938: VS2015 compilation fixes
1939:
1940: * src/classes/table.C: minor fix (related to feature #11)
1941:
1942: * tests/results/282.processed: no longer skipping extra enclosers
1943: (related to feature #11)
1944:
1945: * src/classes/table.C: minor fix + no longer skipping extra
1946: enclosers (related to feature #11)
1947:
1948: * src/classes/table.C: minor optimization (related to feature #11)
1949:
1950: * src/classes/table.C: minor fix and optimization (related to
1951: feature #11)
1952:
1953: 2016-09-20 moko
1954:
1955: * tests/: 353.html, results/353.processed: test for
1956: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1957: added (related to bug #1090)
1958:
1959: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1960: one_big_piece (fixes bug #1090)
1961:
1962: * tests/: 229.html, results/229.processed: code coverage tests
1963:
1964: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1965: body) was called
1966:
1967: * src/classes/op.C: whitespace
1968:
1969: * tests/: 323.html, results/323.processed: test for code junction
1970: should not be returned by ^reflection:class, ^reflection:base
1971:
1972: * src/classes/reflection.C: bugfix: code junction should not be
1973: returned by ^reflection:class, ^reflection:base
1974:
1975: * tests/: 323.html, 352.html, results/352.processed: no more
1976: exception for ^reflection:method[class;no-such-method] (related
1977: to feature #1087)
1978:
1979: * src/classes/reflection.C:
1980: ^reflection:method[class;no-such-method] : exception -> void
1981: (related to feature #1087)
1982:
1983: * src/include/pa_request.h: request::write_value added to allow
1984: write value without convertion (related to issue #1091)
1985:
1986: 2016-09-19 moko
1987:
1988: * src/main/pa_random.C: windows build fix
1989:
1990: * src/types/pa_vhash.h: warning war
1991:
1992: 2016-09-14 moko
1993:
1994: * tests/: 352.html, 552.html, results/352.processed,
1995: results/552.processed: test for ^reflection:method[] extension
1996: added (related to feature #1087)
1997:
1998: * tests/: 552.html, results/552.processed: test for
1999: ^reflection:method[] extension added (related to feature #1087)
2000:
2001: * src/classes/reflection.C: compatibility issue fixed, VClass
2002: dynamic_cast check added (related to feature #1087)
2003:
2004: * tests/: 351.html, results/351.processed: test for @auto[]
2005: inheritance bug diring ^process[] added (related to bug #1088)
2006:
2007: * src/: classes/op.C, main/pa_request.C,
2008: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2009: disable it inheritance during ^process (fixes bug #1088)
2010:
2011: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2012: added (implements feature #1087)
2013:
2014: 2016-09-13 moko
2015:
2016: * tests/: 349.html, results/auto.p: test for objects prototyping
2017: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2018: to feature #1086)
2019:
2020: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2021: types/pa_vobject.C: objects now are not class instances, but have
2022: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2023: in @conf (implements feature #1086)
2024:
2025: 2016-09-08 moko
2026:
2027: * src/: classes/file.C, classes/mail.C, classes/string.C,
2028: classes/table.C, main/pa_http.C, main/pa_string.C,
2029: include/pa_string.h: cleanup: string::split limit argument
2030: removed as no longer required, pos_after no longer reference
2031: (related to feature #11)
2032:
2033: * src/classes/table.C, tests/results/348.processed: now exception
2034: is rised when invalid option is passed to ^table::create[]
2035:
2036: * tests/: 282.cfg, 282.html, results/282.processed: more code
2037: coverage tests
2038:
2039: * tests/: 348.html, results/348.processed: code coverage tests
2040: added
2041:
2042: * tests/: 348.html, results/348.processed: generic ^table::create[]
2043: tests
2044:
2045: * tests/: 035.html, results/035.processed, results/272.processed:
2046: tests updated after $.encloser[] support for ^table::create
2047: implementation (related to feature #11)
2048:
2049: * src/classes/table.C: $.encloser[] support for ^table::create
2050: finally added (implements feature #11)
2051:
2052: 2016-09-07 moko
2053:
2054: * src/include/pa_string.h: added StringSplitHelper as friend
2055: (related to feature #11)
2056:
2057: * src/include/pa_string.h: body and langs now protected, not
2058: private to allow inheritance (related to feature #11)
2059:
2060: * src/classes/table.C: lsplit optimized before cloning for
2061: ^table::create with $.encloser[] (related to feature #11)
2062:
2063: * src/classes/table.C: optimizaion: TableControlChars.separators
2064: added and used (related to feature #11)
2065:
2066: * src/classes/table.C: spelling:
2067:
2068: TableSeparators -> TableControlChars column -> separator
2069: separators -> control_chars
2070:
2071: 2016-09-06 moko
2072:
2073: * src/main/pa_string.C: whitespace
2074:
2075: * src/main/pa_string.C: whitespace
2076:
2077: 2016-09-01 moko
2078:
2079: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2080: results OS-independent
2081:
2082: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2083: compiler (related to feature #1042)
2084:
2085: 2016-08-15 moko
2086:
2087: * src/include/pa_string.h: whitespace
2088:
2089: * src/classes/table.C: whitespace
2090:
1.106 moko 2091: 2016-08-05 moko
2092:
2093: * tests/: 344.html, results/344.processed: test for
2094: ^hash::create[$file] added (related to feature #1075)
2095:
2096: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2097: supported (implements feature #1075)
2098:
2099: 2016-08-04 moko
2100:
2101: * tests/: 341.html, results/341.processed: more code coverage tests
2102:
2103: * tests/: 346-curl.html, results/346-curl.processed: more code
2104: coverage tests for curl
2105:
2106: * tests/: 346-curl.html, results/346-curl.processed: more code
2107: coverage tests for curl
2108:
2109: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2110: results/223.processed: code coverage tests: $.form[ $.table[] ]
2111: test added
2112:
2113: * tests/: 223-curl.html, results/223-curl.processed: more code
2114: coverage tests for curl
2115:
2116: 2016-08-03 moko
2117:
2118: * src/classes/curl.C: dlink(curl_library) now called not once, but
2119: until it will be loaded, allowing to find existing library.
2120:
2121: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2122: results/347-curl.processed: more code coverage tests for curl
2123:
2124: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2125: results/339-curl.processed, results/346-curl.processed: curl
2126: functionality tests
2127:
2128: 2016-08-02 moko
2129:
2130: * tests/: 339.html, results/339.processed: test for tables in
2131: ^file:load[] and ^curl:load[] (commented) added (related to
2132: feature #1042)
2133:
2134: * tests/: 345.html, results/345.processed: code coverage tests for
2135: file class
2136:
2137: * tests/: 344.html, results/344.processed: code coverage tests
2138:
2139: * tests/: 344.html, results/344.processed: mdate removed from
2140: output
2141:
2142: * src/classes/file.C: minor bugfix: is_text should be taked from
2143: fcontent.is_text_mode() if not set (related to feature #1061)
2144:
2145: * tests/: 344.html, results/344.processed: more tests
2146:
2147: * tests/: 343.html, 344.html, results/343.processed,
2148: results/344.processed: tests for ^file::create[ $.from-charset
2149: and $.to-charset ] (related to feature #1061)
2150:
2151: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2152: aset_text_mode argument optimized
2153:
2154: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2155: checkBOM now used in detect_binary_content (related to feature
2156: #1061)
2157:
2158: * src/main/pa_request.C: load_charset no longer required to_upper
2159:
2160: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2161: preserves original file mode (if no $.mode specified)
2162:
2163: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2164: ^file::create now supports $.from-charset[] and $.to-charset
2165: options (implements feature #1061), automatic transcode is done
2166: if text file is created from binary file and charset is detected.
2167:
2168: 2016-07-30 moko
2169:
2170: * src/classes/table.C: ^t.hash[..;] now supported (related to
2171: feature #1057)
2172:
2173: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2174: added (related to feature #1057)
2175:
2176: * tests/: 286.html, results/286.processed: code tests coverage
2177:
2178: 2016-07-29 moko
2179:
2180: * src/classes/table.C: table size should be checked inside menu and
2181: foreach (related to feature #858)
2182:
2183: * src/: classes/curl.C, classes/file.C, classes/string.C,
2184: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2185: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2186: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2187: charsets.get now does str_upper inside (related to feature #1061)
2188:
2189: * tests/: 342.html, results/342.processed: more code coverage tests
2190:
2191: * tests/: 342.html, outputs/342.processed: table menu code coverage
2192: + foreach test added (related to feature #858)
2193:
2194: * tests/: 341.html, results/341.processed: tests for
2195: ^table.hash[]{code} added + code coverage tests (related to
2196: feature #1057)
2197:
2198: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2199: value} support (implements feature #1057)
2200:
2201: * src/classes/table.C: whitespace
2202:
2203: 2016-07-28 moko
2204:
2205: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2206: from URL, if not specified query string removed from url-based
2207: filenames in ^curl:load[] and ^file::load[] (related to feature
2208: #1042)
2209:
2210: 2016-07-27 moko
2211:
2212: * tests/: 340.html, results/340.processed: test for
2213: transcode_text_result=false added (related to issue #1042)
2214:
2215: 2016-07-26 moko
2216:
2217: * src/types/pa_vfile.C: file name should not be empty (if file path
2218: is folder and ends with /) (related to feature #1042)
2219:
2220: * src/main/pa_http.C: whitespace optimizaion
2221:
2222: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2223: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2224: multiple headers, ^file::load supports headers transcoding
2225: (implements feature #1042)
2226:
2227: 2016-07-25 moko
2228:
2229: * src/include/pa_common.h: PA_DEFAULT added
2230:
2231: 2016-07-22 moko
2232:
2233: * tests/: 338.html, results/338.processed: test for
2234: $date.field(value) added (related to feature #1066)
2235:
2236: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2237: $date.field(value) now supported for y/m/d/h/m/s (implements
2238: feature #1066)
2239:
1.105 moko 2240: 2016-07-21 moko
2241:
2242: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2243: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2244: arguments removed; image.C - absolute path shown in exception
2245: (implements feature #1071)
2246:
2247: * tests/: 235.html, results/235.processed: test and test result
2248: updated after static boundary in mail and Errors-To: mail header
2249: removed (related to feature #1047)
2250:
2251: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2252: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2253: used, static boundary in mail removed, Errors-To: mail header
2254: removed (implements feature #1047)
2255:
2256: 2016-07-20 moko
2257:
2258: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2259: equest.classes(): Value -> VStateless_class, part 3 (related to
2260: issue #1051)
2261:
2262: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2263: request.classes(): Value -> VStateless_class, part 2 (related to
2264: issue #1051)
2265:
2266: * tests/results/: 224.processed, 323.processed: classes without
2267: methods should not be methoded (related to issue #1051)
2268:
2269: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2270: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2271: -> VStateless_class, part 1 (related to issue #1051)
2272:
2273: * tests/: 337.html, results/337.processed: test for
2274: ^reflection:fields_reference[] and VHashReference class added
2275: (related to feature #1072)
2276:
2277: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2278: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2279: and VHashReference added, allowing ^reflection:fields_reference[]
2280: implementation (closes feature #1072)
2281:
2282: 2016-07-19 moko
2283:
2284: * tests/: 323.html, results/323.processed: we want to see
2285: "methoded"
2286:
2287: * tests/: 336.html, results/336.processed: test for $BASE:property
2288: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2289: #1059)
2290:
2291: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2292: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2293: somebody_entered_some_class, $BASE:property works again,
2294: ^BASE:method[] bugs fixed (fixes bug #1059)
2295:
2296: 2016-07-14 moko
2297:
2298: * tests/: 335.html, results/335.processed: test for feature #1055
2299: added
2300:
2301: * src/classes/hash.C: bugfix: $._default was not copied if empty
2302: feature: ^hash.contains[_default] added (implements feature
2303: #1055)
2304:
2305: 2016-07-13 moko
2306:
2307: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2308: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2309:
2310: 2016-07-05 moko
2311:
2312: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2313: in ^hash.foreach (related to feature #1073)
2314:
2315: 2016-07-04 moko
2316:
2317: * tests/: 134.html, 281.html, results/134.processed,
2318: results/281.processed: tests updated after hash blocking removed
2319: (related to feature #1073)
2320:
2321: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2322: no longer blocks on change during foreach (implements feature
2323: #1073)
2324:
2325: 2016-06-17 moko
2326:
2327: * tests/: 330.html, results/330.processed: try exception source
2328: test added (related to bug in #1062)
2329:
2330: * tests/: 334.html, results/334.processed: Exception stack trace
2331: test added (related to bug in $1062)
2332:
2333: * src/classes/op.C: Exception trace now correctly restored and
2334: errors reported (related to bug #1062)
2335:
1.104 moko 2336: 2016-05-25 moko
2337:
2338: * src/main/compile.y: minor cleanup + beauty
2339:
2340: 2016-05-24 moko
2341:
2342: * tests/: 333.html, results/333.processed: more exceptions testing
2343:
2344: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2345: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2346: features #1056, #1026)
2347:
2348: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2349: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2350: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2351: (implements feature #1056)
2352:
2353: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2354: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2355: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2356: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2357: feature #1026)
2358:
2359: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2360: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2361: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2362: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2363: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2364: feature #1026)
2365:
2366: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2367: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2368: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2369: SYMBOLS_CACHING define implemented (related to feature #1026)
2370:
2371: * src/main/main.vcproj: + ps_symbols
2372:
2373: * src/: include/Makefile.am, include/pa_string.h,
2374: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2375: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2376: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2377: types/pa_vstateless_class.C: initial implementation for symbols
2378: cache (related to feature #1026)
2379:
2380: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2381:
2382: * src/main/pa_globals.C: minor cleanup
2383:
2384: 2016-05-19 moko
2385:
2386: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2387: (related to feature #1046)
2388:
2389: * tests/: 331.html, results/331.processed: test for
2390: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2391: (related to feature #1051)
2392:
2393: * src/main/compile.y:
2394: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2395: (implements feature #1054)
2396:
2397: 2016-05-18 moko
2398:
2399: * src/types/pa_vtable.C, tests/results/324.processed: no more
2400: "column not found" exception for ^table.no-such-method[] (related
2401: to feature #1046)
2402:
2403: * tests/: 261.html, results/261.processed: test added and updated
2404: after feature #1046 implementation
2405:
2406: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2407: types/pa_vvoid.h: $string.anything works for whitespace strings,
2408: ^string.contains added for hash compatibility, $string.method no
2409: longer returns stting method (implements feature #1046)
2410:
2411: 2016-05-12 moko
2412:
2413: * src/classes/curl.C: content-type response header no longer
2414: ignored (fixes issue #1045)
2415:
2416: * tests/: 330.html, results/330.processed: test for incomplete
2417: finally execution when break occures added (related to issue
2418: #1077)
2419:
2420: * src/classes/op.C: bugfix: Request::skip reset is called before
2421: executing catch and finally code (fixes issue #1062)
2422:
2423: 2016-05-11 moko
2424:
2425: * tests/: 329.html, results/329.processed: test for invalid
2426: ^break[] behavour added (bug #1077)
2427:
2428: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2429:
2430: 2016-04-24 moko
2431:
2432: * src/types/pa_vstateless_class.h: warning war
2433:
2434: 2016-04-17 moko
2435:
2436: * tests/: 328.html, results/328.processed: test for
2437: ^break(condition) and ^continue(condition) (related to feature
2438: #1063)
2439:
2440: * src/classes/op.C: ^break(condition) and ^continue(condition)
2441: implemented (feature #1063)
2442:
2443: 2016-04-12 moko
2444:
2445: * tests/results/280.processed: ordered hash now used for class
2446: methods and properties (test results updated for feature #1069)
2447:
2448: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2449: to xdoc.C as under FreeBSD it was inited after and inheritance
2450: failed (related to issue #1051)
2451:
2452: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2453: are printed to check inheritance (related to feature #1051)
2454:
1.103 moko 2455: 2016-04-09 moko
2456:
2457: * tests/results/320.processed: ordered hash now used for class
2458: methods and properties (test results updated for feature #1069)
2459:
2460: * src/types/pa_vstateless_class.h: ordered hash now used for class
2461: methods and properties (implements feature #1069)
2462:
2463: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2464: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2465: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2466: feature #1051)
2467:
2468: 2016-04-07 moko
2469:
2470: * src/main/execute.C: returned Value in .CLASS case for VJunction
2471: (related to feature #1051)
2472:
2473: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2474: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2475: string constants deduplication (related to feature #1051)
2476:
2477: * tests/results/224.processed: test result updated (related to
2478: feature #1051)
2479:
2480: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2481: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2482: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2483: types/pa_vstatus.h: classes hash now contains only
2484: VStateless_class derived objects, .CLASS is also allways
2485: VStateless_class derived object (related to feature #1051).
2486:
2487: 2016-04-06 moko
2488:
2489: * tests/results/323.processed: test result updated after feature
2490: #1051 implementation
2491:
2492: * src/: classes/classes.h, classes/op.C, classes/response.C,
2493: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2494: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2495: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2496: types/pa_vresponse.C, types/pa_vresponse.h,
2497: types/pa_vstateless_class.h: base -> methoded_donor for static
2498: classes, type() moved from VStateless_class to VClass and
2499: Methoded (implements feature #1051)
2500:
2501: 2016-04-04 moko
2502:
2503: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2504: beauty: put_class added (related to feature #1051)
2505:
2506: 2016-04-01 moko
2507:
2508: * tests/results/: 175.processed, 192.processed, 224.processed,
2509: 229.processed, 244.processed, 246.processed, 316.processed: test
2510: results updated as class.type() removed from error messages, only
2511: type() left (related to feature #1051)
2512:
2513: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2514: classes/op.C, classes/reflection.C, main/compile.y,
2515: main/compile_tools.h, main/execute.C, main/pa_request.C,
2516: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2517: types/pa_vmethod_frame.h, types/pa_vobject.h,
2518: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2519: from VStateless_class, type() is used instead (related to feature
2520: #1051)
2521:
2522: * src/classes/mail.C: old logic restored.
2523:
2524: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2525: classes/classes.h, classes/curl.C, classes/date.C,
2526: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2527: classes/hashfile.C, classes/image.C, classes/inet.C,
2528: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2529: classes/memcached.C, classes/memory.C, classes/reflection.C,
2530: classes/regex.C, classes/response.C, classes/string.C,
2531: classes/table.C, classes/xdoc.C, classes/xnode.C,
2532: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2533: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2534: feature #1051)
2535:
2536: 2016-03-30 moko
2537:
2538: * tests/: 327.html, results/224.processed, results/327.processed:
2539: test for TZ specification in ^date::create[], TZ is kept during
2540: ^date::create[$dt] (related to feature #1048)
2541:
2542: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2543: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2544: feature #1048)
2545:
2546: 2016-03-29 moko
2547:
2548: * tests/: 315.html, results/315.processed: test for timezone format
2549: +HHmm added (related to feature #1065)
2550:
2551: * src/classes/date.C: timezone format +HHmm now supported
2552: (implements feature #1065)
2553:
2554: 2016-03-28 moko
2555:
2556: * tests/: 202.html, results/131.processed, results/202.processed,
2557: results/224.processed, results/256.processed,
2558: results/315.processed: test results updated after %.2d now
2559: default for hours offset in iso-string (was %2d), test for
2560: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2561: added (related to feature #1065)
2562:
2563: 2016-03-27 moko
2564:
2565: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2566: feature #1065)
2567:
2568: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2569: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2570: added (implements feature #1065)
2571:
2572: 2016-03-24 moko
2573:
2574: * tests/: 202.html, results/202.processed: test $date.week added
2575: (related to bug #1067)
2576:
2577: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2578: date (fix for bug #1067)
2579:
2580: 2016-03-10 moko
2581:
2582: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2583:
1.102 moko 2584: 2015-12-07 moko
2585:
2586: * tests/: 326.html, results/326.processed: test for .CLASS &
2587: .CLASS_NAME optimization added (related to feature #844)
2588:
2589: 2015-11-17 moko
2590:
2591: * tests/: 323.html, results/323.processed: order added
2592:
2593: * tests/: 325.html, results/325.processed: double range test added
2594: (related to bug #1049)
2595:
2596: 2015-11-16 moko
2597:
2598: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2599: added to disallow NaN and Infinity (fixes bug #1049)
2600:
2601: 2015-11-11 moko
2602:
2603: * tests/324.html: parser 3.4.3 execution support added (related to
2604: feature #1017)
2605:
2606: * tests/: 324.html, results/324.processed: test for
2607: GET_ELEMENT4CALL feature added (feature #1017)
2608:
1.101 moko 2609: 2015-10-29 moko
2610:
2611: * operators.txt: updated for 3.4.4
2612:
2613: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2614:
2615: * src/main/pa_exec.C: get_exit_status implemented for Windows
2616: (related to bug #1043)
2617:
2618: 2015-10-28 moko
2619:
2620: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2621: hangup during ^file::exec (fixes bug #1043)
2622:
1.100 moko 2623: 2015-10-27 moko
2624:
2625: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2626:
1.99 moko 2627: 2015-10-26 moko
2628:
1.100 moko 2629: * tests/322.html, src/classes/reflection.C: arguments reorder
2630: (related to issue #1041)
2631:
2632: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2633: Copyright year updated
2634:
1.99 moko 2635: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2636: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2637: classes/form.C, classes/hash.C, classes/hashfile.C,
2638: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2639: classes/mail.C, classes/math.C, classes/memcached.C,
2640: classes/memory.C, classes/op.C, classes/reflection.C,
2641: classes/regex.C, classes/response.C, classes/string.C,
2642: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2643: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2644: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2645: include/pa_config_fixed.h, include/pa_config_includes.h,
2646: include/pa_dictionary.h, include/pa_dir.h,
2647: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2648: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2649: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2650: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2651: include/pa_request_charsets.h, include/pa_request_info.h,
2652: include/pa_sapi.h, include/pa_socks.h,
2653: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2654: include/pa_stack.h, include/pa_string.h,
2655: include/pa_stylesheet_connection.h,
2656: include/pa_stylesheet_manager.h, include/pa_table.h,
2657: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2658: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2659: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2660: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2661: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2662: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2663: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2664: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2665: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2666: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2667: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2668: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2669: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2670: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2671: main/pa_string.C, main/pa_stylesheet_connection.C,
2672: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2673: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2674: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2675: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2676: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2677: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2678: targets/isapi/parser3isapi.C, types/pa_junction.h,
2679: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2680: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2681: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2682: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2683: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2684: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2685: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2686: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2687: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2688: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2689: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2690: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2691: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2692: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2693: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2694: types/pa_vresponse.C, types/pa_vresponse.h,
2695: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2696: types/pa_vstateless_object.h, types/pa_vstatus.C,
2697: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2698: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2699: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2700: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2701: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2702:
2703: * src/targets/cgi/parser3.C: year updated
2704:
2705: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2706: issue #1041)
2707:
2708: * tests/: 323.html, results/323.processed: test for base classes
2709: added
2710:
2711: * tests/: 261.html, results/261.processed: updated after better
2712: error reporting done for $string.key exception
2713:
2714: * src/types/pa_vstring.h: better error report for $string.key
2715: exception
2716:
2717: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2718: copied as VObject::get_element4call to remove extra virtual call
2719:
2720: * tests/: 322.html, results/322.processed: test for
2721: ^reflection:is[] added (related to feature #1041)
2722:
2723: * src/classes/reflection.C: ^reflection:is empty value is void
2724: (related to feature #1041)
2725:
2726: * src/classes/reflection.C:
2727: ^reflection:is[class_name|code|method;[context;]element_name]
2728: added (implements feature #1041)
2729:
2730: 2015-10-24 moko
2731:
2732: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2733:
1.98 moko 2734: 2015-10-22 moko
2735:
2736: * tests/: 321.html, results/321.processed: test for
2737: ^reflection:method_info[] file detection added
2738:
2739: * tests/: 320.html, results/320.processed: test for
2740: ^reflection:class_by_name[class_name] added (related to feature
2741: #993)
2742:
2743: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2744: added (implements feature #993)
2745:
2746: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2747: (related to feature #1017)
2748:
2749: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2750: added (related to issue #1039)
2751:
2752: * src/main/pa_request.C: ^throw origin fixed (related to feature
2753: #1039)
2754:
2755: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2756: for VDate
2757:
2758: * tests/results/182.processed: updated after feature #1038
2759: implemented
2760:
2761: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2762: compile-time exception origin added (test for feature #1039)
2763:
2764: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2765: main/pa_request.C: exception unification: compile-time exceptions
2766: now have origin, @USE origins also tracked (implements feature
2767: #1039)
2768:
2769: 2015-10-20 moko
2770:
2771: * src/main/pa_request.C: cleanup
2772:
2773: 2015-10-15 moko
2774:
2775: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2776:
2777: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2778: types/pa_vtable.C: new feature: no more $table.method and
2779: $hash.method, aliases for _at, _count, _key (related to feature
2780: #1017)
2781:
1.97 moko 2782: 2015-10-14 moko
2783:
1.98 moko 2784: * tests/: 317.html, results/317.processed: test for
2785: ^string.unescape[] added (related to feature #120)
2786:
1.97 moko 2787: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2788: defined" bug (described in issue #1036)
2789:
2790: * tests/: 247.html, results/247.processed: test for checkBOM added
2791: (test for bug #1037)
2792:
2793: * src/: include/pa_charsets.h, main/pa_charsets.C,
2794: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2795: it's not enforced, skips BOM signature if it complies charset
2796: (fixes bug #1037)
2797:
2798: 2015-10-13 moko
2799:
2800: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2801: linking
2802:
2803: * src/classes/inet.C: vs2003 compilation fix
2804:
2805: * src/classes/math.C: warning war
2806:
2807: * src/lib/punycode/pa_punycode.c: warning war
2808:
2809: 2015-10-12 moko
2810:
2811: * src/lib/punycode/pa_punycode.c: warning war
2812:
2813: * parser3.sln: moved parser3 first, to make it default startup
2814: project
2815:
2816: * buildall: parser "mirror" now used for external libs sources
2817: (implements feature #1036)
2818:
2819: * buildall: most external libs are updated to their current
2820: versions (related to feature #1036)
2821:
2822: * src/classes/image.C: more tags added
2823:
2824: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2825:
2826: 2015-10-11 moko
2827:
2828: * src/classes/curl.C: minor optimization (related to feature #1035)
2829:
2830: 2015-10-09 moko
2831:
2832: * src/classes/curl.C: pa_strdup added for strings from curl
2833: (related to feature #1035)
2834:
2835: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2836: ULLONG_MAX definition
2837:
2838: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2839: (implements feature #1035)
2840:
2841: * src/main/pa_charset.C: String::Body(String::C) used
2842:
2843: * src/main/pa_charset.C: exceptions unified
2844:
2845: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2846: unified
2847:
2848: * src/: classes/file.C, classes/image.C, classes/mail.C,
2849: classes/op.C, classes/xdoc.C, classes/xnode.C,
2850: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2851: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2852: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2853: String::Body(String::C) constructor added (related to bug #957)
2854:
2855: * src/classes/file.C: minor optimization
2856:
2857: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2858: Cord(char*) autocreation (related to bug #957)
2859:
2860: * src/: classes/string.C, main/untaint.C: minor optimizations
2861:
2862: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2863: String(char*, Lang, length) removed, String(C(), Lang) used
2864: instead (related to bug #957)
2865:
2866: 2015-10-08 moko
2867:
2868: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2869: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2870: main/untaint.C: Now char * is converted to CORD only using
2871: AS_CORD() to check for empty cord bug (fixes bug #957)
2872:
2873: * src/include/pa_hash.h: fixed compilation without
2874: HASH_CODE_CACHING
2875:
2876: * src/classes/string.C:
2877: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2878: feature #120)
2879:
2880: * src/main/pa_common.C: reduce js flags checks count (related to
2881: feature #120)
2882:
1.96 moko 2883: 2015-10-07 moko
2884:
2885: * tests/: 275.html, results/275.processed: test modified after
2886: unsigned long long int support implemented (feature #1034)
2887:
2888: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2889: pa_atoul added for unsigned long long int support
2890:
2891: 2015-10-06 moko
2892:
2893: * src/types/pa_vdate.C: INT_MAX used
2894:
2895: 2015-10-03 moko
2896:
2897: * tests/: 302.html, results/302.processed: test for bug #1023
2898: (\u2028, \u2029 escaping) added
2899:
2900: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2901: json:string[] (fixes bug #1023)
2902:
2903: 2015-09-29 moko
2904:
2905: * tests/305.html: try-catch added for OS without ipv6 support
2906:
2907: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2908: compilation
2909:
2910: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2911: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2912: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2913: implemented to distinguish ^hash.method from $hash.field
2914: (implements feature #1017)
2915:
2916: * src/lib/punycode/pa_punycode.c: warning war
2917:
2918: * src/include/pa_config_includes.h: warning war
2919:
2920: * src/include/pa_config_includes.h: pragma warning actualized a bit
2921:
2922: * src/include/pa_config_includes.h: warning war
2923:
2924: * src/include/pa_hash.h: clang compilation fix
2925:
2926: 2015-09-27 moko
2927:
2928: * src/main/compile.tab.C: Bison 3 is now default
2929:
2930: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2931:
2932: 2015-09-25 moko
2933:
2934: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2935: works with undefined HASH_ORDER (related to feature #196)
2936:
2937: 2015-09-24 moko
2938:
2939: * tests/: 027.html, results/027.processed: test modified to test
2940: ^hash.sort (feature #196)
2941:
2942: * src/: classes/hash.C, include/pa_hash.h:
2943: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2944: added (implements feature #196)
2945:
2946: * tests/: 316.html, results/316.processed: Added test for bug #1025
2947: (exception handling in non-cached ^cache), plus for "it does not
2948: have logical value" and "$exception.handled value must be either
2949: boolean or string 'cache'" exceptions.
2950:
2951: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2952: code (fixes bug #1025)
2953:
1.95 moko 2954: 2015-09-23 moko
2955:
2956: * src/classes/table.C: warning war
2957:
2958: * src/: classes/math.C, types/pa_vcookie.C: warning war
2959:
2960: * src/classes/file.C: warning war
2961:
2962: * src/: include/pa_table.h, main/pa_table.C: warning war
2963:
2964: * src/: main/pa_request.C, classes/date.C: warning war
2965:
2966: * src/: types/pa_vdate.C, classes/op.C: warning war
2967:
2968: * tests/: 122.html, results/122.processed: win sync: to remove
2969: differences with OS that doesn't keep timezone change history
2970:
2971: * src/types/pa_vdate.C: tzset() should be called in Windows after
2972: TZ change (related to feature #36)
2973:
2974: * tests/: 075.html, results/075.processed: win sync: to remove
2975: differences with OS that doesn't keep timezone change history
2976:
2977: * tests/: 315.html, results/315.processed: win sync: to remove
2978: differences with OS that doesn't keep timezone change history
2979:
2980: * tests/: 256.html, results/256.processed: win sync: to remove
2981: differences with OS that doesn't keep timezone change history
2982:
2983: * tests/: 124.html, results/124.processed: win results sync: to
2984: avoid hitting time change hole.
2985:
2986: * src/types/pa_vdate.C: static returned. :)
2987:
2988: 2015-09-22 moko
2989:
2990: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2991:
2992: * tests/results/131.processed: more tests for feature #1032
2993:
2994: * src/classes/date.C: minor fix related to feature #1032
2995:
2996: * operators.txt: ISO date creation documented (related to feature
2997: #1032)
2998:
2999: * operators.txt: iso-string documented (related to feature #1032)
3000:
3001: * tests/: 315.html, results/315.processed: more tests added
3002: (related to feature #1032)
3003:
3004: * tests/: 131.html, results/131.processed: date range checks
3005: updated (related to feature #36)
3006:
3007: * tests/: 315.html, results/057.processed, results/315.processed:
3008: test added for ISO date support (related to issue #315)
3009:
3010: * src/classes/date.C: more readable exceptions in date creation
3011: (related to ticket #1032)
3012:
3013: 2015-09-18 moko
3014:
3015: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3016: added (related to issue #1032)
3017:
3018: * tests/results/256.processed, src/classes/json.C: iso-string
3019: documented (related to issue #1032)
3020:
3021: * tests/: 256.html, results/256.processed: ISO date check added
3022: (related to issue #1032)
3023:
3024: * tests/: 057.html, results/057.processed, results/224.processed:
3025: tests results updated after ISO date support implemented (related
3026: to feature #1032)
3027:
3028: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3029: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3030: ^date::create[string] constructor formalized, ^date.iso-string[]
3031: added (implements feature #1032)
3032:
3033: 2015-09-05 moko
3034:
3035: * operators.txt: actualized
3036:
3037: * operators.txt: date changes documented (related to ticket #36)
3038:
3039: 2015-09-04 moko
3040:
3041: * src/types/pa_vdate.C: warning war
3042:
3043: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3044:
3045: 2015-09-03 moko
3046:
3047: * tests/results/096.processed: test result updated for 0..9999 year
3048: date range support (related to feature #36)
3049:
3050: * tests/: 314.html, results/314.processed: test for
3051: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3052: bug #1031)
3053:
3054: * src/classes/string.C: Static calls fixed for ^string:base64[],
3055: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3056:
1.116 moko 3057: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3058: configure.in -> configure.ac
1.95 moko 3059:
1.116 moko 3060: * configure, configure.in, src/include/pa_config_auto.h.in: more
3061: correct timezone check for FreeBSD Warning war: configure.in ->
3062: configure.ac
1.95 moko 3063:
3064: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3065: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3066: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3067: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3068: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3069: src/main/Makefile.am, src/targets/apache/Makefile.am,
3070: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3071: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3072: check added
3073:
3074: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3075:
3076: * tests/results/: 124.processed, 224.processed: test resuls updated
3077: for new date implementation (related to feature #36)
3078:
3079: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3080: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3081: types/pa_vdate.h: new double date implementation with internal
3082: support for extended 0..9999 year range, default timezone support
3083: (related to feature #36)
3084:
3085: 2015-08-28 moko
3086:
3087: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3088: (fixes bug #1030)
3089:
3090: 2015-08-21 moko
3091:
3092: * src/classes/inet.C: snprintf size "bug" commented
3093:
3094: * src/main/pa_common.C: snprintf comments updated
3095:
3096: 2015-08-16 moko
3097:
3098: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3099:
3100: 2015-08-11 moko
3101:
3102: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3103: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3104: can be null (fixes bug #1029)
3105:
3106: 2015-08-06 moko
3107:
1.116 moko 3108: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3109: pa_vdate.C added
1.95 moko 3110:
3111: 2015-08-05 moko
3112:
3113: * tests/: 313.html, results/313.processed: test for
3114: ^table.count[columns] and ^table.flip[] with nameless tables
3115: (feature #1003)
3116:
3117: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3118: max_cell added, now ^table.count[columns] and ^table.flip[] works
3119: correctly for nameless tables (implements feature #1003)
3120:
3121: 2015-08-03 moko
3122:
3123: * tests/312.html: test for ^table.append[$hash] and
3124: ^table.insert[$hash] added (related to feature #1028)
3125:
3126: * src/classes/table.C: ^table.append[$hash] and
3127: ^table.insert[$hash] now supported (implements feature #1028)
3128:
3129: * tests/: 312.html, results/312.processed: test row copy in
3130: ^table.hash[; $.type[table] ] added (related to feature #1016)
3131:
3132: * src/classes/table.C: row copy now created in ^table.hash[;
3133: $.type[table] ] (related to feature #1016)
3134:
3135: 2015-07-29 moko
3136:
3137: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3138: added (related to feature #1016)
3139:
3140: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3141: ^table.delete[] added to delete current row (related to feature
3142: 1016)
3143:
3144: 2015-07-28 moko
3145:
3146: * tests/: 312.html, results/312.processed: test for
3147: $table.column[value] and ^table.insert{row} (related to feature
3148: #1016)
3149:
3150: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3151: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3152: ^table.insert{row} are now implemented (feature #1016)
3153:
3154: * src/include/pa_array.h: Optimization: bool reverse removed from
3155: append(), insert() added, memmove arguments order in remove()
3156: fixed (related to feature #1016)
3157:
3158: 2015-07-23 moko
3159:
3160: * src/classes/json.C: tainted json and empty json exception added
3161: (implements feature #1015)
3162:
3163: * tests/: 311.html, results/311.processed: empty json and tainted
3164: json exception test added (related to issue #1015)
3165:
3166: 2015-07-22 moko
3167:
3168: * tests/: 311.html, results/311.processed: test for UTF-8
3169: processing added
3170:
3171: * tests/: 311.html, results/311.processed: test for
3172: json_exception_with_source added (related to issue #394)
3173:
3174: * src/classes/json.C: json_exception_with_source added (implements
3175: feature #394)
3176:
3177: 2015-06-29 moko
3178:
3179: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3180: directories are now correctly determined if _d_type == DT_UNKNOWN
3181: (closes bug #1027)
3182:
3183: 2015-06-10 moko
3184:
3185: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3186: error if libxml has LIBXML_ICU_ENABLED.
3187:
3188: 2015-06-04 moko
3189:
3190: * tests/099.html: ups, reverting
3191:
3192: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3193: results/310.processed: tests for $response:body[ $.file[] ] and
3194: $response:last-modified added
3195:
3196: * src/main/pa_request.C: last-modified check fixed
3197:
3198: 2015-06-03 moko
3199:
3200: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3201: results/205.processed, results/293.processed: $response:headers
3202: logging added (tests for feature #1007)
3203:
3204: * src/: include/pa_common.h, include/pa_request.h,
3205: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3206: $response:headers are now in uppercase (closes feature #1007)
3207:
3208: 2015-06-02 moko
3209:
3210: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3211: build errors reverted for clang compatibility
3212:
3213: 2015-06-01 moko
3214:
3215: * src/include/pa_memory.h: -pedantic build errors fixed
3216:
3217: * src/classes/math.C: -pedantic build error fixed
3218:
3219: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3220:
3221: 2015-05-31 moko
3222:
3223: * src/classes/table.C: USE_STRINGSTREAM optimized
3224:
3225: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3226: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3227: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3228: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3229: types/pa_vxnode.h: warning war (-pedantic flag)
3230:
3231: 2015-05-28 moko
3232:
3233: * tests/: 308.html, results/308.processed: test for
3234: ^table::create[$t;], etc work added (related to bug #975)
3235:
3236: * src/classes/table.C: check_option_param removed,
3237: ^table::create[$t;], etc now works (fixes bug #975)
3238:
3239: 2015-05-27 moko
3240:
3241: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3242: (Debian jessie) fixed (closes issue #1024)
3243:
3244: * tests/Makefile: sort added as in Debian jessie list become
3245: unsorted
3246:
3247: 2015-05-18 moko
3248:
3249: * tests/: 201.html, results/201.processed: test for
3250: ^string.trim[what] feature #1022
3251:
3252: * src/classes/string.C: ^string.trim[what] now supported,
3253: implements feature #1022
3254:
3255: 2015-05-17 moko
3256:
3257: * tests/results/185.processed: test result updated as feature #1021
3258: implemented (left/right accept negative parameter)
3259:
3260: * src/classes/string.C: left/right now accept negative parameter
3261: (implements feature #1021)
3262:
3263: 2015-05-08 moko
3264:
3265: * src/classes/math.C: isalnum -> pa_isalnum
3266:
3267: * src/main/execute.C: optimization in getter-junction processing
3268: (related to issue #997)
3269:
3270: 2015-05-07 moko
3271:
3272: * tests/: 307.html, results/307.processed: test for issue #997
3273: added
3274:
3275: * src/main/execute.C: process_getter result now checked if junction
3276: returned (closes issue #997)
3277:
3278: * tests/: 305.html, results/305.processed: sort added to ignore
3279: different order
3280:
3281: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3282: assignment (closes issue #994)
3283:
3284: * tests/: 306.html, results/306.processed: test for issue #994
3285: added
3286:
3287: * tests/: 303.html, results/303.processed: two more errors tested
3288:
3289: 2015-05-06 moko
3290:
3291: * tests/: 305.html, results/305.processed: test for name2ip &
3292: ip2name added (related to feature #992)
3293:
3294: * tests/: 303.html, 304.html, results/303.processed,
3295: results/304.processed: tests for idna conversion added (related
3296: to issue #849)
3297:
3298: 2015-05-02 moko
3299:
3300: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3301: implemented
3302:
3303: 2015-04-30 moko
3304:
3305: * src/main/pa_http.C: idna_host added, related to issue #849
3306:
3307: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3308: (related to issue #849)
3309:
3310: 2015-04-24 moko
3311:
3312: * src/types/pa_vjunction.C: warning war
3313:
3314: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3315: unification
3316:
3317: * src/lib/punycode/pa_idna.c: warning war
3318:
3319: 2015-04-22 moko
3320:
3321: * src/main/main.vcproj: punycode include path added
3322:
3323: * src/lib/punycode/pa_idna.c: windows compile error fixed
3324:
3325: * src/lib/punycode/pa_idna.c: warning war
3326:
3327: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3328: project file added
3329:
3330: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3331:
3332: * src/include/pa_memory.h: warning war
3333:
3334: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3335: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3336: implemented (related to feature #849)
3337:
3338: * configure.in, src/main/Makefile.am,
3339: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3340: libpunycode added in Unix
3341:
3342: 2015-04-21 moko
3343:
3344: * configure.in: large files support
3345:
3346: 2015-04-15 moko
3347:
3348: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3349: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3350: pa_punycode.h: initial version for punycode/idna support library
3351: (ticket #849)
3352:
3353: 2015-04-08 moko
3354:
3355: * src/: classes/curl.C, classes/date.C, classes/file.C,
3356: classes/image.C, classes/mail.C, classes/reflection.C,
3357: classes/string.C, classes/xnode.C, include/pa_request.h,
3358: include/pa_string.h, include/pa_stylesheet_connection.h,
3359: main/compile.y, main/compile_tools.h, main/execute.C,
3360: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3361: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3362: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3363: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3364: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3365: clang compiler warnings (closes issue #1018)
3366:
3367: * src/include/pa_string.h: String::Body comparation operators with
3368: char * added (related to issue #958)
3369:
3370: 2015-04-07 moko
3371:
3372: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3373: pa_malloc/pa_free to remove system malloc/free usage (related to
3374: issue #1018)
3375:
3376: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3377: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3378: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3379: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3380: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3381: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3382: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3383: malloc/strdup/free replaced with pa_ version and checks for
3384: accidental use of non-pa_ version added (related to issue #1018)
3385:
3386: 2015-04-03 moko
3387:
3388: * buildall: pcre-8.33 -> pcre-8.36
3389:
3390: * src/: main/compile.y, classes/form.C, classes/mail.C,
3391: classes/op.C, classes/string.C, main/compile.tab.C,
3392: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3393: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3394: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3395: ticket #958)
3396:
3397: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3398: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3399: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3400: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3401: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3402: $request:headers, $request:method added (implements feature
3403: #1007)
3404:
3405: 2015-03-17 misha
3406:
3407: * tests/302.html: - test for
3408: ^json:string[...;$._default[method-name]]
3409:
3410: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3411: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3412: option $._default[method-name] is specified in ^json:string[], a
3413: method with specified name will be called for classes/objects
3414: serialization ( new feature: #982 )
3415:
3416: 2015-03-16 misha
3417:
3418: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3419: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3420: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3421: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3422: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3423: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3424: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3425: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3426: types/pa_vrequest.h, types/pa_vstateless_class.C,
3427: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3428: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3429: $var.CLASS_NAME now have special opcodes. This can be switched
3430: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3431: on pa_opcode.h ( new feature: #844 )
3432:
3433: 2015-03-15 misha
3434:
3435: * tests/075.html: - test for $response:header[]
3436:
3437: * src/types/pa_vresponse.C: - $response:header[] deletes header
3438: that was set earlie ( new feature: #1001 )
3439:
3440: 2015-03-12 misha
3441:
3442: * tests/246.html: - more tests for ^hash._at[]
3443:
3444: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3445: accepts second param [key|value|hash] ( new feature: #1012 )
3446:
3447: 2015-03-09 moko
3448:
3449: * src/types/pa_vmail.C: exception for everything but
3450: $mail:received, closes issue #1011
3451:
3452: 2015-02-20 moko
3453:
3454: * tests/: 275.html, results/275.processed: hex detection in
3455: pa_atoui fix test (closes issue #1010)
3456:
3457: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3458: issue #1010)
3459:
3460: 2015-02-17 moko
3461:
3462: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3463: tainted.
3464:
3465: 2015-02-03 misha
3466:
3467: * tests/301.html: - test for ^json:string($double) causes
3468: exception. bugfix: #1008
3469:
3470: * src/classes/json.C: - ^json:string($double) causes exception.
3471: bugfix: #1008
3472:
3473: * tests/014.html: - updated for work with ^hash.delete[]
3474:
3475: 2015-01-12 misha
3476:
3477: * src/: classes/form.C, include/pa_common.h,
3478: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3479: types/pa_vform.h: - supports body with PUT method as well ( new
3480: feature: #1006 )
3481:
3482: * src/classes/file.C: - warnings war
3483:
3484: 2015-01-11 misha
3485:
3486: * tests/300.html: - test for ^hash.delete[] is added
3487:
3488: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3489: feature: #989 ) - tiny optimization in intersects
3490:
3491: 2015-01-06 moko
3492:
3493: * src/types/pa_vmail.C: file names transcode added, to and cc added
3494: with transcode, attachments detection fixed
3495:
3496: * src/main/pa_request.C: filling mail received after cgi/auto.p
3497: load to allow charset switch (related to issue #996)
3498:
3499: 2014-12-31 moko
3500:
3501: * src/types/pa_vmail.C: from and subject now transcoded if not
3502: UTF-8 source charset (fixes issue 996)
3503:
3504: * src/main/pa_exception.C: fixed string from stack bug (closes
3505: issue #1000)
3506:
3507: 2014-12-11 misha
3508:
3509: * src/types/pa_vhashfile.C: - check if key is not empty before
3510: access ( bug fix: #1005 )
3511:
3512: 2014-11-13 misha
3513:
3514: * src/main/compile.y: - PC.append does not reset to false while
3515: creating a new class. bugfix: #990
3516:
3517: * tests/299.html: - test for creation class after working with
3518: partial class (create+append)
3519:
3520: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3521: #995
3522:
3523: * tests/232.html: - test for @get[def] added
3524:
3525: 2014-10-12 moko
3526:
3527: * src/lib/pcre/pcre_internal.vcproj: correct path
3528:
3529: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3530: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3531: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3532: targets/apache/ApacheModuleParser3.vcproj,
3533: targets/apache/ApacheModuleParser3Core.vcproj,
3534: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3535: types/types.vcproj: project GUID inserted in *.vcproj for correct
3536: conversion in newer VS versions
3537:
3538: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3539: pcre_internal.vcproj added
3540:
3541: 2014-08-28 moko
3542:
3543: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3544: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3545: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3546:
3547: 2014-06-30 misha
3548:
3549: * tests/298.html: - tests for ^reflection:def[class;className]
3550: added
3551:
3552: * src/classes/reflection.C: - ^reflection:def[class;className]
3553: added ( new feature: #918 )
3554:
3555: 2014-06-29 misha
3556:
3557: * src/classes/table.C: - ^table::create[unsupported data] -
3558: exception comment changed to "body must be table or code" ( bug
3559: fix: #951 )
3560:
3561: * tests/: 261.html, results/261.processed: - tests for
3562: ^json:string[...;$.void[null|string]] added
3563:
3564: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3565: option $.void[string|null] added to ^json:string[...] ( new
3566: feature: #952 )
3567:
3568: 2014-06-28 moko
3569:
3570: * src/classes/curl.C: $.charset now processed before other curl
3571: options (closes issue #980)
3572:
3573: 2014-05-23 misha
3574:
3575: * src/classes/json.C: - bug fix: #987
3576:
3577: 2014-05-04 misha
3578:
3579: * tests/: 253.html, 253_json.txt: - test for
3580: ^json:parse[$.int(false)] is added
3581:
3582: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3583: default true). The option is similar to $.double(bool) but for
3584: integers.
3585:
3586: 2014-05-01 moko
3587:
3588: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3589: #12 )
3590:
3591: 2014-04-16 moko
3592:
3593: * src/main/pa_http.C: response-charset option should finally work
3594: now (fix for issue #867)
3595:
3596: * src/main/pa_http.C: response-charset option should work now (fix
3597: for issue #867)
3598:
3599: 2014-03-07 moko
3600:
3601: * buildall: libgc moved
3602:
3603: * buildall: libgc moved
3604:
3605: 2013-12-29 moko
3606:
3607: * src/classes/string.C: ^string:js-unescape result now tainted,
3608: closes issue #966
3609:
3610: * tests/: 186.html, results/186.processed: ^string:js-unescape
3611: result now tainted, issue #966
3612:
3613: 2013-12-03 moko
3614:
3615: * src/: classes/memcached.C, types/pa_vmemcached.C,
3616: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3617: option was added for http://www.parser.ru/forum/?id=79343
3618:
3619: * src/classes/file.C: bugfix for
3620: http://www.parser.ru/forum/?id=79337
3621:
3622: 2013-11-05 moko
3623:
3624: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3625:
3626: * src/main/pa_globals.C: spelling fixed
3627:
3628: 2013-10-29 moko
3629:
3630: * src/lib/json/json.vcproj: json.c -> pa_json.C
3631:
3632: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3633: #892
3634:
3635: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3636: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3637: exceptions to be thrown thougth json library), related to issue
3638: #892
3639:
3640: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3641: related to issue #896
3642:
3643: 2013-10-24 moko
3644:
3645: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3646:
3647: 2013-10-23 moko
3648:
3649: * README: actualization
3650:
3651: 2013-10-22 moko
3652:
3653: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3654: compatibility patch from Sergey Kirpichev
3655:
3656: * tests/: 297.html, results/297.processed: non-working getter fix
3657: test for issue #948
3658:
3659: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3660: called when saving value of $match variable in ^string.match[] to
3661: increase compatibility (related to issue #948).
3662:
3663: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3664: usage optimization
3665:
3666: 2013-10-21 moko
3667:
3668: * tests/: 182.html, results/182.processed: local path removed for
3669: compatibility
3670:
3671: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3672: results/244.processed, results/253.processed,
3673: results/254.processed, results/275.processed,
3674: results/281.processed: try_catch -> try-catch
3675:
3676: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3677: results/294.processed, results/296.processed: try_catch ->
3678: try-catch
3679:
3680: 2013-10-20 moko
3681:
3682: * tests/: 296.html, results/296.processed: test for xsl exception
3683: for issue #938 added.
3684:
3685: * src/: include/pa_xml_exception.h,
3686: main/pa_stylesheet_connection.C: forgotten to be replaced
3687: XmlException is now replaced (once again closes issue #938)
3688:
3689: 2013-10-19 misha
3690:
3691: * bin/auto.p.dist.in: - more mime-types are added
3692:
3693: 2013-10-18 moko
3694:
3695: * buildall: disable clock_gettime detection to avoid librt linking
3696: (which in turn depends on libpthread), related to issue #943
3697:
3698: 2013-10-18 misha
3699:
3700: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3701: lib/smtp/smtp.vcproj, main/main.vcproj,
3702: targets/apache/ApacheModuleParser3Core.vcproj,
3703: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3704: types/types.vcproj: - new locations for libxml2 includes where
3705: added to vcproj files
3706:
3707: 2013-10-18 moko
3708:
3709: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3710: fix
3711:
3712: * tests/: 295.html, results/295.processed: test for issue #948
3713: updated
3714:
3715: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3716: :)
3717:
3718: * tests/: 295.html, results/295.processed: test for issue #948
3719: added
3720:
3721: * src/: classes/hash.C, classes/string.C, classes/table.C,
3722: include/pa_request.h, types/pa_method.h: for getters and setters
3723: to be executed request.put_element should be called, not
3724: context.put_element (fixes issue #948)
3725:
3726: 2013-10-17 moko
3727:
3728: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3729: LIBXML2_NEW_BUFFER check (closes issue #943)
3730:
3731: * buildall: libxml 2.9.1 build is broken --without-reader.
3732:
3733: 2013-10-16 moko
3734:
3735: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3736:
3737: * tests/: 294.html, results/294.processed: test for issue #938
3738:
3739: * src/: classes/xdoc.C, classes/xnode.C,
3740: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3741: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3742:
3743: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3744: libxslt-1.1.26 -> libxslt-1.1.28
3745:
3746: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3747: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3748: to '?', related to issue #938
3749:
3750: 2013-10-15 moko
3751:
3752: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3753: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3754: minor optimizations (closes issue #896)
3755:
3756: * tests/results/: 292.processed, 293.processed: results updated to
3757: comply with issue #896
3758:
3759: * tests/: 292.html, 293.html, results/292.processed,
3760: results/293.processed: tests for json escaping
3761:
3762: 2013-10-14 moko
3763:
3764: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3765: and cleanup, code moved from .h to .C, no changes in code
3766:
3767: 2013-10-12 moko
3768:
3769: * tests/results/119.processed: updated test result commited
3770:
3771: * tests/: 291.html, results/291.processed: test for issue #894
3772: added
3773:
3774: * src/types/pa_wcontext.h: base methods call support function
3775: get_somebody_entered_some_class should not be true forever, as
3776: wcontext can have many get_elements calls (fixes issue #894)
3777:
3778: 2013-10-11 moko
3779:
3780: * tests/: 290.html, results/290.processed: test for junction GPF
3781: issue #942 added
3782:
3783: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3784: to native method fixed (closes issue #942)
3785:
3786: * tests/: 158.html, results/158.processed: test for csv-string[]
3787: added
3788:
3789: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3790: feature #907)
3791:
3792: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3793: feature #907)
3794:
3795: 2013-10-09 moko
3796:
3797: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3798: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3799: types/pa_vstateless_class.C: GET_default, SET_default now works
3800: properly not only in objects, but in classes as well (closes
3801: issue #903)
3802:
3803: * tests/: 289.html, results/289.processed: GET/SET_default now
3804: works in classes, not only objects, test case added, related to
3805: issue #903
3806:
3807: * tests/: 288.html, results/288.processed: test for endless
3808: recursion bug added (related to issue #903)
3809:
3810: 2013-10-05 moko
3811:
3812: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3813: classes/table.C, main/execute.C, types/pa_method.h,
3814: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3815: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3816: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3817: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3818: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3819: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3820: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3821: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3822: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3823: optimization: put_element no longer has "bool areplace" argument,
3824: related to issue #903
3825:
3826: 2013-10-03 moko
3827:
3828: * tests/results/182.processed: result for $.replace(false) test
3829: commited
3830:
3831: * src/classes/date.C: ^date::create(number) processed correctly
3832: (fixes issue #901)
3833:
3834: * src/classes/image.C: as_no_junction removed, as param can be
3835: expression (closes issue #931)
3836:
3837: * tests/233.html: test for issue #931 added
3838:
3839: 2013-10-02 moko
3840:
3841: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3842: modified, test for $.replace(false) added
3843:
3844: * src/main/compile_tools.h: forgotten class replace returned. :)
3845:
3846: 2013-09-30 moko
3847:
3848: * tests/: 141.html, results/141.processed: md5 tainting test added
3849:
3850: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3851: main/compile_tools.h, main/pa_request.C: allow_class_replace
3852: implemented; $.replace option added to ^process and ^use
3853:
3854: 2013-08-27 moko
3855:
3856: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3857: cstr_to_string_body_untaint should be called with charsets for
3858: possible uri language and connection for possible sql language.
3859: related to issue #857
3860:
3861: * buildall: and -> or fixed
3862:
3863: 2013-08-26 moko
3864:
3865: * buildall: prepare_ functions logic changed to support
3866: gc-7.2d.tar.gz extracting to gc-7.2 directory
3867:
3868: 2013-08-23 moko
3869:
3870: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3871: statically
3872:
3873: 2013-08-22 moko
3874:
3875: * src/classes/string.C: String::Empty used (related to issue #912)
3876: append_know_length removed (related to old GPF bug)
3877:
3878: 2013-08-21 moko
3879:
3880: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3881:
3882: * src/classes/math.C: ^math:digest[...;$file] support added
3883: (related to ticket #857
3884:
3885: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3886: implemented
3887:
3888: * src/types/pa_vhashfile.h: warning war
3889:
3890: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3891: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3892: anti_endless_json_string_recoursion removed from request;
3893: json_string_recoursion added to json_options; $.indent[indent
3894: value] now supported and passed within recoursion closes feature
3895: #937
3896:
3897: * tests/: 287.html, results/287.processed: test for feature #937
3898:
3899: 2013-07-31 moko
3900:
3901: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3902: compilation having #define _S
3903:
3904: * src/main/pa_globals.C: cleanup
3905:
3906: 2013-07-30 moko
3907:
3908: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3909: main/pa_common.C: vs2003 warning war
3910:
3911: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3912:
3913: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3914:
3915: * src/lib/md5/pa_sha2.c: warning war
3916:
3917: 2013-07-29 moko
3918:
3919: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3920: patches from github
3921:
3922: * src/: classes/bool.C, classes/double.C, classes/int.C,
3923: classes/memcached.C, include/pa_config_includes.h,
3924: types/pa_vfile.C, types/pa_vfile.h: warning war
3925:
3926: * src/lib/json/json.vcproj: C++ -> C
3927:
3928: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3929:
3930: * src/lib/json/: json.c, pa_json.C: windows compatibility
3931:
3932: * src/lib/json/: json.c, pa_json.C: windows compatibility
3933:
3934: * src/lib/json/: json.c, pa_json.C: warning war
3935:
3936: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3937:
3938: * src/include/pa_config_fixed.h: uint16_t added
3939:
3940: * configure.in: uint16_t check added
3941:
3942: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3943: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3944: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3945: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3946: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3947:
3948: 2013-07-25 moko
3949:
3950: * parser3.sln: dependencies added
3951:
3952: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3953: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3954: module support
3955:
3956: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3957:
3958: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3959:
3960: 2013-07-23 moko
3961:
3962: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3963: PA_DEBUG_GC_MEMORY removed
3964:
3965: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3966: PA_DEBUG_DISABLE_GC compilation fix
3967:
3968: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3969: main/pa_request.C: outdated RESOURCES_DEBUG removed
3970:
3971: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3972: garbage cleanup
3973:
3974: * src/main/pa_common.C: warning war
3975:
3976: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3977:
3978: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3979: minor cleanup
3980:
3981: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3982: uses cygwin, not WIN32 implementation
3983:
3984: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3985: able to exec shell scripts
3986:
3987: * src/classes/math.C: ifdef WIN32 cleanup
3988:
3989: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3990:
3991: * bin/auto.p.dist.in: libpq.so -> libpq.
3992:
3993: * src/classes/curl.C: LT_MODULE_EXT used
3994:
3995: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3996:
3997: 2013-07-22 moko
3998:
3999: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4000: includes fix
4001:
4002: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4003:
4004: * configure.in, src/include/pa_config_includes.h,
4005: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4006: src/main/pa_exec.C: includes cleanup
4007:
4008: * src/targets/cgi/parser3.C: 2012->2013
4009:
4010: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4011:
4012: * configure.in, src/include/pa_config_includes.h,
4013: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4014: src/main/pa_random.C, src/main/pa_socks.C,
4015: src/types/pa_vstatus.C: cygwin support cleanup
4016:
4017: * configure.in: dirent.h check added
4018:
4019: * src/: include/pa_config_includes.h, include/pa_dir.h,
4020: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4021: not copied
4022:
4023: 2013-07-21 moko
4024:
4025: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4026:
4027: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4028: parser3.vcproj: unused getopt.h / getopt.c removed
4029:
4030: * operators.txt, src/classes/file.C, tests/022.html,
4031: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4032: $.stat(true)] usage commented
4033:
4034: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4035: src/main/pa_dir.C: ^file:list[] now has dir column and when
4036: $.stat(true) it has size/*date columns modified patch from misha@
4037: that closes issue #914.
4038:
4039: * src/: include/pa_config_includes.h, main/pa_globals.C:
4040: PA_RELEASE_ASSERTS removed
4041:
4042: * src/lib/md5/pa_md5c.c: minor cleanup
4043:
4044: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4045: localeconv()->decimal_point usage remoed (related to issue #934)
4046:
4047: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4048: cordprnt.c removed
4049:
4050: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4051: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4052: pa-include/pa_strings.h: includes cleanup
4053:
4054: * src/lib/md5/pa_md5c.c: headers cleanup
4055:
4056: 2013-07-20 moko
4057:
4058: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4059: cleanup
4060:
4061: 2013-07-19 moko
4062:
4063: * src/classes/math.C: extern "C" added for crypt
4064:
4065: 2013-07-18 moko
4066:
4067: * src/classes/math.C: fix redhat7.2 build
4068:
4069: 2013-07-17 moko
4070:
4071: * configure.in, src/include/pa_config_includes.h,
4072: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4073: added for uint8/32/64_t)
4074:
4075: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4076: pa_config_includes.h used for uint32/64_t
4077:
4078: 2013-07-16 moko
4079:
4080: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4081: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4082: war
4083:
4084: * src/main/compile.tab.C: compile.y was updated
4085:
4086: * src/main/compile.y: warning war
4087:
4088: * src/: include/pa_exception.h, main/pa_exception.C,
4089: main/pa_xml_exception.C: warning war
4090:
4091: * src/: include/pa_common.h, main/pa_common.C: warning war
4092:
4093: * configure.in: beauty :)
4094:
4095: * tests/: 141.html, results/141.processed: sha256/512 added
4096:
4097: 2013-07-13 moko
4098:
4099: * src/lib/md5/md5.vcproj: sha2 added
4100:
4101: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4102: classes/math.C: sha2 support (sha256/sha512 digest)
4103:
4104: 2013-07-08 moko
4105:
4106: * src/classes/image.C: directory read or other read problem message
4107: fixed (related to issue #933)
4108:
4109: 2013-07-07 moko
4110:
4111: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4112: dependense from $charsetsdir directory existance and content (and
4113: UTF-8 is default allready)
4114:
4115: * AUTHORS: + misha + moko. :)
4116:
4117: 2013-07-06 moko
4118:
4119: * src/: classes/curl.C, include/pa_globals.h,
4120: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4121: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4122: for lt_dlinit to be called once and lt_dlexit called at right
4123: place (related to issue #925)
4124:
4125: 2013-07-04 moko
4126:
4127: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4128: VString::as_vfile now uses vfile.set_binary_string to avoid
4129: content-type to be set, as it brokes badly designed logic in
4130: response output. This hopefully finishes issue #928.
4131:
4132: * tests/results/: 256.processed, 286.processed: file now displayed
4133: as name, size, mode, content-type
4134:
4135: * src/main/pa_common.C: read error now reported cottectly (fixes
4136: issue #933
4137:
4138: 2013-06-28 moko
4139:
4140: * tests/: 286.html, results/286.processed: test extended
4141:
4142: * tests/: 286.html, results/286.processed: Test for issue #928
4143: added. it tests default content-type change.
4144:
4145: * src/types/pa_vfile.C: closes issue #928 - default content-type
4146: now updated
4147:
4148: 2013-06-25 moko
4149:
4150: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4151: content-type for text/binary files without name added;
4152: ^file::create[$f;...] options now works properly and $f
4153: properties are default (fixes issue #928)
4154:
4155: 2013-05-16 misha
4156:
4157: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4158: added
4159:
4160: * src/main/pa_table.C: - a tiny memory optimisation while creating
4161: table if specified limit is bigger than source rows count
4162:
4163: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4164: added ( new feature: #858 )
4165:
4166: 2013-04-29 moko
4167:
4168: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4169: $.ipresolve(0|1|2) added (closes issue #891)
4170:
4171: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4172:
4173: 2013-04-24 moko
4174:
4175: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4176: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4177: types/pa_vmemcached.h: ^memcache.release[] added, calls
4178: memcached_quit (refs #893)
4179:
4180: 2013-04-22 moko
4181:
4182: * src/: include/pa_string.h, main/pa_common.C: no more double
4183: slashes in file path (fixes bug #872)
4184:
4185: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4186: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4187: #739)
4188:
4189: * tests/results/266.processed: $.max_params added (feature #915)
4190:
4191: * src/: include/pa_common.h, main/pa_http.C: response-charset
4192: option added to file::load (closes issue #867)
4193:
4194: 2013-04-20 misha
4195:
4196: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4197: commited
4198:
4199: 2013-03-15 misha
4200:
4201: * src/classes/: hash.C, table.C: - Optimisation: do not create
4202: multiple empty strings while ::sql. uae String::Empty instead
4203:
4204: 2013-03-14 misha
4205:
4206: * src/classes/reflection.C: - for user classes
4207: ^reflection:method_info[] returns $.max_params and $.extra_param
4208: with $.call_type if they available ( new feature: #915 )
4209:
4210: * src/classes/file.C: - ^file:delete[] now supports an option
4211: $.exception(false) that suppress any exception while deleting
4212: file ( new feature: #916 )
4213:
4214: * src/classes/curl.C: - parsing cookies after curl:load now should
4215: work :)
4216:
4217: 2013-03-12 misha
4218:
4219: * src/types/pa_vfile.C: - if specified file_name is empty string
4220: set default name for the file
4221:
4222: 2013-03-11 misha
4223:
4224: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4225: also available in $f.cookies
4226:
4227: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4228: moved to a separate method
4229:
4230: 2013-03-10 moko
4231:
4232: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4233: added
4234:
4235: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4236: removed (declared by autoconf)
4237:
4238: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4239: uint32_t define
4240:
4241: 2013-03-10 misha
4242:
4243: * src/classes/file.C: ^file:delete and ^file:move now support
4244: option $.keep-empty-dirs(true) ( new feature: #884 )
4245:
4246: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4247: empty dirs is added
4248:
4249: 2013-03-10 moko
4250:
4251: * src/classes/: bool.C, double.C, int.C: default can be present,
4252: but default check removed from ^int/double/bool.int/double/bool
4253: for string.int/double/bool compatibility (related to issue #913)
4254:
4255: * src/classes/string.C: ^string.int/dobule/bool no longer
4256: internally throws exception if default is present (closes issue
4257: #913)
4258:
4259: 2013-03-09 misha
4260:
4261: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4262: optimisations ( #845 )
4263:
4264: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4265:
4266: 2013-03-08 moko
4267:
4268: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4269: creates correct table (fixes issue #910)
4270:
4271: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4272: use outside of 'connect' operator (fixes issue #911)
4273:
4274: * tests/results/: 096.processed, 122.processed: test results
4275: updated as doubles now printed with 15 significant digits, not 5
4276: (fixes issue #882)
4277:
4278: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4279: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4280:
4281: 2013-02-21 moko
4282:
4283: * src/classes/table.C: _locate_name_value does not check arguments
4284: count, so we check it in advance (fixes issue #905)
4285:
4286: 2012-10-23 moko
4287:
4288: * buildall: old shell for and echo compatibility (for six)
4289:
4290: 2012-10-19 moko
4291:
4292: * buildall: --strip added --disable-safe-mode listed in usage
4293:
4294: 2012-10-17 misha
4295:
4296: * src/classes/op.C: - apply-taint should not throw "outside
4297: connect" exception with sql lang now
4298:
4299: 2012-10-17 moko
4300:
4301: * src/main/pa_request.C: bugfix: safe mode should be inited for
4302: each request (for apache module)
4303:
4304: 2012-09-26 moko
4305:
4306: * src/doc/doxygen.cfg: png -> svg
4307:
4308: 2012-09-25 moko
4309:
4310: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4311: test added
4312:
4313: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4314: double use when key is long
4315:
4316: 2012-09-16 moko
4317:
4318: * src/classes/math.C: Format -> Method Encode -> Format
4319:
4320: * tests/: 141.html, results/141.processed: math:digest hmac test
4321: added
4322:
4323: 2012-09-14 moko
4324:
4325: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4326: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4327: implementation added
4328:
4329: 2012-09-12 moko
4330:
4331: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4332: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4333: targets.dox and string.dox slightly actualized
4334:
4335: 2012-08-31 moko
4336:
4337: * ChangeLog: now generated with patched cvs2cl.pl
4338:
4339: 2012-07-29 moko
4340:
4341: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4342: result should be pushed after VMethodFrame destructor is called,
4343: as it deletes junctions from stack params (fixes issue #868)
4344:
4345: 2012-07-23 moko
4346:
4347: * INSTALL, README: buildall script usage documented, other outdated
4348: info updated.
4349:
4350: * buildall-with-xml, buildall-without-xml: replaced by buildall
4351:
4352: 2012-07-21 moko
4353:
4354: * buildall: glib does not compile when threads are disabled...
4355:
4356: * src/types/pa_vmail.C: g_assertion fixes for empty input
4357:
4358: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4359: unref, can't unref nested objects)
4360:
4361: * src/types/pa_vmail.C: another check added
4362:
4363: 2012-07-19 moko
4364:
4365: * buildall: usage added
4366:
4367: * buildall: new buildall script that unites buildall-with-xml,
4368: buildall-without-xml, --with-apache and --with-mailreceive
4369:
4370: * configure.in: support for static gmime and dynamic glib linking.
4371: fixes for FreeBSD
4372:
4373: 2012-07-17 moko
4374:
4375: * configure.in: --with-mailreceive replaced
4376: --with-static-mailreceive and --with-shared-mailreceive pathlink
4377: removed
4378:
4379: 2012-07-16 moko
4380:
4381: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4382: capitalized, content now decoded and text content converted to
4383: $request:charset. all properties are accessed by functions, this
4384: ready for dynamic load.
4385:
4386: 2012-06-28 moko
4387:
1.116 moko 4388: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4389: 32 bit
1.95 moko 4390:
4391: 2012-06-27 moko
4392:
4393: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4394: passive ftp
4395:
4396: * src/lib/ltdl/ltdl.vcproj: release build fixed
4397:
4398: * configure.in: 3.4.2 RC -> 3.4.2
4399:
4400: 2012-06-22 moko
4401:
4402: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4403: #815)
4404:
4405: * tests/: 284.html, results/284.processed: output options test
4406: (feature #265)
4407:
4408: 2012-06-22 misha
4409:
4410: * tests/215.html: - little changes
4411:
4412: 2012-06-21 moko
4413:
4414: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4415: types/pa_vxdoc.h: output_options returned and used (bugfix for
4416: feature #265)
4417:
4418: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4419: breaks long .*, default 10M restored. (issue #216)
4420:
4421: * tests/: 283.html, results/283.processed: test for issue #815
4422: added
4423:
4424: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4425: again, cstrm not required.
4426:
4427: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4428: Win32 and broken FreeBSD (issue #45)
4429:
4430: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4431:
4432: * src/main/pa_string.C: warnings war
4433:
4434: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4435: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4436: main/pa_socks.C, targets/apache/pa_threads.C,
4437: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4438: types/pa_vstatus.C: compilation under cygwin fixed
4439:
4440: 2012-06-19 moko
4441:
4442: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4443: Windows fixed
4444:
4445: * parser3.sln: removed antique pcre_ctype
4446:
4447: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4448:
4449: * src/include/pa_config_fixed.h: undefined reference to
4450: __imp__pcre_* fix for Windows
4451:
4452: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4453: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4454: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4455: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4456: define fixed
1.95 moko 4457:
4458: 2012-06-18 moko
4459:
4460: * src/classes/memcached.C: flush -> clear
4461:
4462: * src/classes/memcached.C: memcached does not support quotes even
4463: in server name
4464:
4465: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4466: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4467: called on open to check servers existance. $.key(true) syntax
4468: now supported
4469:
4470: 2012-06-17 moko
4471:
4472: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4473: cleanup
4474:
4475: * src/classes/table.C, tests/282.cfg, tests/282.html,
4476: tests/results/282.processed: encloser at the EOF bug fixed,
4477: incorrectly enclosed data now processed more logicaly (fixes
4478: #339)
4479:
4480: 2012-06-15 moko
4481:
4482: * buildall-without-xml: sync with buildall-with-xml
4483:
4484: * buildall-with-xml: download auto-detected between fetch and curl
4485:
4486: * configure.in: --with-gc and --with-pcre now also processed
4487: correctly
4488:
1.116 moko 4489: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4490: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4491: should be run on rol1 using automake / aclocal (GNU automake)
4492: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4493:
4494: * configure.in: new PARSER_VERSION logic
4495:
4496: * src/include/pa_version.h: new pa_version.h logic
4497:
4498: * src/: classes/curl.C, classes/file.C, classes/image.C,
4499: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4500: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4501: feols_normalized -> fis_text_content set_binary added
4502:
4503: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4504:
4505: 2012-06-15 misha
4506:
4507: * src/: classes/curl.C, classes/file.C, classes/image.C,
4508: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4509: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4510: ^file::create[text;content] EOLs in content now is normalized. (
4511: new feature: #815 )
4512:
4513: 2012-06-15 moko
4514:
4515: * configure.in: --disable-version-update added to disable version
4516: update with host information (for debian package) whitespace
4517: optimized
4518:
4519: * configure.in: version changed to 3.4.2 RC no-pic added for
4520: libtool
4521:
4522: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4523: it.
4524:
4525: 2012-06-14 moko
4526:
4527: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4528: tests/results/281.processed: "hash flocked" error removed for
4529: safe operations like ^h._count[] ( new feature: #335 )
4530:
1.116 moko 4531: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4532:
4533: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4534:
4535: * configure.in: --with-static/shared xml replaced with --with-xml,
4536: xml compilation check added
4537:
4538: * configure.in: --with-static/shared-gc, --with-static-pcre are
4539: replaced with --with-gc and --with-pcre test for pcre linking
4540: added
4541:
4542: 2012-06-13 moko
4543:
4544: * configure.in: apxs2 check optimized
4545:
4546: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4547: .la, includes optimized
4548:
4549: * buildall-with-xml: --with-pic looks better for -fPIC
4550:
4551: * configure.in: switched to convenience library in static linking
4552:
4553: * src/targets/apache/Makefile.am: switched to convenience library
4554: usage to avoid libtool warnings
4555:
4556: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4557: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4558: smtp/Makefile.am: switched to convenience library usage
4559:
4560: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4561:
4562: * src/targets/apache/Makefile.am: updated for libtool usage
4563:
4564: * bin/auto.p.dist.in: .cfg removed from charset names.
4565:
4566: * buildall-without-xml: --with-included-ltdl added
4567:
4568: * buildall-without-xml: sync with buildall-with-xml
4569:
4570: * buildall-with-xml: --with-included-ltdl added $cflags added for
4571: -fPIC for x64 $download added for wget success check added
4572:
4573: * buildall-without-xml: --with-dynamic-stdcpp removed
4574:
4575: * configure.in: disable-static returned
4576:
4577: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4578: LIBTOOLFLAGS
4579:
4580: 2012-06-12 moko
4581:
4582: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4583: compatible with LIBTOOLFLAGS for unknown reasons
4584:
4585: * buildall-with-xml: --with-dynamic-stdcpp removed
4586:
4587: * configure.in: static/dynamic -lstdc++ linking option removed
4588: apxs2 check added
4589:
4590: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4591: option removed
4592:
4593: 2012-06-10 moko
4594:
4595: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4596: added
4597:
4598: * src/targets/cgi/pp3.cmd: old PAF stuff
4599:
1.116 moko 4600: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4601: beauty
1.95 moko 4602:
4603: * depcomp: from libtool 2.4.2
4604:
4605: * configure.in: ltdl directory removed, it has correct Makefile.in
4606:
4607: 2012-06-09 moko
4608:
1.116 moko 4609: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4610: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4611: autogenerated files updated after libtool update
4612:
1.116 moko 4613: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4614: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4615: config_auto.h.in, config_fixed.h, configure, configure.ac,
4616: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4617: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4618: config/compile, config/config.guess, config/config.sub,
4619: config/depcomp, config/install-sh, config/ltmain.sh,
4620: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4621: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4622: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4623: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4624: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4625: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4626: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4627: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4628:
4629: * configure.in: preparation for new libtool
4630:
4631: * configure.in: Some beauty added :)
4632:
4633: * src/targets/apache/Makefile.am: := -> =
4634:
4635: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4636: again. :)
4637:
4638: * src/include/pa_config_includes.h, configure.in: limits.h added,
4639: previously was taken from pcre_internal.h. :)
4640:
4641: * src/lib/pcre/Makefile.am: config.h returned
4642:
4643: * src/lib/pcre/config.h: still need this. :)
4644:
4645: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4646:
4647: * configure.in: --with-charsets removed; --with-mysql-client & co
4648: removed
4649:
4650: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4651: now in parser tree, no need to copy
4652:
4653: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4654: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4655: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4656: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4657: extracts now used old trash removed
4658:
4659: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4660: rare charsets/drivers are commented, sql driver quessing removed
4661: (debian/patches/103_auto_p.patch)
4662:
4663: * etc/parser3.charsets/Makefile.am: charsets now in share
4664: (debian/patches/104_automake.patch) + all charsets are copied
4665:
4666: * buildall-with-xml, buildall-without-xml: curl option removed +
4667: extra arguments now supported
4668:
4669: 2012-06-08 misha
4670:
4671: * src/classes/table.C: - one params.as_hash usage was rolled back:
4672: the 2nd option in ^table.hash[] could be hash or table so
4673: .as_hash will throw an exception when table option is specified
4674:
4675: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4676: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4677: classes/table.C, classes/void.C, classes/xdoc.C,
4678: include/pa_exception.h, types/pa_vmethod_frame.C,
4679: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4680: and improved (whitespaces are allowed as empty options) -
4681: MethodParams::as_table is added - above methods are used for
4682: parsing methods' options ( new feature: #9 )
4683:
4684: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4685: to vclass. now class fields can be accessible as a hash:
4686: $h[^hash::create[$asd:CLASS]]
4687:
4688: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4689: have get_fields method so their fields can be accessed with
4690: ^reflection:fields[...] & ^reflection:field[...]
4691:
4692: 2012-06-06 misha
4693:
4694: * tests/280.html: - tests for
4695: ^reflection:method[obj-or-class;method],
4696: ^reflection:field[obj-or-class;field] and
4697: ^reflection:fields[obj-or-class] are added
4698:
4699: 2012-06-05 misha
4700:
4701: * src/classes/reflection.C: - ^reflection:method[class or
4702: object;method name] and ^reflection:field[class or object;field
4703: name] are added
4704:
4705: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4706: is used
4707:
4708: * src/types/pa_method.h: - Method::as_vjunction method is added
4709:
4710: 2012-06-05 moko
4711:
1.116 moko 4712: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4713:
4714: * src/classes/memcached.C: flish ttl fixed
4715:
4716: 2012-06-04 moko
4717:
4718: * src/classes/json.C, src/classes/op.C, tests/279.html,
4719: tests/results/279.processed: ^json:parse[] now supports $.taint
4720: option (new feature #833)
4721:
4722: 2012-06-04 misha
4723:
4724: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4725: - search_stop method was moved from pa_vcookie.C to pa_common.C
4726:
4727: 2012-06-03 misha
4728:
4729: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4730: cookies are parced and stored into $.cookies ( new feature: #31 )
4731:
4732: 2012-05-30 misha
4733:
4734: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4735: incomplete class into a scope while @USE is found
4736:
4737: * src/main/compile.y: - add incomplete class into a scope while
4738: @USE and @CLASS instructions are found ( bugfix: #838 )
4739:
4740: 2012-05-30 moko
4741:
4742: * src/types/pa_vclass.C, tests/278.html,
4743: tests/results/278.processed: removed "property has no getter
4744: method" exception when GET_DEFAULT present (fixes #269)
4745:
4746: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4747: $._default
4748:
4749: 2012-05-29 moko
4750:
4751: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4752: uninitialized values usage (new feature: #154)
4753:
4754: 2012-05-28 moko
4755:
4756: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4757: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4758: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4759: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4760: src/types/pa_vobject.C, src/types/pa_vobject.h,
4761: src/types/pa_vstring.h, src/types/pa_vtable.C,
4762: tests/results/277.processed, src/types/pa_vtable.h,
4763: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4764: ^json:string[$o; $.default[$method]] implemented for VObject (new
4765: feature #803)
4766:
4767: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4768: tests/results/277.processed: json numbers are now treated as
4769: double ( new feature: #834 )
4770:
4771: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4772: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4773: added for out of range checks, zero division in vint/vdouble
4774: check added ( fixes #832 )
4775:
4776: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4777: ( fixes #832 )
4778:
4779: 2012-05-28 misha
4780:
4781: * buildall-with-xml: - --without-lzma option is added to libxml2
4782: configure
4783:
4784: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4785: added - tests for unsupported values for options $.file, $.table
4786: and $.date are added
4787:
4788: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4789: accepts "stat" $.file[] option's value in addition to existed
4790: "text" and "base64" ( new feature: #835 )
4791:
4792: * tests/276.html: - test for
4793: ^reflection:delete[$object-or-class;field-name]
4794:
4795: * src/classes/reflection.C: -
4796: ^reflection:delete[$object-or-class;field-name] is added ( new
4797: feature: #268 )
4798:
4799: 2012-05-27 misha
4800:
4801: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4802:
4803: 2012-05-24 misha
4804:
4805: * src/include/pa_common.h: - method lastposafter was removed
4806:
4807: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4808: lastposafter - ^file:dirname[] & Co proper handle windows file
4809: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4810: work as *nix commands
4811:
4812: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4813:
4814: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4815: rskipchars were added
4816:
4817: * tests/270.html: - more tests for ^file:find[]
4818:
4819: * tests/065.html: - more tests for ^file:dirname[] & Co
4820:
4821: * src/include/pa_version.h: - must be "win32" here. it is
4822: auto-generated on *nix
4823:
4824: 2012-05-24 moko
4825:
4826: * src/classes/math.C: ^math:convert[] now supports uint32 and
4827: throws overflow exception ( new feature: #830 )
4828:
4829: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4830: uint32 support and overflow added ( new feature: #830 )
4831:
4832: 2012-05-23 moko
4833:
4834: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4835: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4836: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4837: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4838: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4839: types/pa_vregex.h, types/pa_vstateless_class.C,
4840: types/pa_vstateless_class.h, types/pa_vstring.h,
4841: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4842: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4843: "return string as-is" removed from as_expr_result. ( new feature:
4844: #831 )
4845:
4846: * tests/results/244.processed: test changed after bug #782 fix
4847: commited
4848:
4849: * tests/results/229.processed: test results for bug #782 commited
4850:
4851: * tests/: 254.html, results/254.processed: uid now just compared,
4852: not printed. :)
4853:
4854: 2012-05-20 moko
4855:
4856: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4857: feature: #341 )
4858:
4859: * tests/: 254.html, results/254.processed: test for
4860: ^reflection:uid[] added
4861:
4862: * tests/: 254.html, results/254.processed: test for
4863: ^reflection:uid[$obj] added
4864:
4865: 2012-05-17 misha
4866:
4867: * src/main/untaint.C: - do not replace ' char by _26 while
4868: exploding filespec-tainting ( new feature: #829 )
4869:
4870: 2012-05-12 moko
4871:
4872: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4873: not.
4874:
4875: 2012-05-08 moko
4876:
4877: * src/types/pa_vmethod_frame.h: bug #782 fixed
4878:
4879: * tests/229.html: test for bug #782
4880:
4881: * tests/results/259.processed, src/main/pa_request.C,
4882: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4883: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4884: src/types/pa_vvoid.h: feature #154 - first empty param now
4885: string; defined locals are empty strings; $STRICT-VARS(true)
4886: added
4887:
4888: 2012-04-27 moko
4889:
1.116 moko 4890: * src/targets/apache/Makefile.am:
1.95 moko 4891: ../../lib/memcached/libmemcached.a added
4892:
4893: 2012-04-27 misha
4894:
4895: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4896: ( #827 )
4897:
4898: 2012-04-25 moko
4899:
4900: * src/: classes/json.C, classes/memcached.C,
4901: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4902: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4903: implemented.
4904:
4905: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4906:
4907: 2012-04-23 moko
4908:
4909: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4910: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4911: types/pa_vmemcached.h: open allows options hash for new
4912: memcached(options) function
4913:
4914: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4915: not appended
4916:
4917: 2012-04-21 moko
4918:
4919: * src/classes/curl.C: '' added. :)
4920:
4921: * src/classes/classes.vcproj: new curl.h location
4922:
4923: * src/classes/curl.C: verbose output redirection from stderr to
4924: file curl option added
4925:
4926: 2012-04-20 moko
4927:
4928: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4929: contains what we need from curl, #ifdef HAVE_CURL removed
4930:
1.116 moko 4931: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4932: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4933: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4934: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4935: configure option
4936:
4937: 2012-04-19 moko
4938:
4939: * src/: classes/double.C, classes/inet.C, classes/int.C,
4940: classes/string.C, lib/gc/include/gc_allocator.h,
4941: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4942: options from sql_result_string removed. (closes issue #468)
4943:
4944: * src/types/pa_vmemcached.C: empty string fix
4945:
4946: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4947: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4948: pa_vmemcached.C
4949:
4950: 2012-04-18 moko
4951:
4952: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4953: apache2-mpm-prefork" error displayed in threaded mpm.
4954:
4955: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4956: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4957: installed (issue #354)
4958:
4959: 2012-04-16 moko
4960:
4961: * src/types/pa_vmemcached.C: call to memcached_result_create and
4962: memcached_result_free removed
4963:
4964: 2012-04-14 moko
4965:
4966: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4967:
4968: * src/types/pa_vmemcached.C: check_key added and used
4969:
4970: 2012-04-13 moko
4971:
4972: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4973: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4974: Serialization_data now added and used, VString now serialized
4975: with languages into memcached.
4976:
4977: 2012-03-28 moko
4978:
4979: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4980: lib/memcached/pa_memcached.h: result lengths added
4981:
4982: 2012-03-27 moko
4983:
4984: * src/types/pa_vmemcached.C: strdup added
4985:
4986: 2012-03-24 moko
4987:
4988: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4989: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4990: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4991:
4992: 2012-03-20 moko
4993:
1.116 moko 4994: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4995:
4996: * src/targets/cgi/Makefile.am: cleanup
4997:
4998: * src/: types/Makefile.am, types/pa_vmemcached.C,
4999: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5000:
5001: * src/: classes/Makefile.am, classes/memcached.C,
5002: lib/memcached/Makefile.am, lib/memcached/constants.h,
5003: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5004: lib/memcached/types.h, lib/Makefile.am: memcached initial
5005:
5006: 2012-03-16 moko
5007:
5008: * src/main/execute.C: ident now works under Linux + ident displays
5009: filenames (closes issue #818)
5010:
1.116 moko 5011: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5012: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5013: pa_vmethod_frame_local.h removed
5014:
5015: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5016: classes/classes.h, classes/curl.C, classes/date.C,
5017: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5018: classes/hashfile.C, classes/image.C, classes/inet.C,
5019: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5020: classes/memory.C, classes/op.C, classes/reflection.C,
5021: classes/regex.C, classes/response.C, classes/string.C,
5022: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5023: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5024: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5025: include/pa_config_fixed.h, include/pa_config_includes.h,
5026: include/pa_dictionary.h, include/pa_dir.h,
5027: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5028: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5029: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5030: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5031: include/pa_request_charsets.h, include/pa_request_info.h,
5032: include/pa_sapi.h, include/pa_socks.h,
5033: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5034: include/pa_stack.h, include/pa_string.h,
5035: include/pa_stylesheet_connection.h,
5036: include/pa_stylesheet_manager.h, include/pa_table.h,
5037: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5038: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5039: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5040: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5041: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5042: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5043: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5044: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5045: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5046: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5047: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5048: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5049: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5050: main/pa_string.C, main/pa_stylesheet_connection.C,
5051: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5052: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5053: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5054: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5055: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5056: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5057: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5058: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5059: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5060: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5061: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5062: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5063: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5064: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5065: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5066: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5067: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5068: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5069: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5070: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5071: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5072: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5073: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5074: types/pa_vresponse.h, types/pa_vstateless_class.C,
5075: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5076: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5077: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5078: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5079: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5080: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5081: ident now works under Linux + ident displays filenames (closes
5082: issue #818) Copyright updated
5083:
5084: 2012-03-13 moko
5085:
5086: * src/main/pa_string.C: compilation fix for feature #741
5087:
5088: 2012-03-09 misha
5089:
5090: * tests/193.html: - tests for ^string:base64[encoded] are updated
5091:
5092: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5093: now detects invalid base64 chars in the middle of encoded stricg
5094: ( new feature: #55 )
5095:
5096: * src/include/pa_exception.h: - new exception type for base64
5097: decoding is added
5098:
5099: 2012-03-06 misha
5100:
5101: * tests/274.html: - tests for ^date::today[] and
5102: ^date.sql-string[datetime|date|time] are added
5103:
5104: * src/classes/date.C: - constructor ^date::today[] is added ( new
5105: feature: #811 ) - ^date.sql-string[] now can accept one param --
5106: strings "datetime", "date" or "time" - comments tidying up
5107:
5108: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5109: date and time
5110:
5111: 2012-03-03 misha
5112:
5113: * tests/193.html: - tests for
5114: ^string:base64[encoded;$.strict(true)] are added
5115:
5116: * tests/results/auto.p: - try-catch operator is added
5117:
5118: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5119: main/pa_common.C: - $.strict(true|false) option is added to
5120: base64 decode methods ( new feature: #55 )
5121:
5122: * src/main/pa_common.C: - base64 decode memory usage was decreased
5123: ( new feature: #819 )
5124:
5125: 2012-02-28 moko
5126:
5127: * src/classes/hash.C: ident test
5128:
5129: 2012-02-27 misha
5130:
5131: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5132:
5133: 2012-01-08 misha
5134:
5135: * tests/273.html: - tests for ^string.replace[from;to] are added
5136:
5137: * src/: classes/string.C, include/pa_dictionary.h,
5138: main/pa_dictionary.C, main/pa_string.C: -
5139: ^string.replace[from;to] is added ( new feature: #741 ) -
5140: ^string.replace[one subst here] is slightly optimized
5141:
5142: 2011-12-07 misha
5143:
5144: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5145: named table with one empty column ( bugfix: #63 )
5146:
5147: 2011-11-30 misha
5148:
5149: * src/classes/json.C: - it's possible to set user's method for
5150: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5151: #763 )
5152:
5153: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5154:
5155: 2011-11-23 misha
5156:
5157: * src/: classes/curl.C, classes/file.C, classes/image.C,
5158: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5159: types/pa_vfile.h, types/pa_vform.C: - constructor
5160: ^file::create[mode;filename;content[;options]] now accepts binary
5161: mode and file-content - new constructor's format:
5162: ^file::create[string-or-file-content[;$.name[filename]
5163: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5164: feature: #65 )
5165:
5166: * src/: include/pa_request.h, main/pa_request.C: - new method
5167: mime_type_of(const String*) is added
5168:
5169: * src/include/pa_exception.h: - new exception constant
5170: FILE_NAME_MUST_BE_SPECIFIED is added
5171:
5172: * src/classes/table.C: - bug with negative offset transformed into
5173: a feature. it means pointing to a row from the end of the table (
5174: new feature: #810 )
5175:
5176: 2011-11-19 misha
5177:
5178: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5179: â ìåòîäå _select ( new feature: #810 )
5180:
5181: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5182: options were specified together is simplified
5183:
5184: 2011-11-12 misha
5185:
5186: * src/main/pa_request.C: - forgotten fix for escaping filename in
5187: HTTP content-disposition header (a part of bug #361 )
5188:
5189: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5190: checks for ancestors' classes as well ( new feature: #456 )
5191:
5192: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5193: "without cycle" now have types "parser.break" and
5194: "parser.continue" instead of "parser.runtime" ( new feature: #799
5195: )
5196:
5197: 2011-11-11 misha
5198:
5199: * tests/results/: 099.processed, 100.processed, 205.processed,
5200: 237.processed: - since bug #361 was fixed the content of filename
5201: in HTTP headers is quoted
5202:
5203: * tests/results/270.processed: - result for test 270
5204:
5205: * tests/: 065.html, results/065.processed: - more tests for
5206: ^file:basename[] & Co were added
5207:
5208: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5209:
5210: * tests/270.html: - tests for ^file:find[] are added
5211:
5212: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5213: using option $.charset. option $.engoding is still supported but
5214: these options can not be specified together
5215:
5216: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5217: comparation charset name with string "UTF-8" ( bugfix: #759 )
5218:
5219: 2011-10-11 misha
5220:
5221: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5222: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5223: #622)
5224:
5225: 2011-09-30 misha
5226:
5227: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5228: exception "saving stat-ed file" ( bugfix: #395 )
5229:
5230: 2011-05-30 misha
5231:
5232: * src/classes/string.C: - fixed bug which was added with
5233: params.as_hash into string:sql
5234:
5235: 2011-05-29 misha
5236:
5237: * src/types/pa_value.C: - filename in content-disposition header
5238: must be quoted ( bugfix: #361 )
5239:
5240: 2011-05-27 misha
5241:
5242: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5243: created file
5244:
5245: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5246: usage
5247:
5248: * src/include/pa_exception.h: - one more string for exception was
5249: added
5250:
5251: 2011-05-25 misha
5252:
5253: * tests/269.html: - tests for checking input params in some dom
5254: methods
5255:
5256: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5257: was added. it isn't possible not wo create xdoc with invalid
5258: tagName. ( bugfix: #160 )
5259:
5260: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5261: string "data must be string" was mover from pa_exception.h to
5262: pa_xml_exception.h
5263:
5264: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5265: as_xmlncname, as_xmlname and as_xmlnsuri were added
5266:
5267: * src/main/pa_xml_exception.C: - XmlException accepts more options
5268:
5269: * src/include/pa_xml_exception.h: - XmlException accepts more
5270: options - XML-related exception's strings were added
5271:
5272: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5273: output_options were removed)
5274:
5275: 2011-05-19 misha
5276:
5277: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5278: params.as_hash is used more while parsing methods hash-options
5279:
5280: 2011-05-18 misha
5281:
5282: * operators.txt: - info about json-serialization of xdoc was added
5283:
5284: * tests/256.html: - tests for json-serialization xdoc were added
5285:
5286: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5287:
5288: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5289: classes/json.C, classes/xdoc.C: - now json:string can serialize
5290: xdoc-objects. options (the same as ^xdoc.string[]) could be
5291: specified in $.xdoc[] ( new feature: #265 )
5292:
5293: 2011-05-15 misha
5294:
5295: * tests/268.html: - tests for ^table.count[with options] were added
5296:
5297: * src/classes/table.C: - method ^table.count[] now can accept
5298: options ( new feature: #93 ): ^table.count[column] returns number
5299: of columns for named table; ^table.count[cells] returns number of
5300: cells in the current row; ^table.count[] & ^table.count[rows]
5301: return number of rows in a table.
5302:
5303: * tests/267.html: - test for checking switch/case in boolean mode
5304: was added
5305:
5306: * src/classes/op.C: - if switch's or case's value is bool, they are
5307: compared as bool values, not as double values: new feature: #351
5308:
5309: 2011-05-06 misha
5310:
5311: * tests/242.html: - EOL before EOF was added
5312:
5313: * tests/169.html: - tests for splitting empty string and void were
5314: added
5315:
5316: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5317: returned table with one empty cell)
5318:
5319: 2011-04-03 misha
5320:
5321: * src/include/pa_version.h, configure.in: - version in head was
5322: changed to 3.4.2b
5323:
5324: 2011-03-30 misha
5325:
5326: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5327: as well ( new feature #294 )
5328:
5329: 2011-03-29 misha
5330:
5331: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5332: limited to approx. 6 MB. previous limits were too big for real
5333: life. bugfix: #216
5334:
5335: 2011-03-04 moko
5336:
5337: * etc/parser3.charsets/cp866.cfg: Conforms to
5338: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5339:
5340: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5341: vlalek@
5342:
5343: 2011-02-22 misha
5344:
5345: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5346: be under #ifdef XML or parser can't be compiled without xml
5347: support
5348:
5349: 2011-02-21 misha
5350:
1.116 moko 5351: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5352: ApacheModuleParser3.vcproj was removed
5353:
5354: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5355: removed)
5356:
5357: 2011-02-20 misha
5358:
5359: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5360: $.overridden in ^reflection:method_info[...] were added
5361:
5362: * src/classes/reflection.C: - beautifying result of
5363: ^reflection:method_info[] ($.overridden/inherited)
5364:
5365: 2011-02-18 misha
5366:
5367: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5368: and pa_isalnum instead of isalpha and isalnum - bug with
5369: redundand quoting lowercased latin chars while building email
5370: body was fixed
5371:
5372: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5373: added (they check for latin chars only)
5374:
5375: 2011-02-16 misha
5376:
5377: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5378: string size for transcoding gave too small value (should ever
5379: look for availability char in dest charset inspite of the char
5380: size)
5381:
5382: 2011-02-04 moko
5383:
5384: * tests/223.html: header values now not url-encoded (issue #195)
5385:
5386: 2011-02-01 misha
5387:
5388: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5389:
5390: 2011-01-31 misha
5391:
5392: * src/main/pa_request.C: - throw exception if param file_name in
5393: use_file is empty
5394:
5395: 2011-01-08 moko
5396:
5397: * src/classes/curl.C: compilations errors fixed
5398:
5399: 2010-12-29 moko
5400:
5401: * tests/: 265.html, results/265.processed: test for issue #200
5402: added
5403:
5404: * src/main/pa_string.C: empty regex result check added (fixes issue
5405: #200)
5406:
5407: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5408:
5409: * tests/results/223.processed: header values now not url-encoded
5410: (issue #195)
5411:
5412: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5413: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5414: pa_http_safe_header_name added for headers names (fixes bug #195)
5415:
5416: 2010-12-18 misha
5417:
5418: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5419: => pa-include
5420:
5421: 2010-11-28 moko
5422:
5423: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5424:
5425: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5426: -> pa
5427:
5428: * configure.in: apr -> pa
5429:
5430: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5431:
5432: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5433: classes/Makefile.am, types/Makefile.am: apr -> pa
5434:
5435: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5436: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5437: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5438: pa-include/pa_apr.h, pa-include/pa_errno.h,
5439: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5440: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5441: module apr name conflict resolved)
5442:
5443: 2010-11-27 misha
5444:
5445: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5446: libbz2
5447:
5448: 2010-11-26 misha
5449:
5450: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5451: warnings removed
5452:
5453: 2010-11-25 moko
5454:
5455: * operators.txt: $.indent(true)
5456:
5457: * operators.txt: another bugfix. :)
5458:
5459: * operators.txt: bugfix. :)
5460:
5461: * buildall-with-xml: libxml2-2.7.8 + with-apache
5462:
5463: 2010-11-24 moko
5464:
1.116 moko 5465: * configure: apxs support
1.95 moko 5466:
5467: * configure.in: apxs support -Bstatic gc removed for OS X
5468:
5469: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5470:
5471: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5472: THREAD_LOCAL usage
5473:
5474: * src/: classes/curl.C, include/pa_config_includes.h,
5475: main/pa_globals.C: THREAD_LOCAL defined and used
5476:
5477: 2010-11-23 moko
5478:
5479: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5480: should be passed to pa_sleep, and only fractional part (bugfix:
5481: #188)
5482:
5483: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5484:
5485: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5486: GC_dont_gc=1, as in cgi version
5487:
5488: * src/targets/apache/mod_parser3.c: warning war
5489:
5490: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5491: pa_httpd.h: version removed, some trash removed
5492:
5493: * src/targets/apache/mod_parser3.c: version removed (we don't want
5494: to show it), warning war
5495:
5496: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5497: pa_httpd.h: parser_status_allowed removed + merge config
5498: functions removed (override is the default) + beauty
5499:
5500: * src/: include/pa_request.h, main/pa_request.C,
5501: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5502: hide $status used in apache module removed
5503:
5504: 2010-11-18 moko
5505:
5506: * operators.txt: $.table[compact] added for ^json:string[]
5507:
5508: 2010-11-16 moko
5509:
5510: * src/targets/apache/mod_parser3.c: some cleanup done
5511:
5512: * src/main/untaint.C: bugfix: first, second String::Body argument
5513: is hashcode; second, info.fragment_begin is original, not
5514: resulting length
5515:
5516: * src/classes/file.C: new feature: $.stdin now untainted
5517:
5518: * tests/results/264.processed: new feature: $.stdin[] now untainted
5519:
5520: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5521:
5522: * src/classes/op.C: ^apply-taint[] method added
5523:
5524: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5525: added; $.stdin untaint test added
5526:
5527: 2010-11-15 moko
5528:
5529: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5530: removed
5531:
5532: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5533: pa_httpd.h: 2x2 calculated under apache2. :)
5534:
5535: 2010-11-13 moko
5536:
5537: * src/targets/apache/mod_parser3.c: initial changes to build module
5538: with apache 2.x includes
5539:
5540: * src/targets/apache/: Makefile.am, mod_parser3.c,
5541: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5542: united apache 1.3 / apache 2.x DSO module
5543:
5544: 2010-11-09 moko
5545:
5546: * src/types/pa_method.h: check added to dissallow @method[name;*]
5547: syntax
5548:
5549: * tests/: 263.html, results/263.processed: test from method[*args]
5550: added
5551:
5552: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5553: number of params can now be passed to a method declared with *arg
5554:
5555: 2010-11-06 moko
5556:
5557: * src/classes/table.C: formating fixed. :)
5558:
5559: * src/classes/table.C: closes #4: ^table.select now supports
5560: $.limit(), $.offset, $.reverse() options
5561:
5562: * tests/: 262.html, results/262.processed: test for ^table:select
5563: with options added (feature #4)
5564:
5565: * src/include/pa_array.h: remove function added
5566:
5567: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5568: object in get_element/put_element, using static one.
5569:
5570: 2010-11-04 moko
5571:
5572: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5573: options is passed
5574:
5575: * tests/: 256.html, results/256.processed: $.table[compact] feature
5576: now tested; k and p in handler now tested.
5577:
5578: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5579: $.table[compact] feature added
5580:
5581: * src/classes/json.C: key is now passed to handler in
5582: value_json_string; ^json:string result now process tainting
5583: inside and returns clean string, related to issue #153
5584:
5585: * src/main/untaint.C: bugfix: charset can be null (in
5586: ^string:save[] as example), thus check is added
5587:
5588: 2010-10-31 moko
5589:
5590: * src/classes/string.C: error message changed (fixes issue #149)
5591:
5592: 2010-10-29 moko
5593:
5594: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5595: port is not default (fixes issue #155); exception on invalid port
5596: added.
5597:
5598: * src/main/untaint.C: '*' is now not urlencoded to allow header
5599: "Accept: */*" to be passed
5600:
5601: 2010-10-28 moko
5602:
5603: * src/classes/curl.C: bugfix: detect_charset() was throwing
5604: exception on unknown charset even if response_charset was
5605: specified
5606:
5607: 2010-10-27 moko
5608:
5609: * src/classes/string.C: ^string.append removed for void
5610: compatibility
5611:
5612: 2010-10-26 moko
5613:
5614: * src/classes/json.C: libjson supports array at top level, we too
5615: (GPF fixed)
5616:
5617: 2010-10-25 moko
5618:
5619: * tests/: 253.html, results/253.processed: libjson supports array
5620: at top level, parser now supports it as well.
5621:
5622: * tests/261.html, tests/results/261.processed,
5623: src/types/pa_vstring.h: empty string is now void compatible
5624: (allows $empty.key)
5625:
5626: 2010-10-22 misha
5627:
5628: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5629: while adding additional expires checkout)
5630:
5631: * tests/030.html: - test for session cookie was added
5632:
5633: 2010-10-21 moko
5634:
5635: * src/: classes/string.C, classes/void.C, main/execute.C,
5636: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5637: string (feature #111)
5638:
5639: * tests/: 261.html, results/261.processed: checks void from string
5640: inheritance (feature #111)
5641:
5642: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5643: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5644: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5645: now true by default
5646:
5647: 2010-10-17 moko
5648:
5649: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5650: upload now uses binary blocks instead of L_FILE_POST tainting.
5651: (bugfix: #128)
5652:
5653: * tests/: 223.html, results/223.processed: binary file upload test
5654: added, GPF (issue #128) also checked in this test
5655:
5656: 2010-10-13 misha
5657:
5658: * tests/260.html: - test for math:convert
5659:
5660: * src/classes/math.C: - error in math:convert was fixed
5661:
5662: * operators.txt: - info about
5663: ^math:convert[number](from-base;to-base) was added
5664:
5665: * src/classes/math.C: - method
5666: ^math:convert[number](from-base;to-base) for converting number
5667: represention from one base to another was added ( new feature:
5668: #23 )
5669:
5670: 2010-10-13 moko
5671:
5672: * src/main/compile.tab.C: [] now is empty string, not void
5673:
5674: * src/main/compile.y: [] now is empty string, not void
5675:
5676: * src/types/pa_vvoid.h: void now passed as parameter
5677:
5678: * tests/: 259.html, results/259.processed: to test difference
5679: between void and empty string (see ticket #111)
5680:
5681: * tests/results/152.processed: $sEmpty[] is now empty string, not
5682: void
5683:
5684: * tests/256.html: $s[$void] is no longer empty string
5685:
5686: * tests/254.html: empty string is no longer void
5687:
5688: 2010-10-12 misha
5689:
5690: * src/types/pa_vcookie.C: - check if $.expires value can be
5691: converted to date during cookies set up ( bugfix: #104 )
5692:
5693: * tests/041.html: - more tests for ^table.locate were added
5694:
5695: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5696: work ( bugfix: #129 ) - exception comment for incorrect options
5697: ^table.locate[field;value;options] was fixed
5698:
5699: 2010-10-10 moko
5700:
5701: * src/: classes/reflection.C, main/execute.C: constructor returning
5702: another object feature returned
5703:
5704: * tests/results/258.processed: test result updated as constructor
5705: returning another object feature returned
5706:
5707: * tests/: 258.html, results/258.processed: test for constructor
5708: returning another object
5709:
5710: 2010-10-08 misha
5711:
5712: * tests/257.html: - whitespaces after @METACOMMANDS and their
5713: options shouldn't cause exceptions any longer
5714:
5715: 2010-10-06 moko
5716:
5717: * src/classes/: hash.C, table.C: length from sql server is now
5718: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5719:
5720: 2010-10-02 misha
5721:
5722: * operators.txt: - the X mark was removed from ^cache[file]. it is
5723: usable to delete cache file.
5724:
5725: 2010-10-02 moko
5726:
5727: * tests/: 253.html, results/253.processed: hook_key added for key
5728: checking
5729:
5730: * src/classes/json.C: null key bug fixed
5731:
5732: 2010-09-29 misha
5733:
5734: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5735:
5736: 2010-09-25 moko
5737:
5738: * src/classes/json.C: small fixed
5739:
5740: * tests/results/: 253.processed, 255.processed: just updated
5741:
5742: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5743: results/255.processed: charset transcode test added for
5744: json:parse
5745:
5746: 2010-09-24 moko
5747:
5748: * src/types/pa_value.h: warning war :)
5749:
5750: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5751: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5752: ^json:string
5753:
5754: 2010-09-22 moko
5755:
5756: * src/main/pa_charset.C: parser charset tables declare only
5757: white-space before 0x20, thus adding the missing chars
5758:
5759: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5760: to http://unicode.org/Public/MAPPINGS/VENDORS/
5761:
5762: 2010-09-21 misha
5763:
5764: * src/main/compile.y: - some semicolons were added (VS2010 don't
5765: want to compile grammar if they are absent)
5766:
5767: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5768:
5769: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5770:
5771: * src/main/main.vcproj: - path to bison is changed
5772:
5773: 2010-09-21 moko
5774:
1.116 moko 5775: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5776: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5777: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5778:
5779: 2010-09-20 misha
5780:
5781: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5782:
5783: * src/classes/json.C: - add EOL while json-serializing hash
5784:
5785: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5786: compilers don't like 'ES'.
5787:
5788: 2010-09-17 misha
5789:
5790: * operators.txt: - info about json class was added
5791:
5792: * src/classes/json.C: - ^json:string[object]
5793:
5794: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5795: preventing infinite recursion while executing json:string was
5796: added
5797:
5798: * src/include/pa_string.h: - method append_quoted was added
5799:
5800: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5801: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5802: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5803: was added to Value & Co
5804:
5805: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5806: were used
5807:
5808: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5809: were added
5810:
5811: 2010-09-10 moko
5812:
5813: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5814: die_or_abort (backport from 3.4.1)
5815:
5816: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5817: die_or_abort (bugfix: #106)
5818:
5819: 2010-09-09 moko
5820:
5821: * src/classes/json.C: warning war. :)
5822:
5823: 2010-09-08 misha
5824:
5825: * src/lib/json/Makefile.am: - additional include directories were
5826: added (for pa_memory.h and gc.h)
5827:
5828: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5829: compile as C++ instead default - additional include directory was
5830: added (for gc.h)
5831:
5832: * src/types/pa_vform.C: - little code reformating
5833:
5834: * src/classes/file.C: - $.content-type option now can be specified
5835: in ^file::create ( new feature: #102 )
5836:
5837: 2010-09-08 moko
5838:
5839: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5840: pa_malloc/pa_free
5841:
5842: 2010-09-07 moko
5843:
5844: * tests/results/254.processed: VStateless_class:put_element
5845: exception was fixed
5846:
5847: * src/types/: pa_value.h, pa_vstateless_class.h: now
5848: VStateless_class:put_element barks self.type, not this.type
5849: (bugfix: #105)
5850:
5851: 2010-09-06 moko
5852:
5853: * src/classes/reflection.C: bugfix: new String() is required for
5854: exception handling
5855:
5856: * tests/: 254.html, results/254.processed: test modified
5857:
5858: 2010-09-05 moko
5859:
5860: * tests/: 254.html, results/254.processed: ^reflection:copy test
5861: added
5862:
5863: * src/: classes/reflection.C, include/pa_request.h:
5864: ^reflection:copy implemented (new feature: #100)
5865:
5866: 2010-09-03 moko
5867:
5868: * src/lib/json/JSON_parser.C: c++ compatiblity
5869:
5870: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5871: option testing added
5872:
5873: 2010-09-02 moko
5874:
5875: * src/classes/json.C: $.distinct[first|last|all] added
5876:
5877: 2010-09-01 moko
5878:
5879: * tests/results/253.processed: json test result
5880:
5881: * tests/: 253.html, 253_json.txt: json test added
5882:
5883: * src/classes/json.C: json.C update to actual version + hash key
5884: creation bugfix
5885:
5886: 2010-08-31 misha
5887:
5888: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5889: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5890: src/lib/Makefile.am, src/classes/Makefile.am,
5891: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5892: json library was added
5893:
5894: 2010-08-30 moko
5895:
5896: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5897: types/pa_vobject.C: cosmetic optimization in
5898: request:execute_method usage
5899:
5900: * src/: include/pa_charset.h, main/pa_charset.C: small
5901: optimization, just to decrease number of lines. :)
5902:
5903: 2010-08-27 misha
5904:
5905: * src/classes/op.C: - taint[json] was added
5906:
5907: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5908: were added
5909:
5910: * src/main/pa_exec.C: - warning fix was rolled back.
5911:
5912: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5913: include/pa_string.h: - taint[json] was added - escaping was
5914: slightly modified
5915:
5916: 2010-08-25 misha
5917:
5918: * src/classes/file.C: - typo in file:sql exception was fixed
5919:
5920: * src/main/pa_exec.C: - warning about declared and not used
5921: variable forced_allow was removed
5922:
5923: 2010-08-14 misha
5924:
5925: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5926: were removed
5927:
5928: 2010-08-11 moko
5929:
5930: * tests/: 249.html, results/249.processed: default setter and
5931: anti-recursive default getter test added
5932:
5933: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5934: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5935: types/pa_vobject.h, types/pa_vstateless_class.C,
5936: types/pa_vstateless_class.h: default setter support +
5937: anti-recursive default getter support ( new feature: #13 )
5938:
5939: * src/include/pa_hash.h: optimization: threshold member removed
5940: from hash, reducing sizeof(hash)
5941:
5942: 2010-08-10 misha
5943:
5944: * tests/196.html: - junction-method was added to the test
5945:
5946: * tests/248.html: - ups. typo :)
5947:
5948: * tests/248.html: - test for checking .match with 4 params
5949:
5950: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5951: 247_windows1251.txt: - test for "transcode file from utf-8 to
5952: $request:charset during loading if the BOM code is detected"
5953:
5954: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5955: $request:charset during loading if the BOM code is detected ( new
5956: feature: #98 )
5957:
5958: 2010-08-05 misha
5959:
5960: * src/classes/image.C: - ^image.replace now can accept only 2
5961: params. in this case the whole image is affected ( new feature:
5962: #95 )
5963:
5964: 2010-08-04 misha
5965:
5966: * tests/246.html: - test tor ^hash._at[] was added
5967:
5968: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5969: #53 )
5970:
5971: * src/include/pa_hash.h: - methods for accessing the first and the
5972: last values of ordered hash were added (first_value and
5973: last_value)
5974:
5975: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5976: (similar to others file's methods):
5977: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5978: #68 )
5979:
5980: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5981:
5982: 2010-08-01 moko
5983:
5984: * src/classes/op.C: to correctly process $result[] in code, called
5985: from ^process
5986:
5987: * tests/245.html: $result in ^process[] test added
5988:
5989: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5990: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5991: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5992: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5993: caller, self) op_call(VMethodFrame &frame, bool constructing)
5994: removed, construct(class,method) added
5995:
5996: * tests/results/: 192.processed, 244.processed: request::construct
5997: added
5998:
5999: * tests/: 244.html, 245.html, results/244.processed,
6000: results/245.processed: object creation exceptions and ^process
6001: tests added
6002:
6003: 2010-07-28 misha
6004:
6005: * tests/make_tests.cmd: - win32 EOLs
6006:
6007: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6008: tests on Win32 were added (The system timezone should be GMT+3)
6009:
6010: 2010-07-26 misha
6011:
6012: * tests/: 212.html, results/212.processed: - sizes were removed
6013: mecause they could be different on different OSs
6014:
6015: * tests/065.html: - make it "win32 friendly"
6016:
6017: 2010-07-25 misha
6018:
6019: * src/main/compile.y: - all EOLs between methods are removed during
6020: compilation ( new feature: #47 )
6021:
6022: * tests/results/149.processed: - prepare tests to trim trailing
6023: methods' EOLs
6024:
6025: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6026:
6027: * tests/: results/006.processed, results/014.processed, 006.html,
6028: 014.html, 022.html: - prepare tests to trim trailing methods'
6029: EOLs
6030:
6031: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6032: results/071.processed, results/022.processed: - prepare tests to
6033: trim trailing methods' EOLs
6034:
6035: * tests/: results/073.processed, results/109.processed,
6036: results/142.processed, results/144.processed,
6037: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6038: 144.html: - prepare tests to trim trailing methods' EOLs
6039:
6040: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6041: 149.html, 152.html, results/096.processed, results/107.processed,
6042: results/109.processed, results/142.processed,
6043: results/144.processed: - prepare tests to trim trailing methods'
6044: EOLs
6045:
6046: 2010-07-24 moko
6047:
6048: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6049: the hash order in this test
6050:
6051: * tests/014.html: to check hash order, hash no is longer sorted
6052: before print
6053:
6054: * src/include/pa_hash.h: hash copy constructor now keeps order
6055: (bugfix: #54)
6056:
6057: 2010-07-23 moko
6058:
6059: * tests/results/224.processed: @auto[] is no longer inherited
6060:
6061: * src/types/pa_vstateless_class.C, tests/227.html,
6062: tests/results/227.processed: @auto[] is no longer inherited
6063: (bugfix: #57)
6064:
6065: 2010-07-22 misha
6066:
6067: * src/classes/table.C: - don't skip comment lines during
6068: table::load if encloser or separator is set as '#' ( new feature:
6069: #30 )
6070:
6071: * src/targets/cgi/parser3.C: - don't run as cgi if
6072: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6073: #12 )
6074:
6075: * src/classes/file.C: - set PARSER_VARSION env before external
6076: script executing
6077:
6078: 2010-07-13 misha
6079:
6080: * tests/058.html: - test for suppressing @border was added - test
6081: for user attribute was added
6082:
6083: * tests/results/186.processed: unescaping from \uXXXX
6084:
6085: * tests/186.html: unescaping from \uXXXX
6086:
6087: * tests/: 239.html, results/239.processed: method call type
6088:
6089: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6090: $junction_method.CLASS_NAME (+CLASS)
6091:
6092: 2010-07-07 misha
6093:
6094: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6095: *nix
6096:
6097: 2010-07-05 misha
6098:
6099: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6100: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6101: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6102: comment strings "options must be hash", "options must be hash,
6103: not code" and "called with invalid option" were replaced by
6104: constatns - exception comment string "invalid option passed" was
6105: replaced by "called with invalid option" (now in different
6106: methods are the same exception comment string)
6107:
6108: * src/include/pa_exception.h: - more exception strings were defined
6109:
6110: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6111: types/pa_vstateless_class.h: - now we can define possible
6112: method's call type ( new feature: #5 ) 1.
6113: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6114: methods 2. @static:method[params] (only static keyword could be
6115: used here) -- for specified methods
6116:
6117: * src/main/pa_common.C: - junction points should not be deleted on
6118: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6119: cleanup
6120:
6121: 2010-07-03 misha
6122:
6123: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6124: results/158.processed, results/160.processed,
6125: results/161.processed, results/162.processed,
6126: results/163.processed: - prepare tests to trim trailing methods'
6127: EOLs
6128:
6129: * tests/results/169.processed: - prepare tests to trim trailing
6130: methods' EOLs
6131:
6132: * tests/results/: 168.processed, 169.processed: - prepare tests to
6133: trim trailing methods' EOLs
6134:
6135: * tests/: results/170.processed, results/167.processed,
6136: results/168.processed, results/169.processed, 167.html, 168.html,
6137: 169.html: - prepare tests to trim trailing methods' EOLs
6138:
6139: * tests/: results/170.processed, results/171.processed,
6140: results/172.processed, results/173.processed,
6141: results/174.processed, results/175.processed, 170.html, 171.html,
6142: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6143: trailing methods' EOLs
6144:
6145: * tests/: results/176.processed, results/180.processed,
6146: results/184.processed, results/185.processed,
6147: results/191.processed, results/192.processed,
6148: results/196.processed, results/197.processed,
6149: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6150: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6151: to trim trailing methods' EOLs
6152:
6153: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6154: results/199.processed, results/208.processed,
6155: results/209.processed, results/213.processed,
6156: results/214.processed: - prepare tests to trim trailing methods'
6157: EOLs
6158:
6159: 2010-06-29 misha
6160:
6161: * tests/: 220.html, 218.html, results/218.processed,
6162: results/215.processed, results/217.processed, 215.html, 217.html:
6163: - prepare tests to trim trailing methods' EOLs
6164:
6165: * tests/: results/224.processed, 224.html, 223.html,
6166: results/223.processed, results/220.processed: - prepare tests to
6167: trim trailing methods' EOLs
6168:
6169: * tests/results/: 226.processed, 230.processed: - prepare tests to
6170: trim trailing methods' EOLs
6171:
6172: * tests/: 229.html, results/229.processed: - prepare tests to trim
6173: trailing methods' EOLs
6174:
6175: * tests/: 232.html, 235.html, results/232.processed,
6176: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6177: results/226.processed, results/227.processed,
6178: results/228.processed, results/230.processed: - prepare tests to
6179: trim trailing methods' EOLs
6180:
6181: 2010-06-16 moko
6182:
6183: * tests/: 229.html, results/229.processed: elseif now supported in
6184: ^if
6185:
6186: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6187:
6188: 2010-06-03 misha
6189:
6190: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6191: instead of memcopy for overlaped regions
6192:
6193: 2010-05-25 misha
6194:
6195: * src/main/pa_common.C: - wanring about unused vars was removed
6196:
6197: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6198: get_method_filename was moved to execute.C
6199:
6200: 2010-05-23 misha
6201:
6202: * src/main/pa_request.C: - more accurate detection of method's file
6203:
6204: 2010-05-22 misha
6205:
6206: * src/classes/reflection.C: - bugfix: core during detection of
6207: .file if filespec isn't detected successfully
6208:
6209: 2010-05-20 misha
6210:
6211: * src/main/pa_request.C: - fix in get_method_filename
6212:
6213: * src/include/pa_request.h: - new feature: #24 -- searching
6214: included file in @USE/^use is changed. if its filespec doesn't
6215: start from '/' it will be searched in caller file directory
6216:
6217: * src/classes/reflection.C: - ^reflection:method_info returns file
6218: where the method is defined
6219:
6220: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6221: classes/op.C: - new feature: #24 -- searching included file in
6222: @USE/^use is changed. if its filespec doesn't start from '/' it
6223: will be searched in caller file directory
6224:
6225: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6226: is moved to pa_common.h
6227:
6228: 2010-05-18 misha
6229:
6230: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6231: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6232: cookie parser decode \uXXXX as well as %uXXXX
6233:
6234: 2010-05-17 misha
6235:
6236: * src/classes/curl.C: beauty: - unused param is removed in method
6237: _curl_version_action - some spaces were removed or replaced by
6238: tabs
6239:
6240: * src/classes/table.C: - bugfix: #72 core with empty value during
6241: ^table.hash[...;name_of_the_last_column][$.type[string]]
6242:
6243: 2010-05-16 misha
6244:
6245: * src/classes/curl.C: new: #61 more curl options were added
6246: (contributed by Sumo)
6247:
6248: 2010-04-29 pretender
6249:
6250: * src/main/pa_string.C: fixes #63 Split result from empty string
6251: now empty string.
6252:
6253: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6254: string type.
6255:
6256: 2010-04-28 pretender
6257:
6258: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6259: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6260: macrodefinition removed
6261:
6262: 2010-04-19 pretender
6263:
6264: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6265: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6266:
6267: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6268: fixes #64 Now file.missing exception generates in unsafe mode to.
6269:
6270: * src/classes/file.C: fixes #48 Now not throw "not save environment
6271: variable" exception in grpunlim version.
6272:
6273: 2010-04-05 misha
6274:
6275: * src/classes/string.C: - new feature: 4th param was added to
6276: match. if specified its value is returned in case of nothing was
6277: found
6278:
6279: 2010-04-01 misha
6280:
6281: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6282: multiple execution of /a/b/auto.p
6283:
6284: 2010-03-19 misha
6285:
6286: * src/main/execute.C: - core in $table1.$table2 was fixed
6287:
6288: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6289:
6290: 2010-01-27 misha
6291:
6292: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6293: trying to open file by path /existing-file/non-exixting-file
6294:
6295: 2010-01-26 misha
6296:
6297: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6298: was added (returns file)
6299:
6300: 2009-12-22 misha
6301:
6302: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6303: now parser doesn't have class curl if it was built without it
6304:
6305: 2009-12-15 misha
6306:
6307: * configure.in: - little cheat with curl include dir was added
6308:
6309: 2009-12-05 misha
6310:
6311: * src/classes/curl.C: - some fixes
6312:
6313: 2009-12-04 misha
6314:
6315: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6316: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6317: buildall-with-xml, buildall-without-xml, configure.in: - curl
6318: class was added
6319:
6320: * src/include/pa_hash.h: - hash-iterator was added
6321:
6322: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6323: was added to pcre
6324:
6325: 2009-11-27 misha
6326:
6327: * src/classes/image.C: - don't add @border attribute to output of
6328: ^image.html[] if it was specified by user with empty value
6329:
6330: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6331: root element and we are trying to access .documentElement
6332:
6333: 2009-11-11 misha
6334:
6335: * src/classes/table.C: - in ^table.flip[] look at number of columns
6336: instead of number of items in first row for named tables
6337:
6338: 2009-11-10 misha
6339:
6340: * operators.txt: - info about hash-options in ^file::create was
6341: added
6342:
6343: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6344: added
6345:
6346: 2009-11-09 misha
6347:
6348: * buildall-with-xml: - moving to libxml 2.7.6
6349:
6350: * tests/236.html: - tests for comparations cords with functions
6351: were added
6352:
6353: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6354: added
6355:
6356: * src/main/pa_http.C: - little optimisation
6357:
6358: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6359: GPF mallocs + stringstream (table.save)
6360:
6361: * src/classes/file.C: - file::create now accepts 4th param: options
6362: with $.charset
6363:
6364: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6365: bug in cord (comparation cords with functions was buggy)
6366:
6367: 2009-11-06 misha
6368:
6369: * src/main/pa_string.C: - bugfix: calculation string.length
6370: sometimes was buggy
6371:
6372: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6373: destroyed if exception occured during match/replace
6374:
6375: * src/: main/pa_charset.C, include/pa_charset.h: - method
6376: lengthUTF8Char was added
6377:
6378: * src/classes/op.C: - clean tainting lang was added for user's
6379: usage
6380:
6381: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6382: fixed: checkouts are required after GC_MALLOC
6383:
6384: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6385:
6386: * operators.txt: - actually, there is no ^untaint[xml] in
6387: file::create
6388:
6389: 2009-10-15 misha
6390:
6391: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6392: were added
6393:
6394: * tests/234.html: - more tests for checking ^taint[uri] escaping
6395: were added
6396:
6397: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6398: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6399: hacking: for dealing with transcoding+^taint[uri]
6400: transcode_and_untaint was replaced by untaint_and_transcode
6401:
6402: 2009-10-13 misha
6403:
6404: * tests/: 121.html, results/121.processed: - test transcoding +
6405: url-escaping now
6406:
6407: * tests/results/auto.p: - more helpers' methods were added
6408:
6409: * src/main/pa_globals.C: - die instead of abort
6410:
6411: 2009-10-06 misha
6412:
6413: * src/main/pa_common.C: - don't allocate memory during
6414: capitalization if input string is already capitalized
6415:
6416: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6417:
6418: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6419: use format function because it calls malloc
6420:
6421: * src/include/pa_common.h: - more capitalized headers were added
6422:
6423: * src/main/pa_common.C: - in safe mode clear executable bits during
6424: file writing
6425:
6426: 2009-10-05 misha
6427:
6428: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6429:
6430: 2009-10-03 misha
6431:
6432: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6433: ^img.text[] & ^img.length[] can work in utf-8 now
6434:
6435: * src/: include/pa_charset.h, main/pa_charset.C: - class
6436: UTF8_string_iterator was added
6437:
6438: * src/classes/image.C: - respect utf-8 when calculate alphabet
6439: length
6440:
6441: * src/classes/mail.C: - check from before get message.cstr
6442:
6443: 2009-10-02 misha
6444:
6445: * tests/233.html: - test for image.font, image.length, image.text
6446: with text in utf-8 were added
6447:
6448: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6449:
6450: * buildall-with-xml, buildall-without-xml: - comment about gc
6451: version for freebsd 4 was added
6452:
6453: 2009-10-01 misha
6454:
6455: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6456: terminator) - read_pipe were slightly optimized
6457:
6458: 2009-09-28 misha
6459:
6460: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6461: removed
6462:
6463: * src/types/pa_vmail.C: - forgot about space after ':'
6464:
6465: * src/types/pa_vmail.C: - escape filenames while preparing mail
6466: body - small simplifications
6467:
6468: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6469: inout params like pa_base64
6470:
6471: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6472: option $.debug-print(1) was added to mail:send - changes for
6473: using uue_encode which uses less memory
6474:
6475: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6476:
6477: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6478: memory now
6479:
6480: 2009-09-26 misha
6481:
6482: * src/types/pa_vmail.C: - default encoding now is base64
6483:
6484: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6485:
6486: 2009-09-25 misha
6487:
6488: * src/types/pa_vmail.C: - capitalization of headers was added to
6489: sending mail as well
6490:
6491: * buildall-with-xml: - catalog package was removed from libxml
6492:
6493: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6494: win32 absolute path
6495:
6496: * src/include/pa_common.h: - one more capitalized header was added
6497:
6498: 2009-09-22 misha
6499:
6500: * INSTALL: - comment about building just httpd binary while
6501: building apache module was added
6502:
6503: 2009-09-21 misha
6504:
6505: * buildall-with-xml: - moving to the latest versions of xml libs:
6506: libxml 2.7.4 and libxslt 1.1.25
6507:
6508: 2009-09-19 misha
6509:
6510: * tests/231.html: - test for encoding cookie in win-1251
6511:
6512: 2009-09-18 misha
6513:
6514: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6515: object] were added
6516:
6517: * operators.txt: - info about method ^reflection:fields[class or
6518: object] was added
6519:
6520: * src/classes/reflection.C: - method ^reflection:fields[class or
6521: object] was added
6522:
6523: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6524: methods get_fields were added
6525:
6526: * tests/232.html: - tests for @GET[name]
6527:
6528: * src/classes/table.C: - some changes in handling hash-options for
6529: creare, join and locate
6530:
6531: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6532: defined with option: the type of requested value
6533:
6534: 2009-09-17 misha
6535:
6536: * tests/212.html: - tests for .pattern and .options were added
6537:
6538: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6539: $regex.options were added
6540:
6541: 2009-09-11 misha
6542:
6543: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6544: rewrited. it checks not just one case of sending cookies during
6545: file::load[http], but also sending headers and fields (including
6546: files)
6547:
6548: 2009-09-10 misha
6549:
6550: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6551: was removed => now parser can open files with Russian 'r' in
6552: filename
6553:
6554: * src/main/untaint.C: - bugfix: client charset whould be analized
6555: while escaping cookies but now source charset
6556:
6557: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6558: ^tainted[uri] so it was possible to make request with incorrect
6559: http header
6560:
6561: * src/main/pa_http.C: - capitalization of http headers during
6562: file::load[http was slightly changes - bugfix: all headers which
6563: parser sends during file::load[http should be transcoded and only
6564: then escaped
6565:
6566: * src/main/untaint.C: - a bit more comments were added
6567:
6568: * src/classes/: file.C, string.C: - types where changes (minus 2
6569: warnings)
6570:
6571: * src/include/pa_common.h: - 2 capitalized strings for making http
6572: headers during file::load[http were added
6573:
6574: 2009-09-08 misha
6575:
6576: * operators.txt: - changes in file.save and string.save were added
6577:
6578: * tests/: 230.html, 230.txt: - tests for checking options in
6579: file.save and string.save were added
6580:
6581: * src/main/pa_request.C: - http headers names, which are passed to
6582: SAPI::add_header_attribute are lowercased now (it'll be
6583: capitalized in that method)
6584:
6585: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6586: classes/string.C: - file_write accepts Request_charsets and asked
6587: charset and cound transcode content before writing - string.save
6588: and file.save have option $.charset now
6589:
6590: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6591: classes/xdoc.C: - file_write accepts Request_charsets and asked
6592: charset and cound transcode content before writing
6593:
6594: * src/include/pa_exception.h: - new exception comment string was
6595: defined
6596:
6597: 2009-09-07 misha
6598:
6599: * src/main/compile.y: - grammar $name\ name stops now for regex
6600: sub-pattern\s
6601:
6602: 2009-09-04 misha
6603:
6604: * src/main/pa_http.C: - capitalization of http headers during
6605: file::load[http was implemented
6606:
6607: 2009-09-03 misha
6608:
6609: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6610: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6611: types/pa_vmail.C, targets/cgi/parser3.C,
6612: targets/isapi/parser3isapi.C: - back to storing response http
6613: headers in lowercase - capitalize them during output
6614:
6615: 2009-08-31 misha
6616:
6617: * src/classes/table.C: - allow call with any brackets (it could be
6618: useful in methods with explict result declaration)
6619:
6620: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6621: correctly if $request:charset==koi8-r
6622:
6623: 2009-08-30 misha
6624:
6625: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6626: changed: content-type => Content-type and so on
6627:
6628: * src/classes/file.C, src/include/pa_common.h,
6629: src/include/pa_request.h, src/main/pa_http.C,
6630: src/main/pa_request.C, src/types/pa_vcookie.C,
6631: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6632: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6633: tests/results/002.processed, tests/results/003.processed,
6634: tests/results/004.processed, tests/results/005.processed,
6635: tests/results/006.processed, tests/results/007.processed,
6636: tests/results/008.processed, tests/results/009.processed,
6637: tests/results/010.processed, tests/results/011.processed,
6638: tests/results/012.processed, tests/results/013.processed,
6639: tests/results/014.processed, tests/results/015.processed,
6640: tests/results/016.processed, tests/results/017.processed,
6641: tests/results/018.processed, tests/results/019.processed,
6642: tests/results/020.processed, tests/results/021.processed,
6643: tests/results/022.processed, tests/results/023.processed,
6644: tests/results/024.processed, tests/results/025.processed,
6645: tests/results/026.processed, tests/results/027.processed,
6646: tests/results/028.processed, tests/results/029.processed,
6647: tests/results/030.processed, tests/results/031.processed,
6648: tests/results/032.processed, tests/results/033.processed,
6649: tests/results/034.processed, tests/results/035.processed,
6650: tests/results/036.processed, tests/results/037.processed,
6651: tests/results/038.processed, tests/results/039.processed,
6652: tests/results/040.processed, tests/results/041.processed,
6653: tests/results/042.processed, tests/results/043.processed,
6654: tests/results/044.processed, tests/results/045.processed,
6655: tests/results/046.processed, tests/results/047.processed,
6656: tests/results/048.processed, tests/results/049.processed,
6657: tests/results/050.processed, tests/results/051.processed,
6658: tests/results/052.processed, tests/results/053.processed,
6659: tests/results/054.processed, tests/results/055.processed,
6660: tests/results/056.processed, tests/results/057.processed,
6661: tests/results/058.processed, tests/results/059.processed,
6662: tests/results/060.processed, tests/results/061.processed,
6663: tests/results/062.processed, tests/results/063.processed,
6664: tests/results/064.processed, tests/results/065.processed,
6665: tests/results/066.processed, tests/results/067.processed,
6666: tests/results/068.processed, tests/results/069.processed,
6667: tests/results/070.processed, tests/results/071.processed,
6668: tests/results/072.processed, tests/results/073.processed,
6669: tests/results/074.processed, tests/results/075.processed,
6670: tests/results/076.processed, tests/results/077.processed,
6671: tests/results/078.processed, tests/results/079.processed,
6672: tests/results/080.processed, tests/results/081.processed,
6673: tests/results/082.processed, tests/results/083.processed,
6674: tests/results/084.processed, tests/results/085.processed,
6675: tests/results/086.processed, tests/results/087.processed,
6676: tests/results/088.processed, tests/results/089.processed,
6677: tests/results/090.processed, tests/results/091.processed,
6678: tests/results/092.processed, tests/results/093.processed,
6679: tests/results/094.processed, tests/results/095.processed,
6680: tests/results/096.processed, tests/results/097.processed,
6681: tests/results/098.processed, tests/results/099.processed,
6682: tests/results/100.processed, tests/results/101.processed,
6683: tests/results/102.processed, tests/results/103.processed,
6684: tests/results/104.processed, tests/results/105.processed,
6685: tests/results/106.processed, tests/results/107.processed,
6686: tests/results/108.processed, tests/results/109.processed,
6687: tests/results/110.processed, tests/results/111.processed,
6688: tests/results/112.processed, tests/results/113.processed,
6689: tests/results/114.processed, tests/results/115.processed,
6690: tests/results/116.processed, tests/results/117.processed,
6691: tests/results/118.processed, tests/results/119.processed,
6692: tests/results/120.processed, tests/results/121.processed,
6693: tests/results/122.processed, tests/results/123.processed,
6694: tests/results/124.processed, tests/results/125.processed,
6695: tests/results/126.processed, tests/results/127.processed,
6696: tests/results/128.processed, tests/results/129.processed,
6697: tests/results/130.processed, tests/results/131.processed,
6698: tests/results/132.processed, tests/results/133.processed,
6699: tests/results/134.processed, tests/results/135.processed,
6700: tests/results/136.processed, tests/results/138.processed,
6701: tests/results/139.processed, tests/results/140.processed,
6702: tests/results/141.processed, tests/results/142.processed,
6703: tests/results/143.processed, tests/results/144.processed,
6704: tests/results/145.processed, tests/results/146.processed,
6705: tests/results/147.processed, tests/results/148.processed,
6706: tests/results/149.processed, tests/results/150.processed,
6707: tests/results/151.processed, tests/results/152.processed,
6708: tests/results/153.processed, tests/results/154.processed,
6709: tests/results/155.processed, tests/results/156.processed,
6710: tests/results/157.processed, tests/results/158.processed,
6711: tests/results/159.processed, tests/results/160.processed,
6712: tests/results/161.processed, tests/results/162.processed,
6713: tests/results/163.processed, tests/results/164.processed,
6714: tests/results/165.processed, tests/results/166.processed,
6715: tests/results/167.processed, tests/results/168.processed,
6716: tests/results/169.processed, tests/results/170.processed,
6717: tests/results/171.processed, tests/results/172.processed,
6718: tests/results/173.processed, tests/results/174.processed,
6719: tests/results/175.processed, tests/results/176.processed,
6720: tests/results/177.processed, tests/results/178.processed,
6721: tests/results/179.processed, tests/results/180.processed,
6722: tests/results/181.processed, tests/results/182.processed,
6723: tests/results/183.processed, tests/results/184.processed,
6724: tests/results/185.processed, tests/results/186.processed,
6725: tests/results/187.processed, tests/results/188.processed,
6726: tests/results/189.processed, tests/results/190.processed,
6727: tests/results/191.processed, tests/results/192.processed,
6728: tests/results/193.processed, tests/results/194.processed,
6729: tests/results/195.processed, tests/results/196.processed,
6730: tests/results/197.processed, tests/results/198.processed,
6731: tests/results/199.processed, tests/results/200.processed,
6732: tests/results/201.processed, tests/results/202.processed,
6733: tests/results/203.processed, tests/results/204.processed,
6734: tests/results/205.processed, tests/results/206.processed,
6735: tests/results/207.processed, tests/results/208.processed,
6736: tests/results/209.processed, tests/results/210.processed,
6737: tests/results/211.processed, tests/results/212.processed,
6738: tests/results/213.processed, tests/results/214.processed,
6739: tests/results/215.processed, tests/results/216.processed,
6740: tests/results/217.processed, tests/results/218.processed,
6741: tests/results/219.processed, tests/results/220.processed,
6742: tests/results/221.processed, tests/results/222.processed,
6743: tests/results/223.processed, tests/results/224.processed,
6744: tests/results/225.processed, tests/results/226.processed,
6745: tests/results/227.processed, tests/results/228.processed,
6746: tests/results/229.processed: - http headers were changed:
6747: content-type => Content-type and so on
6748:
6749: 2009-08-27 misha
6750:
6751: * src/: main/pa_random.C, include/pa_random.h,
6752: targets/cgi/parser3.C: - year was updated :)
6753:
6754: 2009-08-26 misha
6755:
6756: * tests/: 224.html, 224.p: - test for creating of parser object
6757: using constructor without params - little bugfix in test
6758:
6759: * src/main/compile_tools.h: - bugfix: should't call autouse while
6760: checking existed class while processing partial option
6761:
6762: * src/classes/reflection.C: - bugfix: core when creating object
6763: with reflection and constructor doesn't have params
6764:
6765: 2009-08-24 misha
6766:
6767: * tests/229.html: - tests for checking the number of parameters
6768: were added
6769:
6770: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6771: number of method's parameters wasn't checked correctly (the bug
6772: was introduced in 3.4.0)
6773:
6774: 2009-08-22 misha
6775:
6776: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6777: transcoded, but tainted pieces are escaped only when
6778: content-type==url-encoding
6779:
6780: * tests/228.html: - test for checking
6781: ^file::load[http://...;$.body[]]
6782:
6783: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6784: post charset was too early (charsets is empty at this moment)
6785:
6786: 2009-08-21 misha
6787:
6788: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6789: main/untaint.C: - some fixes with transcode+untaint
6790:
6791: 2009-08-15 misha
6792:
6793: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6794: was increaced to 100 (was 50)
6795:
6796: * tests/227.html: - test for checking overriding properties in
6797: static classes was added
6798:
6799: * tests/: 226.html, 226.p: - test for @autoload[] was added
6800:
6801: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6802: main/execute.C, main/pa_request.C, classes/reflection.C: -
6803: autouse was implemented
6804:
6805: 2009-08-14 misha
6806:
6807: * src/classes/reflection.C: - outdated checkout was removed
6808:
6809: * src/classes/reflection.C: - optimization - method ^dynamical was
6810: added.
6811:
6812: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6813: types/pa_vstateless_class.h, main/execute.C: - optimization
6814:
6815: * src/types/pa_vclass.C: - exception if base on sytem class
6816:
6817: 2009-08-12 misha
6818:
6819: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6820: pa_vstateless_class.h: - little optimisation
6821:
6822: 2009-08-11 misha
6823:
6824: * tests/224.html: - method_params => method_info - checking for
6825: $.inherited
6826:
6827: * src/classes/reflection.C, operators.txt: - method method_params
6828: was renamed to method_info and now it returns class name, if
6829: method was defined in ancestor
6830:
6831: * tests/225.html: - tests for cheching properties in hierarhical
6832: classes were added
6833:
6834: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6835: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6836: main/compile.y, main/execute.C, classes/classes.C: - problems
6837: with properties in new classes implementation were fixed
6838:
6839: 2009-08-10 misha
6840:
6841: * src/main/execute.C: - now constructor shouldn't be defined in
6842: class. it could be defined in parent.
6843:
6844: 2009-08-09 misha
6845:
6846: * src/classes/reflection.C: - ^reflection:methods doesn't return
6847: base's methods
6848:
6849: 2009-08-08 misha
6850:
6851: * src/: classes/classes.h, classes/date.C, classes/file.C,
6852: classes/form.C, classes/hash.C, classes/hashfile.C,
6853: classes/image.C, classes/mail.C, classes/op.C,
6854: classes/reflection.C, classes/regex.C, classes/string.C,
6855: classes/table.C, classes/xdoc.C, classes/xnode.C,
6856: classes/xnode.h, include/pa_hash.h, main/execute.C,
6857: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6858: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6859: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6860: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6861: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6862: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6863: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6864: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6865: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6866: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6867: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6868: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6869: types/pa_vresponse.C, types/pa_vresponse.h,
6870: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6871: types/pa_vstateless_object.h, types/pa_vstatus.C,
6872: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6873: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6874: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6875: types/pa_wwrapper.h, types/types.vcproj: - new classes
6876: implementation
6877:
6878: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6879: USE_MUNMAP is used. so it is disabled as a workaround.
6880:
6881: 2009-08-05 misha
6882:
6883: * src/: main/pa_common.C, include/pa_common.h: - not needed
6884: parameter was removed
6885:
6886: * src/main/pa_http.C: - bugfix: error was during detecting
6887: content-type of file which was loaded by http
6888:
6889: 2009-08-01 misha
6890:
6891: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6892: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6893: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6894: can't be disabled with defines any longer
6895:
6896: 2009-07-29 misha
6897:
6898: * src/classes/reflection.C, tests/results/224.processed: - for
6899: native methods with any call type now returned empty call_type
6900: value
6901:
6902: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6903: classes/table.C, include/pa_hash.h, include/pa_request.h,
6904: main/pa_request.C: - break in cycles was optimized
6905:
6906: * INSTALL: - more defines were described
6907:
6908: 2009-07-28 misha
6909:
6910: * operators.txt: - some changes in information about reflection
6911: class
6912:
6913: * tests/: 224.html, 224.p: - tests for reflection class
6914:
6915: * src/classes/reflection.C: - some bugs were fixed, method classes
6916: was added, refactoring
6917:
6918: 2009-07-26 misha
6919:
6920: * src/classes/classes.vcproj: - reflection class wass added to
6921: project
6922:
6923: * operators.txt: - information about reflection class was added
6924:
6925: * src/classes/reflection.C: - class was redesigned
6926:
6927: 2009-07-24 misha
6928:
6929: * src/classes/: Makefile.am, reflection.C: - class reflection was
6930: added
6931:
6932: * src/types/pa_vstateless_class.h: - method for reflection method's
6933: in classes was added
6934:
6935: 2009-07-22 misha
6936:
6937: * src/main/compile_tools.h: - bugfix: $object.$var was
6938: over-optimized. it failed if $object1.$object2.field
6939:
6940: 2009-07-16 misha
6941:
6942: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6943: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6944: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6945: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6946: one more arg: length of cord
6947:
6948: 2009-07-15 misha
6949:
6950: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6951: tainted in ^file::load[http://...;$.cookies[]]
6952:
6953: * src/classes/: op.C, regex.C, string.C: - new string with
6954: exception was used
6955:
6956: * src/include/pa_exception.h: - new string with exception was added
6957:
6958: * tests/223.html: - test for checking cookie-encoding during
6959: ^file::load[http was added
6960:
6961: * tests/: 221.html, 222.html: - tests for checking type of
6962: $table.fields.field were added
6963:
6964: * src/types/pa_vtable.C: - not used var decl was removed
6965:
6966: * src/include/pa_string.h: - use cached string length in Body::mid.
6967: it improves speed of match with brackets in pattern
6968:
6969: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6970: outside
6971:
6972: 2009-07-14 misha
6973:
6974: * src/types/pa_vtable.C: - $table.fields.a return string even if
6975: column is empty (sometime returned void) - $table.fields was
6976: added for nameless tables
6977:
6978: * src/targets/cgi/getopt.c: - one warning resolved
6979:
6980: * src/main/pa_string.C: - potentian bug fixed
6981:
6982: * src/classes/op.C: - small optimization in taint/untaint
6983:
6984: 2009-07-13 misha
6985:
6986: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6987: added
6988:
6989: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6990: souldn't add the attribut to output
6991:
6992: 2009-07-11 misha
6993:
6994: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6995: stack size was increaced to 2MB (default=1MB)
6996:
6997: 2009-07-08 misha
6998:
6999: * src/main/pa_string.C: - link to UTF-8 description was added
7000:
7001: * src/include/pa_hash.h: - hash keeps element's order in more
7002: places (ex: ._keys[])
7003:
7004: * tests/220.html: - test for checking order of elements in hash in
7005: foreach was added
7006:
7007: * tests/172.html: - small changes in printing hash
7008:
7009: * tests/129.html: - small changes in printing hash
7010:
7011: * src/: include/pa_common.h, include/pa_hash.h,
7012: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7013: types/pa_vmethod_frame.h: - hash now keeps order of elements
7014:
7015: * tests/014.html: - small changes in printing hash
7016:
7017: 2009-07-07 misha
7018:
7019: * src/classes/op.C: - new taint language "parser-code" was added
7020:
7021: * tests/219.html: - test for auto untaint parser code in process
7022: was added
7023:
7024: * src/classes/op.C: - tainted pieces in body of process are
7025: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7026:
7027: * src/: include/pa_string.h, main/untaint.C: - new language
7028: L_PARSER_CODE for auto-untaint in process was added
7029:
7030: * src/: classes/file.C, classes/hash.C, classes/image.C,
7031: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7032: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7033: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7034: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7035: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7036: code cleanup
7037:
7038: 2009-07-06 misha
7039:
7040: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7041: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7042: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7043:
7044: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7045: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7046: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7047: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7048: should be used
7049:
7050: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7051: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7052: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7053: untaint_cstr[m] should be used
7054:
7055: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7056: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7057:
7058: * tests/218.html: - test for checking automatic file-spec-taint was
7059: added
7060:
7061: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7062: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7063: classes/file.C, classes/hash.C, classes/image.C,
7064: classes/string.C, classes/table.C, classes/void.C,
7065: classes/xdoc.C: - optimizations and simplification of
7066: string.cstr(...)
7067:
7068: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7069: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7070: - optimizations and simplification of string.cstr(...)
7071:
7072: 2009-07-04 misha
7073:
7074: * tests/217.html: - test for recursion detection was added
7075:
7076: * src/: types/types.vcproj, main/main.vcproj,
7077: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7078: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7079: from .vcproj
7080:
7081: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7082:
7083: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7084: uploading files and case-insensitive http-method were added
7085:
7086: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7087: tainted pattern in ^file:list[] was added
7088:
7089: 2009-07-03 misha
7090:
7091: * src/: classes/classes.vcproj, main/main.vcproj,
7092: types/types.vcproj, targets/cgi/parser3.vcproj,
7093: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7094: for dynamic_cast) - little options changes
7095:
7096: * src/main/pa_http.C: - file::load[http works now with uploading
7097: files _and_ changing $.charset
7098:
7099: 2009-06-29 misha
7100:
7101: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7102: while creating pattern
7103:
7104: 2009-06-25 misha
7105:
7106: * src/classes/image.C, operators.txt: - options' names for
7107: ^image.font were changed to $.space, $.width and $spacing -
7108: default space width now == gif's width
7109:
7110: 2009-06-24 misha
7111:
7112: * tests/215.html: - tests for $file.mode were added
7113:
7114: * operators.txt: - added info about $file.mode and changes in
7115: ^image.font[
7116:
7117: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7118: param now could be omited - third param now could be hash (with
7119: all widths options: $.space-width, $.letter-width) - it's
7120: possible to specify tracking ($.letter-space)
7121:
7122: * src/classes/file.C: - file objects now could have mode field
7123: (text|binary)
7124:
7125: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7126:
7127: 2009-06-23 misha
7128:
7129: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7130: trim can work with utf-8 chars now
7131:
7132: 2009-06-20 misha
7133:
7134: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7135: was implemented
7136:
7137: * src/classes/table.C: - string length cacheing was implemented
7138:
7139: * src/include/pa_string.h: - string length cacheing was implemented
7140:
7141: 2009-06-17 misha
7142:
7143: * src/main/execute.C: - value param was removed from
7144: WContext::WContext
7145:
7146: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7147: pa_wwrapper.h: - value param was removed from WContext::WContext
7148: - field wcontext was removed from VCodeFrame (using fparent
7149: instead)
7150:
7151: * tests/214.html: - test with hash copying
7152:
7153: 2009-06-16 misha
7154:
7155: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7156: strings doesn't work in expression anymore
7157:
7158: * src/main/execute.C: - less calls for get_constructing() - little
7159: refactoring
7160:
7161: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7162: include/pa_request.h: - less calls for get_constructing()
7163:
7164: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7165: introduced with OPTIMIZE_SINGLE_STRING optimization
7166:
7167: 2009-06-14 misha
7168:
7169: * src/: classes/date.C, classes/file.C, classes/hash.C,
7170: classes/hashfile.C, classes/image.C, classes/regex.C,
7171: classes/table.C, classes/xdoc.C, classes/xnode.h,
7172: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7173: types/pa_vstateless_class.h, main/execute.C: - create object for
7174: storing object's fields only for parser objects
7175:
7176: 2009-06-13 misha
7177:
7178: * buildall-with-xml, buildall-without-xml: - new option was added
7179: for building GC (it slightly reduces memory usage)
7180:
7181: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7182: single string write
7183:
7184: * src/main/execute.C: - bytecode optimization of ^class:constructor
7185: - optimization of single string write
7186:
7187: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7188: - bytecode optimization of ^class:constructor
7189:
7190: 2009-06-09 misha
7191:
7192: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7193: main (better compatibility)
7194:
7195: 2009-06-08 misha
7196:
7197: * src/main/compile.y: - I've forgot to commit it :(
7198:
7199: 2009-06-07 misha
7200:
7201: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7202: WITH_READ and WITH_ROOT
7203:
7204: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7205: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7206: WITH_ROOT - little refactoring
7207:
7208: 2009-06-06 misha
7209:
7210: * tests/213.html: - tests for 3rd match string-param were added
7211:
7212: * src/classes/string.C: - 3rd match param could be string now
7213:
7214: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7215: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7216: GET_OBJECT_ELEMENT
7217:
7218: 2009-06-05 misha
7219:
7220: * src/main/pa_http.C: - bugfix: content-length was not calculated
7221: if $.body was specified
7222:
7223: 2009-06-04 misha
7224:
7225: * src/classes/op.C: - optimizing write_assign_lang in connect
7226:
7227: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7228:
7229: * src/main/execute.C: - little refactoring - optimizing
7230: write_assign_lang in taint/untaint
7231:
7232: * src/include/pa_opcode.h: - little refactoring
7233:
7234: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7235: main/compile_tools.h, main/execute.C: - optimizations for
7236: $self.field, ^self.method, $self.field[...] and $self.field(...)
7237: were added
7238:
7239: 2009-06-03 misha
7240:
7241: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7242:
7243: 2009-06-02 misha
7244:
7245: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7246: include/pa_opcode.h: - refactoring in last optimizations
7247: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7248: now but code is much easy and it is ready for further
7249: improvements.
7250:
7251: 2009-05-27 misha
7252:
7253: * src/: types/pa_junction.h, types/pa_vjunction.C,
7254: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7255: changed in destructing junctions
7256:
7257: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7258: String:Body
7259:
7260: 2009-05-26 misha
7261:
7262: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7263: one method detect_charset was deleted - bug was fixed in this
7264: method (error while detecting charset in content_type withot last
7265: ';')
7266:
7267: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7268: once
7269:
7270: 2009-05-25 misha
7271:
7272: * src/classes/file.C: - bugfix: file::exec didn't work after
7273: optimizing of helper_length
7274:
7275: 2009-05-24 misha
7276:
7277: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7278: were added - little refactoring
7279:
7280: * src/main/execute.C: - core while printing in debug log
7281: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7282: optimisations were added
7283:
7284: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7285: were added
7286:
7287: 2009-05-23 misha
7288:
7289: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7290: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7291: CORD_cat optimization
7292:
7293: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7294: - call constr optimisation under separate define now
7295:
7296: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7297: in $b should be string, not void
7298:
7299: * src/main/compile.y: - little fix for rem-cut optimisation
7300:
7301: * src/: include/pa_opcode.h, main/compile_tools.C,
7302: main/compile_tools.h, main/execute.C: - optimisations for
7303: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7304:
7305: * INSTALL: - description of some #defined were added
7306:
7307: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7308: before 1st access (memory usage is reduced if don't access to
7309: .text field)
7310:
7311: * src/include/pa_array.h: - array grows step now not static (it
7312: reduces numbers of reallocs)
7313:
7314: 2009-05-20 misha
7315:
7316: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7317: $.b(2), $c[d] and $.e[f] was added
7318:
7319: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7320: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7321: $.e[f] was added
7322:
7323: * src/main/execute.C: - debug printing moved in defines
7324:
7325: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7326: and little refactoring for OP_GET_OBJECT_ELEMENT +
7327: OP_GET_OBJECT_VAR_ELEMENT optimisation
7328:
7329: 2009-05-19 misha
7330:
7331: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7332: execute.C: - $a.$b & ^a.$b bytecode optimisation
7333:
7334: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7335: ^a.$b optimisation)
7336:
7337: * src/main/compile.y: - compiler now generate new opcodes:
7338: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7339: ^a.b - compiler now cut off ^rem{ with all content ; any number
7340: of params }
7341:
7342: * src/main/execute.C: - code for handle new opcodes
7343: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7344:
7345: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7346: added for LA2V and LA2S
7347:
7348: * src/include/pa_opcode.h: - new defines which can be used for
7349: disable some bytecode optimisation and new opcodes were added
7350:
7351: 2009-05-17 misha
7352:
7353: * src/lib/cord/cordxtra.c: - bugfix.
7354:
7355: * tests/212.html: - .size[] and .study_size[] were added to tests
7356:
7357: * operators.txt: - info about regex class was added
7358:
7359: * tests/212.html: - tests for regex class were added
7360:
7361: 2009-05-16 misha
7362:
7363: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7364: gc7.1
7365:
7366: * tests/022.html: - test for ^file:list[path;] (empty second param)
7367: was added
7368:
7369: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7370: param) should work
7371:
7372: 2009-05-15 misha
7373:
7374: * src/classes/table.C: - automatically disable stringstream usage
7375: on freebsd4
7376:
7377: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7378: scope
7379:
7380: * tests/211.html: - test with different types of access to hash was
7381: added
7382:
7383: * tests/210.html: - test which checks for loosing tainting in
7384: hash's keys was added
7385:
7386: * tests/208.html: - some parser work added. or stime == 0 %-)
7387:
7388: * src/lib/cord/cordbscs.c: - little hack was added to cord
7389:
7390: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7391:
7392: * src/include/pa_version.h, configure.in: - moko have made a lot of
7393: optimisations for increacing version number more dramatically :)
7394:
7395: * src/classes/date.C: - little refactoring: use constructor which
7396: accepts formated string
7397:
7398: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7399: which can print formatted string was added
7400:
7401: 2009-05-14 misha
7402:
7403: * src/include/pa_string.h: - type was fixed
7404:
7405: * src/: classes/hashfile.C, classes/op.C,
7406: include/pa_cache_managers.h, include/pa_charset.h,
7407: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7408: include/pa_request.h, include/pa_sql_driver_manager.h,
7409: include/pa_string.h, include/pa_stylesheet_manager.h,
7410: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7411: main/pa_charsets.C, main/pa_string.C,
7412: main/pa_stylesheet_connection.C, types/pa_value.h,
7413: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7414: types/pa_vobject.C, types/pa_vstateless_class.C,
7415: types/pa_vstateless_class.h: - hash_code caching was implemented
7416: (seaches should be faster now)
7417:
7418: * src/: classes/file.C, classes/hash.C, classes/image.C,
7419: classes/string.C, classes/table.C, include/pa_string.h,
7420: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7421: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7422: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7423: types/pa_vrequest.C: - String constructors don't have that stupid
7424: true/false param which means 'tainted'. they accept lang instead.
7425:
7426: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7427: with OPTIMIZE_RESULT
7428:
7429: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7430: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7431:
7432: 2009-05-13 misha
7433:
7434: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7435: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7436: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7437: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7438: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7439: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7440: include/pa_string.h, classes/date.C, classes/file.C,
7441: classes/hash.C, classes/image.C, classes/string.C,
7442: classes/table.C, classes/xdoc.C: - result optimisation -
7443: helper_length parameter removed from string constructors
7444:
7445: 2009-05-11 misha
7446:
7447: * tests/209.html: - tests for ^hash::create[hash] were added
7448:
7449: * tests/208.html: - tests for $status:rusage, $status:memory,
7450: ^memory:compact[] were added
7451:
7452: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7453: log10 were added
7454:
7455: * tests/206.html: - test for try with finally was added
7456:
7457: 2009-05-10 misha
7458:
7459: * tests/205.html: - test for ^file::create[...] was added
7460:
7461: * tests/204.html: - test for ^response:clear[] was added
7462:
7463: * tests/038.html: - tests for trigonometric functions were added
7464:
7465: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7466: added - more tests for .add, .sub, .union, .intersects and
7467: .intersections
7468:
7469: * tests/065.html: - test for ^file:dirname was added
7470:
7471: * tests/030.html: - test for $cookie:fields was added
7472:
7473: * tests/203.html: - test for ^h._keys[column name] was added
7474:
7475: * tests/201.html: - tests for .trim were added
7476:
7477: * tests/202.html: - tests for last-day,
7478: date:calendar[type](YYYY;MM;DD) were added
7479:
7480: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7481: .offset[type](N) were added
7482:
7483: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7484: and .pos[c](N) were added
7485:
7486: * tests/141.html: - test for math:sha1 was added
7487:
7488: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7489:
7490: 2009-05-09 misha
7491:
7492: * src/main/compile.y: - rollback
7493:
7494: 2009-05-05 misha
7495:
7496: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7497: replaced by is_empty()
7498:
7499: * src/: include/pa_string.h, main/pa_charset.C: - little
7500: optimisation: somewhere length() was replaced by is_empty()
7501:
7502: * src/classes/table.C: - little optimisation: somewhere length()
7503: was replaced by is_empty()
7504:
7505: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7506: classes/op.C, classes/table.C, main/pa_exception.C: - little
7507: optimisation: somewhere length() was replaced by is_empty()
7508:
7509: 2009-05-04 misha
7510:
7511: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7512: types/pa_vstateless_class.h, main/execute.C,
7513: include/pa_request.h, classes/hash.C, classes/op.C,
7514: classes/table.C: - more optimisations were added: some operators
7515: don't switch write context anylonger
7516:
7517: 2009-05-01 misha
7518:
7519: * src/main/compile.y: - slightly more opcode optimisations for
7520: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7521:
7522: * src/main/execute.C: - simplifying process for getters
7523:
7524: 2009-04-30 misha
7525:
7526: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7527:
7528: * tests/results/199.processed: - test for checking $result into
7529: ^rem was added
7530:
7531: * tests/199.html: - test for checking $result into ^rem was added
7532:
7533: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7534: some OS it returns list in different order)
7535:
7536: * src/: include/pa_array.h, include/pa_request.h,
7537: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7538: changes in stack impl - get_element() optimisation: 3rd param
7539: removed - bugfix: problems with reading empty input param -
7540: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7541:
7542: * tests/results/198.processed: - test for reading empty local var
7543: was added
7544:
7545: * tests/198.html: - test for reading empty local var was added
7546:
7547: 2009-04-29 misha
7548:
7549: * src/main/compile.y: - bugfix: couldn't compile because
7550: OP_VALUE__GET_ELEMENT should be unde #ifdef
7551:
7552: * src/: include/pa_array.h, include/pa_opcode.h,
7553: include/pa_request.h, main/compile.y, main/execute.C,
7554: main/pa_request.C, types/pa_vmethod_frame.C,
7555: types/pa_vmethod_frame.h: - we can work without opcode
7556: OP_STORE_PARAM, so it was removed
7557:
7558: 2009-04-28 misha
7559:
7560: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7561: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7562: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7563: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7564: 4.
7565: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7566:
7567: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7568:
7569: * src/: main/pa_string.C, classes/string.C: - !length() =>
7570: is_empty()
7571:
7572: 2009-04-27 misha
7573:
7574: * src/types/pa_vregex.h: - back explicit vars initialisation
7575:
7576: 2009-04-24 misha
7577:
7578: * src/classes/string.C: - ups. typo fixed
7579:
7580: * src/main/execute.C: - more replacements '*new VBool' to
7581: 'VBool::get' - checks for ^break[], ^continue[] and
7582: parser.interrupted were optimised
7583:
7584: * src/classes/string.C: - number of params.count() calls was
7585: slightly reduced
7586:
7587: 2009-04-23 misha
7588:
7589: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7590: make it x64 friendly
7591:
7592: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7593: parser is x64 friendly now
7594:
7595: 2009-04-22 misha
7596:
7597: * src/types/pa_vhashfile.C: - coder friendly exception about
7598: exceeding record size was added
7599:
7600: * src/classes/file.C: - use vregex object instead of direct calls
7601: methods from pcre lib
7602:
7603: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7604: classes/string.C: - use vregex object instead of direct calls
7605: methods from pcre lib
7606:
7607: * src/: include/pa_common.h, main/pa_common.C: - method
7608: print_pcre_exec_error_text was moved to class vregex
7609:
7610: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7611: was added
7612:
7613: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7614: - class vregex was added
7615:
7616: 2009-04-21 misha
7617:
7618: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7619:
7620: * src/: types/pa_junction.h, types/pa_value.C,
7621: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7622: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7623: junction-optimisation (destructors)
7624:
7625: * src/include/pa_array.h: - free under if now
7626:
7627: 2009-04-19 misha
7628:
7629: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7630:
7631: 2009-04-18 misha
7632:
7633: * src/include/pa_version.h:
7634: :q :
7635:
7636: CV:
7637: ----------------------------------------------------------------------
7638:
7639: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7640: refactoring
7641:
7642: * src/: include/pa_array.h, include/pa_hash.h,
7643: types/pa_vmethod_frame.h: - destructors under #ifdef now
7644:
7645: * src/include/pa_memory.h: - define for using destructors was added
7646:
7647: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7648: main/execute.C: - some junctions will be cached now
7649:
7650: * src/include/pa_hash.h: - hash destructor frees pairs now
7651:
7652: * src/include/pa_array.h: - inline was added to destructor
7653:
7654: * src/types/pa_method.h: - comment was changed
7655:
7656: 2009-04-17 misha
7657:
7658: * src/: include/pa_array.h, include/pa_hash.h,
7659: types/pa_vmethod_frame.h: - destructors were added
7660:
7661: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7662: renamed to always_use_result
7663:
7664: * src/main/: compile.y, compile_tools.h: - rollback changes in
7665: compiler: full backward compatibility is better
7666:
7667: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7668: result in var's hash
7669:
7670: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7671: optimisation in method_frame
7672:
7673: * src/include/pa_array.h: - optimisation in array (allocate
7674: elements only when needed)
7675:
7676: * src/types/pa_vresponse.C: - check for $response:headers field
7677: before looking at custom fields
7678:
7679: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7680: not needed to check existance var with name 'result' in var's
7681: hash
7682:
7683: * src/main/compile.y: - compiler was changed: now it detects
7684: writings to $result and set flag writo_to_result in method
7685:
7686: * src/classes/string.C: - little optimisation: no needed to write
7687: number with lang
7688:
7689: * src/main/pa_charset.C: - methods readChar and skipChar which is
7690: used for read utf8-strings were renamed - is_escaped was renamed
7691: to isEscaped (to the same name convention)
7692:
7693: * src/: types/pa_method.h, main/compile_tools.h: - flag
7694: write_to_result added. compiler get this info from code.
7695:
7696: 2009-04-16 misha
7697:
7698: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7699: String only before 1st write
7700:
7701: * src/include/pa_string.h: - not needed template removed
7702:
7703: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7704: types/pa_vjunction.C, types/pa_vproperty.C,
7705: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7706: main/pa_request.C, classes/bool.C, classes/double.C,
7707: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7708: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7709: bool objects)
7710:
7711: 2009-04-15 misha
7712:
7713: * src/lib/cord/cordxtra.c: - more optimisation
7714:
7715: * src/: include/pa_string.h, main/untaint.C: - String::append
7716: optimisation
7717:
7718: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7719: then get and can sometime be used)
7720:
7721: * src/main/pa_string.C: - String::length optimisation
7722:
7723: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7724: these methods read different strings
7725:
7726: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7727: fresult_initial_void removed + some optimisation - if $result
7728: defined we don't write to context anymore
7729:
7730: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7731: need just skip char)
7732:
7733: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7734: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7735: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7736:
7737: * src/types/pa_vvoid.h: - added get() method for retreave one
7738: instance
7739:
7740: 2009-04-11 misha
7741:
7742: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7743:
7744: * tests/197.html: - test for parser://test in xml was added
7745:
7746: * src/classes/string.C: - small optimisation
7747:
7748: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7749: optimisation
7750:
7751: 2009-04-10 misha
7752:
7753: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7754: to pcre-7.8
7755:
7756: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7757:
7758: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7759: added
7760:
7761: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7762: $request:CLASS_NAME were added
7763:
7764: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7765: were added
7766:
7767: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7768: $env:CLASS_NAME were added
7769:
7770: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7771: '@todo' now
7772:
7773: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7774: compirer
7775:
7776: * src/main/pa_string.C: - little code cleanup
7777:
7778: * src/main/pa_common.C: - describe one more UTF-8 related error
7779: during PCRE compile/execute
7780:
7781: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7782: normalizing todo-comments: '@todo' now
7783:
7784: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7785:
7786: * src/main/pa_charset.C: - type changed for making compiler happy
7787:
7788: 2009-03-10 misha
7789:
7790: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7791: in main()
7792:
7793: 2009-02-01 misha
7794:
7795: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7796: boundary
7797:
7798: 2009-01-25 misha
7799:
7800: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7801:
7802: * src/classes/file.C: - more changes for parsing different number
7803: of params for file::load
7804:
7805: * tests/193.html: - tests for exception while base64-decode binary
7806: to string was added
7807:
7808: * tests/192.html: - tests for file::load with different number of
7809: options
7810:
7811: * src/classes/math.C: - ups. forgot '+1'
7812:
7813: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7814: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7815: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7816: (new option $.encode[multipart-form/data] should be specified) -
7817: $.method[] option for file::load now is not case-sensitive
7818:
7819: * src/: include/pa_string.h, main/untaint.C: - for file post the
7820: new taint language L_FILE_POST was added
7821:
7822: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7823: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7824: stuff was moved to separate files
7825:
7826: 2009-01-23 misha
7827:
7828: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7829: spaces to tabs were converted
7830:
7831: 2009-01-12 misha
7832:
7833: * src/main/pa_http.C: - value of $.method[] option force uppercased
7834: now
7835:
7836: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7837: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7838: their names
7839:
7840: * src/main/pa_common.C: - changes in formating
7841:
7842: * src/: classes/file.C, main/pa_http.C: - some constants changed
7843: their names
7844:
7845: * src/include/pa_http.h: - some spaces were converted to tabs
7846:
7847: * src/include/pa_common.h: - some constants changed their names
7848:
7849: * src/classes/file.C: - fixed 4-th paramether for file::load -
7850: little code rewriting
7851:
7852: * src/types/pa_vfile.C: - little code rewriting
7853:
7854: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7855: types/pa_value.h: - some formating changes
7856:
7857: * src/include/pa_common.h: - some formating spaces transformed to
7858: tabs
7859:
7860: * src/classes/string.C: - exception while base64-decode binary to a
7861: string
7862:
7863: 2009-01-11 misha
7864:
7865: * configure.in: - version changed to 3.3.1b
7866:
7867: 2008-09-05 misha
7868:
7869: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7870: release_3_3_0 on 2008-09-05 10:59:35 +0000
7871:
7872: 2008-09-04 misha
7873:
7874: * tests/: 130.html, 131.html: - these exceptions not typeless
7875: anymore
7876:
7877: * src/classes/op.C: - exception with 'invalid taint language' not
7878: typeless anylonger
7879:
7880: * src/classes/image.C: - some exceptions while operations with
7881: image not typeless anymore
7882:
7883: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7884: main/pa_exec.C, main/pa_http.C: - some exceptions while
7885: operations with files not typeless anymore
7886:
7887: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7888: types/pa_vdate.h: - exceptions while checking date range not
7889: typeless anymore
7890:
7891: * src/include/pa_exception.h: - exception type string for invalid
7892: date range was added
7893:
7894: 2008-09-03 misha
7895:
7896: * src/: classes/file.C, main/pa_string.C: - exception while pce
7897: operations not typeless anymore
7898:
7899: * src/include/pa_exception.h: - exception type for pce operations
7900: was added
7901:
7902: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7903: and .CLASS_NAME insite classes
7904:
7905: * src/classes/table.C: - don't save table header whiile
7906: ^table.save[append;filename] if file exists
7907:
7908: 2008-09-02 misha
7909:
7910: * src/main/compile.y, src/main/compile_tools.h,
7911: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7912: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7913: renamed to partial and it login changed: we must mark class as
7914: partial for allow their modifications in future.
7915:
7916: 2008-08-29 misha
7917:
7918: * tests/results/022.processed: - testing taint[regex] in mask for
7919: file:list
7920:
7921: * tests/022.html: - testing taint[regex] in mask for file:list
7922:
7923: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7924: for file:list was added
7925:
7926: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7927: file:list
7928:
7929: 2008-08-26 misha
7930:
7931: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7932: last derived object
7933:
7934: * src/classes/image.C: - many strings "image.format" replaced by
7935: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7936: understand some more exif tags
7937:
7938: * src/include/pa_exception.h: - string "image.format" was added
7939:
7940: 2008-08-21 misha
7941:
7942: * src/: main/pa_string.C, classes/file.C: - use method for print
7943: pcre_exec text error
7944:
7945: * src/main/pa_common.C: - method for print pcre_exec text error was
7946: added
7947:
7948: * src/include/pa_common.h: - method declaration for print pcre_exec
7949: text error was added
7950:
7951: 2008-08-19 misha
7952:
7953: * src/main/execute.C: - bugfix: opcodes must be in separate
7954: namespace while debug execution as well
7955:
7956: * tests/: 015.html, results/015.processed: - test for escaping some
7957: parser chars was added
7958:
7959: 2008-08-18 misha
7960:
7961: * tests/: 190.html, 190.p, results/190.processed: - test for
7962: $caller.self.field + default getter in one class was added
7963:
7964: * tests/: 189.html, results/189.processed: - test for
7965: ^date::create[date object]
7966:
7967: * tests/: 188.html, results/188.processed: - tests for match with
7968: UTF-8 strings
7969:
7970: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7971: ^string.match[]
7972:
7973: * ChangeLog: - parser 3.3.0 beta13
7974:
7975: 2008-08-15 misha
7976:
1.116 moko 7977: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7978: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7979: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7980: dftables.c: - old PCRE files removed
1.95 moko 7981:
7982: * src/lib/pcre/config.h: - configuration for PCRE library
7983:
7984: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7985: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7986:
7987: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7988: library and set flag UTF8 if $request:charset is UTF-8
7989:
7990: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7991: include/pa_config_fixed.h: - moved to new PCRE library
7992:
7993: * src/: main/main.vcproj, types/types.vcproj,
7994: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7995: win32\pcre instead of parser3\src\lib\pcre
7996:
7997: * src/: include/pa_opcode.h, include/pa_operation.h,
7998: main/compile.C, main/compile.y, main/compile_tools.C,
7999: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8000: opcodes were moved to separate namespace
8001:
8002: 2008-08-14 misha
8003:
8004: * src/types/pa_vstateless_class.C: - newline at the end missed
8005:
8006: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8007: tainting
8008:
8009: 2008-08-11 misha
8010:
8011: * tests/: 187.html, 187.p, results/187.processed: - tests for
8012: $caller.self, $caller.self.field and $caller.self.field[value]
8013: were added
8014:
8015: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8016: runtime as well (for $caller.self)
8017:
8018: 2008-07-25 misha
8019:
8020: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8021: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8022: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8023: tests with international characters
8024:
8025: 2008-07-23 misha
8026:
8027: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8028: file::load[...;http://
8029:
8030: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8031: now everywhere in separate namespace
8032:
8033: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8034: for vars
8035:
8036: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8037: can be escaped by '^'
8038:
8039: 2008-07-22 misha
8040:
8041: * src/classes/string.C, tests/186.html: - names changes:
8042: escape=>js-escape, unescape=>js-unescape
8043:
8044: 2008-07-21 misha
8045:
8046: * tests/results/186.processed: - test for string escape/unescape
8047:
8048: * tests/186.html: - test for string escape/unescape
8049:
8050: * src/classes/string.C: - string has escape and unescape methods
8051: now
8052:
8053: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8054: added
8055:
8056: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8057: method-layers added (with different params)
8058:
8059: 2008-07-18 misha
8060:
8061: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8062: was added
8063:
8064: * tests/185.html: - test for ^str.pos[sub](offset) added
8065:
8066: * src/classes/string.C, src/classes/void.C, operators.txt: -
8067: ^string.pos[substr](offset) -- 2nd param accepted now
8068:
8069: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8070: strings
8071:
8072: 2008-07-17 misha
8073:
8074: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8075: helper length added for mid for small optimisation
8076:
8077: 2008-07-16 misha
8078:
8079: * tests/: 185.html, results/185.processed: - tests for
8080: length/left/right/mid/pos with utf-8 strings
8081:
8082: * src/classes/string.C: - left/right/mid/length/pos works fine for
8083: utf-8 strings
8084:
8085: * src/main/untaint.C: - comments removed
8086:
8087: * src/: include/pa_string.h, main/pa_string.C,
8088: include/pa_charset.h, main/pa_charset.C: - methods for working
8089: with pos/mid for strings in utf-8 were added
8090:
8091: 2008-07-15 misha
8092:
8093: * tests/: 184.html, results/184.processed: - test for case body as
8094: expression: $var(^switch(1){^case(1)(true)..})
8095:
8096: * src/classes/op.C: - case body can be expression now:
8097: $var(^switch(1){^case(1)(true)..})
8098:
8099: * tests/: results/183.processed, 183.html: - added test for testing
8100: new cookie encoding (%uXXXX)
8101:
8102: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8103: decoding for backward compatibility they decoded from %XX in
8104: request:charset too
8105:
8106: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8107: - cookie class now decode cookies before first access after last
8108: request:charset changing (as form class).
8109:
8110: * src/main/pa_charset.C: - added method escape for escaping cookies
8111: as %uXXXX - before transcode calculate required space for dest
8112: string. it reduce mem usage for transcode
8113:
8114: * src/include/pa_charset.h: - added method escape for escaping
8115: cookies as %uXXXX
8116:
8117: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8118: was added. will used for escaping cookies as %uXXXX
8119:
8120: * src/include/pa_common.h: - escape method has new option for skip
8121: converting '+' to a space char
8122:
8123: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8124: transcode - escape method has new option for skip converting '+'
8125: to a space char
8126:
8127: 2008-07-08 misha
8128:
8129: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8130: (no UE if more then 1 case matches anylonger) - optimization:
8131: doing searching.as_string() || searching.as_double() only once
8132:
8133: 2008-07-04 misha
8134:
8135: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8136: now ^date::create[date object] works
8137:
8138: * src/classes/string.C: - left and right added as aliases for start
8139: and end in ^string.trim[]
8140:
8141: 2008-07-03 misha
8142:
8143: * src/classes/file.C: - allow $.limit for file::sql as well
8144:
8145: * src/classes/file.C: - allow $.offset option for file::sql - force
8146: send limit=1 to query for use sql specifics authomatically
8147:
8148: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8149: if $.limit value if empty. autoconvert it as everywere
8150:
8151: 2008-07-02 misha
8152:
8153: * configure.in: - time to change version number to 3.3.0 %-)
8154:
8155: * src/include/pa_version.h: - time to change version number to
8156: 3.3.0 %-)
8157:
8158: 2008-06-26 misha
8159:
8160: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8161: $.limit(0) fixes
8162:
8163: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8164: - $.limit(0) fixes
8165:
8166: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8167: new API)
8168:
8169: * src/: include/pa_sql_driver_manager.h,
8170: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8171: classes/op.C: - document_root added
8172:
8173: * src/main/compile.tab.C: - error message was changed
8174:
8175: 2008-06-25 misha
8176:
8177: * src/main/compile.y: - error message was changed
8178:
8179: 2008-06-24 misha
8180:
8181: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8182:
8183: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8184: tests for @OPTIONS\nappend
8185:
8186: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8187:
8188: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8189:
8190: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8191:
8192: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8193: compile.y
8194:
8195: 2008-06-17 misha
8196:
8197: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8198: compilation: ^if(default){true. it's incorrect. must be
8199: exception}
8200:
8201: 2008-06-16 misha
8202:
8203: * tests/: 181.ent, 181.html, results/181.processed: - test for
8204: checking external reference loading with 'http://localhost'
8205: prefix while creating xdoc
8206:
8207: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8208: ^math:long2ip[] and ^math:ip2long[]
8209:
8210: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8211: added which use scalar stateless class method when user object
8212: used in scalar context - use get_scalar_value when user object
8213: requested in scalar context
8214:
8215: * src/main/pa_common.C: - size must be int but not size_t or we
8216: can't compare with 0 sprintf result
8217:
8218: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8219: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8220: with internal switch between local/global vars
8221:
8222: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8223: specified
8224:
8225: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8226: pa_vstateless_object.h: - stateless class and object now has
8227: private scalar field and getter/setter for working with it
8228:
8229: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8230: moved to inet static class
8231:
8232: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8233: class added (^inet:aton[IP], ^inet:ntoa(number))
8234:
8235: * tests/: 180.html, results/180.processed: - tests for
8236: ^math:long2ip(long) and ^math:ip2long[IP]
8237:
8238: * src/classes/math.C: - ^math:ip2long[IP] added
8239:
8240: 2008-06-11 misha
8241:
8242: * src/main/pa_xml_io.C: - use file_read_text again because of we
8243: need cut BOM code and remove DOS newline chars. but don't
8244: transcode it anyway.
8245:
8246: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8247: main/pa_http.C: - option for disable transcoding while file_read
8248: and file_read_text added
8249:
8250: 2008-06-10 misha
8251:
8252: * tests/: 179.html, 179.p, results/179.processed: - test for many
8253: classes in 1 file
8254:
8255: * src/main/: compile.C, compile_tools.h: - compile return list of
8256: classes now.
8257:
8258: * src/main/: compile.y, compile.tab.C: - compile return list of
8259: classes now. internals.
8260:
8261: * src/main/pa_request.C: - compile return list of classes now. try
8262: call @conf and @auto for each returned class
8263:
8264: * src/include/pa_request.h: - compile return list of classes now
8265:
8266: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8267: return list of classes when compile buf)
8268:
8269: 2008-06-07 misha
8270:
8271: * src/main/pa_request.C: - constructing VRequest object with 3rd
8272: param -- form
8273:
8274: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8275: 3rd param: form. needed for get post_charset
8276:
8277: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8278: added
8279:
8280: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8281: types/pa_vform.C, types/pa_vform.h: - some polish
8282:
8283: 2008-06-06 misha
8284:
8285: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8286: charset and decode chars from it but not from response:charset
8287:
8288: * src/main/pa_http.C: - detect_charset moved out of here
8289:
8290: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8291: methods moved here - unescape_chars accepn one charset now
8292:
8293: * src/main/pa_http.C: - new constants used - don't allow
8294: $.content-type in ^file::load[;http://;$.method[POST]] - add
8295: charset info while ^file::load[;http://;$.method[POST]] - option
8296: $.omit-post-charset(true) added to ^file::load[;http://] for
8297: disabling charset during post
8298:
8299: * src/types/pa_vform.C: - new constants used
8300:
8301: * src/include/pa_common.h: - some constants were added
8302:
8303: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8304: instead of StrEqNc
8305:
8306: * src/main/pa_common.C: - new method for caseless search
8307: c-substring in c-string - use isxdigit instead of is_hex_digit
8308:
8309: * src/include/pa_common.h: - new method for caseless search
8310: c-substring in c-string
8311:
8312: 2008-06-05 misha
8313:
8314: * tests/results/178.processed: - test for testing default getter
8315:
8316: * tests/178.html: - test for testing default getter
8317:
8318: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8319: for test for testing default getter
8320:
8321: * src/main/execute.C: - default getter soul
8322:
8323: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8324: requested objects' field not found
8325:
8326: * src/types/pa_vclass.C: - register default getter if defined - get
8327: default getter if requested field not found
8328:
8329: * src/types/pa_vstateless_object.h: - method get_default_getter was
8330: added
8331:
8332: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8333: pointer to default getter and methods for get/set it were added
8334:
8335: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8336: auto_name field (for default getter)
8337:
8338: 2008-06-04 misha
8339:
8340: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8341: transcoding, no cutting BOM code, no fixing line breaks) and get
8342: it to libxml "as is"
8343:
8344: 2008-06-03 misha
8345:
8346: * src/main/pa_common.C: - use store_Char instead of
8347: transcodeCharFromUTF8
8348:
8349: * src/: include/pa_charset.h, main/pa_charset.C: - method
8350: store_Char added, transcodeCharFromUTF8 -- removed
8351:
8352: 2008-06-02 misha
8353:
8354: * tests/: results/177.processed, 177.html: - test for checking
8355: .[acm]date after local ^file::load[] was added
8356:
8357: * tests/: results/176.processed, 176.html: - test for checking
8358: @OPTION\locals + @method[vars][locals] added
8359:
8360: * tests/results/auto.p: - CLASS_PATH specified for checking use
8361:
8362: 2008-05-30 misha
8363:
8364: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8365: @OPTION\nlocals + @method[vars][;locals;] were added
8366:
8367: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8368: moved to separate method op_code - switch from VMethodFrame to
8369: VMethodFrameGlobal + VMethodFrameLocal
8370:
8371: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8372: was moved to separate method op_code
8373:
8374: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8375: VMethodFrame now
8376:
8377: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8378: all_vars_local as well
8379:
8380: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8381: pa_vmethod_frame_local.h, Makefile.am: - who children for
8382: VMethodFrame were added: one (global) works as VMethodFrame
8383: before and second (local) write all vars in self vars scope
8384:
8385: * src/types/pa_method.h: - method has bool flag all_vars_local now
8386:
8387: 2008-05-29 misha
8388:
8389: * tests/: 129.html, results/129.processed: - more tests for
8390: ^table.hash[]
8391:
8392: * src/classes/hash.C: - ^hash::sql has a new option:
8393: $.type[hash|string|table] as ^table.hash[] one.
8394:
8395: * src/classes/op.C: - ^try has 3rd param now: finally code which
8396: executed anyway after try or catch section
8397:
8398: 2008-05-27 misha
8399:
8400: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8401: must not fail if $.distinct(1) wasn't specified
8402:
8403: 2008-05-26 misha
8404:
8405: * src/classes/op.C: - allow ^throw[my type]
8406:
8407: 2008-05-22 misha
8408:
8409: * configure.in, configure: - version number updated to 3.2.4b
8410:
8411: * src/classes/: op.C, string.C: - trim format string before
8412: eval/format
8413:
8414: * tests/: results/175.processed, 175.html: - more tests for
8415: different format strings in .format[]
8416:
8417: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8418: as well (not only %XX)
8419:
8420: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8421: charset specified - checks for format before print number
8422: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8423: (instead of tabs) removed
8424:
8425: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8426: charset specified
8427:
8428: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8429: char in requested charset from utf code was added
8430:
8431: 2008-05-19 misha
8432:
8433: * tests/: 174.html, results/174.processed: - test for
8434: ^hashfile.cleanup[] added
8435:
8436: * src/classes/hashfile.C: - optimization: don't create any key or
8437: value variable if it's name weren't specified
8438: (^hf.foreach[;v]{...})
8439:
8440: 2008-05-16 misha
8441:
8442: * src/classes/hash.C: - optimization: don't create any key variable
8443: if variable name wasn't specified (^h.foreach[;v]{...})
8444:
8445: 2008-05-15 misha
8446:
8447: * src/classes/op.C: - small changes
8448:
8449: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8450:
8451: * src/classes/hash.C: - calculate var_context once before foreach
8452:
8453: 2008-05-14 misha
8454:
8455: * src/classes/hashfile.C: - incorrect vars context calculation for
8456: ^hashfile.foreach[;]{} fixed
8457:
8458: * src/classes/: hash.C, table.C: - little optimisation
8459:
8460: * src/classes/file.C: - bugfix: double absolute path while loading
8461: file
8462:
8463: * tests/: 174.html, results/174.processed: - tests for hashfile
8464: were added
8465:
8466: * buildall-with-xml: - moving to libxslt 1.1.24
8467:
8468: 2008-04-30 misha
8469:
8470: * src/classes/file.C: - stat file while loading (local only) so
8471: .adate, .mdate and .cdate available without additional ::stat
8472:
8473: 2008-04-28 misha
8474:
8475: * src/classes/file.C: - $.name and $.content-type available for
8476: stated file
8477:
8478: 2008-04-14 misha
8479:
8480: * src/targets/cgi/parser3.C: - new year in copyright %-)
8481:
8482: * src/include/pa_version.h: - new version number in head
8483:
8484: 2008-04-10 misha
8485:
8486: * tests/: 080.html, results/080.processed: - cut '0' from
8487: exponential part because of on diff OS it differ (20 or 020 for
8488: ex)
8489:
8490: * tests/: 119.html, results/119.processed: - check for encoding
8491: while creating xdoc
8492:
8493: 2008-04-09 misha
8494:
8495: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8496:
8497: * src/main/pa_common.C: - comment added
8498:
8499: * src/classes/date.C: - little refactoring
8500:
8501: 2008-04-07 misha
8502:
8503: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8504: style of ^table.save[]: prepare one big string and sabe it at
8505: once. it's safe on freebsd 4.x but use much more memory.
8506:
8507: * buildall-with-xml, buildall-without-xml: - option
8508: --disable-stringstream added (under comment. use it on freebsd
8509: 4.x)
8510:
8511: 2008-02-22 misha
8512:
8513: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8514: specified together in file::load[;http] - get back transcoding
8515: $.body[] in file::load[;http]
8516:
8517: 2008-02-21 misha
8518:
8519: * src/classes/date.C: - ^date.gmt-string[] was added
8520:
8521: * src/types/pa_value.C: - method for output date in RFC 822 format
8522: moved to pa_common.h
8523:
8524: * src/include/pa_common.h: - method for output date in RFC 822
8525: format moved here from pa_value.C
8526:
8527: * src/types/pa_vmail.C: - fixed core in sending mail with
8528: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8529:
8530: 2008-02-20 misha
8531:
8532: * src/main/pa_http.C: - transcode $.headers before escaping into
8533: specified charset while ^file::load[...;http://...] (L_URI
8534: instead of L_HTTP_HEADER) - $.cookies param available in
8535: ^file::load[;http://...] now (but we don't parse set-cookies from
8536: response yet) (cookies not transcoded as common $cookies)
8537:
8538: 2008-02-19 misha
8539:
8540: * src/main/pa_request.C: - rollback: we mustn't force taint
8541: $response:field values because in this case
8542: $response:locateion[http://...] don't works.
8543:
8544: 2008-02-15 misha
8545:
8546: * src/classes/op.C: - little refactoring
8547:
8548: * src/main/pa_http.C: - taint names of $.headers for load[;http
8549:
8550: * src/main/pa_request.C: - force taint values of $response:field
8551:
8552: 2008-02-14 misha
8553:
8554: * src/main/pa_request.C: - $response:field transcoded to
8555: $response:charset before escaping now
8556:
8557: * src/main/pa_http.C: - some outdated comments removed
8558:
8559: * src/classes/date.C: - lastdat -> last-day
8560:
8561: * src/classes/date.C: - ^date:lastday(year;month) and
8562: ^date.lastday[] were added - little code refactoring - comments
8563: changes
8564:
8565: * tests/: 159.html, results/159.processed: - test for number of
8566: days in February
8567:
8568: * src/types/pa_value.C: - fixes in code formatting
8569:
8570: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8571: and comments
8572:
8573: 2008-02-13 misha
8574:
8575: * src/main/pa_common.C: - bugfix for february at leap year
8576:
8577: 2008-01-28 misha
8578:
8579: * tests/: 160.html, results/160.processed: - more test for cache
8580: added
8581:
8582: * src/classes/op.C: - bugfix: cache body executed twice if contains
8583: unhandled exception
8584:
8585: 2008-01-25 misha
8586:
8587: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8588: bug when hashfile became inavailable after memory:compact)
8589:
8590: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8591:
8592: 2008-01-22 misha
8593:
8594: * src/classes/table.C: - little refactiring and exception texts
8595: changes in method ^table.hash[]
8596:
8597: * src/types/pa_vcookie.C: - link to cookie specification changed
8598:
8599: 2008-01-21 misha
8600:
8601: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8602: file::exec/cgi
8603:
8604: * src/classes/file.C: - bugfix: core while processing headers if
8605: executed cgi script don't return content
8606:
8607: 2008-01-18 misha
8608:
8609: * buildall-with-xml: - move to libxml2 version 2.6.31
8610:
8611: * src/include/pa_version.h, configure.in: - version number updated
8612: to '3.2.3b'
8613:
8614: 2007-12-28 misha
8615:
8616: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8617: hash.contains
8618:
8619: 2007-12-27 misha
8620:
8621: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8622: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8623: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8624: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8625: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8626: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8627: src/targets/cgi/parser3.vcproj,
8628: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8629: back to VS2003 because of Apache 1.3 module can't work if it was
8630: built in VS 2005. with cgi all file so VS2003 project files can
8631: be easy converted to the new format.
8632:
8633: 2007-12-04 misha
8634:
8635: * src/types/pa_vcode_frame.h: - changes in comment
8636:
8637: 2007-11-29 misha
8638:
8639: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8640: intercept strings any longer
8641:
8642: * tests/: 173.html, results/173.processed: - tests for
8643: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8644: but not in main code frame
8645:
8646: * tests/: 172.html, results/172.processed: - more tests for pass
8647: objects from code frames
8648:
8649: 2007-11-27 misha
8650:
8651: * tests/: 152.html, results/152.processed: - tests for converting
8652: strings 'true'/'false' to bool were added
8653:
8654: * tests/152.html: - added checks for converting strings
8655: 'true'/'false' to bool
8656:
8657: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8658: not only strings with numbers but with values 'true'/'false' as
8659: well
8660:
8661: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8662: for parser3.log increased
8663:
8664: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8665:
8666: * src/include/pa_common.h: - remove_crlf return cstring size now
8667:
8668: * src/include/pa_types.h: - constant with buffer size for
8669: parser3.log added
8670:
8671: 2007-11-16 misha
8672:
8673: * tests/cat.sh: - script for tests for file::exec/cgi
8674:
8675: * tests/171.html: - tests for file::exec/cgi
8676:
8677: * tests/results/171.processed: - tests results for file::exec/cgi
8678:
8679: 2007-11-15 misha
8680:
8681: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8682:
8683: * src/classes/file.C: - .body must be set before analyzing cgi
8684: headers
8685:
8686: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8687: only if exec/cgi return anything.
8688:
8689: 2007-11-14 misha
8690:
8691: * operators.txt: - info about new text|binary option for
8692: file::exec/cgi was added
8693:
8694: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8695: ^file:exec[[text|binary];script;...]
8696:
8697: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8698: classes/string.C, classes/table.C: - more text strings moved to
8699: the one place
8700:
8701: 2007-11-09 misha
8702:
8703: * src/types/pa_vrequest.C: - $request:argv must be taint
8704:
8705: * ChangeLog: - $request:argv [patch from Sumo]
8706:
8707: * operators.txt: - $request:argv
8708:
8709: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8710: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8711:
8712: 2007-10-25 misha
8713:
8714: * buildall-with-xml, buildall-without-xml: - options preparations
8715: for ./configure rewrited
8716:
8717: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8718: error occure in unhandled_exception finally fixed
8719:
8720: 2007-10-23 misha
8721:
8722: * tests/: 170.html, results/170.processed: - test for
8723: @method[][result]
8724:
8725: * operators.txt: - added info about node.prefix and
8726: node.namespaceURI
8727:
8728: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8729:
8730: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8731: added for node and attribute
8732:
8733: 2007-10-22 misha
8734:
8735: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8736:
8737: * src/main/pa_request.C: - added const content-transfer-encoding
8738:
8739: * src/include/pa_request.h: - added const content-transfer-encoding
8740: - ups. constants must be in lowercase (for search)
8741:
8742: * src/types/pa_vmail.C: - more constants used -
8743: content-transfer-encoding: 8bit added
8744:
8745: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8746:
8747: * src/include/pa_request.h: - more constants
8748:
8749: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8750: ommit anymore if $.content-disposition was specified - little
8751: refactoring
8752:
8753: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8754:
8755: 2007-10-17 misha
8756:
8757: * operators.txt: - info about
8758: table::create[nameless]{data}[>options<] was added
8759:
8760: * src/main/: compile.tab.C, compile.y: - if error occure while
8761: compile method don't put this method in methods table anymore.
8762: in other case the parser coredumped if @unhandled_exception
8763: method can't be compiled because of parser.compile error.
8764:
8765: * src/main/execute.C: - little code reformating
8766:
8767: * src/main/pa_request.C: - little code reformating - comment
8768: changed
8769:
8770: 2007-10-16 misha
8771:
8772: * tests/: 035.html, results/035.processed: - tests
8773: table::create[]{}[options] added
8774:
8775: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8776: options (only $.seperator[] yet)
8777:
8778: 2007-10-10 misha
8779:
8780: * src/classes/table.C: - some contstants moved to pa_common.h -
8781: some code changes
8782:
8783: 2007-10-02 misha
8784:
8785: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8786: then three time as much. but base64 encoding method still use
8787: less memory anyway.
8788:
8789: 2007-09-17 misha
8790:
8791: * operators.txt: - added info about $cookie:fields
8792:
8793: * src/types/pa_vcookie.C: - $cookie:fields available now
8794:
8795: * src/classes/hash.C: - some stuff for use with .for_each moved to
8796: common
8797:
8798: * src/include/pa_common.h: - some stuff for use with .for_each
8799: moved here
8800:
8801: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8802:
8803: 2007-09-14 misha
8804:
8805: * buildall-with-xml: - new xml libs again =)
8806:
8807: 2007-08-28 misha
8808:
8809: * operators.txt: - texts about ^table.columns[[column name]] and
8810: ^string.split[...][v][column name] were added
8811:
8812: * tests/: 168.html, 169.html, results/168.processed,
8813: results/169.processed: - tests for ^table.columns[[column name]]
8814: and ^string.split[...][v][column name] were added
8815:
8816: * src/classes/table.C: - new option ^table.columns[[column name]]
8817: was added
8818:
8819: * src/classes/string.C: - new option ^string.split[...;v;[column
8820: name]]
8821:
8822: * src/include/pa_exception.h: - error text message for
8823: ^hash._keys[], ^table.columns[] and ^string.split[]
8824:
8825: 2007-08-27 misha
8826:
8827: * src/main/untaint.C: - try to fix coredump on unix if print to
8828: body ^taint[sql][something] outside of connect
8829:
8830: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8831: outside of connect
8832:
8833: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8834: added (commented by default)
8835:
8836: 2007-08-20 misha
8837:
8838: * operators.txt: - comment about new method ^node.hasAttributes[]
8839: was added
8840:
8841: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8842: duplicated exception text strings were removed
8843:
8844: * src/include/pa_exception.h: - more exception text strings moved
8845: here
8846:
8847: * src/classes/table.C: - some duplicate exceptions' text strings
8848: removed
8849:
8850: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8851: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8852: removed
8853:
8854: * src/include/pa_exception.h: - some exception text strings movet
8855: to pa_exception
8856:
8857: * tests/: 149.html, results/149.processed: - test for
8858: ^xnode.hasAttributes[] was added - some code changes
8859:
8860: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8861: added
8862:
8863: 2007-08-17 misha
8864:
8865: * tests/: results/006.processed, results/059.processed, 006.html,
8866: 059.html: - more tests for match
8867:
8868: * tests/: 129.html, results/129.processed: - tests for
8869: ^table.hash[...][$.type[string|hash|table]] added
8870:
8871: * src/targets/cgi/parser3.C: - little syntax changes
8872:
8873: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8874: syntax changes
8875:
8876: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8877: messages in parser3.log switched off by default. If someone
8878: really still need it: use $SIGPIPE(1)
8879:
8880: 2007-08-08 misha
8881:
8882: * buildall-with-xml, buildall-without-xml: - remove libs source
8883: files by default since now
8884:
8885: 2007-08-07 misha
8886:
8887: * buildall-without-xml: - some option syntax changes
8888:
8889: * buildall-with-xml: - compile libxml2 without http support - some
8890: option syntax changes
8891:
8892: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8893:
8894: 2007-08-06 misha
8895:
8896: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8897:
8898: * tests/: 160.html, results/160.processed: - cache test was
8899: rewrited
8900:
8901: 2007-07-06 misha
8902:
8903: * tests/: 153.html, results/153.processed: - added test for
8904: ^math:sha1[string]
8905:
8906: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8907: transcoded
8908:
8909: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8910: were added
8911:
8912: 2007-06-28 misha
8913:
8914: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8915: some incorrect chars
8916:
8917: 2007-06-19 misha
8918:
8919: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8920: were moved on top because of gcc 4 had a problems during
8921: building.
8922:
8923: 2007-06-18 misha
8924:
8925: * tests/results/019.processed: - new image commited
8926:
8927: 2007-06-09 misha
8928:
8929: * src/classes/: op.C, table.C: - in while and table.select method
8930: as_expression used now
8931:
8932: * src/types/pa_vmethod_frame.h: - method as_expression was added
8933:
8934: 2007-06-08 misha
8935:
8936: * tests/: 166.html, results/166.processed: - test for
8937: ^match[...][n]
8938:
8939: * tests/: 165.html, results/165.processed: - tests for loops
8940:
8941: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8942: because of no speed/memory optimisation but some proglems with
8943: long cycles occure
8944:
8945: 2007-06-06 misha
8946:
8947: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8948: ^table.select(true) and ^table.select(1) didn't works because of
8949: awaiting junction-param only. fixed.
8950:
8951: 2007-05-24 misha
8952:
8953: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8954: with 0.5 secs interval
8955:
8956: * src/classes/op.C: - cache was rewrited. I hope it works with
8957: locking system now on unix
8958:
8959: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8960: system locks which wait till other threads release it but try get
8961: lock, if fail wait 1 sec and make 10 attempts.
8962:
8963: * src/include/pa_os.h: - consts for blocking locks + some comments
8964: were added
8965:
8966: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8967: opening files
8968:
8969: * src/classes/table.C: - changes in includes. if unclude <sstream>
8970: after our classes on unix it can't be build
8971:
8972: * src/types/pa_vhashfile.C: - not needed code removed
8973:
8974: 2007-05-23 misha
8975:
8976: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8977: include/pa_common.h: - cosmetic changes
8978:
8979: 2007-05-18 misha
8980:
8981: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8982: often. it's give some speed increasing
8983:
8984: * tests/results/160.processed: - returned time corrected
8985:
8986: * tests/160.html: - time increased because on unix 1 mean nothing
8987: :(
8988:
8989: * operators.txt: - added info about ^hash.contain[key]
8990:
8991: * src/classes/hash.C: - added ^hash.contain[key]
8992:
8993: * src/include/pa_hash.h: - added method for checking key exists in
8994: hash
8995:
8996: 2007-05-07 misha
8997:
8998: * src/include/pa_string.h: - was compilation error during build on
8999: freebsd4
9000:
9001: 2007-05-03 misha
9002:
9003: * src/classes/table.C: - option $.type[hash|string|table] was added
9004: for ^table.hash[]
9005:
9006: * src/classes/file.C: - comment removed
9007:
9008: 2007-04-26 misha
9009:
9010: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9011: real files doesn't opened in place anymore
9012:
9013: 2007-04-24 misha
9014:
9015: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9016:
9017: * src/include/pa_exception.h: "static" removed
9018:
9019: 2007-04-23 misha
9020:
9021: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9022:
9023: * src/classes/math.C: added: - ^math:ln(N) (the same as
9024: ^math:log(N)) - ^math:lg(N)
9025:
9026: * tests/: 097.html, results/097.processed: - charsets converstion
9027: during ^file::load[text;http://...] added
9028:
9029: * tests/: 164.html, results/164.processed: - check for set expires
9030: as a date
9031:
9032: * tests/: 164.html, results/164.processed: - test for hashfile
9033:
9034: * src/classes/hashfile.C: - little comment changes
9035:
9036: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9037: access
9038:
9039: * src/: classes/date.C, classes/double.C, classes/file.C,
9040: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9041: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9042: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9043: classes/xnode.h, include/pa_request.h, main/execute.C,
9044: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9045: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9046: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9047: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9048: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9049: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9050: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9051: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9052: "parser.runtime" strings were removed
9053:
9054: * src/classes/hashfile.C: - with .clear[] called files_delete()
9055: now.
9056:
9057: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9058:
9059: * src/include/pa_exception.h: - string constant with
9060: "parser.runtime" text was added
9061:
9062: 2007-04-20 misha
9063:
9064: * operators.txt: - some comments changing
9065:
9066: * operators.txt: - added info about .^hashfile.release[],
9067: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9068:
9069: * configure: =cheching for unsetenv
9070:
9071: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9072: ^hashfile.release[] were added
9073:
9074: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9075: ^string.match[][] understand new option now: return number of
9076: matches but not table wit results
9077:
9078: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9079: reopen now
9080:
9081: * src/classes/op.C: - bug. must be false
9082:
9083: * configure.in: - checking for unsetenv was added
9084:
9085: * src/types/pa_vform.C: - some comments
9086:
9087: 2007-04-18 misha
9088:
9089: * buildall-with-xml: moving to libxml2-2.6.28
9090:
9091: * buildall-with-xml, buildall-without-xml: added commented lines
9092: with --disable-safe-mode option
9093:
9094: * operators.txt: - info about $form:files
9095:
9096: 2007-04-17 misha
9097:
9098: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9099: $form:files was added
9100:
9101: * tests/: 163.html, results/163.processed: removing auto format
9102:
9103: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9104:
9105: 2007-04-16 misha
9106:
9107: * tests/: 163.html, results/163.processed: - test for .int[],
9108: floor, round, ceiling and .format[]
9109:
9110: * src/classes/file.C: - little optimization for getting args in
9111: exec/cgi
9112:
9113: 2007-04-13 misha
9114:
9115: * src/classes/file.C: - arguments for file::exec/cgi can be
9116: specified now as s table with one column
9117:
9118: 2007-03-27 misha
9119:
9120: * tests/: 162.html, results/162.processed: - test for
9121: ^table.select(^condition[$t])
9122:
9123: * tests/results/auto.p: - load windows-1251 charset for some tests
9124:
9125: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9126:
9127: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9128: 161_windows1251.txt: - added test for
9129: ^file::load[text;/local/file.txt;$.charset[...]]
9130:
9131: * tests/: results/013.processed, 013.html: - added test for
9132: checking $._default value while hash modifications
9133:
9134: * tests/: 160.html, results/160.processed: - add test for
9135: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9136:
9137: 2007-03-22 misha
9138:
9139: * src/include/pa_common.h: - "charset" string defined for
9140: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9141:
9142: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9143: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9144: added - not needed transcodes were removed from
9145: ^file::load[...;http://...]
9146:
9147: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9148: added
9149:
9150: * src/classes/date.C: - date.week was fixed
9151:
9152: * operators.txt: - added info about date.weekyear
9153:
9154: * tests/: 159.html, results/159.processed: - tests for date.week
9155: and date.weekyear added
9156:
9157: 2007-03-15 misha
9158:
9159: * src/classes/table.C: - enclose column numbers for nameless tables
9160: as well
9161:
9162: 2007-03-14 misha
9163:
9164: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9165:
9166: * src/classes/table.C: - table.save optimization: now required much
9167: less memory
9168:
9169: 2007-03-13 misha
9170:
9171: * tests/results/: 158.processed, 158.processes: - tests for
9172: table.save/table.load
9173:
9174: * tests/: 158.html, results/158.processes: - tests for
9175: table.save/table.load
9176:
9177: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9178:
9179: * buildall-with-xml: - pattern needed now for building
9180:
9181: * tests/results/097.processed: - added test results for xdoc::load
9182: & xdoc::load[http://...]
9183:
9184: * tests/097.html: - added test for xdoc::load
9185:
9186: 2007-03-12 misha
9187:
9188: * tests/: 107.html, results/107.processed: - added test for xpath
9189: '//man'
9190:
9191: 2007-03-01 misha
9192:
9193: * tests/: 097.html, results/097.processed: - added test for
9194: creating xdoc from file
9195:
9196: * tests/: results/157.processed, 157.html: - added test for
9197: file:move
9198:
9199: 2007-02-28 misha
9200:
9201: * src/classes/xdoc.C: - another attempt
9202:
9203: * src/classes/xdoc.C: - roll back last changes for a while
9204:
9205: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9206:
9207: * src/classes/file.C: - under lock we create non-exist dir anyway
9208:
9209: * tests/results/099.processed: - ever send content-disposition to
9210: client with file
9211:
9212: * tests/157.html: + test for file:copy
9213:
9214: 2007-02-26 misha
9215:
9216: * src/classes/file.C: - some similar strings moved to #define
9217: instead of to be copy/pasted many times
9218:
9219: * src/types/pa_vfile.h: - class name string ("file") moved to
9220: #define
9221:
9222: 2007-02-20 misha
9223:
9224: * bin/auto.p.dist.in: - added lines for sqlite
9225:
9226: * configure.in: - added some strings for sqlite detection
9227:
9228: 2007-02-19 misha
9229:
9230: * operators.txt: - some comments changes
9231:
9232: * buildall-with-xml, buildall-without-xml: - some modifications
9233:
9234: 2007-02-17 misha
9235:
9236: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9237:
9238: * src/main/pa_request.C: - damn, i forgot to commit it while I
9239: change console behaviour
9240:
9241: 2007-02-12 misha
9242:
9243: * src/targets/cgi/parser3.C: - don't print headers if
9244: $console:line[data] was used during cgi execution.
9245:
9246: * src/types/pa_vconsole.h: - console class have bool flag now which
9247: marked as 'true' if class was used.
9248:
9249: * tests/: 152.html, results/152.processed: - more types was added
9250: to test 152
9251:
9252: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9253: adding 'bool' (^if($image){} caused exception)
9254:
9255: 2007-02-09 misha
9256:
9257: * tests/: 152.html, results/152.processed: - test alightly updated
9258:
9259: * tests/: 152.html, results/152.processed: - test rewrited
9260:
9261: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9262: bugfix. I broke xdoc & xnode in expression
9263:
9264: 2007-02-08 misha
9265:
9266: * tests/: 152.html, results/152.processed: - add test for checking
9267: 'def' for void, string, bool, int & double
9268:
9269: 2007-02-07 misha
9270:
9271: * operators.txt: - ^file:base64[filespec] was added
9272:
9273: * tests/results/153.processed: - result test for
9274: ^file:base64[filespec] was updated
9275:
9276: * tests/153.html: - test for ^file:base64[filespec] was added
9277:
9278: * src/types/pa_vconsole.h: - little optimization
9279:
9280: * src/classes/file.C: - ^file:base64[filespec]
9281:
9282: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9283:
9284: * src/include/pa_common.h: - declarations for
9285: ^file:base64[filespec]
9286:
9287: * src/types/pa_vcookie.C: - little optimization
9288:
9289: 2007-02-06 misha
9290:
9291: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9292: were temporary commented
9293:
9294: * src/types/pa_vbool.h: - bugfix
9295:
9296: * tests/156.html: - added test for bool cookie
9297:
9298: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9299:
9300: * tests/: 155.html, results/155.processed: - added test for check
9301: $.encloser[] option for table save/load
9302:
9303: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9304:
9305: 2007-02-05 misha
9306:
9307: * tests/results/152.processed: - newline at the end was missed
9308:
9309: * tests/results/141.processed: - math:md5 must be lowercased
9310:
9311: * src/targets/cgi/parser3.C: - 2007 in help ;)
9312:
9313: 2007-02-03 misha
9314:
9315: * tests/results/: 150.processed, 151.processed, 152.processed: -
9316: test for bool added and some content length fixes
9317:
9318: * tests/152.html: - test for bool added
9319:
9320: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9321:
9322: * operators.txt: - info bool class was added
9323:
1.116 moko 9324: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9325: classes/classes.vcproj, classes/double.C, classes/int.C,
9326: classes/string.C, classes/void.C, classes/xnode.C,
9327: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9328: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9329: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9330: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9331: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9332: types/types.vcproj: - bool class was added
9333:
9334: * src/main/pa_request.C: - fix
9335:
9336: 2007-01-18 misha
9337:
9338: * src/: main/pa_string.C, classes/string.C: - return table during
9339: ^string.match[][] even if no matched found.
9340:
9341: 2006-12-20 misha
9342:
9343: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9344: http://www.parser.ru/forum/?id=55598 ]
9345:
9346: 2006-12-19 misha
9347:
9348: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9349: details: http://www.parser.ru/forum/?id=52359
9350:
9351: * src/main/pa_request.C: - always set content-disposition for
9352: $response:body[hash here]. more details:
9353: http://www.parser.ru/forum/?id=52130
9354:
9355: 2006-12-07 misha
9356:
9357: * operators.txt: - added info about bool params in cookie set
9358:
9359: * src/types/pa_vcookie.C: - bool param in cookies available now
9360: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9361: ]
9362:
9363: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9364: was added
9365:
9366: 2006-12-02 misha
9367:
9368: * src/classes/file.C: - file_block_read used instead of native read
9369:
9370: * src/main/pa_common.C: - added file_block_read with read error
9371: detection - file_block_read used instead of native read
9372:
9373: * src/include/pa_common.h: - added file_block_read declaration
9374:
9375: 2006-12-01 misha
9376:
9377: * operators.txt: - info about $var.CLASS_NAME was added
9378:
9379: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9380: $var.CLASS_NAME added
9381:
9382: * operators.txt: - added info about ^file:copy[]
9383:
9384: * src/classes/file.C: - ^file:copy[from;fo] was added
9385:
9386: 2006-11-20 misha
9387:
9388: * src/classes/date.C: - bug fix :)
9389:
9390: 2006-11-17 misha
9391:
9392: * src/include/pa_common.h: - array in crc32 calculation was changed
9393: to static
9394:
9395: * src/main/pa_common.C: - little optimization in getMonthDays -
9396: small changes in crc32 calculation
9397:
9398: * src/classes/date.C: - not needed code was removed
9399:
9400: 2006-11-16 misha
9401:
9402: * src/types/pa_vmail.C: - fix missed brakes
9403:
9404: * src/types/pa_vmail.C: - mail:send now set content-type:
9405: multipart/related instead of multipart/mixed if file have
9406: $.content-id[]
9407:
9408: 2006-11-15 misha
9409:
9410: * src/types/pa_vdouble.h: abs -> fabs
9411:
9412: 2006-11-14 misha
9413:
9414: * operators.txt: - added info about ^file.md5[] and
9415: ^file:md5[file-name]
9416:
9417: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9418: added
9419:
9420: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9421: FILE_BUFFER_SIZE
9422:
9423: * src/classes/math.C: - hex_string was moved to pa_common.h
9424:
9425: * src/include/pa_common.h: - hex_string was moved from math.C -
9426: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9427:
9428: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9429: values was fixed
9430:
9431: 2006-11-13 misha
9432:
9433: * operators.txt: - added info about ^math:crc32[string],
9434: ^file:crc32[file-name] & ^file.crc32[]
9435:
9436: * src/classes/math.C: - added ^math:crc32[string]
9437:
9438: * src/classes/file.C: - some comments were changed - added
9439: ^file:crc32[file-name] and ^file.crc32[]
9440:
9441: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9442: crc32 calculation added
9443:
9444: 2006-11-03 misha
9445:
9446: * src/include/pa_array.h: - not needed variable removed
9447:
9448: * tests/: 150.html, 151.html, results/150.processed,
9449: results/151.processed: - 2 tests were added
9450:
9451: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9452: with $.reverse(1) were fixed
9453:
9454: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9455: query converted to $.charset during ^file::load[http://...]
9456:
9457: 2006-11-02 misha
9458:
9459: * src/include/pa_table.h: ups. forget '=' char
9460:
9461: * src/include/pa_table.h: - one more fix in
9462: .locate[...][$.reverse(1)]
9463:
9464: 2006-11-01 misha
9465:
9466: * src/classes/math.C: - bug fix, details:
9467: http://www.parser.ru/forum/?id=53360
9468:
9469: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9470: false for all records )[$.reverse(1)]
9471:
9472: * src/main/pa_http.C: - second param for this mid method is length
9473: but not end_index so this method has error and can't detect
9474: charsets in next content-types: Content-type: text/html;
9475: charset="windows-1251" Content-type: text/html;
9476: charset="windows-1251"; Content-type: text/html;
9477: charset=windows-1251;
9478:
9479: only Content-type: text/html; charset=windows-1251 was fine
9480:
9481: 2006-10-31 misha
9482:
9483: * src/classes/file.C: - empty args in file::exec removed now
9484:
9485: 2006-09-11 misha
9486:
9487: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9488: replaced to table::create - some changes in text/code formatting
9489:
9490: 2006-09-03 paf
9491:
9492: * src/classes/file.C: proper tainting of
9493: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9494:
9495: 2006-06-09 paf
9496:
9497: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9498:
9499: * src/classes/table.C: formatting
9500:
9501: * src/classes/table.C: incorporated patch from misha: Sent:
9502: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9503: ignoring string options for ^table.save[]
9504:
9505: * src/classes/hash.C: incorporated patch from misha Sent:
9506: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9507: $hash._default disappear while
9508:
9509: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9510: $.format[!uue|!base64] << new base64 option. default uue ] ]
9511:
9512: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9513: PM Subject: patch for base64 in ^mail:send[] %-)
9514:
9515: 2006-04-09 paf
9516:
9517: * src/main/compile.tab.C: ` change compiled
9518:
9519: * gnu.vcproj, operators.txt, parser3.sln,
9520: src/classes/classes.vcproj, src/classes/file.C,
9521: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9522: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9523: src/classes/xnode.C, src/include/pa_array.h,
9524: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9525: src/include/pa_memory.h, src/include/pa_request.h,
9526: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9527: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9528: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9529: src/lib/pcre/pcre_dftables.vcproj,
9530: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9531: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9532: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9533: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9534: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9535: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9536: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9537: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9538: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9539: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9540: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9541: src/types/pa_value.h, src/types/pa_vcookie.C,
9542: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9543: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9544: src/types/pa_vstatus.C, src/types/types.vcproj,
9545: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9546: ^menu, ^hash/hashfile.foreach
9547:
9548: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9549: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9550: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9551: src/classes/xnode.C, src/include/pa_array.h,
9552: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9553: src/include/pa_memory.h, src/include/pa_request.h,
9554: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9555: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9556: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9557: src/lib/pcre/pcre_dftables.vcproj,
9558: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9559: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9560: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9561: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9562: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9563: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9564: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9565: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9566: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9567: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9568: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9569: src/types/pa_value.h, src/types/pa_vcookie.C,
9570: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9571: src/types/pa_vstatus.C, src/types/types.vcproj,
9572: tests/descript.ion: ! switched to VS2005 (projects and
9573: object<info explicitly typed>.for_each(, info)) +
9574: $response:field[] setting void means removing + grammar $name`
9575: name stops now, for mysql `$field` + started ^break[]
9576: ^continue[], in ^for. TODO: to other iterators (while, menu,
9577: foreach) + all log messages += [uri=, method=, cl=]
9578:
9579: * buildall-with-xml: merged . ftp paths update
9580:
9581: * buildall-with-xml: . ftp paths update
9582:
9583: 2006-03-04 paf
9584:
9585: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9586: checks++ [thanks to Igor Zinkovsky for detailed report]
9587:
9588: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9589: Igor Zinkovsky for detailed report]
9590:
9591: 2006-03-01 paf
9592:
9593: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9594: \n to ' ' in
9595:
9596: 2006-02-18 paf
9597:
9598: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9599: \n to ' ' in
9600:
9601: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9602:
9603: 2006-02-03 paf
9604:
9605: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9606: base64
9607:
9608: * src/main/pa_common.C: ! bugfix: decoding from base64
9609:
9610: 2006-01-20 paf
9611:
9612: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9613: economy fix
9614:
9615: * src/classes/: table.C: merged from HEAD ! bugfix
9616: ^table.save[$.encloser-s now handled properly
9617:
9618: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9619: handled properly
9620:
9621: 2006-01-19 paf
9622:
9623: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9624: libgc:USE_MUNMAP activates merging of free memory blocks which
9625: helps a lot in our case: after transform we want
9626: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9627:
9628: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9629: economy fix
9630:
9631: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9632: activates merging of free memory blocks which helps a lot in our
9633: case: after transform we want CORD(main.result)->cstr[big
9634: malloc]->transcode[big malloc]
9635:
9636: 2006-01-17 paf
9637:
9638: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9639: before reading them. got rid of reallocs = became quicker and
9640: less fragmentated
9641:
9642: 2005-12-29 paf
9643:
1.116 moko 9644: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9645: configure, configure.in, src/include/pa_version.h,
9646: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9647: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9648: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9649: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9650: src/lib/ltdl/missing: . merged from 3.2.1
9651:
1.116 moko 9652: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9653: packaged when 'make dist', so do configure companion files in
9654: src/lib/ltdl
9655:
9656: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9657: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9658: missing: . now config_auto.h is created with configure [were
9659: constant]
1.95 moko 9660:
9661: * INSTALL: . references to documentation and some clarification
9662:
9663: * buildall-with-xml, buildall-without-xml: . farawell doc
9664: indication
9665:
1.116 moko 9666: * Makefile.am: . dist+=buildall*
1.95 moko 9667:
9668: 2005-12-28 paf
9669:
9670: * configure: . 3.2.1
9671:
9672: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9673: simplify build process, see INSTALL
9674:
9675: 2005-12-26 paf
9676:
9677: * configure: ver
9678:
9679: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9680: version
9681:
9682: 2005-12-21 paf
9683:
9684: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9685: compiled with bison 1.875b, it reports unexpected token names
9686:
9687: 2005-12-19 paf
9688:
9689: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9690: holds a link to xmlNode to prevent premature gc(xmlNode)
9691:
9692: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9693: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9694: src/main/main.vcproj, src/main/pa_globals.C,
9695: src/targets/cgi/parser3.vcproj,
9696: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9697: configure, configure.in, src/include/pa_version.h: . killing
9698: gdome [what a relief]
9699:
9700: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9701: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9702: run_parser.sh, results/001.processed, results/002.processed,
9703: results/003.processed, results/004.processed,
9704: results/005.processed, results/006.processed,
9705: results/008.processed, results/009.processed,
9706: results/010.processed, results/011.processed,
9707: results/012.processed, results/013.processed,
9708: results/014.processed, results/015.processed,
9709: results/016.processed, results/017.processed,
9710: results/018.processed, results/020.processed,
9711: results/021.processed, results/022.processed,
9712: results/023.processed, results/024.processed,
9713: results/025.processed, results/026.processed,
9714: results/027.processed, results/028.processed,
9715: results/029.processed, results/030.processed,
9716: results/031.processed, results/032.processed,
9717: results/033.processed, results/034.processed,
9718: results/035.processed, results/036.processed,
9719: results/037.processed, results/038.processed,
9720: results/039.processed, results/040.processed,
9721: results/041.processed, results/042.processed,
9722: results/043.processed, results/044.processed,
9723: results/045.processed, results/046.processed,
9724: results/047.processed, results/048.processed,
9725: results/049.processed, results/050.processed,
9726: results/051.processed, results/052.processed,
9727: results/053.processed, results/054.processed,
9728: results/055.processed, results/056.processed,
9729: results/057.processed, results/058.processed,
9730: results/059.processed, results/060.processed,
9731: results/061.processed, results/062.processed,
9732: results/063.processed, results/064.processed,
9733: results/065.processed, results/066.processed,
9734: results/067.processed, results/068.processed,
9735: results/069.processed, results/070.processed,
9736: results/071.processed, results/072.processed,
9737: results/073.processed, results/074.processed,
9738: results/075.processed, results/076.processed,
9739: results/077.processed, results/078.processed,
9740: results/079.processed, results/080.processed,
9741: results/081.processed, results/082.processed,
9742: results/083.processed, results/084.processed,
9743: results/085.processed, results/086.processed,
9744: results/087.processed, results/088.processed,
9745: results/089.processed, results/090.processed,
9746: results/091.processed, results/092.processed,
9747: results/093.processed, results/094.processed,
9748: results/095.processed, results/096.processed,
9749: results/097.processed, results/099.processed,
9750: results/100.processed, results/101.processed,
9751: results/102.processed, results/104.processed,
9752: results/105.processed, results/106.processed,
9753: results/107.processed, results/108.processed,
9754: results/109.processed, results/110.processed,
9755: results/111.processed, results/112.processed,
9756: results/113.processed, results/114.processed,
9757: results/115.processed, results/117.processed,
9758: results/119.processed, results/120.processed,
9759: results/121.processed, results/122.processed,
9760: results/123.processed, results/124.processed,
9761: results/125.processed, results/126.processed,
9762: results/127.processed, results/128.processed,
9763: results/129.processed, results/130.processed,
9764: results/131.processed, results/132.processed,
9765: results/133.processed, results/134.processed,
9766: results/135.processed, results/136.processed,
9767: results/138.processed, results/139.processed,
9768: results/140.processed, results/141.processed,
9769: results/142.processed, results/143.processed,
9770: results/144.processed, results/145.processed,
9771: results/146.processed, results/147.processed,
9772: results/148.processed, results/149.processed, results/auto.p: .
9773: now works if we turn off default auto.p
9774:
1.116 moko 9775: * configure: . makes
1.95 moko 9776:
9777: * src/types/pa_vxnode.C: . less warnings
9778:
9779: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9780: tests/145.html, tests/149.html, tests/descript.ion,
9781: tests/outputs/d.cmd, tests/results/142.processed,
9782: tests/results/143.processed, tests/results/144.processed,
9783: tests/results/145.processed, tests/results/146.processed,
9784: tests/results/147.processed, tests/results/148.processed,
9785: tests/results/149.processed: . removed .nodeValue from all node
9786: types other than 5 (grabbed piece from gdome)
9787:
9788: * tests/: 137.html, results/137.processed: . not handled this case
9789: yet. code does not hang from inserting parent into child,
9790: considering thing minor issue -- nodes are removed from source
9791: anyway, don't know why shold that be an error after all
9792:
9793: * src/targets/cgi/parser3.C: . style
9794:
9795: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9796: xdoc too [were barking "not element"]
9797:
9798: 2005-12-16 paf
9799:
9800: * tests/: 146.html, 147.html, 148.html: . more tests
9801:
9802: * src/classes/xnode.C: . also bark on possible errors
9803:
9804: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9805: props
9806:
9807: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9808: main/compile.y: merged from HEAD ! fixed overoptimized
9809: ^call(false) case. (confused it with ^call[] case)
9810:
9811: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9812: ^call(false) case. (confused it with ^call[] case)
9813:
9814: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9815:
9816: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9817: results/001.processed, results/002.processed,
9818: results/003.processed, results/004.processed,
9819: results/005.processed, results/006.processed,
9820: results/008.processed, results/009.processed,
9821: results/010.processed, results/011.processed,
9822: results/012.processed, results/013.processed,
9823: results/014.processed, results/015.processed,
9824: results/016.processed, results/017.processed,
9825: results/018.processed, results/019.processed,
9826: results/020.processed, results/021.processed,
9827: results/022.processed, results/023.processed,
9828: results/024.processed, results/025.processed,
9829: results/026.processed, results/027.processed,
9830: results/028.processed, results/029.processed,
9831: results/030.processed, results/031.processed,
9832: results/032.processed, results/033.processed,
9833: results/034.processed, results/035.processed,
9834: results/036.processed, results/037.processed,
9835: results/038.processed, results/039.processed,
9836: results/040.processed, results/041.processed,
9837: results/042.processed, results/043.processed,
9838: results/044.processed, results/045.processed,
9839: results/046.processed, results/047.processed,
9840: results/048.processed, results/049.processed,
9841: results/050.processed, results/051.processed,
9842: results/052.processed, results/053.processed,
9843: results/054.processed, results/055.processed,
9844: results/056.processed, results/057.processed,
9845: results/058.processed, results/059.processed,
9846: results/060.processed, results/061.processed,
9847: results/062.processed, results/063.processed,
9848: results/064.processed, results/065.processed,
9849: results/066.processed, results/067.processed,
9850: results/068.processed, results/069.processed,
9851: results/070.processed, results/071.processed,
9852: results/072.processed, results/073.processed,
9853: results/074.processed, results/075.processed,
9854: results/076.processed, results/077.processed,
9855: results/078.processed, results/079.processed,
9856: results/080.processed, results/081.processed,
9857: results/082.processed, results/083.processed,
9858: results/084.processed, results/085.processed,
9859: results/086.processed, results/087.processed,
9860: results/088.processed, results/089.processed,
9861: results/090.processed, results/091.processed,
9862: results/092.processed, results/093.processed,
9863: results/094.processed, results/095.processed,
9864: results/096.processed, results/097.processed,
9865: results/099.processed, results/101.processed,
9866: results/102.processed, results/104.processed,
9867: results/105.processed, results/106.processed,
9868: results/107.processed, results/108.processed,
9869: results/109.processed, results/110.processed,
9870: results/111.processed, results/112.processed,
9871: results/113.processed, results/114.processed,
9872: results/115.processed, results/116.processed,
9873: results/117.processed, results/118.processed,
9874: results/119.processed, results/120.processed,
9875: results/121.processed, results/122.processed,
9876: results/123.processed, results/124.processed,
9877: results/125.processed, results/126.processed,
9878: results/127.processed, results/128.processed,
9879: results/129.processed, results/130.processed,
9880: results/131.processed, results/132.processed,
9881: results/133.processed, results/134.processed,
9882: results/135.processed, results/136.processed,
9883: results/137.processed, results/138.processed,
9884: results/139.processed, results/140.processed,
9885: results/141.processed: . refreshed old tests, made them work
9886: without auto.p (in utf8) . things noted: . gif got encoded
9887: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9888: some strange year)
9889:
9890: * INSTALL: . revived linux libgc fix
9891:
9892: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9893: glib/gdome in INSTALL and patches]
9894:
9895: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9896: include/pa_charset.h, include/pa_config_includes.h,
9897: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9898: include/pa_xml_exception.h, lib/cord/Makefile.am,
9899: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9900: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9901: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9902: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9903: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9904: types/pa_vxnode.h: . started killing gdome
9905:
9906: 2005-12-13 paf
9907:
9908: * src/main/: pa_request.C: merged from HEAD ! when code in
9909: @unhandled_exception thrown another exception, print correct
9910: origin (earlier code in catch of exception inside of
9911: @unhandled_exception grabbed parent_frame(original_exception)
9912: origin and printed it, instead of true origin)
9913:
9914: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9915: another exception, print correct origin (earlier code in catch of
9916: exception inside of @unhandled_exception grabbed
9917: parent_frame(original_exception) origin and printed it, instead
9918: of true origin)
9919:
9920: 2005-12-09 paf
9921:
9922: * INSTALL: . updated INSTALL doc to work around linux stack base
9923: detection problem, due to change in gc6.4 code
9924:
9925: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9926: ignored in ^string.matched :(
9927:
9928: * src/main/pa_string.C: ! regex tainting were ignored in
9929: ^string.matched :(
9930:
9931: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9932: src/include/pa_config_fixed.h, src/include/pa_version.h,
9933: src/main/compile.y, src/main/compile_tools.h,
9934: src/main/pa_charset.C, src/main/pa_common.C,
9935: src/main/pa_globals.C, src/main/pa_string.C,
9936: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9937: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9938:
9939: 2005-12-08 paf
9940:
9941: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9942: 500 chars now handled OK [were wrapped on 500th char according to
9943: rfc, but sendmail failed to unwrap it properly]
9944:
9945: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9946: handled OK [were wrapped on 500th char according to rfc, but
9947: sendmail failed to unwrap it properly]
9948:
9949: * src/targets/isapi/parser3isapi.C: . less warnings
9950:
9951: * src/targets/isapi/parser3isapi.C: . undone some strange change
9952: since 3.1.5
9953:
9954: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9955: link fixes
9956:
9957: * src/: classes/date.C, include/pa_config_fixed.h,
9958: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9959: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9960: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9961:
9962: * src/include/pa_config_fixed.h: . removed outdated string origins
9963: [in current storage scheme there's no place for them. someday we
9964: can add third CORD to store origins and special version of parser
9965: which stores origins there [separate binary]]
9966:
9967: 2005-12-07 paf
9968:
9969: * src/targets/isapi/parser3isapi.C: . now links in release mode
9970:
9971: * src/include/pa_version.h: makefiles
9972:
9973: * src/include/pa_version.h: . not beta
9974:
9975: * configure, configure.in, src/include/pa_version.h: not beta
9976:
9977: 2005-12-06 paf
9978:
9979: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9980: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9981: decided to undo the change ^call[$void] passes void. now it will
9982: pass empty string again.
9983:
9984: * src/main/: compile.tab.C, compile.y: . version readded
9985:
9986: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9987: = ^switch[void] problem
9988:
9989: 2005-12-01 paf
9990:
9991: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9992: caused ^case[string] to be coerced to double since searching
9993: value were not string (it was vvoid)
9994:
9995: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9996: ^case[string] to be coerced to double since searching value were
9997: not string (it was vvoid)
9998:
9999: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10000: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10001:
10002: 2005-11-30 paf
10003:
10004: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10005: win32 must putenv("TZ="), on unix works only putenv("TZ")
10006:
10007: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10008: putenv("TZ="), on unix works only putenv("TZ")
10009:
10010: * INSTALL: . xml libs versions updated
10011:
10012: * src/main/pa_globals.C: //20051130 trying to remove this, author
10013: claims that fixed a lot there // 20040920 for now both
10014: workarounds needed. wait for new libxml/xsl versions
10015:
10016: 2005-11-28 paf
10017:
10018: * src/classes/table.C: merged from HEAD: ! nameless table has
10019: columns==0
10020:
10021: * src/classes/table.C: ! nameless table has columns==0
10022:
10023: * src/main/pa_http.C: merged from HEAD: ! status line check made
10024: earlier [was totally wrong]
10025:
10026: * src/main/pa_http.C: ! status line check made earlier [was totally
10027: wrong]
10028:
10029: 2005-11-25 paf
10030:
10031: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10032: undoing for now...
10033:
10034: * src/include/pa_version.h: -this reduces speed(table::load),
10035: strange. undoing
10036:
10037: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10038:
10039: * src/classes/op.C: + ^while(){}[SEPARATOR]
10040:
10041: * src/include/pa_array.h: + optimistics added: all arrays (table
10042: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10043: this speeds things up and saves memory a LOT! (not noticed
10044: negative effect on syntetic tests, future will tell...)
10045:
10046: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10047: changed gc_malloc implementation, which obscured profiling
10048:
10049: * src/classes/table.C: merged from HEAD: + optimized
10050: table::load/sql, now row ArrayString-s allocated with
10051: columns.count() elements and don't always grow from
10052: count=3[realloc,realloc]
10053:
10054: * src/classes/table.C: + optimized table::load/sql, now row
10055: ArrayString-s allocated with columns.count() elements and don't
10056: always grow from count=3[realloc,realloc]
10057:
10058: * src/classes/table.C: merged from HEAD: . ^table.save unused
10059: buffer after save
10060:
10061: * src/classes/table.C: . ^table.save unused buffer after save
10062:
10063: 2005-11-24 paf
10064:
10065: * configure.in: . merged glib2-config patch
10066:
10067: * configure.in: + trying to find glib2-config
10068:
10069: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10070: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10071: file/dir_readable to simple file/dir_exist, this would help in
10072: situations "class not found because .p file has bad rights" << in
10073: that case error would be explicit "access denied to 'this' file"
10074:
1.116 moko 10075: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10076:
10077: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10078: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10079: to simple file/dir_exist, this would help in situations "class
10080: not found because .p file has bad rights" << in that case error
10081: would be explicit "access denied to 'this' file"
10082:
10083: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10084: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10085: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10086: ^file::exec/cgi[script;$.charset[changed]
10087: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10088: encoded in $.charset charset
10089:
10090: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10091: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10092: encoded in $.charset charset
10093:
10094: * src/: include/Makefile.am, include/pa_common.h,
10095: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10096: main/pa_common.C, main/pa_http.C: . extracted http:// into
10097: separate file [preparation for
10098: ^file::cgi[script;$.form[$.field1[]
10099:
10100: 2005-11-22 paf
10101:
10102: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10103:
10104: * acinclude.m4, configure.in: . merged underquting fixes
10105:
1.116 moko 10106: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10107:
10108: * src/classes/op.C: . overmerged a little
10109:
10110: * src/main/compile.tab.C: Makefile
10111:
10112: * src/main/: pa_common.C: . less gcc warnings
10113:
10114: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10115: now reports original exception if we have no old cache
10116:
10117: * src/classes/op.C: + $exception.handled[cache] now reports
10118: original exception if we have no old cache
10119:
10120: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10121: from HEAD: + ^taint/untaint[regex] << escapes these:
10122: \^$.[]|()?*+{}
10123:
10124: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10125: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10126:
10127: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10128: getenv-ed variable, which does not work both on win32&unix.
10129: copied old TZ value now
10130:
10131: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10132: stored pointer to getenv-ed variable, which does not work both on
10133: win32&unix. copied old TZ value now
10134:
10135: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10136: getenv-ed variable, which does not work both on win32&unix.
10137: copied old TZ value now
10138:
10139: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10140: access to internal hash
10141:
10142: * src/types/pa_vresponse.C: + $response:headers access to internal
10143: hash
10144:
10145: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10146: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10147: isapi] this reduces number of "GC Warning: Repeated allocation of
10148: very large block" messages to only important onces
10149:
10150: * src/targets/isapi/parser3isapi.C: +
10151: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10152: isapi] this reduces number of "GC Warning: Repeated allocation of
10153: very large block" messages to only important onces
10154:
10155: * src/classes/string.C: merged from HEAD: + removed limitation on
10156: ^string/int/double:sql{}[$.default[({param style})] ]
10157:
10158: * src/classes/string.C: + removed limitation on
10159: ^string/int/double:sql{}[$.default[({param style})] ]
10160:
10161: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10162: with ?params or $.form option" limitation
10163:
10164: * src/main/pa_common.C: + removed "use either uri with ?params or
10165: $.form option" limitation
10166:
10167: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10168: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10169: ^file::base64[encoded] decode
10170:
10171: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10172: main/pa_common.C: + ^file.base64[] encode +
10173: ^file::base64[encoded] decode
10174:
10175: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10176: ^string:base64[encoded] decode
10177:
10178: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10179: ^string:base64[in] encode + ^string.base64[] decode
10180:
10181: 2005-11-21 paf
10182:
10183: * src/classes/file.C: + merged from HEAD:
10184: ^file::create[text;file.xml;^untaint[xml]{data}]
10185:
10186: * src/classes/file.C: +
10187: ^file::create[text;file.xml;^untaint[xml]{data}]
10188:
10189: * src/main/pa_request.C: ! merged: $response:body[file] now
10190: differes from :download, it does not return content-disposition
10191: at all now [previusely it returned valueless content-disposition]
10192:
10193: * src/main/pa_request.C: ! $response:body[file] now differes from
10194: :download, it does not return content-disposition at all now
10195: [previusely it returned valueless content-disposition]
10196:
10197: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10198: literals, reverted to just vvod, recreating empty array with each
10199: void_value token. that's absolutely needed, since that array
10200: grows
10201:
10202: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10203: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10204: types/pa_vmethod_frame.h: + merged: expression literals:
10205: true/false. ^format[$.indent(true)]
10206:
10207: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10208: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10209: types/pa_vmethod_frame.h: + expression literals: true/false.
10210: ^format[$.indent(true)]
10211:
10212: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10213: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10214: i386-pc-win32)"
10215:
10216: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10217: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10218: i386-pc-win32)"
10219:
10220: 2005-11-18 paf
10221:
10222: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10223: null}[$.default(123)] will now return default value
10224:
10225: * src/classes/op.C: + merged ^cache[] << returns current cache
10226: expiration time
10227:
10228: * src/classes/op.C: + ^cache[] << returns current cache expiration
10229: time
10230:
10231: * src/classes/table.C: ! merged ^table::create[not'nameless';
10232: failed << Exception.problem_source pointed to local var!
10233:
10234: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10235: Exception.problem_source pointed to local var!
10236:
10237: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10238: now loads VFile.ptr!=0, so such files can be saved now
10239:
10240: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10241: loads VFile.ptr!=0, so such files can be saved now
10242:
10243: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10244: only . and .. now removed from list [were removed all .*]
10245:
10246: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10247: .. now removed from list [were removed all .*]
10248:
10249: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10250: open error now checked, were not :( [stole that piece from apache
10251: 1.3 sources]
10252:
10253: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10254: checked, were not :( [stole that piece from apache 1.3 sources]
10255:
10256: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10257: untainting of @main result if returned by $result or
10258: $response:body
10259:
10260: * src/main/pa_request.C: ! ensured proper untainting of @main
10261: result if returned by $result or $response:body
10262:
10263: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10264: issue: now tries to guess content-length and allocates one big
10265: piece if possible [regretfully gc_realloc works as malloc+free,
10266: leaving lots of holes behind]
10267:
10268: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10269: fixed file load memory issue: now tries to guess content-length
10270: and allocates one big piece if possible [regretfully gc_realloc
10271: works as malloc+free, leaving lots of holes behind]
10272:
10273: 2005-11-16 paf
10274:
10275: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10276: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10277: table::save with enclosers now doubles them: "->"" !
10278: table::save/load do not remove elements from options hash
10279:
10280: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10281: [were overoptimized ^if(double_literal), compiler confused
10282: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10283:
10284: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10285: [were overoptimized ^if(double_literal), compiler confused
10286: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10287:
10288: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10289: main/pa_common.C: ! table::save with enclosers now doubles them:
10290: "->"" ! table::save/load do not remove elements from options hash
10291:
10292: 2005-11-03 paf
10293:
1.116 moko 10294: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10295: compilation, not all makefiles liked that
1.95 moko 10296:
10297: 2005-08-30 paf
10298:
10299: * src/classes/op.C: merge . speedup check of [DEFAULT]
10300:
10301: * src/classes/op.C: . speedup check of [DEFAULT]
10302:
10303: 2005-08-26 paf
10304:
10305: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10306:
10307: * src/: classes/date.C, types/pa_vdate.h: + date.week
10308:
10309: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10310: complains about bad!=nameless
10311:
10312: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10313: about bad!=nameless
10314:
10315: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10316: optional options were allowed to be empty. were checked
10317: if(is_string), changed to !defined||is_string to allow void
10318:
10319: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10320: classes/string.C, classes/table.C, classes/void.C: ! optional
10321: options were allowed to be empty. were checked if(is_string),
10322: changed to !defined||is_string to allow void
10323:
10324: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10325: as_junction where they needed as_int/double, so failed with
10326: recent "(const) now no junction" optimization
10327:
10328: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10329: merged ! many classes/* used as_junction where they needed
10330: as_int/double, so failed with recent "(const) now no junction"
10331: optimization
10332:
10333: * src/: classes/double.C, classes/int.C, classes/math.C,
10334: classes/op.C, classes/string.C, classes/table.C,
10335: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10336: used as_junction where they needed as_int/double, so failed with
10337: recent "(const) now no junction" optimization
10338:
10339: 2005-08-24 paf
10340:
10341: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10342: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10343: stripped it
10344:
10345: 2005-08-09 paf
10346:
10347: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10348: not cleared
10349:
10350: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10351: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10352: classes/hashfile.C, classes/image.C, classes/int.C,
10353: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10354: classes/response.C, classes/string.C, classes/table.C,
10355: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10356: include/pa_array.h, include/pa_cache_managers.h,
10357: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10358: include/pa_config_fixed.h, include/pa_config_includes.h,
10359: include/pa_dictionary.h, include/pa_dir.h,
10360: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10361: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10362: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10363: include/pa_request_charsets.h, include/pa_request_info.h,
10364: include/pa_sapi.h, include/pa_socks.h,
10365: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10366: include/pa_stack.h, include/pa_string.h,
10367: include/pa_stylesheet_connection.h,
10368: include/pa_stylesheet_manager.h, include/pa_table.h,
10369: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10370: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10371: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10372: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10373: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10374: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10375: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10376: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10377: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10378: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10379: main/pa_sql_driver_manager.C, main/pa_string.C,
10380: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10381: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10382: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10383: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10384: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10385: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10386: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10387: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10388: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10389: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10390: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10391: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10392: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10393: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10394: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10395: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10396: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10397: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10398: types/pa_vresponse.C, types/pa_vresponse.h,
10399: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10400: types/pa_vstateless_object.h, types/pa_vstatus.C,
10401: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10402: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10403: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10404: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10405: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10406:
10407: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10408: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10409: speedup consequent checks in vmethod_frame
10410:
10411: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10412: not cleared
10413:
10414: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10415: params: 50 max (were 10)
10416:
10417: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10418: params: 50 max (were 10)
10419:
10420: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10421: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10422: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10423: empty string) ! simplified (double) speedup consequent checks in
10424: vmethod_frame
10425:
10426: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10427: optimized constants in expressions vstring->vdouble + optimized
10428: ^call(vdouble), no junction creation, no calls later
10429:
10430: 2005-08-08 paf
10431:
10432: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10433: integrated
10434:
10435: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10436: integrated
10437:
10438: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10439: compile_tools.h: merged + optimized constants in expressions
10440: vstring->vdouble + optimized ^call(vdouble), no junction
10441: creation, no calls later
10442:
10443: * src/types/pa_vdouble.h: merged . double values without fractional
10444: part now default printed as %.0f instead of %g
10445:
10446: * src/types/pa_vdouble.h: . double values without fractional part
10447: now default printed as %.0f instead of %g
10448:
10449: * src/classes/hashfile.C: . merged ! second hashfile::open would
10450: cause an exception
10451:
10452: * src/classes/hashfile.C: ! second hashfile::open would cause an
10453: exception
10454:
10455: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10456: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10457: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10458: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10459: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10460: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10461: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10462: types/pa_vresponse.h, types/pa_vstateless_class.C,
10463: types/pa_vstateless_object.h, types/pa_vvoid.h,
10464: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10465: merged VJunction(new Junction) optimization from 3.1.4
10466:
10467: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10468: types/pa_vstateless_class.C: + optimized new VJunction(new
10469: Junction(params)) to new VJunction(params), thousands of mallocs
10470: removed
10471:
10472: 2005-08-05 paf
10473:
10474: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10475: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10476: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10477: creation, no calls later
10478:
10479: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10480: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10481: classes/hashfile.C, classes/image.C, classes/int.C,
10482: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10483: classes/response.C, classes/string.C, classes/table.C,
10484: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10485: include/pa_array.h, include/pa_cache_managers.h,
10486: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10487: include/pa_config_fixed.h, include/pa_config_includes.h,
10488: include/pa_dictionary.h, include/pa_dir.h,
10489: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10490: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10491: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10492: include/pa_request_charsets.h, include/pa_request_info.h,
10493: include/pa_sapi.h, include/pa_socks.h,
10494: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10495: include/pa_stack.h, include/pa_string.h,
10496: include/pa_stylesheet_connection.h,
10497: include/pa_stylesheet_manager.h, include/pa_table.h,
10498: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10499: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10500: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10501: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10502: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10503: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10504: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10505: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10506: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10507: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10508: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10509: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10510: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10511: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10512: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10513: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10514: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10515: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10516: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10517: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10518: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10519: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10520: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10521: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10522: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10523: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10524: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10525: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10526: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10527: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10528: types/pa_vstateless_object.h, types/pa_vstatus.C,
10529: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10530: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10531: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10532: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10533: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10534:
10535: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10536: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10537: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10538: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10539: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10540: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10541: optimized constants in expressions vstring->vdouble
10542:
10543: 2005-07-29 paf
10544:
10545: * src/types/pa_vclass.C: . shaped up error messages a bit
10546:
10547: * src/types/pa_vclass.C: + property getter can now be overridden
10548:
10549: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10550: bug fix: static parent fields were not replaced in case
10551: $derived:field[put] + property setter can now be overridden
10552:
10553: 2005-07-28 paf
10554:
10555: * configure, configure.in, src/classes/classes.h,
10556: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10557: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10558: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10559: src/classes/xnode.h, src/include/pa_hash.h,
10560: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10561: src/types/Makefile.am, src/types/pa_method.h,
10562: src/types/pa_value.h, src/types/pa_vclass.C,
10563: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10564: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10565: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10566: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10567: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10568: src/types/pa_vobject.C, src/types/pa_vobject.h,
10569: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10570: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10571: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10572: src/types/pa_vstateless_class.h,
1.95 moko 10573: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10574: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10575: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10576: dynamic_fields_join
10577:
10578: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10579: classes/xnode.C, include/pa_hash.h, main/execute.C,
10580: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10581: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10582: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10583: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10584: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10585: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10586: types/pa_vresponse.h, types/pa_vstateless_object.h,
10587: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10588: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10589: restored its checks in vobject.put_element->static fields |
10590: dynamic properties
10591:
10592: 2005-07-27 paf
10593:
10594: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10595: is some old code containing @set_name $name
10596:
10597: * src/types/pa_vobject.h: . fixed warning
10598:
10599: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10600: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10601:
10602: * src/: classes/xnode.C, include/pa_hash.h,
10603: types/pa_vstateless_class.C: ! new asserts were all false.
10604: regretfully reverted them all to checks
10605:
10606: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10607: classes/op.C, main/execute.C, types/pa_method.h,
10608: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10609: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10610: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10611: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10612: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10613: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10614: types/pa_vstateless_object.h, types/pa_vvoid.h,
10615: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10616: joined_dynamic_fields: removed unused param from put_method
10617: (returned to 3 params)
10618:
10619: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10620: joined_dynamic_fields: dynamic get/set works with overriding
10621: props [alpha2]
10622:
10623: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10624: works [alfa]
10625:
10626: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10627: classes/op.C, include/pa_hash.h, main/execute.C,
10628: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10629: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10630: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10631: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10632: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10633: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10634: types/pa_vresponse.h, types/pa_vstateless_class.C,
10635: types/pa_vstateless_object.h, types/pa_vvoid.h,
10636: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10637: joined_dynamic_fields: just compiled
10638:
10639: * src/: classes/date.C, classes/file.C, classes/hash.C,
10640: classes/hashfile.C, classes/image.C, classes/table.C,
10641: classes/xdoc.C, classes/xnode.h, main/execute.C,
10642: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10643: types/pa_vstateless_class.h: joined_dynamic_fields: started
10644:
10645: * src/types/pa_vobject.C: . object setters [only started, does not
10646: work yet]
10647:
10648: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10649: object setters [only started, does not work yet]
10650:
10651: 2005-07-26 paf
10652:
10653: * src/: include/pa_request.h, main/execute.C: . properties: set
10654: works [alpha2]. for classes. todo: for objects
10655:
10656: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10657: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10658: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10659: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10660: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10661: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10662: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10663: types/pa_vstateless_object.h, types/pa_vvoid.h,
10664: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10665: properties: set works [alpha1]
10666:
10667: 2005-07-25 paf
10668:
10669: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10670: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10671: properties: started, get works [alpha1, other approach]
10672:
10673: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10674: properties: started, get works [alpha2]
10675:
10676: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10677: pa_vstateless_class.h: . properties: started, get works [alpha]
10678:
10679: 2005-07-15 paf
10680:
10681: * src/: classes/classes.h, classes/op.C, main/execute.C,
10682: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10683: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10684: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10685: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10686: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10687: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10688: types/pa_vresponse.C, types/pa_vresponse.h,
10689: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10690: types/pa_vstateless_object.h, types/pa_vvoid.h,
10691: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10692: types/pa_wwrapper.h, types/types.vcproj: + started property
10693: [getters work but think of changing them too to precaching]
10694:
10695: 2005-07-08 paf
10696:
10697: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10698: gpf
10699:
10700: 2005-06-28 paf
10701:
10702: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10703: in passing empty strings to file::exec/cgi environment
10704:
10705: 2005-06-06 paf
10706:
10707: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10708: ^table:sql ^hash:sql now DO process $.bind option
10709:
10710: 2005-05-24 paf
10711:
10712: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10713: $.limit] now work again [support was broken in 3.1.4]
10714:
10715: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10716: ALL_INTERIOR_POINTERS
10717:
10718: 2005-05-12 paf
10719:
10720: * configure: 3.1.5beta
10721:
10722: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10723:
10724: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10725: $.limit] now work again [support was broken in 3.1.4]
10726:
10727: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10728: line-width [was refusing to fill if line-width >1, thanks to
10729: Seras <seras@pinxit.lt> for repro case
10730:
10731: 2005-04-25 paf
10732:
10733: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10734: correctly
10735:
10736: 2005-04-19 paf
10737:
10738: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10739: in VString violating invariant!!
10740:
10741: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10742: getenv("TZ")==null
10743:
10744: 2005-04-08 paf
10745:
10746: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10747: bugfix: when there is no char in charset one byte produces 6
10748: (ÿ <<max). increased buffer size!
10749:
10750: 2005-03-23 paf
10751:
10752: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10753: ^date.sql-string now takes TZ into account
10754:
10755: 2005-03-16 paf
10756:
10757: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10758: gcc 3.4
10759:
10760: * src/types/pa_vhash.C: . warning about eof eol
10761:
10762: 2005-02-17 paf
10763:
10764: * operators.txt, src/classes/op.C: + operator ^sleep(double
10765: seconds)
10766:
10767: 2005-02-02 paf
10768:
10769: * src/classes/xnode.C: beauty: removed needless includes
10770:
10771: 2005-01-31 paf
10772:
10773: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10774: $.partNoNumber now alias to $.part1
10775:
10776: * src/types/pa_vmail.C: change: incoming letter part contains
10777: "content-disposition" header with any value? now considering that
10778: part to be "file#" [for text/plain text/html were $.text#
10779: $.html#]
10780:
10781: * INSTALL: updatet to latest working versions available
10782:
10783: 2005-01-20 paf
10784:
10785: * configure.in, src/include/pa_version.h: version
10786:
10787: 2005-01-19 paf
10788:
1.116 moko 10789: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10790: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10791: couple warnings in parser3.C
1.95 moko 10792:
10793: 2004-12-23 paf
10794:
10795: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10796:
10797: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10798: dir to directory of script (when shbang used), not to directory
10799: of its interpreter
10800:
10801: * src/include/pa_version.h: compiled on win32...
10802:
10803: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10804: we need more hspace
10805:
10806: * configure, configure.in, src/include/pa_version.h: configured
10807: host to pa_version. will be displayed everywhere
10808:
10809: * src/main/pa_request.C: new: @unhandled_exception can prevent
10810: exception from being logged by setting $exception.handled(1)
10811:
10812: * operators.txt, src/classes/file.C: change:
10813: ^file::sql{query}[[options]] options: $.name[file name]
10814: $.content-type[application/what]
10815:
10816: * src/: include/pa_common.h, main/pa_common.C,
10817: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10818: new file
10819:
10820: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10821: bugfix: table->hash now regards _default
10822:
10823: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10824: created by accessing $name_of_method it acquired bad self=closest
10825: methodframe; instead of proper self (current class)
10826:
10827: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10828: hashfile produced bad cord
10829:
10830: 2004-12-10 paf
10831:
10832: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10833: subsequent failures though defined in .h
10834:
10835: * src/main/pa_common.C: comment on volatile
10836:
10837: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10838: alarm function were not used since the beginning due to stupid
10839: error [setsigjmp were not checked in configure.in]
10840:
10841: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10842: unix too
10843:
10844: * src/main/pa_common.C: http: exception status of send/recv errors
10845: change to most probable http.timeout
10846:
10847: * src/main/pa_common.C: win32: http connection $.timeout option now
10848: works [setsockopt on send/receive]
10849:
10850: 2004-12-08 paf
10851:
10852: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10853: cstr-ed knowing mail charset, and untainting uri lang now knows
10854: proper charset
10855:
10856: 2004-11-24 paf
10857:
10858: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10859:
10860: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10861: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10862:
10863: 2004-11-12 paf
10864:
10865: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10866: [since 3.0.4]
10867:
10868: 2004-11-09 paf
10869:
10870: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10871: writes basics to c:\parser3.log
10872:
10873: 2004-10-21 paf
10874:
10875: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10876: tainted strings [were returning clean onces]
10877:
10878: 2004-10-15 paf
10879:
10880: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10881: cycles(i=1; i=2), which was wrong, now does ONE
10882:
10883: 2004-10-12 paf
10884:
10885: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10886:
10887: 2004-10-07 paf
10888:
10889: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10890: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10891: release asserts
10892:
10893: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10894: String.dump() to stdout in detailed form [were String.v() in
10895: short form]
10896:
10897: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10898: \t\r\n as @#| and truncates long char sequences less
10899:
10900: 2004-10-06 paf
10901:
10902: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10903: win32 beauty: socket errors properly decoded
10904:
10905: 2004-10-05 paf
10906:
10907: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10908: request::configure_user/admin done always, even if no
10909: file-to-process useful in @unhandled_exception [say, if they
10910: would want to mail by SMTP something]
10911:
10912: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10913: now performed prior to file loading [and @auto executing] thus
10914: making $cookie:value available in @auto and in
10915: @unhandled_exception when IIS is configured to run interpreter
10916: even if no file exist
10917:
10918: 2004-09-20 paf
10919:
10920: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10921: somewhere where it should have called xmlMalloc and it calls
10922: xmlFree when it should have not called it. inserted two
10923: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10924: xmlFree just ignored. put away a testcase, maybe someday libxml
10925: author would fix all that. until that day: we have SLOW garbage
10926: collecting when many xml objects are alive hint: do
10927: ^memory:compact[] before xdoc::create
10928:
10929: 2004-09-17 paf
10930:
10931: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10932: error from 3.0.8 version]
10933:
10934: 2004-09-14 paf
10935:
10936: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10937: part bugfix: hashfile.foreach iterated only part if hashfile were
10938: modified inside
10939:
10940: 2004-09-13 paf
10941:
10942: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10943: [were as octal]
10944:
10945: * src/types/pa_vhashfile.C: beauty: not reproduced
10946: $hashfile.key[$novalue] bug [reported by motorin], inserted
10947: safety-check
10948:
10949: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10950: [not something obscure from sdbm lib]
10951:
10952: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10953: = strerror now returnes something and we can properly report that
10954: to client
10955:
10956: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10957: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10958:
10959: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10960: [tainted as-is] this helps //[space][newline] to remain as-is and
10961: not be unnecessary optimized away [ruining javascript]
10962:
10963: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10964: [tainted as-is]
10965:
10966: * src/classes/mail.C: bugfix: typo error
10967:
10968: 2004-09-09 paf
10969:
10970: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10971: separators bugfix: loads header with endings \r\n\r\n and \n\n
10972: (bloody yandex.server)
10973:
10974: 2004-09-06 paf
10975:
10976: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10977: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10978: encoded
10979:
10980: 2004-09-01 paf
10981:
10982: * src/types/pa_vmail.C: change: multipart/mixed changed to
10983: multipart/related outlook express have no problems showing
10984: unrelated attachments. todo: someday figure out a way of
10985: multipart/mixed multipart/related text/html
10986: image/xxx application/octet-stream << true attachments
10987:
10988: * src/types/pa_vmail.C: new:
10989: ^mail:send[$.file[$.content-disposition can be overriden new:
10990: empty mail header fields removed from letter
10991:
10992: * src/: classes/mail.C, include/pa_config_fixed.h,
10993: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10994: ^mail:send[ $.file[ $.any[header]
10995:
10996: 2004-08-30 paf
10997:
10998: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10999: warnings
11000:
11001: * src/main/pa_common.C: beauty: do not bother with charset
11002: detection when ^file::load[binary
11003:
11004: 2004-08-27 paf
11005:
11006: * src/main/pa_common.C: hack: for yandex.server http server
11007:
11008: 2004-08-18 paf
11009:
11010: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11011: possibly-chunked response
11012:
11013: 2004-08-17 paf
11014:
11015: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11016: $f.content-type now = that of http response
11017:
11018: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11019: $f.content-type now = that of http response
11020:
11021: 2004-07-30 paf
11022:
11023: * src/: include/pa_request.h, main/pa_request.C,
11024: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11025: win32: system&parser exceptions in release mode reported properly
11026: parser exception in exception handler WERE mistakenly reported as
11027: system exception, without details [in apache & isapi] +some
11028: beauty in exception text
11029:
11030: * src/: include/pa_exception.h, main/pa_request.C,
11031: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11032: release mode reported properly parser exception in exception
11033: handler WERE mistakenly reported as system exception, without
11034: details
11035:
11036: * src/main/execute.C: beauty: simplified system exception handling
11037:
11038: 2004-07-29 paf
11039:
11040: * src/classes/table.C: bugfix:
11041: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11042: were ignored, and \t used unconditionally]
11043:
11044: * src/types/Makefile.am: added vhash.c
11045:
11046: 2004-07-28 paf
11047:
11048: * src/: classes/date.C, classes/image.C, classes/math.C,
11049: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11050: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11051: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11052: failed on russian letters
11053:
11054: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11055: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11056: letters
11057:
11058: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11059: as 'currentDirectory' parameter to CreateProcess
11060:
11061: 2004-07-27 paf
11062:
11063: * src/targets/cgi/parser3.vcproj: beauty: win32:
11064: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11065: from release somewhere [to help searching for unhandled system
11066: exceptions]
11067:
11068: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11069: TZ shift
11070:
11071: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11072: but also in ctor
11073:
11074: 2004-07-26 paf
11075:
11076: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11077: src/main/pa_request.C, src/types/pa_vfile.h,
11078: src/types/pa_vhash.C, src/types/pa_vhash.h,
11079: src/types/types.vcproj: new: $response:body/download[
11080: $.file[name on disk] $.name[of file for user]
11081: $.mdate[date of last-modified. default from directory] ]
11082:
11083: * src/classes/file.C: moving file:send somewhere else..
11084:
11085: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11086: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11087: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11088: $response:download[ $.filename[filename] $.option[] ,, ]
11089:
11090: * src/classes/file.C: beauty: invalid mode thoroughly reported
11091:
11092: 2004-07-21 paf
11093:
11094: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11095: to several lines
11096:
11097: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11098:
11099: note: ms outlook[!express] shows only first 255 characters of
11100: subject
11101:
11102: 2004-07-15 paf
11103:
11104: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11105: off]
11106:
11107: 2004-07-14 paf
11108:
11109: * src/classes/table.C: bugfix: $.bind values now got untainted
11110: according to lang [were: as-is]
11111:
11112: 2004-07-07 paf
11113:
11114: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11115: checked that
11116:
11117: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11118: now untainted according to their languages. were: as-is.
11119: EVERYWHERE
11120:
11121: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11122: environment string now untainted according to their languages.
11123: were: as-is. EVERYWHERE
11124:
11125: * src/main/pa_exec.C: bufix: on unix environment string now
11126: untainted according to their languages. were: as-is. on win32:
11127: ok
11128:
11129: * parser3.vssscc: ...would not go unnoticed
11130:
11131: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11132: fails. in case on input appears nonutf, those bytes will be
11133: printed in %HH form. that can be easily decoded/recovered.
11134:
11135: this form is quite noticable, and hopefully would not go noticed
11136:
11137: 2004-07-06 paf
11138:
11139: * src/main/pa_exec.C: bufix: on unix environment string now
11140: untainted according to their languages. were: as-is. on win32:
11141: ok
11142:
11143: 2004-07-01 paf
11144:
11145: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11146: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11147: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11148: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11149: main/main.vcproj, targets/cgi/parser3.vcproj,
11150: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11151: option: global optimization ON
11152:
11153: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11154: to do xdoc::create{invalid chars} standard disables chars less
11155: then \x20, except tab, cr, lf.
11156:
11157: changed tainting so that those become '!'
11158:
11159: 2004-06-25 paf
11160:
11161: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11162: int on odd address [prev bugfix failed due to superwize
11163: optimizer, which turned memcpy into same 'ld' asm command]
11164:
11165: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11166: int on odd address
11167:
11168: 2004-06-22 paf
11169:
11170: * src/sql/pa_sql_driver.h: note: about possible optimization
11171:
11172: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11173: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11174: src/include/pa_config_includes.h: new: ^void:sql{call
11175: paf(:a)}[ $.bind[ $.a[2]
11176: ] ] output variables work. todo: check in out
11177: variables
11178:
11179: 2004-06-18 paf
11180:
11181: * src/: classes/file.C, classes/hash.C, classes/string.C,
11182: classes/table.C, classes/void.C, include/pa_globals.h,
11183: include/pa_sql_connection.h, main/compile.tab.C,
11184: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11185: $.bind[ $.a[2] ]
11186: ] input variables work. todo:output
11187:
11188: * src/targets/cgi/parser3.C: bugfix: iis specific
11189: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11190: /_bug.html?404;http://hpsv/test/
11191: --------------------------------------------------------------------------------
11192: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11193: --------------------------------------------------------------------------------
11194: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11195:
11196: 2004-06-16 paf
11197:
11198: * src/targets/cgi/parser3.C: new: iis specific
11199: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11200: $request:query
11201: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11202: $form:fields IIS-STATUS="404"
11203: IIS-DOCUMENT="http://server/_bug.html" f="v"
11204:
11205: todo: isapi too
11206:
11207: 2004-05-26 paf
11208:
11209: * src/include/pa_version.h: 3.1.3
11210:
11211: * operators.txt: beauty: removed outdated level 'table'
11212:
11213: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11214:
11215: * src/main/pa_string.C: beauty: removed 3 warnings
11216:
11217: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11218: classes/op.C: beauty: removed outdated level 'table'
11219:
11220: 2004-05-25 paf
11221:
11222: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11223: implementation. mistery: how anything worked
11224:
11225: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11226: changed, it is now safe to use url if pointers to it are stored
11227: to gc mem
11228:
11229: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11230: unknown errors reported and not cause SIGSEGV now
11231:
11232: 2004-05-24 paf
11233:
11234: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11235: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11236: less memory: CORD_chars_block originally intended to ... it was
11237: good that CORD_chars_block were not used: it consumes more memory
11238: [and, might be slow too] undoing that. [and removed that func so
11239: that it would not confuse parser developer in future]
11240:
11241: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11242: less memory: CORD_chars_block originally intended to
11243: speedup/reduce mem usage were forgotten, and were used stupid
11244: CORD_chars
11245:
11246: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11247:
11248: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11249: BIGENDIAN processors space-conserving mech failed, causing
11250: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11251: (1|2|3));
11252:
11253: 2004-05-14 paf
11254:
11255: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11256: bugfix: void now has vfile value, and $response:body[] works OK
11257:
11258: 2004-05-12 paf
11259:
11260: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11261: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11262: sources to use is_defined() {return as_bool();} along VBool
11263:
11264: 2004-05-11 paf
11265:
11266: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11267: referencing to local objects
11268:
11269: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11270: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11271: left intact
11272:
11273: 2004-04-15 paf
11274:
11275: * src/classes/date.C: merged: beauty: unused var removed
11276:
11277: * src/classes/date.C: beauty: unused var removed
11278:
11279: * src/include/: pa_exec.h: bugfix: interface without pointer
11280: provoked bug
11281:
11282: 2004-04-09 paf
11283:
11284: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11285:
11286: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11287:
11288: 2004-04-08 paf
11289:
11290: * src/classes/date.C: new: ^date::create[y-m-d
11291: h-M-s>>.milliseconds<<] now allowed, ignored so far
11292:
11293: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11294:
11295: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11296: to consult default catalog [usually, that file belongs to other
11297: user/group]
11298:
11299: 2004-04-06 paf
11300:
11301: * src/main/pa_common.C: beauty: gcc warning removed
11302:
11303: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11304: accept that trick, trying other
11305:
11306: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11307: explicit result problem
11308:
11309: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11310: explicit result problem
11311:
11312: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11313: explicit result problem
11314:
11315: * operators.txt, src/classes/string.C: new: ^string.append[string]
11316:
11317: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11318: main/execute.C: attempt_check_call_in_explicit_result_mode:
11319: failed
11320:
11321: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11322: http://i.p.a.ddress gethostbyaddr added [on some platforms
11323: gethostbyname failed with such 'domains'] now checked properly,
11324: were: needless reverse/forward dns lookup
11325:
11326: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11327: http://i.p.a.ddress gethostbyaddr added [on some platforms
11328: gethostbyname failed with such 'domains'] now checked properly,
11329: were: needless reverse/forward dns lookup
11330:
11331: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11332: @method[][result] means "no string output here" moved to lexical
11333: level [on grammar level it were too difficult]
11334:
11335: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11336: src/main/compile.y, src/main/compile_tools.h,
11337: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11338: @method[][result] means "no string output here", implemented part
11339: of that idea: compiler throws away string literal generation
11340: code. and barks nonwhitespace chars
11341:
11342: * operators.txt: truth: removed comment about $ORIGIN
11343:
11344: 2004-04-05 paf
11345:
11346: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11347: src/include/pa_version.h, src/main/pa_common.C,
11348: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11349:
11350: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11351: Konstantin Tomashevitch [mailto:konst@design.ru]
11352:
11353: * src/doc/html2chm.cmd: beauty: no need in bg here
11354:
11355: * src/doc/sources2html.cmd: beauty: same window, in bg it
11356: interfered with FAR console
11357:
11358: * configure, configure.in: 3.1.3
11359:
11360: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11361:
11362: * src/main/pa_common.C: removed warning
11363:
11364: * src/include/pa_version.h: 3.1.3
11365:
11366: 2004-04-02 paf
11367:
11368: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11369:
11370: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11371: allows to specify where to put parser log file
11372:
11373: 2004-04-01 paf
11374:
11375: * src/classes/table.C: bugfix: bugfix: table::load last line
11376: without tab and enter were ignored
11377:
11378: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11379: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11380: main/pa_socks.C, targets/cgi/parser3.C,
11381: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11382: bugfix: sql connections now are disconnected
11383:
11384: 2004-03-30 paf
11385:
11386: * src/classes/table.C: bugfix: table::load last line without tab
11387: and enter were ignored
11388:
11389: * src/classes/table.C: bufix: if last table lines were commented,
11390: gpfed
11391:
11392: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11393: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11394: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11395: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11396: doc/methoded.dox, doc/object.dox, doc/string.dox,
11397: doc/targets.dox, doc/value.dox, include/pa_version.h,
11398: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11399: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11400: bugfixes from 3.1.2, changed version to 3.1.3beta
11401:
11402: 2004-03-29 paf
11403:
11404: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11405: causes gpf
11406:
11407: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11408: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11409: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11410: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11411: value.dox: translated to english
11412:
11413: 2004-03-25 paf
11414:
11415: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11416: parser3project dependency removed
11417:
11418: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11419: bugfix: refused to compile without xml
11420:
11421: * src/types/pa_vform.C: beauty: removed warning
11422:
11423: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11424: any folder [removed last ;) folder dependency]
11425:
11426: * src/classes/classes.vcproj: bugfix: now all compiles in any
11427: folder [removed last ;) folder dependency]
11428:
11429: * src/include/pa_version.h: release
11430:
11431: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11432:
11433: * src/classes/table.C: beauty: comment& more meaningful error
11434: message
11435:
11436: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11437: $.hash[$.column_value1(true) ... ] [were producing some strang
11438: thing]
11439:
11440: 2004-03-23 paf
11441:
11442: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11443: and http status line parsing checked number of columns in table
11444: [user reported an assert]
11445:
11446: * operators.txt: example: on hashfile
11447:
11448: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11449: bugfix: junction reattach now actually reattaches a junction to
11450: new wcontext [were only assigning it to junction, which caused
11451: junction tracking to loose junction, and it's context were not
11452: killed, and it tried to process in invalid context, gpf]
11453:
11454: * src/targets/cgi/parser3.C: debug helper added
11455:
11456: 2004-03-19 paf
11457:
11458: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11459: "type(type)" in braces
11460:
11461: 2004-03-10 paf
11462:
11463: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11464: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11465: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11466: solution to search-in-namespaces problem:
11467: $xdoc.search-namespaces.x[http://pif.design.ru/]
11468: $nodes[^xdoc.select[//x:second]]
11469:
11470: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11471: expression][[NAMESPACES HASH]] allows to search for info in
11472: namespaces
11473:
11474: $nodes[^xdoc.select[//x:second][
11475: $.x[http://pif.design.ru/] ]]
11476:
11477: 2004-03-09 paf
11478:
11479: * operators.txt, src/main/pa_common.C: new:
11480: ^file::load[...][options] $.form[
11481: !$.field1[string]
11482: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11483: ] !$.body[string]
11484:
11485: GET ?here notGET(POST, HEAD, others) in content-type:
11486: application/x-www-form-urlencoded
11487:
11488: todo: upload files ability
11489:
11490: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11491: properly, done
11492:
11493: 2004-03-05 paf
11494:
11495: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11496: GET/POST $.form[$.fields started, not tested yet
11497: todo:$.field[table] for multiple values
11498:
11499: * operators.txt: new: http:// options $.user $.password basic
11500: authorization
11501:
11502: * src/main/pa_common.C: beauty: link to rtf added
11503:
11504: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11505: new: http:// options $.user $.password basic authorization
11506:
11507: * src/main/pa_common.C: beauty: removed needless vars
11508:
11509: * operators.txt: new: pgsql option [like that recently added to
11510: oracle driver] ClientCharset=parser-charset <<
11511: charset in which parser thinks client works
11512:
11513: * operators.txt: new: odbc option [like that recently added to
11514: oracle driver] ClientCharset=parser-charset <<
11515: charset in which parser thinks client works
11516:
11517: * src/sql/pa_sql_driver.h: beauty: important warning added
11518:
11519: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11520: char!
11521:
11522: * etc/parser3.charsets/windows-1251.cfg: typo
11523:
11524: 2004-03-04 paf
11525:
11526: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11527: cached, sql transcoding now goes faster
11528:
11529: * operators.txt: new: mysql option [like that recently added to
11530: oracle driver] ClientCharset=parser-charset <<
11531: charset in which parser thinks client works
11532:
11533: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11534: typo error
11535:
11536: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11537: chars commented
11538:
11539: 2004-03-03 paf
11540:
11541: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11542: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11543:
11544: 2004-03-02 paf
11545:
11546: * operators.txt: new[update typo]: !^void.left(n)
11547: nothing !^void.right(n) nothing !^void.mid(p[;n])
11548: nothing
11549:
11550: * operators.txt, src/classes/void.C: new: !^void.left(n)
11551: nothing !^void.right(n) nothing !^void.pos(p[;n])
11552: nothing
11553:
11554: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11555: ^file::sql[[name_to_become_$.name]]{} query result must be one
11556: row with columns: first: data second: file name third:
11557: content-type
11558:
11559: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11560: ^connect gets properly escaped string, which can be passed to
11561: request now this for mysql only. it's up to parser sql driver to
11562: fix zeros properly
11563:
11564: * INSTALL: note: added on building apache with this option:
11565: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11566:
11567: 2004-03-01 paf
11568:
11569: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11570: extension memory:compact befor processingrequest
11571:
11572: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11573: call sole column of result
11574:
11575: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11576: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11577: pixel color
11578:
11579: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11580: beauty: image -- less checks [were ugly impl]
11581:
11582: * src/classes/string.C: bugfix: ^string.left/right/mid with
11583: negative values now considered bad
11584:
11585: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11586:
11587: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11588: options now have unified defaults [after transform
11589: indent/omit-xml-declaration/standalone 'default' erroreously
11590: meant 'true']
11591:
11592: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11593: added [on some platforms gethostbyname failed with such
11594: 'domains']
11595:
11596: * src/include/pa_config_auto.h.in: no select check, no define
11597:
11598: * src/classes/string.C: feature: ^string.trim both parameters may
11599: be empty-strings, meaning kind=both chars=whitespaces
11600:
11601: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11602: exist
11603:
11604: * src/classes/string.C: check: trim 'chars' must not be empty,
11605: exception if it is
11606:
11607: * src/classes/string.C: changed: ^string.trim [] << both,
11608: whitespaces [start|both|end] << kind, whitespaces
11609: [start|both|end;chars] full
11610:
11611: 2004-02-27 paf
11612:
11613: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11614: method: ^string.trim[start|both|end[;chars]] default
11615: 'chars' -- whitespace chars finished
11616:
11617: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11618: src/main/pa_string.C: new method:
11619: ^string.trim[start|both|end[;chars]] default 'chars' --
11620: whitespace chars started, only start works
11621:
11622: * src/main/compile.C: bugfix: line numbers after
11623: ^process{}[$.line(-10]] can be negative, allowed to print they as
11624: signed
11625:
11626: * src/main/untaint.C: speed: there's no \n chars in output
11627: [normally], so no need to optimize them they could be retrived
11628: from databases, though. but 1. should be replaced 2. if not
11629: optimized, no harm done
11630:
11631: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11632: ^file::exec/cgi could return invalid status & zombie child can
11633: remain for short period until process exists [very bad in
11634: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11635:
11636: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11637: malicious SMTP server to attack as by returning too long status
11638: responses http://i2/tasks/edit/?id=4629448401140924947
11639:
11640: 2004-02-26 paf
11641:
11642: * operators.txt: feature: ^process...{CODE}[now has options] which
11643: are $.main[to what to rename @main] $.file[file,
11644: from which (user says) goes that CODE] $.lineno(line
11645: number in that file, where CODE starts. may be negative)
11646:
11647: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11648: src/main/compile.C, src/main/compile_tools.h,
11649: src/main/pa_request.C: feature: ^process...{CODE}[now has
11650: options] which are $.main[to what to rename @main]
11651: $.file[file, from which (user says) goes that CODE]
11652: $.lineno(line number in that file, where CODE starts. may be
11653: negative)
11654:
11655: 2004-02-25 paf
11656:
1.116 moko 11657: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11658: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11659:
11660: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11661: produces hash of column=>1
11662:
11663: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11664: with incomplete errno constants set
11665:
11666: 2004-02-24 paf
11667:
11668: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11669: "man select"
11670:
11671: * src/main/pa_os.C: beauty: <0 better then ==-1
11672:
11673: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11674:
11675: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11676:
1.116 moko 11677: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11678:
11679: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11680: unix: steps to work on unix [extracted 'to']
11681:
11682: * src/classes/mail.C: smtp on unix: steps to work on unix
11683:
11684: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11685:
1.116 moko 11686: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11687: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11688: unix [testing on solaris]
1.95 moko 11689:
11690: 2004-02-20 paf
11691:
11692: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11693: pointing that out
11694:
11695: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11696: fixed again [same solution, mistanenly removed one line]
11697:
11698: 2004-02-19 paf
11699:
11700: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11701: date::create from bad datetime in spring daylightsaving hole now
11702: OK for all platforms [on some platforms it failed]
11703:
11704: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11705: in daylightsaving hole] now throws error
11706:
11707: * src/classes/date.C: comment: mistake fixed
11708:
11709: 2004-02-18 paf
11710:
11711: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11712: now renderes in $request:charset, but in header puts
11713: $response:charset todo: make that default only so that coder
11714: could override that
11715:
11716: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11717: turns off omit-xml-declaration
11718:
11719: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11720: /.xsl for sample
11721:
11722: 2004-02-17 paf
11723:
11724: * src/classes/xdoc.C: beauty: needless helper class removed
11725:
11726: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11727: copied extra time
11728:
11729: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11730: part of libxml
11731:
11732: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11733: libxml to do the work] <xsl:output method="html"
11734: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11735: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11736: />
11737:
11738: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11739:
11740: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11741: caused assertion
11742:
11743: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11744: could hang. now such add does nothing, sub clears $hash
11745:
11746: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11747: not made quoted-printable
11748:
11749: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11750: string invariant
11751:
11752: 2004-02-16 paf
11753:
11754: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11755: cleared [were not cleared properly]
11756:
11757: 2004-02-13 paf
11758:
1.116 moko 11759: * src/include/pa_version.h: prerelease
1.95 moko 11760:
11761: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11762: used, introducing dependencies timestamp check
11763:
11764: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11765: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11766: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11767: .xsl.stamp now not used, introducing dependencies timestamp check
11768:
11769: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11770:
11771: 2004-02-12 paf
11772:
11773: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11774: ruined empty <input type=file> submits. parser thought there were
11775: nameless empty file and $form:field got value of type 'file'
11776:
11777: * INSTALL: --without-threads
11778:
11779: * src/include/pa_sapi.h: 2004
11780:
11781: 2004-02-11 paf
11782:
11783: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11784: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11785: classes/hashfile.C, classes/image.C, classes/int.C,
11786: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11787: classes/response.C, classes/string.C, classes/table.C,
11788: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11789: include/pa_array.h, include/pa_cache_managers.h,
11790: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11791: include/pa_config_fixed.h, include/pa_config_includes.h,
11792: include/pa_dictionary.h, include/pa_dir.h,
11793: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11794: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11795: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11796: include/pa_request_charsets.h, include/pa_request_info.h,
11797: include/pa_socks.h, include/pa_sql_connection.h,
11798: include/pa_sql_driver_manager.h, include/pa_stack.h,
11799: include/pa_string.h, include/pa_stylesheet_connection.h,
11800: include/pa_stylesheet_manager.h, include/pa_table.h,
11801: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11802: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11803: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11804: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11805: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11806: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11807: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11808: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11809: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11810: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11811: main/pa_sql_driver_manager.C, main/pa_string.C,
11812: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11813: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11814: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11815: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11816: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11817: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11818: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11819: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11820: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11821: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11822: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11823: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11824: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11825: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11826: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11827: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11828: types/pa_vresponse.h, types/pa_vstateless_class.C,
11829: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11830: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11831: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11832: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11833: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11834: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11835:
11836: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11837: debug version of gc.dll
11838:
11839: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11840: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11841: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11842: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11843: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11844: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11845: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11846: processes
11847:
11848: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11849: main/pa_globals.C, targets/cgi/parser3.vcproj,
11850: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11851: changes to reflect libxml xsl new folders
11852:
11853: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11854: lib/smtp/smtp.vcproj, main/main.vcproj,
11855: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11856: to reflect libxml xsl new folders
11857:
11858: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11859: lib/smtp/smtp.vcproj, main/main.vcproj,
11860: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11861: types/types.vcproj: started changes to reflect libxml xsl new
11862: folders
11863:
11864: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11865: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11866: src/main/compile.tab.C, src/main/main.vcproj,
11867: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11868: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11869: started changes to reflect libxml xsl new folders
11870:
11871: 2004-02-10 paf
11872:
11873: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11874: compile. recommened latest libxml up to date
11875:
11876: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11877: pattern compilation errors", on which spent 4 hours worktime. use
11878: versions higher than that. recommended now latest up to date
11879:
11880: 2004-02-06 paf
11881:
11882: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11883: beauty: unified destructing style
11884:
11885: * src/main/untaint.C: beauty: removed old def/ifdef
11886:
11887: * src/main/untaint.C: beauty: coredump @unknown untaint language
11888: now
11889:
11890: 2004-02-03 paf
11891:
11892: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11893: targets/isapi/parser3isapi.C, types/pa_value.C,
11894: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11895: then %ld/%lu
11896:
11897: * src/main/pa_common.C: typo: %l -> %u
11898:
11899: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11900: in attributes or documents-results of transform now not xx;
11901:
11902: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11903:
11904: * src/main/pa_charset.C: bugfix: forgot to undo some
11905:
11906: * src/main/pa_charset.C: beauty: uncomment
11907: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11908: libraries
11909:
11910: 2004-02-02 paf
11911:
11912: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11913: $cookie:example[ $.value[value] $.path[/there/] ]
11914:
11915: $cookie:example[ $.value[] $.expires[session]
11916: $.path[/there/] $.domain[test.com] ]
11917:
11918: * src/types/pa_vform.C: bugfix: empty values with
11919: enctype=multipart/form-data now produce entries in $form:tables
11920: <form method=post enctype=multipart/form-data> <input type=hidden
11921: name=a> <input type=hidden name=b>
11922:
11923: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11924: <hr> <pre>$request:body
11925:
11926: 2004-01-30 paf
11927:
11928: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11929: or documents-results of transform now not xx;
11930:
11931: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11932: produce exception.
11933:
11934: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11935: bugfix: ^date::create[invalid fields now produce exception.
11936:
11937: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11938: year] now produces exception. todo: check other fields
11939:
11940: 2004-01-29 paf
11941:
11942: * src/include/pa_memory.h: typo error
11943:
11944: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11945: more byte then specified, then zeroed it << useless and
11946: potentially harmful(could gpf)
11947:
11948: 2004-01-22 paf
11949:
11950: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11951:
11952: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11953: optimization
11954:
11955: * src/main/untaint.C: bugfix: whitespace now optimized properly
11956: [were bug: ^taint[1 & 2]="1 &2"
11957:
11958: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11959: errors
11960:
11961: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11962: overflow
11963:
11964: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11965: error-reporting code * in parser-error reporting code [when no
11966: @unhandled_exception defined]
11967:
11968: fixed in one place: my *snprintf override
11969:
11970: 2004-01-13 paf
11971:
11972: * operators.txt: typo erro
11973:
11974: 2003-12-25 paf
11975:
11976: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11977: garbled [pieces after zero bytes were removed]
11978:
11979: 2003-12-22 paf
11980:
1.116 moko 11981: * src/include/Makefile.am: bugfix: removed from dist:
11982: src/include/pa_config_auto.h which were configured for
1.95 moko 11983: make-dist-platform and badly updated proper config file in target
11984: [when .tar used for updating existing source tree]
11985:
11986: * ChangeLog, operators.txt, src/classes/op.C,
11987: src/include/pa_sql_connection.h,
11988: src/include/pa_sql_driver_manager.h,
11989: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11990: feature: sql introducing ability to transcode charsets
11991:
11992: 2003-12-19 paf
11993:
11994: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11995: error message
11996:
11997: * src/main/pa_charset.C: bugfix: memory for charsethandler
11998: structure for libxml now allocated properly
11999:
12000: 2003-12-17 paf
12001:
12002: * src/types/pa_vfile.C: beauty: removed outdated cast
12003:
12004: * src/main/pa_common.C: bugfix: empty http response caused gpf
12005:
12006: * src/include/pa_string.h: bugfix: removed too strong a assert
12007:
12008: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12009: unreported xmlGenericErrors]
12010:
12011: 2003-12-15 paf
12012:
12013: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12014: works}
12015:
12016: 2003-12-11 paf
12017:
12018: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12019: id
12020: !$status:tid thread id
12021:
12022: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12023: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12024: bugfix(solaris): removed dependency on object initialization
12025: order [one more place]
12026:
12027: * src/: classes/file.C, classes/mail.C, classes/op.C,
12028: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12029: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12030: understand that
12031:
12032: * src/: classes/file.C, classes/mail.C, classes/op.C,
12033: classes/xdoc.C, include/pa_cache_managers.h,
12034: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12035: include/pa_stylesheet_manager.h, main/pa_request.C,
12036: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12037: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12038: ctor call [relying on implicit String::Body(cstr) call]
12039:
12040: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12041: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12042: object initialization order [two places]
12043:
12044: 2003-12-10 paf
12045:
12046: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12047: << time now ok
12048:
12049: * operators.txt, src/main/pa_sql_driver_manager.C,
12050: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12051: operational
12052:
12053: * ChangeLog, operators.txt, src/classes/xdoc.C,
12054: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12055: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12056: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12057: back operational
12058:
12059: 2003-12-02 paf
12060:
12061: * src/types/pa_vmail.C: bugfix:
12062: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12063: as-is forced]
12064:
12065: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12066: exceptions out of libxml callbacks: reimplemented error handling
12067: of http://localhost, parser://method and safemode check callbacks
12068:
12069: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12070: [merged from HEAD]
12071:
12072: * src/classes/image.C: nothing: comment removed
12073:
12074: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12075: addresses to int
12076:
12077: 2003-12-01 paf
12078:
12079: * src/main/pa_xml_io.C: bugfix: typo
12080:
12081: * src/main/pa_globals.C: bugfix: win32: compile prob
12082:
12083: * src/classes/xdoc.C: bugfix: typo
12084:
12085: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12086: exception
12087:
12088: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12089:
12090: 2003-11-28 paf
12091:
12092: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12093: all xml documents read
12094:
12095: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12096:
12097: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12098: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12099: replaced original open mech of xdoc::create & co to use libxml
12100: open, so that this would work for root document todo: safe mode
12101: checks to libxml: ideally to some 1 point
12102:
12103: * src/main/pa_xml_io.C: comment
12104:
12105: * operators.txt, src/main/pa_xml_io.C: leading / in
12106: http://parser[abscent params]
12107:
12108: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12109: works. todo: maybe replace original open mech of xdoc::create &
12110: co to use libxml open, so that this would work for root document
12111:
12112: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12113: "parser://method/params/here"> <test> &test^; </test> }]
12114:
12115: ^taint[^xdoc.string[]]
12116:
12117: @method[param] <!ENTITY test
12118: "test-entity-value+$form:user+$param!">
12119:
12120: 2003-11-27 paf
12121:
12122: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12123:
12124: * src/classes/date.C: bugfix: typo error
12125:
12126: 2003-11-26 paf
12127:
12128: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12129: src/main/Makefile.am, src/main/main.vcproj,
12130: src/main/pa_globals.C, src/main/pa_request.C,
12131: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12132: xml errors to hash<thread_id,error> reorganization: xml io moved
12133: to pa_xml_io.C/h
12134:
12135: * src/types/pa_value.h: warnings: --
12136:
12137: 2003-11-25 paf
12138:
12139: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12140: whatever)
12141:
12142: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12143: a, (c?x:y, z)
12144:
12145: * src/main/untaint.C: bugfix: consequences of not reading this
12146: comment: CORD_pos_chars_left /* Number of characters in cache.
12147: <= 0 ==> none */
12148:
12149: * src/include/pa_array.h: removed needless checks
12150:
12151: 2003-11-24 paf
12152:
12153: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12154: removed limit: now $form:xxx can be accessed anytime, even in
12155: @auto/conf [and request/response:charset still can be changed
12156: anytime]
12157:
12158: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12159: now not transcodes response body
12160:
12161: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12162: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12163: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12164: $xdoc.firstChild.firstChild.nodeValue[different]
12165: ^taint[^xdoc.string[]]
12166:
12167: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12168: workaround: static Hash::allocates -> static Hash_allocates
12169:
12170: 2003-11-21 paf
12171:
1.116 moko 12172: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12173: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12174: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12175:
12176: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12177:
12178: * src/classes/mail.C: bugfix: typo
12179:
12180: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12181: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12182: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12183: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12184: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12185: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12186:
12187: * src/main/pa_exec.C: bug in safe mode
12188:
12189: * src/include/Makefile.am: pa_xml_exception.h
12190:
12191: * src/targets/isapi/parser3isapi.C: more warnings --
12192:
12193: 2003-11-20 paf
12194:
12195: * src/: classes/math.C, classes/op.C, classes/string.C,
12196: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12197: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12198: --
12199:
12200: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12201: more warnings --
12202:
12203: * src/classes/xdoc.C: more warnings --
12204:
12205: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12206:
12207: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12208: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12209:
12210: * src/: classes/date.C, classes/file.C, classes/hash.C,
12211: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12212: classes/table.C, include/pa_cache_managers.h,
12213: include/pa_stylesheet_connection.h, main/pa_request.C,
12214: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12215: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12216: --
12217:
12218: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12219: can't report problem (undefined @unhandled_exception) problem
12220: source string were not reported
12221:
12222: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12223: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12224: classes/hashfile.C, classes/image.C, classes/int.C,
12225: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12226: classes/response.C, classes/string.C, classes/table.C,
12227: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12228: include/pa_array.h, include/pa_cache_managers.h,
12229: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12230: include/pa_config_fixed.h, include/pa_dictionary.h,
12231: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12232: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12233: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12234: include/pa_request.h, include/pa_request_charsets.h,
12235: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12236: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12237: include/pa_stack.h, include/pa_string.h,
12238: include/pa_stylesheet_connection.h,
12239: include/pa_stylesheet_manager.h, include/pa_table.h,
12240: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12241: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12242: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12243: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12244: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12245: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12246: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12247: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12248: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12249: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12250: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12251: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12252: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12253: targets/isapi/parser3isapi.C, types/pa_junction.h,
12254: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12255: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12256: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12257: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12258: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12259: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12260: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12261: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12262: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12263: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12264: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12265: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12266: types/pa_vresponse.h, types/pa_vstateless_class.C,
12267: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12268: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12269: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12270: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12271: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12272: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12273: const IDENT
12274:
12275: * src/: include/pa_array.h, include/pa_pool.h,
12276: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12277: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12278: types/pa_wcontext.h: more warnings --
12279:
12280: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12281: classes/file.C, classes/hash.C, classes/hashfile.C,
12282: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12283: classes/memory.C, classes/op.C, classes/string.C,
12284: classes/table.C, classes/xdoc.C, classes/xnode.C,
12285: include/pa_config_includes.h, include/pa_operation.h,
12286: include/pa_sql_connection.h, include/pa_table.h,
12287: include/pa_types.h, lib/ltdl/config_fixed.h,
12288: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12289: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12290: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12291: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12292: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12293: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12294: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12295: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12296: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12297: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12298: types/pa_vmail.C, types/pa_vobject.C,
12299: types/pa_vstateless_class.h, types/pa_vtable.C,
12300: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12301: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12302: on all projects (except libltdl=off & libsdbm=level3) found
12303: several unitialized vars
12304:
12305: 2003-11-19 paf
12306:
12307: * src/classes/op.C: more ansi C++ comp
12308:
12309: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12310: src/main/pa_request.C: ^cache[...]{body}{catch block with
12311: $exception.handled[cache] meaning "get expired cache, if any.
12312: else error"}
12313:
12314: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12315: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12316: ^cache[...]{body}{catch code with $exception.cache field}
12317:
12318: 2003-11-12 paf
12319:
12320: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12321: [copy/paste bug]
12322:
12323: 2003-11-11 paf
12324:
12325: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12326: failed]
12327:
12328: * bin/auto.p.dist.in: colno
12329:
12330: 2003-11-10 paf
12331:
12332: * src/types/pa_vconsole.h: flush
12333:
12334: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12335: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12336: read/write [for nntp]
12337:
12338: * operators.txt: mysql: transaction support: ?autocommit=0
12339:
12340: * operators.txt: comment: updated
12341:
12342: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12343: serialize version and exipire now removes entries
12344:
12345: * operators.txt: ^hashfile.delete[] removes files altogether [and
12346: dir, if could]
12347:
12348: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12349: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12350: removes files altogether [and dir, if could]
12351:
12352: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12353: nonexistent pair. .c coded that that was error. fixed
12354:
12355: * src/types/pa_vhashfile.C: sdbm: exception type change to
12356: file.access [regretfull can't split it to different exceptions
12357: without modifying sdbm source wich would prefer not to]
12358:
12359: 2003-11-07 paf
12360:
12361: * src/: classes/date.C, classes/file.C, classes/hash.C,
12362: classes/hashfile.C, classes/image.C, classes/table.C,
12363: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12364: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12365: main/execute.C, main/main.vcproj, main/pa_pool.C,
12366: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12367: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12368: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12369: destructing objects at request processing end
12370:
12371: 2003-11-06 paf
12372:
12373: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12374: updates
12375:
12376: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12377: to include sdbm
12378:
1.116 moko 12379: * src/include/: pa_config_includes.h, pa_version.h: our
12380: replacements of max& co only for cpp
1.95 moko 12381:
12382: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12383: upper dir, .am updated
12384:
12385: * tests/todo.txt: hashfile: done
12386:
12387: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12388: expiration [time in value. todo: move time to key]
12389:
12390: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12391:
12392: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12393: to do that in foreach, no errors, but surely wrong]
12394:
12395: * operators.txt, src/types/pa_vhashfile.C,
12396: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12397:
12398: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12399: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12400: foreach
12401:
12402: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12403: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12404:
12405: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12406: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12407:
12408: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12409: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12410: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12411: get/put [raw]
12412:
12413: * src/: classes/op.C, main/pa_os.C: just linked
12414:
12415: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12416: XmlException changes
12417:
12418: * src/: include/pa_charset.h, include/pa_globals.h,
12419: include/pa_stylesheet_connection.h, main/pa_exception.C:
12420: XmlException changes
12421:
12422: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12423:
12424: * src/: include/pa_common.h, include/pa_exception.h,
12425: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12426: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12427: main/pa_xml_exception.C: locking move to pa_os [along with
12428: pa_sleep] apr-impl locking done
12429:
12430: * configure, configure.in, operators.txt, parser3.sln,
12431: src/classes/classes.vcproj, src/classes/hashfile.C,
12432: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12433: src/include/pa_exception.h, src/include/pa_globals.h,
12434: src/include/pa_memory.h, src/include/pa_version.h,
12435: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12436: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12437: src/main/compile.tab.C, src/main/main.vcproj,
12438: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12439: src/types/Makefile.am, src/types/pa_vhash.C,
12440: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12441: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12442: again with sdbm from apache
12443:
12444: 2003-11-05 paf
12445:
12446: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12447: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12448: \parser3project dir anymore
12449:
12450: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12451: thoughtlessly from xalan]
12452:
12453: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12454: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12455: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12456:
12457: * src/main/helpers/CaseFolding.txt:
12458: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12459:
12460: 2003-11-04 paf
12461:
12462: * operators.txt: comment: ^mail:send[$.options[
12463:
12464: * src/classes/table.C: compiled on unix
12465:
1.116 moko 12466: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12467:
12468: * src/classes/mail.C: compiled on unix
12469:
12470: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12471: src/types/pa_vmail.h: !^mail:send[
12472: $.options[unix: string to append to sendmail command
12473: line]
12474:
12475: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12476: tests/todo.txt: ^table.save[... $.separator[^#09]
12477: $.encloser["] <nothing> by default
12478:
12479: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12480: !$.separator[^#09] !$.encloser["] <nothing> by
12481: default
12482:
12483: 2003-11-03 paf
12484:
12485: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12486: ^table::load[; options: !$.column-separator[^#09]
12487: !$.column-encloser["]
12488:
12489: * operators.txt, src/include/pa_config_fixed.h,
12490: src/types/pa_vrequest.C: $request:document-root
12491:
12492: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12493: [already included into uri=xxx]
12494:
12495: * operators.txt, src/classes/image.C, tests/todo.txt:
12496: ^image.gif[filename] for $response:download
12497:
12498: * src/classes/date.C: minor precaution
12499:
12500: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12501: !^date.unix-timestamp[]
12502:
12503: 2003-10-30 paf
12504:
12505: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12506: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12507:
12508: * src/classes/: date.C, image.C: improvement diagnostics:
12509: $now[^date::create[$undefined]] now is error
12510:
12511: * src/main/pa_common.C: read errors would now be reported 'actually
12512: read -1 bytes'
12513:
12514: 2003-10-24 paf
12515:
12516: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12517: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12518: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12519: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12520:
12521: 2003-10-22 paf
12522:
12523: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12524:
12525: 2003-10-21 paf
12526:
12527: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12528: fixed: string.match[g] without <'> option produced columns with
12529: NULL's, which gpf'ed at table.save time
12530:
12531: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12532: recoursion' message with intensive throw-catches fixed: incorrect
12533: name and line (one name upper then needed) in error message about
12534: problems inside try block
12535:
12536: 2003-10-10 paf
12537:
12538: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12539: check offset argument for validity did that in String::Body::pos
12540: myself http://i2/tasks/edit/?id=4577425257580789777
12541:
12542: 2003-10-07 paf
12543:
12544: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12545: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12546:
12547: 2003-10-03 paf
12548:
12549: * parser3.sln, src/include/pa_dictionary.h,
12550: src/main/pa_dictionary.C, src/main/pa_string.C,
12551: src/targets/cgi/parser3.vcproj: dictionary optimized by
12552: precalculating cstr&length
12553:
12554: 2003-10-02 paf
12555:
12556: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12557: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12558: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12559: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12560:
12561: 2003-09-30 paf
12562:
12563: * src/main/pa_string.C: string::replace bug fix [were ignoring
12564: occurrances after lang-mismatched
12565:
12566: 2003-09-29 paf
12567:
12568: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12569: helper
12570:
12571: * src/main/pa_string.C: string::serialize bug fix with
12572: zero-terminator
12573:
12574: * src/classes/table.C: ^nameless_table.save column row now has no
12575: \t at the end
12576:
12577: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12578: @postprocess now takes $response:body/download
12579:
12580: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12581: error message
12582:
12583: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12584:
12585: * src/classes/table.C: bugfix: flip: must produce nameless
12586: http://i2/tasks/edit/?id=4573405524674081244
12587:
12588: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12589: main/helpers/simple_folding.pl: utf-8 upper/lower
12590:
12591: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12592: to typo error http://i2/tasks/edit/?id=4573354650786434584
12593:
12594: 2003-09-26 paf
12595:
12596: * src/main/untaint.C: removed needless field
12597:
12598: * src/main/untaint.C: removed needless const
12599:
12600: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12601: String.for_each bug fixed [omited one-char cases]
12602:
12603: * src/include/pa_stack.h: bugfix: before collecting garbage,
12604: runtime-executor stack were cleared... BADLY
12605:
12606: * src/main/pa_string.C: ^stirng.replace code used old
12607: param-convention on langs.append, fixed that search fo the like,
12608: found none
12609:
12610: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12611: string::serialize/deserialize implemented Language enum assigned
12612: meaningful letters [more convinient for debugging. read warning
12613: before adding/changing anything]
12614:
12615: 2003-09-25 paf
12616:
12617: * src/: include/pa_string.h, include/pa_version.h,
12618: main/pa_string.C, main/untaint.C: templates and anonymous unions
12619: differences on unix
12620:
12621: * parser3.sln, src/classes/file.C, src/classes/image.C,
12622: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12623: src/classes/xdoc.C, src/classes/xnode.C,
12624: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12625: src/include/pa_charsets.h, src/include/pa_common.h,
12626: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12627: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12628: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12629: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12630: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12631: src/main/compile_tools.h, src/main/pa_charset.C,
12632: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12633: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12634: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12635: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12636: src/types/pa_vmail.C, src/types/pa_vmath.C,
12637: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12638: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12639:
12640: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12641: functions aligned to that of eeparser3 look
12642:
12643: * src/lib/cord/cordprnt.c: removed warnings
12644:
12645: 2003-09-24 paf
12646:
12647: * src/: classes/file.C, classes/image.C, classes/mail.C,
12648: classes/op.C, classes/xdoc.C, classes/xnode.C,
12649: include/pa_cache_managers.h, include/pa_charset.h,
12650: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12651: include/pa_sql_driver_manager.h, include/pa_string.h,
12652: include/pa_stylesheet_manager.h, include/pa_table.h,
12653: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12654: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12655: main/pa_sql_driver_manager.C, main/pa_string.C,
12656: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12657: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12658: types/pa_vstateless_class.h, types/pa_vstatus.C,
12659: types/pa_vxnode.C: v() functions of String::Body,
12660: String::Languages and String itself StringBody->String::Body
12661:
12662: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12663: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12664: never optimized anything. todo: somehow speed up harder cases:
12665: concatenationA+concatenationB when last block of A and first of B
12666: contain same letters
12667:
12668: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12669: lib/cord/include/cord.h: langs: speed up by joining adjucent
12670: blocks of same char [CORD_append_block]
12671:
12672: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12673: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12674: save space by extending blocks when appending block with c ==
12675: lastblock.c
12676:
12677: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12678: working yet :( but more working &understood :)
12679:
12680: * src/: classes/table.C, include/pa_string.h,
12681: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12682:
12683: 2003-09-23 paf
12684:
12685: * src/main/untaint.C: $a[ok!] $a works!
12686:
12687: * src/main/untaint.C: something even more works :)
12688:
12689: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12690: something more works :)
12691:
12692: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12693: lib/cord/cordxtra.c: something already works :)
12694:
12695: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12696: serialize&deserialize
12697:
12698: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12699: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12700: main/untaint.C: main idea implemented, details left
12701:
12702: 2003-09-22 paf
12703:
12704: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12705:
12706: * src/classes/xnode.C: copy/paste comment bugfix
12707:
12708: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12709: allocator returns 0, just die.
12710: http://i2/tasks/edit/?id=4570798492410259445
12711:
12712: * src/classes/xdoc.C: copy/paste comment bugfix
12713:
12714: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12715: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12716: xnode: getAttributeNS setAttributeNS removeAttributeNS
12717: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12718:
12719: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12720: chars due to bitwise operation signed-char error]
12721:
12722: 2003-09-19 paf
12723:
12724: * src/types/pa_wcontext.C: output message: more practical
12725: suggestion
12726:
12727: * src/main/pa_common.C, operators.txt: merged
12728: $f[^file::load[binary;http://...]] $f.tables
12729:
12730: 2003-09-02 paf
12731:
12732: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12733: flush stdout without referencing 'stdout' symbol. to hell with
12734: non-ansi libraries without 'stdout' symbol
12735:
12736: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12737: unix (users reported problems with some old libc)
12738:
12739: * src/types/pa_vdate.h: forgot initializer
12740:
12741: 2003-09-01 paf
12742:
12743: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12744: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12745: zone]
12746:
12747: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12748:
12749: 2003-08-19 paf
12750:
12751: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12752: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12753: simplified a little
12754:
12755: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12756: [lost fix from 3.0.8]
12757:
12758: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12759: visible here }
12760:
12761: bug fix
12762:
12763: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12764:
12765: * src/main/compile.tab.C: initialized couple of variables about
12766: which user reported runtime problems when parser were compiled
12767: with VC7, warning level4. study shows that later in bison
12768: they've fixed that. would migrate to latest bison someday
12769:
12770: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12771: recoding headers)
12772:
12773: * src/types/pa_vmail.C: works as before, same charset problems:
12774: gmime recodes to UTF-8 only headers, not body. so not recoding
12775: anything for now
12776:
12777: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12778: problems with body
12779:
12780: * src/types/pa_vmail.C: mail_receive just compiled
12781:
12782: 2003-08-18 paf
12783:
12784: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12785: main/main.vcproj, types/types.vcproj: win32: continued process
12786: detaching from \parser3project directory
12787:
12788: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12789: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12790: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12791: src/lib/pcre/pcre_dftables.dsp,
12792: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12793: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12794: src/types/types.dsp: moved to MSVC 7
12795:
12796: * gnu.vcproj.vspscc, parser3.vssscc,
12797: src/classes/classes.vcproj.vspscc,
12798: src/lib/cord/cord.vcproj.vspscc,
12799: src/lib/ltdl/libltdl.vcproj.vspscc,
12800: src/lib/md5/md5.vcproj.vspscc,
12801: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12802: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12803: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12804: src/targets/isapi/parser3isapi.vcproj.vspscc,
12805: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12806: moved to MSVC 7
12807:
12808: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12809: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12810: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12811: src/lib/pcre/pcre_dftables.vcproj,
12812: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12813: src/targets/cgi/parser3.vcproj,
12814: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12815: new VS project files
12816:
12817: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12818: .NET to detect Jalindi Igloo capabilities.
12819:
12820: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12821: src/classes/classes.awk, src/doc/footer.htm,
12822: src/include/pa_config_fixed.h, src/include/pa_version.h,
12823: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12824: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12825: src/types/pa_vmail.C: merged 3.1.0 latest changes
12826:
12827: 2003-08-15 paf
12828:
12829: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12830: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12831:
12832: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12833: non-ascii <yyy> now encoded correctly
12834:
12835: 2003-07-29 paf
12836:
1.116 moko 12837: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12838: dist
1.95 moko 12839:
12840: * src/types/pa_vmail.C: just started --with-mail-receive
12841:
12842: 2003-07-28 paf
12843:
1.116 moko 12844: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12845: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12846:
12847: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12848:
12849: 2003-07-25 paf
12850:
12851: * src/doc/footer.htm: year
12852:
12853: 2003-07-24 paf
12854:
12855: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12856: fix
12857:
12858: * src/include/pa_version.h: release
12859:
1.116 moko 12860: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12861:
12862: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12863: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12864: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12865: getting rid of win32xml pseudo project
12866:
12867: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12868:
1.116 moko 12869: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12870: configure.in, operators.txt, parser3.dsw,
1.95 moko 12871: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12872: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12873: src/classes/classes.C, src/classes/classes.awk,
12874: src/classes/classes.dsp, src/classes/classes.h,
12875: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12876: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12877: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12878: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12879: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12880: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12881: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12882: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12883: src/include/pa_array.h, src/include/pa_cache_managers.h,
12884: src/include/pa_charset.h, src/include/pa_charsets.h,
12885: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12886: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12887: src/include/pa_dictionary.h, src/include/pa_dir.h,
12888: src/include/pa_exception.h, src/include/pa_exec.h,
12889: src/include/pa_globals.h, src/include/pa_hash.h,
12890: src/include/pa_memory.h, src/include/pa_opcode.h,
12891: src/include/pa_operation.h, src/include/pa_pool.h,
12892: src/include/pa_pragma_pack_begin.h,
1.95 moko 12893: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12894: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12895: src/include/pa_sapi.h, src/include/pa_socks.h,
12896: src/include/pa_sql_connection.h,
12897: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12898: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12899: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12900: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12901: src/include/pa_uue.h, src/lib/Makefile.am,
12902: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12903: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12904: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12905: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12906: src/lib/cord/include/ec.h,
12907: src/lib/cord/include/private/Makefile.am,
12908: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12909: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12910: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12911: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12912: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12913: src/main/compile_tools.C, src/main/compile_tools.h,
12914: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12915: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12916: src/main/pa_charsets.C, src/main/pa_common.C,
12917: src/main/pa_dictionary.C, src/main/pa_dir.C,
12918: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12919: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12920: src/main/pa_request.C, src/main/pa_socks.C,
12921: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12922: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12923: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12924: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12925: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12926: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12927: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12928: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12929: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12930: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12931: src/targets/isapi/parser3isapi.dsp,
12932: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12933: src/types/pa_junction.h, src/types/pa_method.h,
12934: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12935: src/types/pa_vclass.C, src/types/pa_vclass.h,
12936: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12937: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12938: src/types/pa_vdouble.h, src/types/pa_venv.h,
12939: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12940: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12941: src/types/pa_vimage.C, src/types/pa_vimage.h,
12942: src/types/pa_vint.h, src/types/pa_vjunction.h,
12943: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12944: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12945: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12946: src/types/pa_vobject.C, src/types/pa_vobject.h,
12947: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12948: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12949: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12950: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12951: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12952: src/types/pa_vstring.h, src/types/pa_vtable.C,
12953: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12954: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12955: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12956: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12957: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12958: HEAD
12959:
12960: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12961: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12962: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12963: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12964: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12965: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12966: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12967: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12968: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12969: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12970: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12971: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12972: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12973: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12974: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12975: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12976: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12977: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12978: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12979: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12980: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12981: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12982: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12983: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12984: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12985: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12986: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12987: outputs/create-dir, results/001.processed, results/002.processed,
12988: results/003.processed, results/004.processed,
12989: results/005.processed, results/006.processed,
12990: results/007.processed, results/008.processed,
12991: results/009.processed, results/010.processed,
12992: results/011.processed, results/012.processed,
12993: results/013.processed, results/014.processed,
12994: results/015.processed, results/016.processed,
12995: results/017.processed, results/018.processed,
12996: results/019.processed, results/020.processed,
12997: results/021.processed, results/022.processed,
12998: results/023.processed, results/024.processed,
12999: results/025.processed, results/026.processed,
13000: results/027.processed, results/028.processed,
13001: results/029.processed, results/030.processed,
13002: results/031.processed, results/032.processed,
13003: results/033.processed, results/034.processed,
13004: results/035.processed, results/036.processed,
13005: results/037.processed, results/038.processed,
13006: results/039.processed, results/040.processed,
13007: results/041.processed, results/042.processed,
13008: results/043.processed, results/044.processed,
13009: results/045.processed, results/046.processed,
13010: results/047.processed, results/048.processed,
13011: results/049.processed, results/050.processed,
13012: results/051.processed, results/052.processed,
13013: results/053.processed, results/054.processed,
13014: results/055.processed, results/056.processed,
13015: results/057.processed, results/058.processed,
13016: results/059.processed, results/060.processed,
13017: results/061.processed, results/062.processed,
13018: results/063.processed, results/064.processed,
13019: results/065.processed, results/066.processed,
13020: results/067.processed, results/068.processed,
13021: results/069.processed, results/070.processed,
13022: results/071.processed, results/072.processed,
13023: results/073.processed, results/074.processed,
13024: results/075.processed, results/076.processed,
13025: results/077.processed, results/078.processed,
13026: results/079.processed, results/080.processed,
13027: results/081.processed, results/082.processed,
13028: results/083.processed, results/084.processed,
13029: results/085.processed, results/086.processed,
13030: results/087.processed, results/088.processed,
13031: results/089.processed, results/090.processed,
13032: results/091.processed, results/092.processed,
13033: results/093.processed, results/094.processed,
13034: results/095.processed, results/096.processed,
13035: results/097.processed, results/098.processed,
13036: results/099.processed, results/100.processed,
13037: results/101.processed, results/102.processed,
13038: results/103.processed, results/104.processed,
13039: results/105.processed, results/106.processed,
13040: results/107.processed, results/108.processed,
13041: results/109.processed, results/110.processed,
13042: results/111.processed, results/112.processed,
13043: results/113.processed, results/114.processed,
13044: results/115.processed, results/116.processed,
13045: results/117.processed, results/118.processed,
13046: results/119.processed, results/120.processed,
13047: results/121.processed, results/122.processed,
13048: results/123.processed, results/124.processed,
13049: results/125.processed, results/126.processed,
13050: results/127.processed, results/128.processed,
13051: results/129.processed, results/130.processed,
13052: results/131.processed, results/132.processed,
13053: results/133.processed, results/134.processed,
13054: results/135.processed, results/136.processed,
13055: results/137.processed, results/138.processed,
13056: results/139.processed, results/140.processed,
13057: results/141.processed: merged(copied) to HEAD from template_gc
13058:
13059: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13060: towards \parser3project not having to be in root
13061:
13062: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13063: module compiled [were minor unnecessary changes in lib/md5
13064: interface]
13065:
13066: * src/include/pa_version.h: release
13067:
13068: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13069:
13070: * src/classes/math.C: merged uuid bugfix
13071:
13072: * tests/: 141.html, results/141.processed: fixed bug with
13073: too-small-a-buffer
13074:
13075: * src/classes/math.C: uuid bugfix
13076:
13077: * tests/: 141.html, Makefile, results/005.processed,
13078: results/030.processed, results/075.processed,
13079: results/078.processed: to reflect date format change (were -
13080: become ' ')
13081:
13082: * src/classes/math.C: uuid bugfix
13083:
13084: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13085: debug/release changes
13086:
13087: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13088:
13089: 2003-07-23 paf
13090:
13091: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13092: renamed a little [to move to comman naming conv]
13093:
1.116 moko 13094: * src/targets/Makefile.am: apache13 splitted to simplify apache
13095: build
1.95 moko 13096:
13097: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13098: main/pa_request.C, main/pa_sql_driver_manager.C,
13099: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13100: stack top_index() fixed
13101:
13102: * src/main/pa_globals.C: minor style changes
13103:
13104: * src/: classes/op.C, include/pa_sql_connection.h: connection
13105: closing/caching fixed [connections were not closed/put to cache]
13106:
13107: 2003-07-22 paf
13108:
13109: * INSTALL: gc part updated stightly
13110:
13111: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13112: new sapi interface
13113:
13114: * src/classes/file.C: comment on OS
13115:
13116: * src/main/pa_string.C: removed reduntant invariant check [there is
13117: one deeper in cord lib]
13118:
13119: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13120:
13121: * src/main/pa_memory.C: out of memory is no longer coredump
13122:
13123: * INSTALL: disable-threads adviced
13124:
13125: 2003-07-21 paf
13126:
1.116 moko 13127: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13128:
13129: * src/classes/file.C: file::exec/cgi environment variables now must
13130: be UPPERCASE and A-Z 0-9 _-
13131:
13132: * src/classes/file.C: env passing fixed
13133:
13134: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13135:
13136: * src/main/pa_common.C: http:// CRLF now
13137:
13138: 2003-07-02 paf
13139:
13140: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13141: fields to reflect their real meaning
13142:
13143: 2003-06-27 paf
13144:
13145: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13146: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13147: file::exec/cgi .charset
13148:
13149: 2003-06-26 paf
13150:
13151: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13152: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13153: src/classes/table.C: fixed several uninitialized local
13154: structures. notably ^hash.foreach now inserts delimiters
13155: properly [were inserting it before first body]
13156:
13157: 2003-06-24 paf
13158:
13159: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13160:
13161: 2003-06-20 paf
13162:
13163: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13164: src/main/pa_globals.C: introducing
13165: $f[^file::load[binary;http://...]] $f.tables
13166:
13167: 2003-06-06 paf
13168:
13169: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13170: table. [were method lookup: inconsistent]
13171:
13172: 2003-06-02 paf
13173:
13174: * src/include/pa_memory.h: empty string clone fixed to return
13175: writable memory
13176:
13177: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13178: were not appended] which violated string invariant
13179:
13180: 2003-05-30 paf
13181:
13182: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13183: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13184:
13185: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13186: GMT ; RFC 822, updated by RFC 1123
13187:
13188: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13189: targets/isapi/parser3isapi.C: initialized request_info properly
13190:
13191: * src/classes/xnode.C: found minor bug, commended for future
13192:
13193: 2003-05-28 paf
13194:
13195: * src/classes/form.C: request_info.content_length can't be <0,
13196: size_t for some time
13197:
13198: 2003-05-26 paf
13199:
13200: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13201: forgotten <0 changed to !=STRING_NOT_FOUND
13202:
13203: * src/classes/math.C: merged ffffu from HEAD
13204:
13205: 2003-05-11 paf
13206:
13207: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13208:
13209: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13210: premature doc free. transformed document had xmlDoc reference
13211: stored to non-gc-memory (libgdome) added holding-reference
13212:
13213: 2003-04-29 paf
13214:
13215: * src/main/pa_globals.C: started digging on double free. on win32
13216: found that that's perfectly normal.
13217:
13218: 2003-04-25 paf
13219:
13220: * src/classes/table.C: table.join bug fix [bad limit check]
13221:
13222: * src/classes/math.C: merged from HEAD: simpiler hash_string
13223:
13224: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13225: print anything. changed to quicker and simplier code
13226:
13227: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13228: strict a check]
13229:
13230: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13231:
13232: 2003-04-24 paf
13233:
13234: * src/include/pa_table.h: too strict assert loosened
13235:
13236: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13237: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13238: report
13239:
13240: 2003-04-21 paf
13241:
1.116 moko 13242: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13243:
13244: * src/main/pa_globals.C: pcre memory management changed to use GC
13245: memory
13246:
13247: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13248: xmlMallocAtomic [author agreed to my suggestion], used that
13249:
13250: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13251:
13252: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13253: types/pa_vmail.C: attributed_meaning_to_string added
13254: L_UNSPECIFIED piece which was sortof OK, but violated string
13255: invariant [assertion barked on that] changed to L_PASS_APPEND,
13256: made that param obligatory
13257:
13258: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13259: fixed [assert helped]
13260:
13261: * src/include/pa_string.h: assert added [looking for bug]
13262:
13263: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13264: names on Win32 considered disk-global
13265:
13266: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13267: considered disk-global
13268:
13269: 2003-04-18 paf
13270:
13271: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13272: filenames
13273:
13274: * src/main/untaint.C: enabled '~' letter in filenames
13275:
13276: 2003-04-16 paf
13277:
13278: * src/classes/file.C: small bug introduced in autoptr times fixed
13279:
13280: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13281: HEAD
13282:
1.116 moko 13283: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13284:
13285: 2003-04-15 paf
13286:
13287: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13288: src/lib/md5/pa_md5c.c, tests/141.html,
13289: tests/results/141.processed: merged from head ^math:uuid[]
13290: ^math:uid64[] ^math:md5[string]
13291:
13292: test added: 141.html
13293:
13294: * operators.txt, src/classes/math.C: ^math:uid64[]
13295:
13296: * src/classes/math.C: ^math:uuid[]
13297:
13298: * operators.txt, src/classes/math.C: ^math:uuid[]
13299:
13300: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13301: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13302:
13303: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13304: src/include/pa_config_fixed.h, src/main/pa_common.C:
13305: ^file::load[mode;name; $.offset $.limit
13306:
13307: 2003-04-14 paf
13308:
13309: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13310: started ^math:md5
13311:
13312: * src/classes/table.C, src/include/pa_array.h,
13313: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13314: tests/results/140.processed: table $.reverse option works in
13315: create&co table $.distinct[tables] bug fix merged
13316:
13317: * src/: classes/table.C, include/pa_table.h: table
13318: $.distinct[tables] bug fixed
13319:
13320: * src/classes/table.C: more warnings
13321:
13322: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13323: removed checks in table::set_current, moved them back to
13324: table::locate implemented table::create/join ñ $.reverse
13325:
13326: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13327: removed checks in table::set_current, moved them back to
13328: table::locate
13329:
13330: 2003-04-11 paf
13331:
13332: * operators.txt, src/classes/date.C, src/classes/table.C,
13333: src/include/pa_array.h, src/include/pa_common.h,
13334: src/include/pa_config_includes.h, src/include/pa_string.h,
13335: src/include/pa_table.h, src/main/pa_request.C,
13336: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13337: src/main/pa_table.C: merged from HEAD from
13338: before_append_array_limit_sense_change to
13339: after_append_array_limit_sense_change
13340:
13341: * src/classes/table.C: typo
13342:
13343: * operators.txt, src/classes/date.C, src/classes/table.C,
13344: src/include/pa_array.h, src/include/pa_common.h,
13345: src/include/pa_config_includes.h, src/include/pa_globals.h,
13346: src/include/pa_table.h, src/main/pa_array.C,
13347: src/main/pa_globals.C, src/main/pa_request.C,
13348: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13349: src/main/pa_table.C: append_array_limit_sense_change locate
13350: accepts options same as create new option: $.reverse(1) [do not
13351: work in table::create]
13352:
13353: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13354: (stat xxx,
13355:
13356: * src/classes/: table.C: typo
13357:
13358: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13359: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13360: results/130.processed, results/131.processed,
13361: results/132.processed, results/133.processed,
13362: results/134.processed, results/135.processed,
13363: results/136.processed, results/137.processed,
13364: results/138.processed, results/139.processed: added few mustfail
13365: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13366: date/time 132.html mustfail: access to junction outside of
13367: context 133.html mustfail: access to junction outside of context,
13368: case version 134.html mustfail: hash: adding a key inside of
13369: foreach 135.html mustfail: modifying system class 136.html
13370: mustfail: $.name outside of $hash[here] 137.html mustfail:
13371: appendChild without import 138.html mustfail: invalid encoding
13372: inside of xml 139.html mustfail: bad XPath
13373:
13374: * operators.txt, src/classes/table.C, tests/084.html,
13375: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13376: tests/129.html, tests/results/125.processed,
13377: tests/results/126.processed, tests/results/127.processed,
13378: tests/results/128.processed, tests/results/129.processed: merged
13379: from HEAD ^table.hash[key][$.distinct[tables]]
13380:
13381: maked appropriate tests [changed one old nonconforming]
13382:
13383: * operators.txt, src/classes/table.C:
13384: ^table.hash[key][$.distinct[tables]]
13385:
13386: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13387: merged fix for found very old xml (dom) bug: were passing
13388: domString objects and later ERROREOUSLY freed them
13389:
13390: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13391: src/main/pa_charset.C: re-added libgdome patch. regretfully
13392: libgdome bug can not be worked around
13393:
13394: 2003-04-10 paf
13395:
13396: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13397: found very old xml (dom) bug: were passing domString objects and
13398: later ERROREOUSLY freed them
13399:
13400: * src/doc/string.dox, src/include/pa_memory.h,
13401: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13402: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13403: tests/123.html, tests/124.html, tests/results/001.processed,
13404: tests/results/002.processed, tests/results/003.processed,
13405: tests/results/004.processed, tests/results/005.processed,
13406: tests/results/006.processed, tests/results/008.processed,
13407: tests/results/009.processed, tests/results/010.processed,
13408: tests/results/011.processed, tests/results/012.processed,
13409: tests/results/013.processed, tests/results/014.processed,
13410: tests/results/015.processed, tests/results/016.processed,
13411: tests/results/017.processed, tests/results/018.processed,
13412: tests/results/020.processed, tests/results/021.processed,
13413: tests/results/022.processed, tests/results/023.processed,
13414: tests/results/024.processed, tests/results/025.processed,
13415: tests/results/026.processed, tests/results/027.processed,
13416: tests/results/028.processed, tests/results/029.processed,
13417: tests/results/030.processed, tests/results/031.processed,
13418: tests/results/032.processed, tests/results/033.processed,
13419: tests/results/034.processed, tests/results/035.processed,
13420: tests/results/036.processed, tests/results/037.processed,
13421: tests/results/038.processed, tests/results/039.processed,
13422: tests/results/040.processed, tests/results/041.processed,
13423: tests/results/042.processed, tests/results/043.processed,
13424: tests/results/044.processed, tests/results/045.processed,
13425: tests/results/046.processed, tests/results/047.processed,
13426: tests/results/048.processed, tests/results/049.processed,
13427: tests/results/050.processed, tests/results/051.processed,
13428: tests/results/052.processed, tests/results/053.processed,
13429: tests/results/054.processed, tests/results/055.processed,
13430: tests/results/056.processed, tests/results/057.processed,
13431: tests/results/058.processed, tests/results/059.processed,
13432: tests/results/060.processed, tests/results/061.processed,
13433: tests/results/062.processed, tests/results/063.processed,
13434: tests/results/064.processed, tests/results/065.processed,
13435: tests/results/066.processed, tests/results/067.processed,
13436: tests/results/068.processed, tests/results/069.processed,
13437: tests/results/070.processed, tests/results/071.processed,
13438: tests/results/072.processed, tests/results/073.processed,
13439: tests/results/074.processed, tests/results/075.processed,
13440: tests/results/076.processed, tests/results/077.processed,
13441: tests/results/078.processed, tests/results/079.processed,
13442: tests/results/080.processed, tests/results/081.processed,
13443: tests/results/082.processed, tests/results/083.processed,
13444: tests/results/084.processed, tests/results/085.processed,
13445: tests/results/086.processed, tests/results/087.processed,
13446: tests/results/088.processed, tests/results/089.processed,
13447: tests/results/090.processed, tests/results/091.processed,
13448: tests/results/092.processed, tests/results/093.processed,
13449: tests/results/094.processed, tests/results/095.processed,
13450: tests/results/096.processed, tests/results/097.processed,
13451: tests/results/101.processed, tests/results/102.processed,
13452: tests/results/104.processed, tests/results/105.processed,
13453: tests/results/106.processed, tests/results/107.processed,
13454: tests/results/108.processed, tests/results/109.processed,
13455: tests/results/110.processed, tests/results/111.processed,
13456: tests/results/112.processed, tests/results/113.processed,
13457: tests/results/114.processed, tests/results/115.processed,
13458: tests/results/116.processed, tests/results/117.processed,
13459: tests/results/118.processed, tests/results/119.processed,
13460: tests/results/120.processed, tests/results/121.processed,
13461: tests/results/122.processed, tests/results/123.processed,
13462: tests/results/124.processed: new convention: char* never 0.
13463: assert in cord on that
13464:
13465: * src/main/pa_charset.C: couple more asserts
13466:
13467: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13468: speedup
13469:
13470: * src/main/pa_charset.C: couple assertions on fantastic situations
13471: added [may be those is the case now?]
13472:
13473: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13474: that's memory from gc_malloc, not from g_malloc :(, but would
13475: hope]
13476:
13477: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13478: that's memory from gc_malloc, not from g_malloc :(, but would
13479: hope]
13480:
13481: * src/main/pa_charset.C: checked custom malloc for returning 0
13482:
13483: 2003-04-09 paf
13484:
13485: * src/classes/date.C: merged ^date.roll changes
13486:
13487: * src/classes/date.C: ^date.roll bug fix
13488:
13489: * src/classes/date.C: ^date.roll now throws less errors: month
13490: shifts handles end of month situation by reducing day number
13491: hour-hole shift reduces hour to recover
13492:
13493: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13494: Sort by function time
13495:
13496: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13497: http:// $.charset[] param done
13498:
13499: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13500: added [after volatile fix. passes on win&intel-solaris]
13501:
13502: 2003-04-08 paf
13503:
13504: * src/: classes/file.C, classes/op.C, classes/table.C,
13505: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13506: include/pa_common.h, include/pa_request_charsets.h,
13507: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13508: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13509: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13510: types/pa_vresponse.C: started http:// $.charset[] param and
13511: http response charset detection just compiled. todo:test
13512:
13513: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13514:
13515: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13516: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13517: types/pa_vmail.C: changed transcode param converntion along with
13518: string creating convention -- all strings are zero-terminated,
13519: this allowed to fix one remaining String("123", 2) case
13520:
13521: * src/: classes/date.C, classes/file.C, classes/hash.C,
13522: classes/op.C, classes/string.C, classes/table.C,
13523: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13524: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13525: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13526: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13527: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13528: violated String::invariant. started fixing [not compiled now]
13529:
13530: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13531: main/compile.tab.C, main/compile.y, main/pa_string.C,
13532: main/untaint.C, targets/cgi/parser3.C: number of string style
13533: improvements & optimizations
13534:
13535: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13536: :(]
13537:
13538: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13539: [for it's a pointer really]
13540:
13541: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13542: 'n' param. worked that around
13543:
13544: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13545: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13546: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13547: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13548: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13549:
13550: Thanks for the bug report and patch.
13551:
13552: I hadn't looked at this code in a while. Reading it now, it
13553: seems to me that the tests should also be ">= MAX_DEPTH" to
13554: comply with the invariant, though that may not matter a lot. I
13555: changed that, too.
13556:
13557: Hans
13558:
13559: 2003-04-07 paf
13560:
13561: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13562: merged from head:safe mode error message now includes numbers
13563:
13564: * src/main/execute.C: n-th attempt to make a=a work with double.
13565: problem: as_double returns it's result in fp-register compiler
13566: optimizes access to that register after b->as_double, and just
13567: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13568: from memory. _SAME_ double values do not match here. when
13569: forced to REload fp-register, values do match.
13570:
13571: tried to make them volatile.
13572:
13573: * src/main/execute.C: n-th attempt to make a=a work with double.
13574: problem: as_double returns it's result in fp-register compiler
13575: optimizes access to that register after b->as_double, and just
13576: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13577: from memory. _SAME_ double values do not match here. when
13578: forced to REload fp-register, values do match.
13579:
13580: tried to make them volatile.
13581:
13582: * src/types/pa_vobject.h: small style change
13583:
13584: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13585:
13586: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13587: mode error message now includes numbers
13588:
13589: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13590: now causes death
13591:
13592: 2003-04-04 paf
13593:
13594: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13595: incorportated pa_exec patch by From: "Victor Fedoseev"
13596: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13597: Sent: Thursday, January 23, 2003 9:14 AM
13598:
13599: huge speedup on ^file::cgi with big result
13600:
13601: * src/classes/table.C: sort table with 0 rows bug fixed
13602:
13603: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13604: fix http://i2/tasks/edit/?id=4493701604654042676
13605:
13606: @main[] $with_default[ $.a[1] $._default[default from
13607: with_default] ] ^show[$with_default]
13608:
13609: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13610: =$to_add_to.xxx=<br>
13611:
13612: ^show[$to_add_to]
13613:
13614: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13615: ^show[$cloned]
13616:
13617: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13618:
13619: } <hr>
13620:
13621: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13622: http://i2/tasks/edit/?id=4493701604654042676
13623:
13624: @main[] $with_default[ $.a[1] $._default[default from
13625: with_default] ] ^show[$with_default]
13626:
13627: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13628: =$to_add_to.xxx=<br>
13629:
13630: ^show[$to_add_to]
13631:
13632: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13633: ^show[$cloned]
13634:
13635: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13636:
13637: } <hr>
13638:
13639: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13640: http://i2/tasks/edit/?id=4507350336410850921
13641:
13642: * src/classes/xdoc.C: memory allocation func bugfix
13643: http://i2/tasks/edit/?id=4499303470368629745
13644:
13645: * src/classes/math.C: allowed random 1...
13646:
13647: * src/classes/math.C: allowed random 0..
13648:
13649: * src/main/pa_globals.C: exif mem leak
13650: http://i2/tasks/edit/?id=4480590323629807263
13651:
13652: * src/: classes/classes.dsp, main/main.dsp,
13653: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13654: fix http://i2/tasks/edit/?id=4493946731322521294
13655: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13656:
13657: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13658: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13659: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13660: links to xml libs made relative, no need to unpack parser3project
13661: to /parser3project.
13662:
13663: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13664: column more precise - tab handling bug fixed
13665:
13666: * src/main/: compile.tab.C, compile.y: more understandable error
13667: message in case @CLASS with more then one line inside
13668:
13669: * src/targets/cgi/parser3.C: more understandable error message in
13670: case of errors in @unhandled_exception
13671:
13672: 2003-04-03 paf
13673:
13674: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13675: src/main/compile.tab.C, src/main/compile.y,
13676: src/main/compile_tools.C, src/main/compile_tools.h,
13677: src/main/execute.C, src/main/pa_request.C: debug info format
13678: simplified, now it's: OP_VALUE Operation::Origin << here value*
13679:
13680: higher limits: file number (max: 255) line number (max:
13681: 64535) column number (max: 255)
13682:
13683: * src/classes/math.C: top limit
13684:
13685: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13686: precise parse error position in case of
13687:
13688: ^bug ]
13689:
13690: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13691: changed to realities, and passed [bug fixed]
13692:
13693: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13694: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13695: main/compile_tools.h, main/pa_request.C: introducing
13696: ^process...[main-method-alias]
13697:
13698: * src/: classes/date.C, classes/image.C, classes/op.C,
13699: classes/string.C, classes/table.C, classes/xdoc.C,
13700: types/pa_vmethod_frame.h: MethodParams& now [methods without
13701: params receive zero reference, but they are expected not to look
13702: there]
13703:
13704: * operators.txt, src/classes/date.C, src/classes/double.C,
13705: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13706: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13707: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13708: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13709: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13710: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13711: [methods without params receive zero reference, but they are
13712: expected not to look there]
13713:
13714: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13715: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13716: ^process...[filename] useful for better error reporting
13717: [file/line/col]
13718:
13719: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13720: types/pa_vstring.h: slightly improved error messages text: 1. is
13721: '%s', it 2. method undefined in case of ^void[]
13722:
13723: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13724: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13725: handling done. now we have error columns todo: test it
13726:
13727: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13728: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13729:
13730: this makes life easier: were: bad stack order -- were in
13731: exception catch unwind order, which didn't match execution order
13732:
13733: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13734:
13735: @first[] ^throw[a;1]
13736:
13737: showed throw a first throw b try
13738:
13739: which is no good
13740:
13741: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13742: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13743: trace reset after handled exception [old bug fixed]
13744:
13745: * src/main/: compile.tab.C, compile.y: parse position old bug
13746: fixed. position reporting made precise [both, in parse erros and
13747: runtime errors]
13748:
13749: 2003-04-02 paf
13750:
13751: * src/: include/pa_operation.h, include/pa_request.h,
13752: main/compile.C, main/compile.tab.C, main/compile.y,
13753: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13754: main/pa_exception.C, main/pa_request.C: debug info: started
13755: using. todo:complete
13756:
13757: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13758: main/compile.C, main/compile.tab.C, main/compile.y,
13759: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13760: main/pa_request.C: prepared debug info todo:use it
13761:
13762: * src/include/pa_operation.h: strange mistake fixed: forgot to
13763: return Operation class->union after switching from autoptrs.
13764:
13765: * tests/: Makefile, results/108.processed, results/117.processed:
13766: meta considered OK [it's up to coder now to remove it not needed]
13767:
13768: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13769: Dictionary constructor when moved to gc]
13770:
13771: * src/main/pa_common.C: uncommented http:// file loading
13772:
13773: * src/include/pa_array.h, src/main/execute.C,
13774: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13775: fix [gdGrowingBuf]
13776:
13777: * configure.in, src/lib/Makefile.am: removed patches
13778:
13779: * configure, src/include/pa_config_auto.h.in,
13780: src/main/pa_charset.C: --enable-assertions autoconf-ed
13781:
13782: * src/main/pa_common.C: uncommented http:// file loading
13783:
13784: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13785: xdoc::create/load
13786:
13787: * src/: classes/form.C, classes/hash.C, classes/image.C,
13788: classes/string.C, classes/table.C, classes/void.C,
13789: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13790: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13791: String::String(str,helper_length) are checked. found/fixed one
13792: place: $request:body now zero-terminated,
13793:
13794: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13795: main/compile_tools.C, main/execute.C, types/pa_value.h,
13796: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13797: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13798: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13799: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13800: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13801: types/pa_vxnode.h: more locally scoped vars in execute (more
13802: easily optimizable)
13803:
13804: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13805: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13806:
13807: * src/: include/pa_array.h, include/pa_stack.h,
13808: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13809: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13810: become assertion iterator in methodframe filler
13811:
13812: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13813: targets/cgi/parser3.C: array::get/put inlined
13814:
13815: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13816: gc_substitute_memory_management_functions +installed CORD_oom
13817: function
13818:
13819: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13820: src/include/pa_config_includes.h, src/include/pa_string.h,
13821: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13822: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13823: assertions started configure.in --enable-assertions
13824:
13825: 2003-04-01 paf
13826:
13827: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13828: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13829: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13830: gdome uses glib memory, and stores last pointer to xmlDoc there,
13831: gc misses that and collects valid memory fixed by remembering
13832: xmlDoc from dom object in xdoc. todo: do something with
13833: premature free of xdoc with xnodes/node values referring into it
13834:
13835: * src/classes/: mail.C: typo fix
13836:
13837: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13838: changes
13839:
13840: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13841: main/pa_memory.C: moved memory debugging to global level: to
13842: pa_gc_malloc
13843:
13844: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13845: debugging showed no errors. todo: debug parser memory
13846:
13847: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13848: configurations
13849:
13850: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13851: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13852: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13853: types/types.dsp: prepared xml-static configuration
13854:
13855: 2003-03-31 paf
13856:
13857: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13858: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13859: xml lib memory debugging, simple checks failed: it seems that
13860: library does realloc(bad ptr), and recording those ptrs in heap
13861: [for debugging] was bad: heap situation changes = everything
13862: works fine
13863:
13864: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13865: xmlRegisterCharEncodingHandler limitation [currently imposed
13866: limit of 10 user-defined charsets]
13867:
13868: 2003-03-28 paf
13869:
13870: * src/main/execute.C: execution stack copied to local register
13871: variable, removed lots [~2e7) of memory accesses
13872:
13873: 2003-03-27 paf
13874:
13875: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13876: works in debug, but fails in release todo: fix that
13877:
13878: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13879: targets/cgi/parser3.C: forgot to merge XML memory funcs
13880: replacement from gc branch
13881:
13882: * src/main/pa_exec.C: introducing append_help_length [radical
13883: improvement here]
13884:
13885: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13886: 'not recommened' in gc.h, on win32 noticed no difference]
13887:
13888: * src/include/pa_array.h: returned checked array get [were disabled
13889: for debugging] result:not slower [don't understand that, it were
13890: INLINED] todo: find out a way of inlining it!
13891:
13892: * src/: include/pa_string.h, lib/gc/include/gc.h,
13893: lib/gc/include/gc_fake.h, main/compile.tab.C,
13894: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13895: convention changed: all resulting strings are zero-terminated
13896:
13897: * src/: classes/date.C, classes/file.C, classes/hash.C,
13898: classes/string.C, classes/table.C, classes/void.C,
13899: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13900: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13901: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13902: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13903: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13904: types/pa_vfile.C, types/pa_vmail.C: introducing
13905: append_help_length [radical improvement here]
13906:
13907: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13908: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13909: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13910: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13911: even slower
13912:
13913: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13914: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13915: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13916: clients of &get(): most to use non-ref version, some[in tight
13917: places] to get_unchecked_ref
13918:
13919: * src/doc/memory.dox: forgot to add
13920:
13921: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13922: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13923: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13924: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13925: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13926: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13927: targets/cgi/parser3.dsp, types/pa_vmail.C,
13928: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13929: T>>&<< removed after Stack::pop wiping removed [moved to separate
13930: func] other Array & removed
13931:
13932: 2003-03-26 paf
13933:
13934: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13935: classes/table.C, include/pa_array.h, include/pa_charset.h,
13936: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13937: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13938: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13939: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13940: main/pa_exec.C, main/pa_sql_driver_manager.C,
13941: main/pa_stylesheet_manager.C, main/pa_table.C,
13942: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13943: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13944: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13945: pre-evaluated .count() in some places
13946:
13947: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13948: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13949: types/types.dsp: .dsp profiling updated
13950:
13951: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13952: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13953: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13954:
13955: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13956: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13957: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13958: use lib/gc,lib/cord
13959:
1.116 moko 13960: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13961: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13962: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13963: src/include/pa_config_includes.h, src/include/pa_request.h,
13964: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13965: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13966: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13967: src/lib/cord/include/Makefile.am,
1.116 moko 13968: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13969: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13970: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13971: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13972: src/types/pa_vform.h, src/types/pa_vhash.h,
13973: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13974: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13975: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13976: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13977: funcs ported pa_exec
1.95 moko 13978:
13979: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13980:
13981: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13982: bundled gc includes
13983:
13984: * src/: classes/op.C, include/pa_array.h,
13985: include/pa_sql_connection.h, include/pa_string.h,
13986: include/pa_version.h, main/compile.tab.C, main/compile.y,
13987: main/execute.C, main/pa_common.C, main/pa_exception.C,
13988: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13989: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13990: first real site (aval)]
13991:
13992: 2003-03-25 paf
13993:
13994: * operators.txt, src/main/pa_sql_driver_manager.C,
13995: src/types/pa_vstatus.C: $status.memory used free since_compact
13996: process
13997:
13998: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13999: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14000:
14001: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14002:
14003: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14004: src/types/pa_value.h, src/types/pa_vfile.h,
14005: src/types/pa_vobject.C, src/types/pa_vobject.h,
14006: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14007: tests/results/121.processed: untaint.C L_URI
14008:
14009: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14010: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14011: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14012: src/types/pa_vmemory.h: ^memory:compact[]
14013:
14014: * tests/results/109.processed: it was a bug in parser. updated 109
14015: test result
14016:
14017: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14018:
14019: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14020: tests/results/107.processed: fixed dom language [values are now
14021: considered tainted. it was a bug in parser. updated 107 test
14022: result
14023:
14024: * src/classes/xdoc.C: fixed transform params
14025:
14026: * src/: include/pa_stylesheet_manager.h,
14027: main/pa_stylesheet_manager.C: fixed stylesheet caching
14028:
14029: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14030: overloads for structure handling
14031:
14032: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14033: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14034: StringBody(0) ambiguilty, introducting static
14035: StringBody::Format(int)
14036:
14037: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14038: linked
14039:
14040: * src/types/pa_vxdoc.C: vxdoc compiled
14041:
14042: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14043: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14044: finalizers isntalled
14045:
14046: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14047: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14048: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14049: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14050: compiled todo: xnode.C / finalizers
14051:
14052: * src/doc/string.dox: updated: new string internals
14053:
14054: 2003-03-24 paf
14055:
14056: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14057: include/pa_charset.h, include/pa_config_fixed.h,
14058: include/pa_request.h, include/pa_stylesheet_connection.h,
14059: include/pa_stylesheet_manager.h, main/pa_charset.C,
14060: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14061: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14062: types/pa_vxnode.h: started XML
14063:
14064: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14065:
14066: * src/: classes/file.C, classes/image.C, classes/mail.C,
14067: include/pa_string.h, main/pa_common.C,
14068: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14069:
14070: * src/: classes/file.C, classes/image.C, classes/mail.C,
14071: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14072: main/pa_request.C, main/pa_sql_driver_manager.C,
14073: types/pa_vimage.h: size_t pos everywhere checks changed to check
14074: for eq STRING_NOT_FOUND
14075:
14076: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14077: optimize bit implemented
14078:
14079: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14080: String::ArrayFragment::append_positions fixed
14081:
14082: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14083: String::this_starts fixed
14084:
14085: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14086:
14087: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14088: hashcode implemented fully, including per-char callback [it can
14089: be - substr CORD node]
14090:
14091: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14092: rewritten to rewalloc with 100byte buf ahead
14093:
14094: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14095: src/include/pa_string.h, src/main/compile.tab.C,
14096: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14097: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14098: CORD_ec [bad] would rewrite as realloc now
14099:
14100: * src/: classes/date.C, classes/file.C, classes/form.C,
14101: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14102: include/pa_cache_managers.h, include/pa_charsets.h,
14103: include/pa_common.h, include/pa_request.h,
14104: include/pa_sql_driver_manager.h, include/pa_table.h,
14105: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14106: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14107: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14108: types/pa_vmail.C, types/pa_vmethod_frame.C,
14109: types/pa_vstateless_class.h: 2*2 worked :)
14110:
14111: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14112: src/include/pa_exec.h, src/include/pa_string.h,
14113: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14114: passed OK
14115:
14116: * src/: classes/hash.C, classes/string.C, classes/table.C,
14117: types/pa_value.C: all linked todo: debug
14118:
14119: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14120: types/pa_vstateless_class.C: all compiled. todo:link
14121:
14122: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14123:
14124: * src/types/pa_vtable.C: pa_vtable.C compiled
14125:
14126: * src/types/pa_vstring.C: pa_vstring.C compiled
14127:
14128: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14129:
14130: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14131: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14132: pa_vstateless_class.C, pa_vstateless_class.h:
14133: pa_vstateless_class.C compiled
14134:
14135: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14136: types/pa_vmath.C: pa_vmail.C compiled
14137:
14138: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14139:
14140: * src/types/pa_vform.C: pa_vform.C compiled
14141:
14142: * src/types/pa_vfile.C: pa_vfile.C compiled
14143:
14144: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14145: pa_vstateless_class.C: pa_vcookie.C compiled
14146:
14147: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14148: types/pa_vhash.h: pa_value.C compiled
14149:
14150: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14151: classes.lib main.lib compiled
14152:
14153: * src/classes/void.C: void.C compiled
14154:
14155: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14156: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14157: compiled
14158:
14159: * src/: classes/string.C, include/pa_request.h,
14160: include/pa_string.h, main/pa_string.C: string.C compiled
14161:
14162: * src/: classes/op.C, classes/string.C, classes/table.C,
14163: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14164: main/pa_request.C, main/pa_string.C: op.C compiled
14165:
14166: * src/classes/: math.C, op.C: math.C compiled
14167:
14168: * src/: classes/mail.C, classes/string.C, classes/table.C,
14169: types/pa_vmail.h: mail.C compiled
14170:
14171: * src/classes/: int.C, table.C: int.C compiled
14172:
14173: * src/: classes/hash.C, classes/image.C, classes/string.C,
14174: classes/table.C, include/pa_memory.h, include/pa_string.h,
14175: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14176: compiled
14177:
14178: * src/: classes/hash.C, classes/string.C, classes/table.C,
14179: classes/void.C, classes/xdoc.C, include/pa_request.h,
14180: include/pa_sql_connection.h: hash.C compiled
14181:
14182: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14183: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14184: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14185: classes/math.C, classes/op.C, classes/response.C,
14186: classes/string.C, classes/table.C, classes/void.C,
14187: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14188: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14189: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14190: file.C table.C compiled
14191:
14192: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14193: main/untaint.C: main.lib compiled
14194:
14195: 2003-03-21 paf
14196:
14197: * src/: classes/op.C, include/pa_cache_managers.h,
14198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14199: include/pa_stylesheet_manager.h, main/pa_exception.C,
14200: main/pa_globals.C, main/pa_sql_driver_manager.C,
14201: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14202: compiled
14203:
14204: * src/: classes/hash.C, classes/image.C, classes/op.C,
14205: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14206: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14207: main/compile.C, main/pa_common.C, main/pa_request.C,
14208: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14209: pa_request.C compiled
14210:
14211: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14212: include/pa_request.h, main/execute.C, main/pa_request.C,
14213: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14214: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14215: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14216: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14217: compiled
14218:
14219: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14220: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14221: on unix
14222:
14223: * src/: include/pa_charset.h, include/pa_charsets.h,
14224: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14225: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14226: pa_charsets.C compiled
14227:
14228: * src/: classes/image.C, classes/mail.C, classes/op.C,
14229: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14230: main/compile.y, main/execute.C, main/pa_common.C,
14231: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14232: types/pa_vcode_frame.h, types/pa_vimage.h,
14233: types/pa_vmethod_frame.h: execute.C compiled
14234:
14235: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14236: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14237: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14238: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14239: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14240: include/pa_cache_managers.h, include/pa_charsets.h,
14241: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14242: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14243: include/pa_sql_driver_manager.h, include/pa_string.h,
14244: include/pa_stylesheet_connection.h,
14245: include/pa_stylesheet_manager.h, include/pa_table.h,
14246: main/compile.C, main/compile.tab.C, main/compile.y,
14247: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14248: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14249: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14250: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14251: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14252: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14253: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14254: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14255: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14256: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14257: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14258: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14259: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14260: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14261: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14262: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14263: types/pa_vresponse.h, types/pa_vstateless_class.C,
14264: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14265: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14266: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14267: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14268: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14269: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14270: [C++ CORD wrapper]
14271:
14272: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14273:
14274: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14275: $file::exec/cgi[script; $.charset[this is script's charset]
14276:
14277: command line, env values, input got transcoded before call
14278: stdout, stderr got transcoded after call
14279:
14280: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14281: by default. use: ^file::exec[...;$.stdin[$request.body]
14282:
14283: * src/main/pa_common.C: } typo bug fix
14284:
14285: * src/main/pa_common.C: } typo bug fix
14286:
14287: 2003-03-20 paf
14288:
14289: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14290: main/untaint.C: cord bug fix, but still errors todo: clear out
14291:
14292: * src/include/pa_string.h: more tests
14293:
14294: * src/main/pa_string.C: string.pos fixed
14295:
1.116 moko 14296: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14297: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14298: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14299: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14300: replaces
1.95 moko 14301:
14302: * src/: classes/image.C, include/pa_dictionary.h,
14303: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14304: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14305: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14306: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14307:
14308: * src/include/pa_string.h: warning
14309:
14310: * src/include/pa_string.h: this_starts fixed
14311:
14312: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14313: new String ctor & append params convention
14314:
14315: * src/: classes/file.C, classes/hash.C, classes/image.C,
14316: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14317: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14318: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14319: main/pa_exception.C, main/pa_exec.C,
14320: main/pa_sql_driver_manager.C, main/pa_string.C,
14321: main/pa_stylesheet_manager.C, main/untaint.C,
14322: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14323: types/pa_vmail.C: more tests OK
14324:
14325: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14326: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14327: gc/exit runned OK
14328:
14329: * src/types/pa_vmail.C: another naming problem: should not name
14330: vars like that: unpredictable close caused problems with later
14331: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14332: descriptors missing on startup: stdin; Bad file number
14333:
14334: todo: find out why so many filters(stream) here. probably wrong?
14335:
14336: * src/: include/pa_dictionary.h, include/pa_string.h,
14337: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14338: main/untaint.C: test compiled
14339:
14340: * src/: classes/image.C, classes/mail.C, classes/math.C,
14341: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14342: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14343: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14344: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14345: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14346: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14347: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14348: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14349: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14350:
14351: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14352: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14353: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14354: src/include/pa_memory.h, src/include/pa_request.h,
14355: src/include/pa_request_charsets.h,
14356: src/include/pa_sql_connection.h, src/include/pa_string.h,
14357: src/main/compile.tab.C, src/main/execute.C,
14358: src/main/pa_charset.C, src/main/pa_common.C,
14359: src/main/pa_exception.C, src/main/pa_exec.C,
14360: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14361: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14362: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14363: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14364: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14365: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14366: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14367: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14368: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14369: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14370: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14371: pa_common.C [done, without http for now]
14372:
14373: 2003-03-19 paf
14374:
14375: * src/: classes/date.C, classes/form.C, classes/hash.C,
14376: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14377: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14378: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14379: include/pa_string.h, include/pa_table.h, main/compile.C,
14380: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14381: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14382: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14383: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14384: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14385: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14386: types/pa_vstateless_class.h, types/pa_vtable.C,
14387: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14388: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14389: types/pa_wwrapper.h: started test
14390:
1.116 moko 14391: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14392: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14393:
14394: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14395: include/pa_string.h, main/pa_string.C: string compiled todo: test
14396: it
14397:
14398: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14399: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14400: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14401: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14402: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14403: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14404: types/pa_vmethod_frame.h, types/types.dsp: string
14405: reimplementation with cord+array<fragment>: 70%
14406:
14407: 2003-03-18 paf
14408:
14409: * src/: classes/date.C, classes/file.C, classes/form.C,
14410: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14411: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14412: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14413: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14414: can ignore lang in cmp and pos really, but would
14415: split properly!
14416:
14417: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14418: cord part made parser/src/lib: it's not compiled into libgc by
14419: default
14420:
14421: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14422: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14423: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14424: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14425: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14426: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14427: src/classes/xnode.C, src/classes/xnode.h,
14428: src/include/Makefile.am, src/include/pa_cache_managers.h,
14429: src/include/pa_charset.h, src/include/pa_charsets.h,
14430: src/include/pa_common.h, src/include/pa_dictionary.h,
14431: src/include/pa_exception.h, src/include/pa_exec.h,
14432: src/include/pa_globals.h, src/include/pa_hash.h,
14433: src/include/pa_memory.h, src/include/pa_pool.h,
14434: src/include/pa_request.h, src/include/pa_request_charsets.h,
14435: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14436: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14437: src/include/pa_stylesheet_connection.h,
14438: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14439: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14440: src/main/compile.C, src/main/compile.tab.C,
14441: src/main/compile_tools.C, src/main/compile_tools.h,
14442: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14443: src/main/pa_charsets.C, src/main/pa_common.C,
14444: src/main/pa_dictionary.C, src/main/pa_exception.C,
14445: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14446: src/main/pa_pool.C, src/main/pa_request.C,
14447: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14448: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14449: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14450: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14451: src/types/pa_junction.h, src/types/pa_method.h,
14452: src/types/pa_value.C, src/types/pa_value.h,
14453: src/types/pa_vclass.C, src/types/pa_vclass.h,
14454: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14455: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14456: src/types/pa_vdouble.h, src/types/pa_venv.h,
14457: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14458: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14459: src/types/pa_vimage.C, src/types/pa_vimage.h,
14460: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14461: src/types/pa_vmath.C, src/types/pa_vmath.h,
14462: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14463: src/types/pa_vobject.C, src/types/pa_vobject.h,
14464: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14465: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14466: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14467: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14468: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14469: src/types/pa_vstring.h, src/types/pa_vtable.C,
14470: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14471: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14472: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14473: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14474: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14475: gc: PA_Object done lots of replacements also
14476:
14477: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14478: gc logging
14479:
14480: 2003-03-17 paf
14481:
14482: * src/: classes/date.C, classes/file.C, classes/form.C,
14483: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14484: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14485: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14486: include/pa_string.h, include/pa_types.h, main/compile.C,
14487: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14488: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14489: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14490: main/pa_sql_driver_manager.C, main/pa_string.C,
14491: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14492: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14493: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14494: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14495: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14496: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14497: types/pa_vxnode.h: libgc attempt
14498:
14499: 2003-03-13 paf
14500:
14501: * src/: include/pa_sql_driver_manager.h,
14502: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14503: called
14504:
14505: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14506: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14507: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14508: types/pa_value.h, types/pa_vobject.h,
14509: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14510: set_base, set_derived simplified [counter leaks fixed]
14511:
14512: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14513: src/types/types.dsp: incorporated status class patch From:
14514: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14515: 2003 8:14 AM
14516:
14517: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14518: Win32 specific: QuotaPeakNonPagedPoolUsage
14519: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14520:
14521: 2003-03-12 paf
14522:
1.116 moko 14523: * configure, configure.in, src/lib/ltdl/configure,
14524: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14525: lib/ltdl/Makefile now created by /configure.in only [were by
14526: lib/ltdl/configure.in OVERWRITE]
14527:
1.116 moko 14528: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14529: linkage fixed for g++ 3.2.2
1.95 moko 14530:
14531: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14532: on using privately declared class [fixed]
14533:
14534: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14535: 3.2 rightliy complained on using privately declared class [fixed]
14536:
14537: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14538: sigpipe before request constructor now causes death
14539:
14540: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14541: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14542: not cause exception in exception handler
14543:
1.116 moko 14544: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14545: now default links libstdc++ statically. that can be overriden by
14546: --with-dynamic-stdcpp
1.95 moko 14547:
14548: 2003-03-11 paf
14549:
14550: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14551: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14552: necessity of libstdc++
14553:
14554: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14555:
14556: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14557:
14558: 2003-03-08 paf
14559:
14560: * tests/Makefile: make install & co
14561:
14562: * src/: include/pa_request.h, classes/op.C: removing
14563: vclass,object.h -> pa_request.h dependency
14564:
14565: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14566: main/pa_request.C: removing vform,response,cookie.h ->
14567: pa_request.h dependency
14568:
14569: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14570: dependency [testing...]
14571:
14572: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14573: return 0; fixed
14574:
14575: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14576: types/pa_vmail.h: vmail.C received just compiled [not tested]
14577:
14578: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14579:
14580: * src/main/pa_request.C: forgotten: ifdef XML
14581:
14582: * src/main/pa_request.C: forgotten: ifdef XML
14583:
14584: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14585: win32 and run memleak tests again
14586:
14587: * src/targets/cgi/parser3.C: charsets: see some strange things with
14588: old xml lib-- it's internal memory handling has faults
14589:
14590: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14591: problems when transcode from charset A to A.
14592:
14593: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14594: todo: still problems when transcode from charset A to A.
14595:
14596: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14597: classes/table.C, include/pa_array.h,
14598: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14599: started full-scale-site-test [~ http://parser.ru sources]
14600:
14601: some fixes
14602:
14603: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14604: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14605: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14606: results/110.processed, results/111.processed,
14607: results/112.processed, results/113.processed,
14608: results/114.processed, results/115.processed,
14609: results/116.processed, results/117.processed,
14610: results/118.processed, results/119.processed,
14611: results/120.processed: xml: tests 109 dom create/show 110 xpath
14612: selectSingle 111 xdoc.create from tainted & 112
14613: xdoc.create/output with russian attr value 113 xpath
14614: selectString/Number 114 dom attributes.count 115 xpath selectBool
14615: 116 output media-type change 117 transform by dom stylesheet 118
14616: empty transform result 119 dom setAttribute 120 nbsp letter
14617: output
14618:
14619: =END OF PREPARED XML TESTS=
14620:
14621: 2003-03-07 paf
14622:
14623: * src/classes/xdoc.C, src/include/pa_charset.h,
14624: src/include/pa_stylesheet_connection.h, tests/108.html,
14625: tests/108.xsl, tests/results/108.processed: xml: test 108
14626: transform with params [bugs fixed]
14627:
14628: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14629: from copy/paste bug
14630:
14631: * src/classes/xdoc.C, src/include/pa_charset.h,
14632: src/include/pa_request.h, src/main/execute.C,
14633: src/main/pa_charset.C, src/main/pa_exception.C,
14634: src/main/pa_globals.C, src/main/pa_request.C,
14635: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14636: src/types/pa_vxnode.C, tests/107.html,
14637: tests/results/107.processed: xml: test: 107 bug fixes
14638:
14639: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14640: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14641: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14642:
14643: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14644: string
14645:
14646: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14647: mem alloc functions used for different cases [libxml, libxsl]
14648:
14649: * src/classes/classes.C: fixed: prevent system classes from
14650: modification to lock ALL the classes, not only directly used
14651:
14652: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14653: linked
14654:
14655: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14656:
14657: 2003-03-06 paf
14658:
14659: * src/classes/xdoc.C: xdoc.C 50%
14660:
14661: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14662: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14663: main/pa_globals.C, main/pa_request.C,
14664: main/pa_stylesheet_manager.C: xnode.C compiled
14665:
14666: * src/: include/pa_stylesheet_connection.h,
14667: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14668: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14669:
14670: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14671: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14672: xml: stylesheet&manager STARTED
14673:
14674: * src/: include/pa_globals.h, main/pa_charset.C,
14675: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14676:
14677: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14678: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14679: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14680: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14681: charsets
14682:
14683: * tests/023.html: in some cases it rounded up badly. postponing
14684: solution of that problem, making more simple test
14685:
14686: * tests/: 058_paf2000.png, results/058.processed: .png added with
14687: -kb now
14688:
14689: * src/: include/pa_charset.h, include/pa_charsets.h,
14690: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14691: moved to charsets.C
14692:
14693: 2003-03-05 paf
14694:
14695: * src/classes/string.C, src/include/pa_string.h,
14696: src/main/pa_string.C, tests/105.html,
14697: tests/results/105.processed: String::match bug fixed
14698:
14699: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14700: tests/results/104.processed: ^bpt operator added [does int3 in
14701: debug build on win32]
14702:
14703: * tests/: 057.html, results/057.processed: test bug fixed
14704:
1.116 moko 14705: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14706:
14707: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14708: missing
14709:
1.116 moko 14710: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14711: forgotten files added to Makes
1.95 moko 14712:
14713: * ltmain.sh: ltmain.sh added
14714:
14715: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14716: change undone ;(
14717:
14718: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14719: made static
14720:
14721: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14722: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14723: todo:make linker happy
1.95 moko 14724:
14725: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14726: env param made optional
14727:
14728: 2003-03-04 paf
14729:
14730: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14731: types/pa_vimage.h: number of gcc compiler bugs fixed
14732:
14733: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14734: results/103.processed: tests: 103 image.copy transparence test
14735:
14736: * src/main/execute.C, tests/101.html, tests/102.html,
14737: tests/results/101.processed, tests/results/102.processed: tests:
14738: 101 method/variable name conflict test 102 form fields change
14739: should not not change anything [bug fix]
14740:
14741: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14742: results/099.processed, results/100.processed: tests: 57 date
14743: create 2002: added 99,100 response:body/download
14744:
14745: * src/classes/image.C, tests/098.html, tests/098font.gif,
14746: tests/results/098.processed: test: 98 image font text [bug fixed]
14747:
14748: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14749: tests/results/097.processed: test: 97 file::load http:// [bugs
14750: fixed]
14751:
14752: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14753: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14754: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14755: image EXIF [bug fixed]
14756:
14757: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14758: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14759: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14760: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14761: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14762: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14763: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14764: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14765: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14766: tests/094.html, tests/095.html, tests/results/061.processed,
14767: tests/results/062.processed, tests/results/063.processed,
14768: tests/results/064.processed, tests/results/065.processed,
14769: tests/results/066.processed, tests/results/067.processed,
14770: tests/results/068.processed, tests/results/069.processed,
14771: tests/results/070.processed, tests/results/071.processed,
14772: tests/results/072.processed, tests/results/073.processed,
14773: tests/results/074.processed, tests/results/075.processed,
14774: tests/results/076.processed, tests/results/077.processed,
14775: tests/results/078.processed, tests/results/080.processed,
14776: tests/results/081.processed, tests/results/082.processed,
14777: tests/results/083.processed, tests/results/084.processed,
14778: tests/results/085.processed, tests/results/086.processed,
14779: tests/results/087.processed, tests/results/088.processed,
14780: tests/results/089.processed, tests/results/090.processed,
14781: tests/results/091.processed, tests/results/092.processed,
14782: tests/results/093.processed, tests/results/094.processed,
14783: tests/results/095.processed, tests/079.html,
14784: tests/results/079.processed: tests: 61 file::stat size 62
14785: string->int autoconvert 63 double .int,dec,div,mul 64 date
14786: compare 65 file: basename,justname,justext 66 math:crypt 67
14787: string.match simple on long 68 string.match normalized simple on
14788: long 69 string.int 70 file::stat content-type 71 table.join 72
14789: hash parameter conditional pass 73 date daylightsaving,yearday 74
14790: date arithmetics 75 response date values/attributes 76 string.pos
14791: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14792: with local 80 scientific numeric literal in string autoconvert 81
14793: xor: logical and numerical 82 for delims 83 menu delims 84
14794: table.hash distinct 85 long string replace 86 throw+catch
14795: current language preserve 87 bit shifts 88 junction tests +
14796: $caller test 89 hash.foreach selfmodification 90 int/void to int
14797: 91 $caller test 92 junction is + def junction tests 93 $caller
14798: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14799:
14800: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14801: fixed] 60 string eq string [bug fixed]
14802:
14803: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14804: 058.html, 058_paf2000.png, 059.html, 060.html,
14805: results/053.processed, results/054.processed,
14806: results/055.processed, results/056.processed,
14807: results/057.processed, results/058.processed,
14808: results/059.processed, results/060.processed: test: 53
14809: string.replace 54 junctions 55 table.hash 56 call indirect 57
14810: date.create[string] 58 image.measure[png]
14811:
14812: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14813: outputs/051.processed, results/052.processed: test: 52
14814: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14815: task: fix that
14816:
14817: 2003-03-03 paf
14818:
14819: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14820: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14821: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14822: outputs/049.processed, outputs/050.processed,
14823: outputs/051.processed, results/001.processed,
14824: results/002.processed, results/003.processed,
14825: results/005.processed, results/006.processed,
14826: results/008.processed, results/009.processed,
14827: results/011.processed, results/012.processed,
14828: results/013.processed, results/014.processed,
14829: results/015.processed, results/016.processed,
14830: results/017.processed, results/020.processed,
14831: results/021.processed, results/022.processed,
14832: results/024.processed, results/025.processed,
14833: results/026.processed, results/027.processed,
14834: results/028.processed, results/029.processed,
14835: results/030.processed, results/031.processed,
14836: results/049.processed, results/050.processed,
14837: results/051.processed, results/043.processed,
14838: results/044.processed, results/045.processed,
14839: results/046.processed, results/047.processed,
14840: results/048.processed: tests: 43,44,45 date rolls 46
14841: autoevaluating junction 47 table.select 48 name with subvar 49
14842: hash-creating switch 50 process 51 started parent/child, works as
14843: it were but it were NOT GOOD, created separate task to fix that
14844:
14845: * tests/: 042.html, results/042.processed: test: 42
14846: exception.handled
14847:
14848: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14849: expression
14850:
14851: * tests/: 040.html, results/040.processed: test: 39 method result
14852: of type table 40 method param junction auto evaluate
14853:
14854: * tests/: 039.html, results/039.processed: test: 37 method result
14855: of type table
14856:
14857: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14858: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14859: tests/038.html, tests/results/033.processed,
14860: tests/results/034.processed, tests/results/035.processed,
14861: tests/results/036.processed, tests/results/037.processed,
14862: tests/results/038.processed: tests: 33 string.replace 34
14863: string.upper 35 table created 36 local/global vars with juntions
14864: 37 table clone 38 math PI & number formatting
14865:
14866: math class registring typo fixed
14867:
14868: * src/classes/op.C, src/include/pa_request.h,
14869: src/include/pa_string.h, src/main/execute.C,
14870: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14871: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14872: tests/032.html, tests/results/032.processed: uchar changed to
14873: String_UL in all places [was not everywhere] untaint test: 032
14874:
14875: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14876: tests/results/004.processed, tests/parser-cygwin.sh,
14877: tests/parser-unix.sh: removed -H command line key, now testing
14878: using .sh file with SERVER_SOFTWARE=xxx
14879:
14880: 2003-02-26 paf
14881:
14882: * src/main/execute.C, src/types/pa_vstateless_class.h,
14883: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14884: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14885: tests/results/024.processed, tests/results/025.processed,
14886: tests/results/026.processed, tests/results/027.processed,
14887: tests/results/028.processed, tests/results/029.processed,
14888: tests/results/030.processed, tests/results/031.processed: fixed
14889: bug with name_cstr mutable CharPtr more tests
14890:
14891: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14892: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14893: << abort. die now just exits
14894:
14895: * src/classes/classes.awk, src/classes/classes.h,
14896: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14897: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14898: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14899: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14900: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14901: src/classes/xnode.C, src/include/pa_memory.h,
14902: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14903: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14904: src/types/pa_vform.C, tests/015.html, tests/016.html,
14905: tests/017.html, tests/018.html, tests/019.html,
14906: tests/019paf2001.gif, tests/020.html, tests/021.html,
14907: tests/022.html, tests/023.html, tests/022_dir/a.html,
14908: tests/022_dir/b.txt, tests/022_dir/c.htm,
14909: tests/results/015.processed, tests/results/016.processed,
14910: tests/results/017.processed, tests/results/018.processed,
14911: tests/results/019.processed, tests/results/020.processed,
14912: tests/results/021.processed, tests/results/022.processed,
14913: tests/results/023.processed: methoded_array now contains all Mxxx
14914: classes SAPI::get_env now returns info on pool more tests
14915:
14916: * src/include/pa_array.h, src/include/pa_hash.h,
14917: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14918: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14919: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14920: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14921: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14922: tests/results/001.processed, tests/results/002.processed,
14923: tests/results/003.processed, tests/results/004.processed,
14924: tests/results/005.processed, tests/results/006.processed,
14925: tests/results/007.processed, tests/results/008.processed,
14926: tests/results/009.processed, tests/results/010.processed,
14927: tests/results/011.processed, tests/results/012.processed,
14928: tests/results/013.processed, tests/results/014.processed: hash
14929: cloning fixed
14930:
14931: 2003-02-25 paf
14932:
14933: * src/main/pa_common.C: typo fixed
14934:
14935: 2003-02-24 paf
14936:
14937: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14938: [one remained]
14939:
14940: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14941: [should have been get_string(&pool)] todo: check other such calls
14942:
14943: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14944: test10, bad lookups
14945:
14946: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14947: object got destructed, and xxx points to sky
14948:
14949: * ChangeLog, src/classes/string.C: match bug fixed
14950:
14951: * src/types/pa_vmail.C: body [text/html] transcoded to
14952: $.charset[specified] now
14953:
14954: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14955: which failed to handle sigsetjmp+throw: crashed inside of
14956: pre-throw code. rewritten simplier [though duplicating
14957: closesocket code]
14958:
14959: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14960: which failed to handle sigsetjmp+throw: crashed inside of
14961: pre-throw code. rewritten simplier [though duplicating
14962: closesocket code]
14963:
14964: 2003-02-21 paf
14965:
14966: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14967: $cookie:name[$.expires[date << can be now]]
14968:
14969: written makefile with regression tests [raw]
14970:
14971: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14972: tests' only [it's not forcing CGI mode now] now use -H to output
14973: CGI header when parser used in command line [useful for tests
14974: also]
14975:
14976: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14977: switches on CGI mode, and is used in regression tests
14978:
14979: * src/: include/pa_request.h, main/pa_request.C,
14980: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14981: fixed
14982:
14983: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14984: handling pa_*
14985:
14986: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14987: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14988: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14989: memory handling files
14990:
14991: * src/main/pa_array.C: pool::format_integer terminator fixed
14992:
14993: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14994: compiles OK test to show benefits of free
14995:
14996: * src/: classes/file.C, classes/image.C, classes/mail.C,
14997: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14998: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14999: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15000: use pool [as the one in ^process]
15001:
15002: * src/classes/op.C: fixed process. sould now check for all cstr's
15003: -- some must use pool [as the one in ^process]
15004:
15005: 2003-02-20 paf
15006:
15007: * src/: classes/date.C, classes/double.C, classes/file.C,
15008: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15009: classes/math.C, classes/op.C, classes/response.C,
15010: classes/string.C, classes/table.C, classes/void.C,
15011: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15012: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15013: string cmp fixed
15014:
15015: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15016: values passed OK now
15017:
15018: 2003-02-19 paf
15019:
15020: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15021: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15022: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15023: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15024: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15025: all remaning leaks resulted from pooled::malloc calls [excluding
15026: in gd -- planning complete rewrite extremely ugly code]
15027:
15028: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15029: files
15030:
15031: 2003-02-17 paf
15032:
15033: * src/: classes/date.C, classes/double.C, classes/file.C,
15034: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15035: classes/response.C, classes/string.C, classes/table.C,
15036: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15037: include/pa_stylesheet_connection.h,
15038: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15039: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15040: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15041: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15042: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15043: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15044: of unitialized simple-typed field
15045:
15046: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15047: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15048: simple-typed field fixed. todo: find&kill all like that one
15049:
15050: * src/: main/execute.C, targets/cgi/pa_pool.C,
15051: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15052: debug output fixed
15053:
15054: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15055: main/pa_request.C: stack-stored items need extra .ref to prevent
15056: object_ptr from delete[them]
15057:
15058: * src/: classes/date.C, classes/op.C, classes/table.C,
15059: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15060: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15061: main/pa_charset.C, main/pa_common.C,
15062: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15063: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15064: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15065: calls
15066:
15067: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15068: couple mem leaks rusulted from old pooled::malloc usage.
15069: todo:find more like those
15070:
15071: * src/main/: compile.C, compile_tools.C: 2*2!
15072:
15073: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15074: stackItem fixed [there were no string on stack before]
15075:
15076: * src/: main/execute.C, main/pa_request.C,
15077: types/pa_vmethod_frame.C: first letters out OK
15078:
15079: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15080: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15081: main/pa_string.C, main/untaint.C, types/pa_value.h,
15082: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15083: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15084: type not initialized with zeros :( while class fields of class
15085: types initialized with default constructors. learn C++
15086:
15087: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15088: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15089: classes/math.C, classes/xdoc.C, classes/xnode.C,
15090: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15091: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15092:
15093: 2003-02-14 paf
15094:
15095: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15096: 13 link errors
15097:
15098: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15099: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15100: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15101: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15102: errors :)
15103:
15104: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15105: classes/hash.C, classes/mail.C, classes/op.C,
15106: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15107: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15108: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15109: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15110:
15111: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15112: classes/table.C, include/pa_common.h, include/pa_globals.h,
15113: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15114: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15115: types/pa_vint.h, types/types.dsp: op compiled
15116:
15117: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15118: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15119: main/untaint.C, types/pa_vtable.h: string, response compiled
15120:
15121: 2003-02-07 paf
15122:
15123: * src/: classes/table.C, types/pa_vtable.h: table compiled
15124:
15125: 2003-02-06 paf
15126:
15127: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15128: mail compiled
15129:
15130: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15131: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15132: types/pa_vfile.h, types/pa_vimage.h: image compiled
15133:
15134: * src/classes/: file.C, form.C: form compiled
15135:
15136: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15137: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15138: types/pa_vfile.C, types/pa_vfile.h: file compiled
15139:
15140: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15141: types/pa_vmath.h: math compiled [win32]
15142:
15143: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15144: types/pa_vstring.h: hash compiled
15145:
15146: 2003-02-04 paf
15147:
15148: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15149: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15150: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15151: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15152: types/pa_vhash.h: hash 50% compiled
15153:
15154: * src/: classes/date.C, classes/file.C, classes/hash.C,
15155: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15156: classes/string.C, classes/table.C, classes/xdoc.C,
15157: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15158: main/pa_string.C: date compiled
15159:
15160: * src/classes/: classes.dsp, double.C: double compiled
15161:
15162: * src/: classes/date.C, classes/double.C, classes/file.C,
15163: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15164: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15165: classes/string.C, classes/table.C, classes/void.C,
15166: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15167: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15168: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15169: compiled
15170:
15171: * src/: classes/date.C, classes/double.C, classes/file.C,
15172: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15173: classes/math.C, classes/op.C, classes/response.C,
15174: classes/string.C, classes/table.C, classes/void.C,
15175: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15176: types/pa_vvoid.h: void compiled :)
15177:
15178: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15179: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15180: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15181: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15182: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15183: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15184: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15185: types/pa_vresponse.C, types/pa_vstateless_class.C,
15186: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15187: types/pa_wcontext.C, types/types.dsp: removed stupid
15188: value_includes.h
15189:
15190: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15191: trying to remove stupid value_includes.h
15192:
15193: * src/main/pa_exec.C: pa_exec compiled on win32
15194:
15195: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15196:
15197: * src/: include/pa_globals.h, include/pa_request.h,
15198: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15199: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15200: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15201: types/pa_vrequest.C, types/pa_vstateless_class.C,
15202: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15203:
15204: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15205: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15206: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15207:
15208: * src/: include/pa_array.h, include/pa_config_includes.h,
15209: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15210: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15211: compiled
15212:
15213: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15214: name conflicts)
15215:
15216: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15217: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15218: yelds "virtual memory exhausted" while trying to compile
15219: execute.C [eating up to 127MB]
15220:
15221: 2003-02-03 paf
15222:
15223: * src/: include/pa_config_includes.h, include/pa_hash.h,
15224: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15225: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15226: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15227: types/pa_vint.h, types/pa_vjunction.h,
15228: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15229: started gcc compiling pa_common compiled
15230:
15231: * src/: include/pa_exception.h, include/pa_pool.h,
15232: main/pa_exception.C: exception gcc change #1
15233:
1.116 moko 15234: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15235: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15236:
15237: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15238:
15239: * src/types/pa_vtable.C: vtable compiled
15240:
15241: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15242:
15243: * src/: include/pa_cache_managers.h, main/pa_request.C,
15244: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15245:
15246: * src/types/pa_vstateless_class.C: vstateless_class compiled
15247:
15248: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15249:
15250: * src/types/pa_vrequest.C: vrequest compiled
15251:
15252: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15253: pa_vobject.C, pa_vobject.h: vobject compiled
15254:
15255: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15256: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15257: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15258: compiled
15259:
15260: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15261:
15262: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15263: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15264: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15265: compiled
15266:
15267: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15268: main.lib - 0 error(s), 0 warning(s)
15269:
15270: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15271: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15272:
15273: 2003-01-31 paf
15274:
15275: * src/: include/pa_array.h, include/pa_operation.h,
15276: include/pa_request.h, main/execute.C, main/main.dsp,
15277: types/pa_vjunction.h: started last file from main library:
15278: execute
15279:
15280: * src/: include/pa_request.h, include/pa_sapi.h,
15281: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15282: main/pa_request.C, targets/cgi/parser3.C,
15283: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15284: types/pa_vhash.h: pa_request compiled
15285:
15286: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15287: include/pa_globals.h, include/pa_request.h,
15288: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15289: main/execute.C, main/main.dsp, main/pa_common.C,
15290: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15291: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15292: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15293: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15294: types/types.dsp: most pa_request compiled
15295:
15296: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15297: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15298: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15299: classes/op.C, classes/response.C, classes/string.C,
15300: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15301: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15302: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15303: include/pa_config_fixed.h, include/pa_config_includes.h,
15304: include/pa_dictionary.h, include/pa_dir.h,
15305: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15306: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15307: include/pa_pool.h, include/pa_request.h,
15308: include/pa_request_charsets.h, include/pa_request_info.h,
15309: include/pa_sapi.h, include/pa_socks.h,
15310: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15311: include/pa_stack.h, include/pa_string.h,
15312: include/pa_stylesheet_connection.h,
15313: include/pa_stylesheet_manager.h, include/pa_table.h,
15314: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15315: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15316: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15317: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15318: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15319: main/compile.C, main/compile.tab.C, main/compile.y,
15320: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15321: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15322: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15323: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15324: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15325: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15326: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15327: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15328: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15329: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15330: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15331: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15332: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15333: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15334: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15335: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15336: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15337: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15338: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15339: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15340: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15341: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15342: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15343: types/pa_vresponse.h, types/pa_vstateless_class.C,
15344: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15345: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15346: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15347: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15348: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15349: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15350:
15351: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15352: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15353: src/include/pa_charsets.h, src/include/pa_common.h,
15354: src/include/pa_dictionary.h, src/include/pa_exception.h,
15355: src/include/pa_exec.h, src/include/pa_pool.h,
15356: src/include/pa_request.h, src/include/pa_sapi.h,
15357: src/include/pa_sql_connection.h,
15358: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15359: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15360: src/main/compile.tab.C, src/main/compile_tools.C,
15361: src/main/compile_tools.h, src/main/main.dsp,
15362: src/main/pa_charset.C, src/main/pa_charsets.C,
15363: src/main/pa_common.C, src/main/pa_dictionary.C,
15364: src/main/pa_exception.C, src/main/pa_exec.C,
15365: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15366: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15367: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15368: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15369: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15370: src/types/pa_vdouble.h, src/types/pa_venv.h,
15371: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15372: src/types/pa_vhash.h, src/types/pa_vimage.C,
15373: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15374: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15375: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15376: src/types/pa_vobject.C, src/types/pa_vobject.h,
15377: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15378: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15379: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15380: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15381: src/types/pa_vstring.h, src/types/pa_vtable.h,
15382: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15383: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15384: died, long live StringPtr
15385:
15386: 2003-01-30 paf
15387:
15388: * src/: include/pa_charset.h, include/pa_request.h,
15389: include/pa_sql_driver_manager.h, main/compile.tab.C,
15390: main/compile.y, main/compile_tools.h, main/pa_request.C,
15391: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15392:
15393: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15394: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15395: types/pa_vhash.h, types/pa_vmethod_frame.h,
15396: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15397: types/types.dsp: vstateless_class compiled
15398:
15399: * src/main/compile.C: compile compiled
15400:
15401: * src/: include/pa_array.h, include/pa_operation.h,
15402: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15403: main/pa_table.C: compile_tools compiled
15404:
15405: * src/: include/pa_operation.h, main/compile.y,
15406: main/compile_tools.C, main/compile_tools.h: started
15407: compile_tools. vagues ideas of how to free compiled code
15408:
15409: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15410: main/main.dsp, types/pa_value.C, types/pa_value.h,
15411: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15412: compiled
15413:
15414: 2003-01-29 paf
15415:
15416: * src/: include/pa_globals.h, include/pa_request.h,
15417: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15418: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15419: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15420: compiled
15421:
15422: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15423: now
15424:
15425: * src/: include/pa_array.h, include/pa_exception.h,
15426: include/pa_pool.h, main/pa_exception.C: gd compiled
15427:
15428: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15429: compiled
15430:
15431: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15432: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15433: types/pa_vfile.h: vfile compiled
15434:
15435: * src/: include/pa_common.h, include/pa_globals.h,
15436: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15437: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15438: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15439:
15440: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15441: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15442: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15443: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15444: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15445:
15446: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15447: main/main.dsp, main/untaint.C: more compiled
15448:
15449: * src/: include/pa_charsets.h, include/pa_request.h,
15450: include/pa_request_info.h, include/pa_string.h,
15451: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15452: types/pa_vresponse.h: vrequest compiled
15453:
15454: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15455: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15456: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15457:
15458: * src/: classes/classes.h, include/pa_charset.h,
15459: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15460: include/pa_request.h, include/pa_string.h, main/main.dsp,
15461: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15462: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15463: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15464: types/pa_vrequest.C, types/pa_vrequest.h,
15465: types/pa_vstateless_class.h, types/pa_vstring.h,
15466: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15467:
15468: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15469: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15470: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15471: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15472: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15473: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15474: types/pa_vobject.h, types/pa_vstateless_class.h,
15475: types/pa_vstateless_object.h, types/pa_vstatus.h,
15476: types/pa_vstring.h, types/types.dsp: vmath compiled
15477:
15478: 2003-01-28 paf
15479:
15480: * src/: classes/classes.h, classes/date.C, classes/file.C,
15481: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15482: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15483: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15484: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15485: compile_tools
15486:
15487: * src/: include/pa_charset.h, include/pa_exception.h,
15488: include/pa_request.h, include/pa_string.h, main/untaint.C:
15489: untaint compiled
15490:
15491: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15492: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15493: more compiled. struck with string::store_to needing to know
15494: source/client charsets
15495:
15496: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15497: types/pa_vfile.h: uue compiled
15498:
15499: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15500: table compiled
15501:
15502: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15503: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15504:
15505: * src/: include/pa_charset.h, main/pa_charset.C,
15506: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15507: introduced]
15508:
15509: * src/: classes/date.C, include/pa_charset.h,
15510: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15511: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15512: pa_charsets compiled
15513:
15514: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15515: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15516:
15517: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15518: common compiled
15519:
15520: * src/: include/pa_charsets.h, main/pa_charsets.C,
15521: main/pa_sql_driver_manager.C: pa_charsets compiled
15522:
15523: * src/: include/pa_array.h, include/pa_charset.h,
15524: include/pa_charsets.h, include/pa_pool.h,
15525: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15526: include/pa_stack.h, include/pa_string.h,
15527: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15528: sql_driver_manager compiled
15529:
15530: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15531: letter i with two dots added to koi, all ukranian letters added
15532: to win1251.
15533:
15534: typographic simbol 0xb9 deleted from win1251 [strange one & were
15535: abscent from koi]
15536:
15537: 2003-01-27 paf
15538:
15539: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15540: include/pa_sql_driver_manager.h, include/pa_string.h,
15541: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15542: sql/pa_sql_driver.h: paused on sql_manager
15543:
15544: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15545: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15546: include/pa_stack.h, main/pa_sql_driver_manager.C,
15547: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15548:
15549: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15550: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15551: include/pa_table.h, main/pa_sql_driver_manager.C,
15552: main/pa_table.C: table compiled
15553:
15554: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15555: cache_managers compiled
15556:
15557: * src/: include/pa_array.h, include/pa_charset.h,
15558: include/pa_pool.h, main/pa_charset.C: charset compiled
15559:
15560: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15561:
15562: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15563: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15564: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15565: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15566: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15567:
15568: 2003-01-24 paf
15569:
15570: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15571: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15572: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15573: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15574: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15575: types/pa_vint.h, types/pa_vjunction.h,
15576: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15577: types/pa_vstatus.h, types/pa_vstring.h: more patched
15578:
15579: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15580: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15581: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15582: main/pa_string.C, main/pa_table.C: string compiled
15583:
15584: * src/: include/pa_array.h, include/pa_common.h,
15585: include/pa_dictionary.h, include/pa_exception.h,
15586: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15587: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15588: main/pa_string.C: dictionary compiled
15589:
15590: 2003-01-23 paf
15591:
15592: * src/: include/pa_array.h, include/pa_common.h,
15593: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15594: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15595: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15596: types/pa_value.h: resurrected pool in new sense: now it's
15597: factory, producing&accounting memory chunks for read[autofree]
15598: buffers
15599:
15600: * src/: include/pa_array.h, include/pa_exception.h,
15601: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15602: main/pa_exception.C, main/pa_table.C: table compiled
15603:
15604: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15605: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15606: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15607: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15608: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15609: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15610: main/pa_table.C: aint that easy
15611:
15612: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15613: main/main.dsp: continued with Hash
15614:
15615: * src/main/pa_common.C: connect_string allocated on heap[wes on
15616: stack] now. and exception can be reported OK now [can be reported
15617: outside of pro c with that stack]
15618:
15619: 2003-01-22 paf
15620:
15621: * src/: include/pa_array.h, include/pa_charset.h,
15622: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15623: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15624: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15625: base: contains references_count. auto_ptr template calls
15626: add_ref/release
15627:
15628: 2003-01-21 paf
15629:
15630: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15631: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15632: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15633: classes/op.C, classes/response.C, classes/string.C,
15634: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15635: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15636: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15637: include/pa_config_fixed.h, include/pa_config_includes.h,
15638: include/pa_dictionary.h, include/pa_dir.h,
15639: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15640: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15641: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15642: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15643: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15644: include/pa_stack.h, include/pa_string.h,
15645: include/pa_stylesheet_connection.h,
15646: include/pa_stylesheet_manager.h, include/pa_table.h,
15647: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15648: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15649: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15650: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15651: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15652: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15653: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15654: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15655: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15656: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15657: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15658: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15659: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15660: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15661: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15662: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15663: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15664: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15665: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15666: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15667: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15668: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15669: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15670: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15671: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15672: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15673: types/pa_vstateless_object.h, types/pa_vstatus.C,
15674: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15675: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15676: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15677: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15678: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15679: 2002->2003
15680:
15681: 2003-01-16 paf
15682:
15683: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15684: src/main/pa_globals.C: http:// introducing $.any-status(1)
15685:
15686: * operators.txt, src/include/pa_config_fixed.h,
15687: src/main/pa_common.C: http request now return status. and not
15688: fail on status!=200
15689:
15690: 2003-01-15 paf
15691:
15692: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15693:
15694: 2003-01-14 paf
15695:
15696: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15697: mkinstalldirs: removed some ancient files [they in / really]
15698:
15699: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15700: regretfully needed patch in two places. in config_fixed.h made
15701: stubs for lib to compile in MSVC
15702:
15703: 2003-01-13 paf
15704:
15705: * config.guess, config.sub, ltmain.sh: removed last piece of
15706: configure.in(libtool) hacks
15707:
1.116 moko 15708: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15709: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15710: ltdl.h: moved to latest libtool (1.4.3)
15711:
15712: 2003-01-10 paf
15713:
15714: * src/lib/ltdl/: configure, configure.in: PROG_NM
15715:
15716: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15717: patches. libxml2 >= 2.5.1
15718: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15719: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15720: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15721:
15722: * INSTALL: moved to latest versions of xml libs libxml2 >=
15723: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15724: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15725: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15726:
15727: 2003-01-09 paf
15728:
15729: * INSTALL: xml,xslt,gdome lib urls updated
15730:
15731: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15732: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15733: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15734: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15735: 1.7.2
1.95 moko 15736:
15737: * depcomp: moving to automake 1.7.2
15738:
15739: 2002-12-27 paf
15740:
15741: * src/include/pa_version.h: 0007
15742:
15743: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15744: outdated parts, made links to language docs
15745:
15746: * src/include/pa_config_auto.h.in: comment
15747:
15748: 2002-12-26 paf
15749:
15750: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15751: not contain trailing / fixed.
15752:
15753: * INSTALL: changing SAFE_MODE politics
15754:
15755: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15756:
15757: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15758:
15759: 2002-12-25 paf
15760:
15761: * src/main/pa_globals.C: optimized-xml
15762:
15763: * src/main/pa_globals.C: optimized-as-is
15764:
15765: 2002-12-24 paf
15766:
15767: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15768: fixed [were really called with zero size when .html?a=&b=]
15769:
15770: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15771: with --with-sendmail
15772:
15773: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15774: fixed]
15775:
15776: 2002-12-23 paf
15777:
15778: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15779: ignoring parameters & were storing only string with default
15780: expires
15781:
15782: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15783: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15784: December 23, 2002 4:22 AM Subject: bug â
15785: Charset::transcode_buf2xchar
15786:
15787: 2002-12-20 paf
15788:
15789: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15790: non-cgi [script] runs
15791:
15792: 2002-12-19 paf
15793:
15794: * INSTALL: --without-iconv recommended [it crashes on some systems
15795: [tested on elik]] moreover, it's not needed there [parser
15796: registers charsets itself]
15797:
15798: * INSTALL: --without-iconv recommended [it crashes on some systems
15799: [tested on elik]]
15800:
15801: * operators.txt, src/include/pa_globals.h,
15802: src/include/pa_request.h, src/main/pa_globals.C,
15803: src/main/pa_request.C: $response:download
15804:
15805: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15806: compiler [win32]].
15807:
15808: 2002-12-18 paf
15809:
15810: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15811:
15812: 2002-12-17 paf
15813:
15814: * src/targets/cgi/parser3.C: merged die&iis changes
15815:
15816: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15817: to exit(1) 2. more flexible iilegal call check
15818:
15819: 2002-12-16 paf
15820:
15821: * ltmain.sh: some automakes silly insist on having this handy
15822:
15823: * src/main/untaint.C: filespec russian small 'r' changed to latin
15824: 'p' bug fix
15825:
15826: 2002-12-15 paf
15827:
15828: * src/main/untaint.C: filespec russian small 'r' changed to latin
15829: 'p'
15830:
15831: * configure.in, src/include/pa_config_auto.h.in,
15832: src/main/compile.C, src/main/pa_common.C: merged small changes
15833: from branch 6 to HEAD
15834:
15835: * src/main/compile.C: removed warning
15836:
15837: * src/main/pa_common.C: ftruncate having checked
15838:
15839: * configure.in, src/include/pa_version.h: new version
15840:
15841: 2002-12-14 paf
15842:
15843: * src/classes/table.C: removed unnecessary code
15844:
15845: * src/sql/pa_sql_driver.h: exception type fixed
15846:
15847: 2002-12-09 paf
15848:
15849: * src/types/pa_vvoid.h: $void.store[now] error
15850:
15851: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15852:
15853: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15854: tries to write core dump
15855:
15856: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15857:
15858: * src/: classes/hash.C, classes/string.C, classes/table.C,
15859: classes/void.C, main/pa_sql_driver_manager.C,
15860: sql/pa_sql_driver.h: changed exception handling mech in sql
15861: handlers #2
15862:
15863: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15864: exception handling mech in sql handlers
15865:
15866: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15867: handlers
15868:
15869: * src/: classes/hash.C, classes/string.C, classes/table.C,
15870: classes/void.C, main/pa_sql_driver_manager.C,
15871: sql/pa_sql_driver.h: changed exception handling mech in sql
15872: handlers
15873:
1.116 moko 15874: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15875: to write makefile which used libtool to install things, which is
15876: not needed
1.95 moko 15877:
15878: 2002-12-06 paf
15879:
15880: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15881: $hash.fields -- pseudo field to make 'hash' more like 'table'
15882:
15883: 2002-12-05 paf
15884:
15885: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15886: cc/bcc OK now
15887:
15888: * src/main/untaint.C: mail header closed properly
15889:
15890: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15891: header ',' allowed. still bugs in smtp [only one receiptient
15892: works, cc, bcc ignored now, and MAILED ;)]
15893:
15894: [strncpy killed, memnchr used]
15895:
15896: * src/main/pa_table.C: table-copy now current=0
15897:
15898: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15899: lowlevel proc
15900:
15901: * src/targets/cgi/parser3.C: more checks on
15902: http://domain/parser.cgi start [maybe some getenv returns "",
15903: checked that now
15904:
15905: * src/targets/cgi/parser3.C: more checks on
15906: http://domain/parser.cgi start [maybe some getenv returns "",
15907: checked that now
15908:
15909: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15910: out-of-mem errors reached log]
15911:
15912: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15913: mail:send MIME-Version default
15914:
15915: * src/main/main.dsp: pa_version included into main.dsp
15916:
15917: 2002-12-04 paf
15918:
15919: * src/types/pa_vform.C: $form:field string value cut by premature 0
15920:
15921: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15922: lib/libltdl -> lib/ltdl Win32 changes. s
15923:
15924: * src/classes/classes.awk: more strict *.C$
15925:
15926: * gnu.dsp: restored
15927:
1.116 moko 15928: * configure.in, gnu.dsp, src/lib/Makefile.am,
15929: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15930: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15931: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15932: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15933: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15934: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15935: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15936: now created with /configure, not ltdl/configure, so it does have
15937: no problems with automake. ltdl/configure
15938: AC_OUTPUT(Makefile<<removed)
1.95 moko 15939:
15940: 2002-12-02 paf
15941:
15942: * operators.txt: removed outdated status:db
15943:
15944: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15945: src/main/pa_common.C, src/main/pa_request.C,
15946: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15947: tainted parts becomes http-header
15948:
15949: 2002-11-29 paf
15950:
15951: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15952: dates now objects of type date
15953:
15954: * src/classes/image.C: file.seek removed [it were used in image.C
15955: only, and for parser user this means that jpeg image has bad
15956: size in fragment's header] now used image.format
15957:
15958: * src/: include/pa_common.h, main/pa_common.C,
15959: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15960: now handled exactly like $response:header values. e.g. can be
15961: hash [can have subattributes] & contain date values.
15962:
15963: * src/main/pa_common.C: http:// param values lang forced URI
15964:
15965: * src/main/pa_common.C: http:// tainted partes now %xx
15966:
15967: 2002-11-28 paf
15968:
15969: * operators.txt: http.timeout
15970:
15971: * src/classes/image.C: ^image.length now counts interchar space.
15972: plus space after last char
15973:
15974: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15975:
15976: * src/classes/image.C: ^image.font width measurer now scans full
15977: height [were -1]
15978:
15979: * configure.in: stopped double libltdl/Makefile generation
15980:
15981: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15982: chars [one top horizontal line of 1pixel height were missing]
15983:
15984: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15985: 'false' to go into (Hash *) parameter
15986:
15987: 2002-11-27 paf
15988:
15989: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15990: types/pa_vmail.C: response:body[file] if file nows it's name now
15991: returns content-disposition: >>attachment<<
15992:
15993: * src/classes/image.C: ^image.font << bad font file-size now
15994: properly reported
15995:
15996: 2002-11-26 paf
15997:
15998: * src/main/pa_request.C: fixed lang in reponse header
15999:
16000: * src/main/pa_common.C: utf8 prefix ignored @read text
16001:
16002: * operators.txt, src/main/pa_common.C: http:// response status!=200
16003: made exception: http.status with source=bad status#
16004:
16005: 2002-11-25 paf
16006:
16007: * configure.in, src/classes/image.C,
16008: src/include/pa_config_auto.h.in,
16009: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16010: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16011: const void related probs fixed
1.95 moko 16012:
16013: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16014:
16015: $file[^file::load[http://there]] $file.SERVER
16016:
16017: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16018: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16019: http options [invalid onces now reported] made default
16020: user-agent: paf
16021:
16022: * operators.txt, src/classes/file.C, src/classes/table.C,
16023: src/classes/xdoc.C, src/include/pa_common.h,
16024: src/include/pa_globals.h, src/main/pa_common.C,
16025: src/main/pa_globals.C, src/main/pa_request.C,
16026: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16027: now understand http:// prefix and additional params, sample:
16028: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16029: $.USER-AGENT[parser3] ]]
16030:
16031: 2002-11-22 paf
16032:
16033: * src/classes/image.C, src/include/pa_globals.h,
16034: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16035: src/types/pa_vimage.h, operators.txt: $image.exif support
16036: $image.exif.DateTime & co
16037:
16038: 2002-11-21 paf
16039:
16040: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16041: _PASS_APPENDED)
16042:
16043: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16044: EXIF information [were big block and it's size were considered
16045: negative :(]
16046:
16047: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16048: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16049: internals rewritten. no there's reader.seek, and all's ready for
16050: EXIF extraction [now we fail to measure files with EXIF info]
16051:
16052: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16053: O_TRUNC truncates even exclusevely write-locked file [thanks to
16054: Igor Milyakov <virtan@rotabanner.com> for discovering]
16055:
16056: 2002-11-20 paf
16057:
16058: * src/targets/cgi/parser3.C: logging @signal += query_string
16059:
16060: * configure.in, src/include/pa_config_auto.h.in,
16061: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16062: comment
16063:
16064: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16065:
16066: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16067: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16068: currently processed document SIGPIPE >> interrupts request
16069: processing [exception = DB rollback]
16070:
16071: * src/main/pa_exec.C: comment
16072:
16073: * src/main/pa_exec.C: pa_exec: data written only if size>0
16074:
16075: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16076: << disable HTTP-POST repassing
16077:
16078: * src/: include/pa_config_fixed.h, main/pa_common.C,
16079: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16080: pipe read errors now checked
16081:
16082: 2002-11-19 paf
16083:
16084: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16085: CGI: Illegal call
16086:
16087: 2002-11-01 paf
16088:
16089: * src/main/execute.C: comment
16090:
16091: 2002-10-31 paf
16092:
16093: * src/main/execute.C: found out why, checked that for now. todo:
16094: find out a way for that user could do that
16095:
16096: * src/types/pa_vstateless_object.h: object put replaces static
16097: parent if any
16098:
16099: * src/types/pa_vobject.C: object put replaces static parent if any
16100:
16101: * src/: classes/form.C, classes/mail.C, classes/op.C,
16102: classes/xnode.h, main/compile.tab.C, main/execute.C,
16103: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16104: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16105: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16106: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16107: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16108: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16109: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16110: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16111: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16112: types/pa_vstateless_object.h, types/pa_vstatus.C,
16113: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16114: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16115: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16116: types/pa_wwrapper.h: static fix merged
16117:
16118: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16119: $virtual_fields in dynamic, but one can reach derived
16120: static[class] variable from base
16121:
16122: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16123: types/pa_vobject.C, types/pa_vobject.h,
16124: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16125: statics, left $virtual_fields in dynamic
16126:
16127: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16128: one can't remember derivates in base class: there's so many of
16129: them. also there can be no virtual method calls in static
16130: classes
16131:
16132: * src/: classes/form.C, classes/mail.C, classes/op.C,
16133: classes/xnode.h, main/execute.C, main/pa_request.C,
16134: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16135: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16136: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16137: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16138: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16139: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16140: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16141: types/pa_vresponse.C, types/pa_vresponse.h,
16142: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16143: types/pa_vstateless_object.h, types/pa_vstatus.C,
16144: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16145: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16146: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16147: types/pa_wwrapper.h: static call $self fixed
16148:
16149: * src/main/execute.C: comment
16150:
16151: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16152: ^process[$caller.self]{...} now compiles to last derived object
16153: part of that 'self'
16154:
16155: 2002-10-29 paf
16156:
16157: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16158: re-passing [iis to blame]
16159:
16160: * src/classes/string.C: changed string.save to pass current sql
16161: connection to cstr thus one can ^connect[some server]{
16162: $s[insert into table x (x) values (^taint[sql]{value})]
16163: ^s.save[some.sql] } and he'd get in some.sql file code with
16164: properly escaped. [tried in mssql->mysql export->import of
16165: binary data]
16166:
16167: 2002-10-25 paf
16168:
16169: * src/types/pa_vresponse.C: case insensitive response user fields
16170: get/put
16171:
16172: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16173: types/pa_vresponse.C: saving for maybe-future
16174:
16175: 2002-10-23 paf
16176:
16177: * operators.txt, src/classes/table.C: ^table.hash{code}...
16178: ^table.hash(expr)...
16179:
16180: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16181:
16182: 2002-10-22 paf
16183:
16184: * src/types/: pa_vform.C, pa_vform.h: removed needless
16185: VForm::Append...(...Value)
16186:
16187: * src/main/execute.C: $.name outside of $name[...] checked
16188:
16189: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16190: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16191:
16192: 2002-10-21 paf
16193:
16194: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16195: $form:qtail $form:imap.x/y
16196:
16197: * operators.txt, src/types/pa_vform.C: $form:nameless =
16198: "?value&...", "...&value&...", "...&value"
16199:
16200: * operators.txt, src/types/pa_vform.C: $form:image-map
16201:
16202: * operators.txt, src/classes/file.C: /some/page.html:
16203: ^file:fullpath[a.gif] => /some/a.gif
16204:
16205: 2002-10-17 paf
16206:
16207: * src/main/: compile.tab.C, compile.y: operators precedence changed
16208: a little: logical not and bitwise negation precedence made
16209: highest, << and >> bitshits precedence made equal [were << higher
16210: than >>]
16211:
16212: * src/classes/op.C: exception handling fixed [were bad with
16213: contexts]
16214:
16215: 2002-10-16 paf
16216:
16217: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16218: main/pa_request.C: Request::self considered equal to
16219: VMethodFrame::self, and removed, Request::get_self() mapped to
16220: VMethodFrame.self()
16221:
16222: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16223: $hash in open field now gives old good error meesage
16224:
16225: 2002-10-15 paf
16226:
16227: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16228: use ^if($junction is junction){was and now true}
16229:
16230: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16231: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16232: types/pa_vxnode.C: xml->parser strings now have origin, which
16233: points to place where value left xml library and came to parser:
16234: place of dom field extraction/call
16235:
16236: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16237: main/compile.tab.C, main/compile.y, main/execute.C,
16238: types/pa_vmethod_frame.h: removed last pieces of old code
16239: allowing $junction.xxx at compile time
16240:
16241: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16242: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16243: objects also considered [were only classes]
16244:
16245: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16246: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16247: with CLASS self. [ (request&method_frame).self temporarily
16248: changed ]
16249:
16250: * src/classes/: hash.C, op.C: method_frame now always changed, with
16251: no exception to native calls. for&foreach changed to use
16252: method_frame.caller for their var's name context
16253:
16254: * src/: main/execute.C, targets/cgi/parser3.C,
16255: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16256: compiling to system classes disabled
16257:
16258: * operators.txt, src/classes/op.C:
16259: ^process[$caller.CLASS]{code-string} added
16260:
16261: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16262: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16263: src/types/Makefile.am, src/types/pa_vjunction.C,
16264: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16265: src/types/types.dsp: removed $junction.get $junction.set[]
16266: introducing $caller
16267:
16268: * src/types/pa_value.h: removed outdated comments. doxygen would
16269: find them lower by inheritance tree
16270:
16271: * src/types/pa_vjunction.C: ident
16272:
16273: 2002-10-14 paf
16274:
16275: * src/classes/op.C: process compiles to code's class class
16276:
16277: * src/: classes/form.C, classes/mail.C, classes/op.C,
16278: include/pa_request.h, main/compile.C, main/compile.tab.C,
16279: main/compile.y, main/execute.C, main/pa_request.C,
16280: types/pa_vstateless_class.h: operators now main-class-methods
16281:
16282: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16283: better stack trace [has "call" & co there]
16284:
16285: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16286: operators @auto now executed in MAIN context
16287:
16288: * src/main/execute.C: operator execution context now = MAIN, not
16289: closest stack frame
16290:
16291: @touchit[] $i[after]
16292:
16293: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16294: were 'after'
16295:
16296: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16297: 'after'
16298:
16299: * src/main/execute.C: comment
16300:
16301: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16302: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16303: action]
16304:
16305: * src/types/pa_vxnode.C: misreplace fixed
16306:
16307: * configure, configure.in, src/include/pa_config_auto.h.in,
16308: src/types/pa_vstatus.C, operators.txt:
16309: $status:rusage.tv_secs/usecs introduced
16310:
16311: 2002-10-09 paf
16312:
16313: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16314: on empty string [or uses (default)]
16315:
16316: 2002-10-08 paf
16317:
16318: * src/main/untaint.C: mail header quoted printable changed after
16319: RFC reread
16320:
16321: * operators.txt: plan on ^if(method
16322:
16323: * src/types/pa_vxnode.C: misreplace
16324:
16325: 2002-09-24 paf
16326:
1.116 moko 16327: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16328:
16329: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16330: mailreceive would compile on freebsd now
16331:
16332: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16333: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16334: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16335: mailreceive would compile on freebsd now
1.95 moko 16336:
16337: * src/: classes/file.C, main/untaint.C: 1. file spec language
16338: changed: now there are only few chars are untainted: * ? ' " < >
16339: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16340: one should use ^untaint[uri]{...} now]
16341:
16342: 2. $list[^file:list[dir]] now returns simply tainted names in
16343: $list.name, not tainted as filespec
16344:
16345: @russianindex[] #dir with files with russian-lang names
16346: $where[dir]
16347:
16348: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16349: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16350:
16351: 2002-09-23 paf
16352:
16353: * src/types/pa_vdouble.h: double->int round added
16354:
16355: * src/classes/date.C: date bug fix, now
16356: round(floatDays*secondsPerDay)
16357:
16358: * src/classes/date.C: date bug fix, now
16359: round(floatDays*secondsPerDay)
16360:
16361: 2002-09-20 paf
16362:
16363: * src/main/execute.C: code junction calls disabled [before: code
16364: was compiled in such a way, that there were no code-junctions in
16365: OP_CALL]
16366:
16367: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16368:
16369: @badjunctioncallinside[code] ^code[]
16370:
16371: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16372: expanding to include ^junction.method
16373:
16374: * src/main/pa_common.C: -d "DIR/" now true
16375:
16376: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16377: as internal xdoc encoding, and after decoding attributes set by
16378: dom functions now encoded OK, not as digital entities
16379:
16380: * src/classes/xdoc.C: empty transform result, being taken as file
16381: now returns empty file, not raises stupid error about "stat-ed
16382: file"
16383:
16384: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16385: allowed
16386:
16387: * src/types/types.dsp: introducing $junction.get/put(1) one can
16388: write iterators now:
16389:
16390: ^user-foreach[key;value]{$key=$value<br>}
16391:
16392: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16393: $code.value($i*2) $code }
16394:
16395: * src/main/compile_tools.h: mistype
16396:
1.116 moko 16397: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16398: thus taking linking options configure changes into account [were:
16399: ignoring]
1.95 moko 16400:
16401: * src/types/: pa_vjunction.C, Makefile.am: introducing
16402: $junction.get/put(1) one can write iterators now:
16403:
16404: ^user-foreach[key;value]{$key=$value<br>}
16405:
16406: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16407: $code.value($i*2) $code }
16408:
16409: * src/: include/pa_opcode.h, include/pa_request.h,
16410: main/compile.tab.C, main/compile.y, main/execute.C,
16411: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16412: introducing $junction.get/put(1) one can write iterators now:
16413:
16414: ^user-foreach[key;value]{$key=$value<br>}
16415:
16416: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16417: $code.value($i*2) $code }
16418:
16419: 2002-09-19 paf
16420:
1.116 moko 16421: * Makefile.am: new: make commit
1.95 moko 16422:
16423: * aclocal.m4: forced to be older
16424:
16425: 2002-09-18 paf
16426:
16427: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16428: src/main/compile.y, src/main/execute.C: << >> int shifts
16429:
16430: * src/: include/pa_common.h, include/pa_request.h,
16431: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16432: - now this - fatal error
16433:
16434: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16435: that one can pass binary data there
16436:
16437: * src/: classes/date.C, classes/double.C, classes/file.C,
16438: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16439: classes/op.C, classes/response.C, classes/string.C,
16440: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16441: include/pa_request.h: pa_request contexts made privated, plus
16442: get_{self/method_frame} to read. Request_context_saver used in
16443: ^try to save flang too. [were not saved]
16444:
16445: * src/types/pa_vresponse.C: header value chains joined before
16446: output, this should help $.subject[$var $var] from being
16447: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16448:
16449: 2002-09-17 paf
16450:
16451: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16452: removed changes, operators executed with calling self. lots of
16453: code with ^include code relies on defined/defining self variables
16454:
16455: $a[1] ^include[print_a.p] print_a.p: $a
16456:
16457: ^include[set_a.p] a=$a set_a.p: $a[1]
16458:
16459: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16460: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16461: types/pa_vstateless_class.h: operators now executed with MAIN
16462: self. it's for ^include sake, too strong a change
16463:
16464: * src/classes/op.C: made place for ^process to compile it's code to
16465: in case of no self
16466:
16467: * src/main/execute.C: found ancient param to Junction, removed.
16468: allowed passing self to native_code_operators [for ^process to
16469: work, she needs self]
16470:
16471: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16472: types/pa_vstateless_class.h: found ancient param to Junction,
16473: removed. allowed passing self to native_code_operators [for
16474: ^process to work, she needs self]
16475:
16476: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16477: types/pa_value.h, types/pa_vmethod_frame.h,
16478: types/pa_vstateless_class.h: allowed Request.self to be 0,
16479: checked that in VMethodFrame get/put and $self.
16480:
16481: * src/classes/: table.C, xdoc.C: table::sql options table::create
16482: copy options options checked, wrong option now fatal error
16483:
16484: * src/main/pa_string.C: string.replace fixed [were missing words on
16485: pieces boundaries]
16486:
16487: * bin/auto.p.dist.in: strange \n
16488:
16489: * configure, configure.in: .so now detected [can be .sl on hpux,
16490: .dll on cygwin, .so in other cases)
16491:
1.116 moko 16492: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16493: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16494:
16495: * operators.txt, src/classes/hash.C, src/classes/table.C,
16496: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16497: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16498: record taken [were last]
16499:
16500: * src/: classes/hash.C, classes/table.C,
16501: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16502: now errors
16503:
16504: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16505:
16506: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16507: ,2,3]
16508:
16509: 2002-09-16 paf
16510:
16511: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16512: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16513: stdout to be binary. now detected closest header break.
16514:
16515: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16516: closed right
16517:
16518: 2002-09-13 paf
16519:
16520: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16521: src/main/compile_tools.h: (expression #comment)
16522:
16523: (multiline expression #comment line2 #comment )
16524:
16525: (expression #comment with (brackets) comment) << OK
16526:
16527: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16528: bitwise !|| numerical xor now [preparing for expression
16529: #comments]
16530:
16531: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16532: error
16533:
16534: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16535: cheched in pa_socks.C
16536:
1.116 moko 16537: * configure, configure.in, src/include/pa_config_auto.h.in:
16538: HAVE_WINSOCK_H created in configure.in
1.95 moko 16539:
16540: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16541: cookie date now clean [were mistakenly tainted & that worked bad
16542: with opera -- 'happily' that worked OK with msie]
16543:
16544: 2002-09-12 paf
16545:
16546: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16547: VClass get_element now first looks to fields, next to methods &
16548: co todo: the rest reason: more speed
16549:
16550: * src/main/untaint.C: quoted printable encoding stops before
16551: \s*<...>$
16552:
16553: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16554: stops before <...>$
16555:
16556: 2002-09-11 paf
16557:
16558: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16559: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16560: forgot to check users of those funcs. not all were using that
16561: return value convention
16562:
16563: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16564: windows-1254 added
16565:
16566: 2002-09-10 paf
16567:
16568: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16569: VCodeFrame parent param were specified badly
16570:
16571: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16572: WWrapper which used in constructing objects(second param to sql
16573: method) ^...sql{}[$.default{code}] now has parent, wich helps
16574: code in hash to survivi
16575:
16576: * src/: include/pa_request.h, main/execute.C: removed redundant
16577: param to execute [stack said 'thanks']
16578:
16579: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16580: types/pa_value.h, types/pa_vcode_frame.h,
16581: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16582: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16583: responsibility to wcontext
16584:
16585: * src/classes/file.C: decided not to log exec's with stderr, that
16586: could be warnings, and it's up to scritper to log/show them
16587:
16588: * src/: classes/double.C, main/execute.C: double:sql badly called
16589: write_assign_lang, not write_no_lang, thus doing unnecessary
16590: double/string converstion, which were loosing time&precesion
16591:
16592: * src/: main/pa_charset.C, types/pa_vmail.C:
16593: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16594: case of unfinished in buffer processing, causing accidental
16595: transcode stop [in case that source enc != utf-8 & there is
16596: incomplete utf-8 sequence at the end of 16000block iside of
16597: libxml lib] tfm readed & code updated
16598:
16599: 2002-09-04 paf
16600:
16601: * configure: makes with sjlj
16602:
16603: * INSTALL, src/include/pa_config_fixed.h,
16604: src/include/pa_sql_connection.h,
16605: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16606: checked. on win32 it made default
16607:
16608: * src/include/pa_config_auto.h.in: sjlj define
16609:
16610: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16611: can not work with longjump/throw pair, and one must switch that
16612: on there. todo: detect that automatically]
16613:
16614: * src/types/pa_vxnode.C: removed too strong checks of
16615: xnode.elements. now, for instance, if element does not have any
16616: attributes, $xnode.attributes is void, not error
16617:
16618: 2002-09-02 paf
16619:
16620: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16621: removed double_result, didn't help
16622:
16623: * src/main/execute.C: double_result made to move that var away from
16624: hungry g++ optimizer (-O2), before: it were optimized and
16625: comparison operators worked badly
16626:
16627: * src/types/pa_vdate.h: removed debug
16628:
1.116 moko 16629: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16630:
16631: * src/main/execute.C: fixed numeric < & co so that thay now use
16632: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16633: unknown reason.
16634:
16635: 2002-08-29 paf
16636:
16637: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16638: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16639: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16640: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16641: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16642: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16643: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16644: [called less frequent, allowed to remove ugly
16645: Junction.change_context-s from many places, switch,
16646: mail:send..html{}, ..] request.root renamed to method_frame [more
16647: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16648: [speed up]
16649:
16650: 2002-08-28 paf
16651:
16652: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16653: tainted
16654:
16655: * src/types/pa_vcookie.C: fixed cookie delete when
16656: $cookie:name[$.value[]]
16657:
16658: * operators.txt, src/classes/string.C:
16659: ^string.split[delim[;options]]
16660:
16661: 2002-08-27 paf
16662:
1.116 moko 16663: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16664:
16665: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16666: delimiter
16667:
16668: * INSTALL: recommended latest gmime 1.0.5
16669:
16670: 2002-08-26 paf
16671:
16672: * configure, configure.in: apache13/hook added to make dist.
16673:
16674: 2002-08-23 paf
16675:
16676: * src/: include/pa_common.h, main/pa_common.C,
16677: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16678: beside binary [cgi, isapi] not accessible [due to bad rights or
16679: whatever] it's error now
16680:
16681: 2002-08-21 paf
16682:
1.116 moko 16683: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16684:
16685: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16686: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16687: class". compiled as if here they named base class
16688:
16689: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16690: cloning constructor]
16691:
16692: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16693:
16694: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16695: src/types/pa_vfile.C, src/types/pa_vmail.C:
16696: $mail.received.file.value.content-type fixed
16697:
16698: 2002-08-20 paf
16699:
16700: * src/classes/file.C: fixed language of file:file result
16701:
16702: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16703: from 3.0.0005
16704:
16705: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16706:
16707: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16708: 3.0.0005
16709:
16710: * src/classes/void.C, operators.txt: ^void.length[] = 0
16711:
16712: 2002-08-19 paf
16713:
16714: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16715: work now
16716:
16717: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16718: error in xnode, which were not catched in xdoc]
16719:
16720: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16721: prepared: // validate each document after load/create (?)
16722: //xmlDoValidityCheckingDefaultValue = 1;
16723:
16724: 2002-08-15 paf
16725:
16726: * src/classes/classes.h: write to static var caused useless
16727: Exception, introduced Methoded::put_element wich consumes those
16728:
16729: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16730: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16731: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16732: $response:field[date] $response:field[$.xxx[date]]
16733:
16734: * src/: classes/hash.C, classes/string.C, classes/table.C,
16735: classes/void.C, include/pa_sql_connection.h: fixed source of
16736: ^hash::sql{bad}
16737:
16738: * operators.txt: $request:body unprecessed POST request body
16739:
16740: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16741:
16742: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16743: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16744:
16745: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16746: src/include/pa_request.h, src/main/pa_pool.C,
16747: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16748: $request:body r.post_data now const
16749:
16750: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16751: classes/xnode.C, main/execute.C, types/pa_value.h,
16752: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16753: types/pa_vtable.h: instead of type() checking everywhere used
16754: Value.as now user descendants can be used in params.
16755:
16756: VObject::as_*, is_defined now taken from bases. xtable(table)
16757: ^if($xtable) now OK
16758:
16759: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16760: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16761: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16762:
16763: 2002-08-14 paf
16764:
16765: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16766: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16767: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16768: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16769: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16770: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16771: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16772: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16773: types/pa_vresponse.C, types/pa_vresponse.h,
16774: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16775: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16776: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16777: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16778: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16779: & VClass
16780:
16781: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16782:
16783: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16784: removed fixopt stupidity. on stupid linux use cd /document/root
16785: ../cgi/parser3 script
16786:
16787: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16788: params, splitting them by space, excluding argv[0], argv[argc-1]
16789:
16790: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16791: fixopt.h: fixopt now preprocesses command line params, splitting
16792: them by space, excluding argv[0], argv[argc-1]
16793:
16794: * src/targets/cgi/parser3.C: -f config file
16795:
16796: * src/targets/cgi/parser3.C: fixed .log file dir
16797:
16798: 2002-08-13 paf
16799:
16800: * src/types/pa_vobject.C: allow override parent variables, useful
16801: for form descendants [in vobject too, were in vclass]
16802:
16803: * src/types/pa_vclass.C: allow override parent variables, useful
16804: for form descendants
16805:
16806: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16807: overwritten in derived(table)
16808:
16809: * src/: classes/form.C, classes/mail.C, classes/op.C,
16810: classes/xnode.h, include/pa_request.h, main/execute.C,
16811: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16812: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16813: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16814: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16815: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16816: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16817: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16818: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16819: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16820: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16821: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16822: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16823: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16824: Value::get_element(..., bool looking_down) [needed to exclude
16825: endless recoursion]
16826:
16827: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16828: fix bug with put endless recoursion todo: check 'as'
16829:
16830: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16831: reorganized modules todo: fix bug with put endless recoursion
16832: todo: check 'as'
16833:
16834: * src/types/pa_vobject.h: checked: table fields can be overwritten
16835: in derived(table)
16836:
16837: * src/types/pa_vobject.h: derived classes can have fields of their
16838: own now
16839:
16840: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16841: fixed error message on using non-created table
16842:
16843: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16844: classes/op.C, classes/xnode.h, include/pa_request.h,
16845: main/compile.C, main/compile.tab.C, main/execute.C,
16846: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16847: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16848: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16849: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16850: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16851: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16852: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16853: types/pa_vresponse.C, types/pa_vresponse.h,
16854: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16855: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16856: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16857: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16858: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16859: looking down/up tree todo: fix error message on non-constructed
16860: parents
16861:
16862: 2002-08-12 paf
16863:
16864: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16865: derived OK
16866:
16867: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16868: thorough testing
16869:
16870: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16871: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16872: types/pa_vobject.h, types/pa_vstateless_class.h,
16873: types/pa_vstateless_object.h, types/pa_wcontext.h,
16874: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16875: ^base:create[] dynamic call rewritten todo: thorough testing
16876:
16877: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16878: now instantates base class, remembers it and saves child in
16879: parent VObject.get_class now returns last child = downward
16880: virtual calls OK
16881:
16882: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16883: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16884: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16885: types/pa_vobject.h, types/pa_vresponse.h,
16886: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16887: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16888: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16889: VAliased [redundant], moved $CLASS to VObject only [parser class
16890: instance]
16891:
16892: * bin/auto.p.dist.in: more like in dist on parser.ru
16893:
16894: * bin/auto.p.dist.in: fixed sendmail default comment
16895:
16896: * src/main/pa_request.C: $response:body[file] content-type check
16897: fixed [were bad when content-type is hash]
16898:
16899: 2002-08-09 paf
16900:
16901: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16902: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16903:
16904: 2002-08-08 paf
16905:
16906: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16907: src/main/pa_globals.C: year column in month calendar [week year]
16908:
16909: * src/main/execute.C: error reporting on object writes to MAIN
16910: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16911:
16912: * operators.txt, src/types/pa_vdate.h: $date.yearday
16913: $date.daylightsaving
16914:
16915: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16916: use tainted data now. only she must specify the language.
16917:
16918: ^mail:send[ $.from[paf@mail.design.ru]
16919: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16920: $.text[^taint[uri][ìîñêâà]=] ]
16921:
16922: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16923: now prints more precise origin
16924:
16925: * src/include/pa_string.h: String::first_char now not fails on
16926: empty strings ^if(-f '') now ok and in 3 other places.
16927:
16928: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16929: String::first_char now not fails on empty strings ^if(-f '') now
16930: ok and in 3 other places.
16931:
16932: 2002-08-07 paf
16933:
16934: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16935: fixed
16936:
16937: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16938:
16939: * src/: main/execute.C, types/pa_vcode_frame.h,
16940: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16941: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16942: mistakenly not completely transparent to object writes.
16943: $hash[^if(1){$hash}] now works
16944:
16945: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16946: now erasing cache file [there were bad check on that]
16947:
16948: * src/: classes/classes.dsp, classes/table.C,
16949: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16950: all Debug dirs in .dsp now named 'Debug'
16951:
1.116 moko 16952: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16953:
16954: * operators.txt, src/classes/mail.C: exception_type email.send
16955:
16956: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16957:
16958: * src/types/pa_vmail.C: mail:send empty email checked
16959:
16960: 2002-08-06 paf
16961:
16962: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16963: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16964: ^table::create[$source;$.options] ^table::join[$source;$.options]
16965:
16966: * operators.txt, src/classes/hash.C, src/classes/string.C,
16967: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16968: # $.default() }
16969:
16970: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16971:
16972: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16973: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16974: $file.content-type [instead of .mime-type] now works for
16975: file::stat also
16976:
16977: * src/main/pa_request.C: case insensitive mime_type_of
16978:
16979: * bin/auto.p.dist.in: jpeg
16980:
16981: 2002-08-05 paf
16982:
16983: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16984:
16985: * src/types/pa_vmail.C: file buffer relocated to parser heap
16986:
16987: * operators.txt: comment on date:calendar week column
16988:
16989: * src/main/pa_common.C: write checked
16990:
16991: * src/main/: pa_common.C: write checked
16992:
16993: * src/classes/date.C: +1 buf size for stupid snprintfs
16994:
16995: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16996: month calendar week column [ISO 8601 Week Numbers]
16997:
16998: 2002-08-02 paf
16999:
17000: * src/: include/pa_config_fixed.h, main/pa_string.C,
17001: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17002: DEBUG*
17003:
17004: * configure, configure.in, src/include/pa_version.h: release
17005: 3_0_0005
17006:
17007: * bin/auto.p.dist.in: unhandled_exception comments
17008:
17009: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17010: multipart post fixed
17011:
17012: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17013: response transcoded source->client only when text/* or simple
17014: onoverridden $response:body
17015:
17016: 2002-08-01 paf
17017:
17018: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17019: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17020: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17021: classes/op.C, classes/response.C, classes/string.C,
17022: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17023: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17024: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17025: include/pa_config_fixed.h, include/pa_dictionary.h,
17026: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17027: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17028: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17029: include/pa_socks.h, include/pa_sql_connection.h,
17030: include/pa_sql_driver_manager.h, include/pa_stack.h,
17031: include/pa_string.h, include/pa_stylesheet_connection.h,
17032: include/pa_stylesheet_manager.h, include/pa_table.h,
17033: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17034: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17035: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17036: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17037: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17038: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17039: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17040: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17041: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17042: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17043: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17044: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17045: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17046: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17047: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17048: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17049: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17050: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17051: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17052: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17053: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17054: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17055: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17056: types/pa_vmethod_frame.h, types/pa_vobject.h,
17057: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17058: types/pa_vresponse.h, types/pa_vstateless_class.C,
17059: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17060: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17061: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17062: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17063: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17064: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17065:
17066: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17067: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17068: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17069: classes/math.C, classes/op.C, classes/response.C,
17070: classes/string.C, classes/table.C, classes/void.C,
17071: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17072: include/pa_array.h, include/pa_cache_managers.h,
17073: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17074: include/pa_config_fixed.h, include/pa_config_includes.h,
17075: include/pa_dictionary.h, include/pa_dir.h,
17076: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17077: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17078: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17079: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17080: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17081: include/pa_stack.h, include/pa_string.h,
17082: include/pa_stylesheet_connection.h,
17083: include/pa_stylesheet_manager.h, include/pa_table.h,
17084: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17085: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17086: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17087: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17088: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17089: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17090: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17091: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17092: main/pa_sql_driver_manager.C, main/pa_string.C,
17093: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17094: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17095: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17096: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17097: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17098: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17099: targets/isapi/pool_storage.h, types/pa_valiased.C,
17100: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17101: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17102: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17103: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17104: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17105: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17106: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17107: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17108: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17109: types/pa_vresponse.C, types/pa_vresponse.h,
17110: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17111: types/pa_vstateless_object.h, types/pa_vstatus.C,
17112: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17113: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17114: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17115: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17116: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17117: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17118: types/Makefile.am: ident.C* removed
17119:
17120: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17121: file:find[/can/do/this/now.txt]
17122:
17123: * src/targets/cgi/parser3.C: usage to stdout now
17124:
17125: 2002-07-31 paf
17126:
17127: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17128:
17129: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17130: default "postmaster"
17131:
17132: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17133: -f postmaster now default sendmail key word "postmaster"
17134: replaced to $.from
17135:
17136: 2002-07-30 paf
17137:
1.116 moko 17138: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17139: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17140:
17141: * src/main/pa_charset.C: comment
17142:
17143: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17144: table, &#decimal;
17145:
17146: * src/main/pa_request.C: comment
17147:
17148: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17149: paragraf]
17150:
17151: 2002-07-11 paf
17152:
17153: * src/main/pa_exec.C: build command line badly added params twice
17154: [and first time without ' ']. double wrong. fixed.
17155:
17156: * src/main/pa_exec.C: invalid .exe caused error message with params
17157: wich parser did not provide = reported badly. fixed that.
17158:
17159: * src/classes/mail.C: $MAIL[ # xxx ]
17160:
17161: now ok
17162:
17163: * operators.txt: plan: sql detailed exception
17164:
17165: 2002-07-01 paf
17166:
17167: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17168: [MForm.configure_admin were called when request.main_class ==0
17169:
17170: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17171:
17172: * src/classes/form.C: content_length type fix
17173:
17174: 2002-06-30 paf
17175:
17176: * src/classes/mail.C: merged from 4
17177:
17178: * src/classes/mail.C: restored $MAIL
17179:
17180: 2002-06-28 paf
17181:
17182: * configure, configure.in: removed paths.h
17183:
1.116 moko 17184: * configure, src/include/pa_version.h,
1.95 moko 17185: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17186: merged, makes updated
17187:
17188: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17189: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17190: src/include/pa_pool.h, src/include/pa_version.h,
17191: src/main/pa_charset.C, src/main/pa_pool.C,
17192: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17193: src/types/pa_vmail.C: merged latest updates to head
17194:
17195: 2002-06-27 paf
17196:
17197: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17198: not error now
17199:
17200: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17201: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17202: src/main/pa_charset.C, src/main/pa_pool.C:
17203: ^xdoc::create[[uri]]... base uri for document being created,
17204: imports and other relative file names would be relative to this
17205: uri default uri=path_translated
17206:
17207: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17208:
17209: 2002-06-26 paf
17210:
17211: * configure, configure.in, src/include/pa_version.h:
17212: release_3_0_0004
17213:
17214: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17215: 0 now
17216:
17217: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17218:
17219: 2002-06-25 paf
17220:
17221: * src/main/pa_string.C: emtpy string, or string of whitespaces
17222: considered bad number now
17223:
17224: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17225: now
17226:
17227: * operators.txt, src/classes/string.C: ^string.normalize [old
17228: name: optimize
17229:
17230: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17231: library configured
17232:
17233: * src/main/pa_request.C: configure_admin forced if no @conf
17234:
17235: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17236: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17237: when needed and to call system crypt() if not $apr1$ prefix
17238:
17239: 2002-06-24 paf
17240:
17241: * INSTALL: --with-static/shared-mailreceive described
17242:
17243: * src/include/pa_config_fixed.h: ssize_t fixed
17244:
1.116 moko 17245: * configure, configure.in, src/include/pa_config_auto.h.in,
17246: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17247: src/types/pa_vmail.C: $mail:received makes update
17248:
17249: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17250: WITH_MAILRECEIVE
17251:
17252: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17253:
17254: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17255: option, for $mail:receive
17256:
17257: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17258: introducting $message:received ^mail:send rewritten with backward
17259: comp
17260:
17261: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17262: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17263: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17264: now
17265:
17266: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17267: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17268: src/include/pa_request.h, src/include/pa_string.h,
17269: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17270: src/main/pa_globals.C, src/main/pa_request.C,
17271: src/main/pa_string.C, src/main/pa_uue.C,
17272: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17273: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17274: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17275: uue to separate file introducting $message:received ^mail:send
17276: rewritten with backward comp
17277:
17278: 2002-06-21 paf
17279:
1.116 moko 17280: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17281: co changes
1.95 moko 17282:
1.116 moko 17283: * configure, configure.in, src/lib/md5/Makefile.am,
17284: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17285: restructure .in and .am files appropriate changes
1.95 moko 17286:
17287: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17288: pcre to libs/ added libs/md5 which is linked to non-apache
17289: targets ^math:crypt[password;$apr1$salt]
17290:
17291: * INSTALL, configure.in, operators.txt, parser3.dsw,
17292: src/Makefile.am, src/classes/Makefile.am,
17293: src/classes/classes.dsp, src/classes/math.C,
17294: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17295: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17296: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17297: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17298: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17299: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17300: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17301: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17302: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17303: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17304: src/lib/pcre/pcre_parser_ctype.dsp,
17305: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17306: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17307: src/main/compile.tab.C, src/main/main.dsp,
17308: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17309: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17310: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17311: to libs/ added libs/md5 which is linked to non-apache targets
17312: ^math:crypt[password;$apr1$salt]
17313:
17314: 2002-06-20 paf
17315:
17316: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17317: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17318: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17319: src/include/pa_request.h, src/main/execute.C,
17320: src/main/pa_request.C, src/targets/cgi/parser3.C,
17321: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17322: marged latest HEAD updates, mainly file:justname&co &
17323: @auto/conf[filespec
17324:
17325: * operators.txt, src/classes/file.C:
17326: !^file:dirname[/a/some.tar.gz]=/a
17327: !^file:dirname[/a/b/]=/a
17328: !^file:basename[/a/some.tar.gz]=some.tar.gz
17329: !^file:justname[/a/some.tar.gz]=some.tar
17330: !^file:justext[/a/some.tar.gz]=gz
17331:
17332: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17333: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17334: @conf/auto[filespec]
17335:
17336: * bin/auto.p.dist.in: <noindex>
17337:
1.116 moko 17338: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17339:
17340: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17341: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17342: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17343: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17344:
17345: 2002-06-18 paf
17346:
17347: * configure, configure.in, src/include/pa_version.h: version to
17348: configure.in
17349:
17350: * INSTALL: reflected .conf.dist dir change
17351:
1.116 moko 17352: * Makefile.am, configure, configure.in, bin/Makefile.am,
17353: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17354: .in & *.am updated
17355:
17356: * src/classes/file.C: strncasecmp
17357:
17358: * src/classes/file.C: strcasecmp
17359:
1.116 moko 17360: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17361: from etc
1.95 moko 17362:
17363: * src/classes/file.C: ^file::exec[script;$.bad error case
17364: insensitive check now
17365:
17366: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17367:
17368: * configure, configure.in, src/include/pa_pool.h,
17369: src/include/pa_types.h: pack configure.in detection simplified.
17370: figured out that gcc on sparc not that stupid as thought
17371: previously: on sparc: when it sees packed class it modifies it's
17372: field-access-code to byte operations [stb, ldub] instead of 4byte
17373: operations [st, lduh] so packed must be all parts of packed
17374: class, i.e. it's parents&fields(classes). for now it's only
17375: String that packed and what was wrong is that it's parent -
17376: Pooled, were not packed. fixed that.
17377:
17378: 2002-06-14 paf
17379:
17380: * operators.txt: more precise xml-to-text options
17381:
17382: * operators.txt, src/types/pa_vxnode.C: xnode
17383: attribute_node.name/value xnode pi.node.data
17384:
17385: 2002-06-12 paf
17386:
1.116 moko 17387: * configure, configure.in, src/targets/cgi/Makefile.am,
17388: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17389:
17390: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17391: src/include/pa_globals.h, src/include/pa_request.h,
17392: src/main/compile.tab.C, src/main/pa_globals.C,
17393: src/main/pa_request.C, src/targets/cgi/parser3.C,
17394: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17395:
17396: * src/classes/mail.C: sendmail -ti [default now]
17397:
17398: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17399: to be strings. for convinient #ing
17400:
17401: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17402: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17403:
17404: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17405: main/pa_globals.C, main/pa_request.C: @conf
17406:
17407: 2002-06-11 paf
17408:
17409: * src/classes/file.C: check simplified
17410:
17411: * src/: classes/file.C, targets/cgi/parser3.dsp,
17412: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17413: valid prefix
17414:
17415: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17416: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17417: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17418:
17419: 2002-06-10 paf
17420:
17421: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17422: src/main/pa_common.C: lock failures reported now
17423:
17424: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17425: string->double @ compile time were not-enough-checking...
17426:
17427: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17428: autoconvert now ignored
17429:
17430: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17431: check
17432:
17433: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17434: $response:body content-type:name
17435:
17436: * configure, configure.in: hpux check, nsl link, no socket
17437:
17438: * operators.txt: old merge conflict removed
17439:
17440: * configure, configure.in: pack even address access on sparc&co
17441: arch checked in configure
17442:
17443: * configure, src/include/pa_version.h: makes
17444:
17445: * configure, configure.in, src/include/pa_version.h: makes
17446:
17447: * src/main/untaint.C: (bug#2) mail subject got always prepended
17448: with charset even when all letters were 7bit one
17449:
17450: * src/main/pa_common.C: merged fixed -d (bug)
17451:
17452: * src/main/pa_common.C: fixed -d (bug)
17453:
17454: 2002-06-03 paf
17455:
17456: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17457: src/classes/classes.dsp, src/main/compile.tab.C,
17458: src/main/main.dsp, src/main/pa_globals.C,
17459: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17460: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17461: .dsp-s along with reorganized cvs modules dirs structure
17462:
17463: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17464: main/pa_globals.C, targets/cgi/parser3.dsp,
17465: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17466: modules
17467:
17468: 2002-05-28 paf
17469:
17470: * src/targets/cgi/parser3.C: info.uri now ""
17471:
17472: 2002-05-17 paf
17473:
17474: * src/classes/: table.C: ^table.save << checked empty
17475: pre/match/post columns
17476:
17477: 2002-05-16 paf
17478:
17479: * src/classes/image.C: image::measure can png now
17480:
17481: 2002-05-15 paf
17482:
17483: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17484: added
17485:
17486: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17487:
17488: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17489: %H[:%M[:%S]]]]]] [-%m now
17490:
17491: 2002-05-14 paf
17492:
17493: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17494:
17495: 2002-05-07 paf
17496:
17497: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17498: src/include/pa_globals.h, src/include/pa_request.h,
17499: src/include/pa_table.h, src/main/compile.tab.C,
17500: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17501: src/main/pa_request.C, src/main/pa_table.C,
17502: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17503: src/targets/isapi/parser3isapi.dsp,
17504: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17505: name2number field now &. main_method_name now on Request pool
17506: rather on global_pool [Junction+VJunction created on same pool as
17507: name = were created on global pool, causing mem leaks]
17508:
17509: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17510: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17511: main/compile.y, main/main.dsp, main/pa_globals.C,
17512: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17513: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17514: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17515: field now &. main_method_name now on Request pool rather on
17516: global_pool [Junction+VJunction created on same pool as name =
17517: were created on global pool, causing mem leaks]
17518:
17519: 2002-05-06 paf
17520:
17521: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17522: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17523: 100*40 bytes per request memory leak [nonpool malloc in globals]
17524:
17525: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17526: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17527: 100*40 bytes per request memory leak [nonpool malloc in globals]
17528:
17529: 2002-04-30 paf
17530:
17531: * configure, src/include/pa_version.h: version now not b
17532:
17533: * src/targets/cgi/parser3.C: request.uri now never 0
17534:
17535: 2002-04-29 paf
17536:
17537: * configure.in: removed b
17538:
17539: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17540: Exception::comment/type checked in (), no there's no empty
17541: type/comment by default
17542:
17543: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17544: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17545: src/doc/value.dox, src/include/pa_exception.h,
17546: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17547: 0001
17548:
17549: 2002-04-26 paf
17550:
17551: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17552: size reduced
17553:
17554: 2002-04-25 paf
17555:
17556: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17557: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17558: now that took into account
17559:
17560: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17561: 01:03:04]
17562:
17563: * ChangeLog, operators.txt, src/classes/date.C:
17564: ^date::create[2002-12-33 01:03:04]
17565:
17566: * ChangeLog: updated changelog
17567:
17568: * src/classes/table.C: removed restriction on column count to
17569: ^table.hash to work, now must be >0 [were >1]
17570:
17571: 2002-04-24 paf
17572:
17573: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17574: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17575: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17576: targets
17577:
17578: 2002-04-23 paf
17579:
17580: * operators.txt, src/classes/string.C:
17581: int/double/string:sql{}[$.default{code}] fixed [were barking:
17582: "junction used outside of context"]
17583:
17584: 2002-04-22 paf
17585:
17586: * types.txt, src/classes/string.C, src/include/pa_string.h,
17587: src/main/pa_string.C, src/types/pa_vstring.C,
17588: src/types/pa_vstring.h: ^string.optimize[]
17589:
17590: * src/: include/pa_globals.h, include/pa_table.h,
17591: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17592: table template
17593:
17594: * src/classes/: string.C: optimize removed from string
17595: .left/right/pos
17596:
17597: * src/main/execute.C: rolled back to
17598: before_killing_userjunction_contexts
17599:
17600: * src/main/execute.C: user junctions context killed
17601:
17602: * src/main/execute.C: junctions to local contexts got
17603: cleanized&checked later
17604:
17605: 2002-04-19 paf
17606:
17607: * src/: classes/string.C, include/pa_request.h,
17608: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17609: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17610: prior to .left .right .mid .pos .match when that is profitable,
17611: and always before .replace when $ORIGINS(1) optimization disabled
17612: economy from not wasting mem on lots of strings which occur by
17613: lots of String:mid calls to get parts of source string between
17614: found_occurances
17615:
17616: * src/classes/file.C: ovector now local economy: 16 bytes per
17617: ^file:list
17618:
17619: * src/: include/pa_globals.h, include/pa_table.h,
17620: main/pa_globals.C, main/pa_string.C: String::match table columns
17621: globalized, not created @ each ^match anymore economy:
17622: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17623:
17624: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17625: removed from each String::match replace iteration, and made
17626: stacked sizeof(VTable)=12bytes economy on each replace code
17627:
17628: * src/doc/footer.htm: 2001,
17629:
17630: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17631: string.match[]['] option enables generation of $match.prematch
17632: .match .postmatch columns
17633:
17634: * src/main/pa_string.C: String::match options analized without
17635: cstr-ing them now
17636:
17637: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17638: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17639: config updated to doxygen 1.2.15, created helper which fixes
17640: minor bugs in chm project files & htm tree. changed extension to
17641: .htm
17642:
17643: 2002-04-18 paf
17644:
17645: * src/doc/doxygen.cfg: .chi generation disabled
17646:
17647: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17648: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17649: fields&methods
17650:
17651: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17652: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17653: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17654: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17655: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17656: types/pa_vresponse.h, types/pa_vstateless_class.h,
17657: types/pa_vstateless_object.h, types/pa_vstatus.h,
17658: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17659: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17660: VStateless_class to VObject
17661:
17662: * src/: main/pa_request.C, types/pa_valiased.h,
17663: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17664: types/pa_vstring.h: VStateless_string_object speicalized light
17665: version of VStateless_object
17666:
17667: * src/classes/op.C: ^throw comment param made optional
17668:
17669: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17670: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17671: and implemented down in VClass, fclass_alias removed,
17672:
17673: * src/types/pa_value.C: forced to cut that from .h because of
17674: VStateless_class usage [undefined in .h]
17675:
17676: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17677: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17678: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17679: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17680: on each CALL]
17681:
17682: * src/: classes/classes.h, classes/date.C, classes/double.C,
17683: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17684: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17685: classes/response.C, classes/string.C, classes/table.C,
17686: classes/void.C, classes/xnode.C, include/pa_globals.h,
17687: include/pa_request.h, main/execute.C, main/pa_globals.C,
17688: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17689: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17690: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17691: types/pa_vstateless_class.h, types/pa_wcontext.C,
17692: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17693: removed Value::fname
17694:
17695: 2002-04-17 paf
17696:
17697: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17698: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17699: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17700: include/pa_pool.h, include/pa_types.h: dox updated to current
17701: state, PTHROW freshen to throw & co
17702:
17703: * src/types/pa_vhash.h: vstring wrong parent fixed
17704:
17705: * src/classes/op.C: taint local result var bug fixed
17706:
17707: 2002-04-16 paf
17708:
17709: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17710: Attic asm.txt as most interesting
17711:
17712: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17713: check, preventing content-length: 0 from appearing
17714:
17715: * src/main/execute.C: $result in @main now taken into account as in
17716: usual functions
17717:
17718: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17719: & @unhandled_exception now taken into account as in usual
17720: functions
17721:
17722: * src/doc/postbuild.txt: instructions on post .html build
17723:
17724: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17725:
17726: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17727: tainted
17728:
17729: * src/main/pa_request.C: uri in error log
17730:
17731: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17732: cheched date:create(days) param for validity [later were assumed
17733: valid and crashed on invalid onces]
17734:
17735: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17736: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17737: and used that for removing VString wrapper
17738:
17739: * src/classes/op.C: exception2vhash file now tainted
17740:
17741: * src/classes/op.C: _process pseudo origin copied from local var to
17742: heap
17743:
17744: * src/classes/op.C: extra check on empty file in origin in _execute
17745:
17746: 2002-04-15 paf
17747:
17748: * src/: main/execute.C, types/pa_value.h: fixed name update
17749:
17750: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17751: functions
17752:
17753: * src/: classes/file.C, classes/hash.C, classes/op.C,
17754: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17755: started dual write_xxx_lang functions, if checked & works
17756:
17757: * src/: classes/date.C, classes/file.C, classes/mail.C,
17758: classes/string.C, classes/xnode.C, include/pa_request.h,
17759: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17760: unnecessary VString shells
17761:
17762: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17763: prev changes]
17764:
17765: * src/: classes/image.C, classes/op.C, classes/string.C,
17766: classes/table.C, include/pa_request.h, main/execute.C,
17767: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17768: StringOrValue wcontext result, now ready for dual writes
17769:
17770: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17771: checked that
17772:
17773: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17774: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17775: changed to OP_WRITE_VALUE in var get cases
17776:
17777: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17778: include/pa_request.h, main/compile.tab.C, main/compile.y,
17779: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17780: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17781: switch in hash constructor fixed [were problems with using of
17782: stacked wwrapper after it's death]
17783:
17784: 2002-04-12 paf
17785:
17786: * operators.txt, src/classes/table.C: table.select(expression) 0
17787:
17788: 2002-04-11 paf
17789:
17790: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17791: Request::process_internal codeFrame & wwrapper stacked [not
17792: wasting heap anymore]
17793:
17794: 2002-04-10 paf
17795:
17796: * src/: classes/double.C, classes/file.C, classes/hash.C,
17797: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17798: classes/string.C, classes/table.C, classes/void.C,
17799: classes/xdoc.C, include/pa_request.h, main/execute.C,
17800: main/pa_string.C: killed Request::process() wrapping
17801: VString(String) in case we need only String
17802:
17803: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17804: killed 8 bytes from String.head
17805:
17806: 2002-04-09 paf
17807:
17808: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17809: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17810: local*/char b[...]; a=b; situations
17811:
17812: * operators.txt, src/classes/xdoc.C: xslt params made literal
17813:
17814: * src/classes/xdoc.C: xslt params fixed
17815:
17816: * src/: main/pa_common.C, targets/cgi/parser3.C,
17817: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17818: not pool.malloc(MAX_NUMBER) but really neaded
17819:
17820: * operators.txt, src/classes/double.C, src/classes/int.C:
17821: int/double.int/double(default)
17822:
17823: 2002-04-04 paf
17824:
17825: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17826: [when reconstructing pieces were split by
17827: max_integral(piece.size), thus some strings to replace happen to
17828: be split into two = not replaced)
17829:
17830: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17831: standalone version = current dir
17832:
17833: * src/targets/cgi/parser3.C: document root in standalone version =
17834: current dir
17835:
17836: 2002-04-03 paf
17837:
17838: * configure, configure.in: more checks on nonexistent charset
17839:
1.116 moko 17840: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17841:
17842: 2002-04-02 paf
17843:
17844: * src/main/compile.C: parser.compile [exception name more like in
17845: doc]
17846:
17847: 2002-04-01 paf
17848:
17849: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17850: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17851: .content-type.charset, not .charset
17852:
17853: 2002-03-29 paf
17854:
17855: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17856:
17857: * operators.txt, src/classes/date.C: ^date::create now may not
17858: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17859: days' year. | 31.05->31.04 roll
17860:
17861: 2002-03-28 paf
17862:
17863: * operators.txt, src/classes/date.C, src/classes/op.C,
17864: src/include/pa_globals.h, src/include/pa_hash.h,
17865: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17866: ^cache(seconds) ^cache[date] }
17867:
17868: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17869: param
17870:
17871: 2002-03-27 paf
17872:
17873: * operators.txt, src/classes/date.C, src/classes/double.C,
17874: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17875: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17876: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17877: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17878: src/classes/xnode.C, src/include/pa_exception.h,
17879: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17880: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17881: src/main/pa_array.C, src/main/pa_charset.C,
17882: src/main/pa_charsets.C, src/main/pa_common.C,
17883: src/main/pa_dictionary.C, src/main/pa_exception.C,
17884: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17885: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17886: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17887: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17888: src/types/pa_value.h, src/types/pa_vcookie.C,
17889: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17890: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17891: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17892: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17893: src/types/pa_wwrapper.h: assigned exception types
17894:
17895: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17896: src/include/pa_request.h, src/main/execute.C,
17897: src/main/pa_request.C: decided agains resetting exception_trace,
17898: just changed name
17899:
17900: 2002-03-26 paf
17901:
17902: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17903: fixed
17904:
17905: * src/classes/op.C: forced language of $source field of exception
17906: to 'tainted', so that sql-langed-frags could be outputed outside
17907: of connect
17908:
17909: * operators.txt: removed date.roll limit of +-1 offset
17910:
17911: * src/classes/date.C: removed date.roll limit of +-1 offset
17912:
17913: * operators.txt, src/classes/date.C: fixed date roll on
17914: daylightsaving days mktime took into account tm_isdst flag, which
17915: remained from BEFORE roll, but should have been reset
17916:
17917: 2002-03-25 paf
17918:
17919: * operators.txt, src/targets/cgi/parser3.C:
17920: http_site_config_filespec
17921:
17922: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17923: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17924: with any/both --disable-foreign-group-files --disable-execs
17925:
17926: * INSTALL: "--with=sendmail=COMMAND" comment
17927:
17928: * INSTALL, configure, configure.in, src/classes/mail.C,
17929: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17930: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17931: disables execs also. introducing --sendmail
1.95 moko 17932:
17933: * operators.txt: pgsql options comment
17934:
17935: * INSTALL: comment on --disable-link-stdcpp
17936:
1.116 moko 17937: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17938: libstdc++ link skipping configure option
1.95 moko 17939:
17940: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17941: with error were put to cache with 'marked_to_rollback' flag, all
17942: consequent even OK requests rolled back
17943:
17944: 2002-03-22 paf
17945:
17946: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17947: false return
17948:
17949: * operators.txt: few comments on sets
17950:
17951: 2002-03-18 paf
17952:
17953: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17954: src/include/pa_globals.h, src/include/pa_request.h,
17955: src/include/pa_stack.h, src/main/pa_globals.C,
17956: src/main/pa_request.C: introducing ^try
17957:
17958: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17959: types/pa_vdouble.h: removed some tested @tests
17960:
17961: 2002-03-15 paf
17962:
17963: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17964:
17965: 2002-03-13 paf
17966:
17967: * src/main/pa_exception.C: checked not-pooled malloc
17968:
17969: 2002-03-11 paf
17970:
17971: * INSTALL, configure, configure.in,
17972: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17973:
17974: * src/main/pa_common.C: --disable-foreign-group-files
17975:
17976: * INSTALL: --disable-execs
17977:
17978: * src/main/pa_exec.C: --disable-execs
17979:
17980: * configure, configure.in, src/include/pa_config_auto.h.in:
17981: --disable-execs
17982:
17983: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17984:
17985: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17986: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17987:
17988: 2002-03-05 paf
17989:
17990: * operators.txt, src/classes/date.C: date week calendar columns
17991: named
17992:
17993: * operators.txt, src/classes/date.C: date week calendar columns
17994: named
17995:
17996: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17997: requires headers to be terminated with \r\n manually [refuses to
17998: separate header/body itself]
17999:
18000: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18001: targets/isapi/parser3isapi.C: isapi site config beside .dll
18002:
18003: 2002-03-04 paf
18004:
18005: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18006: in PASS language
18007:
18008: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18009: deserialize checks on broken file
18010:
18011: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18012: parser3isapi.dsp: isapi updated
18013:
18014: 2002-03-01 paf
18015:
18016: * src/main/pa_exec.C: execle -> execve, now argc OK
18017:
18018: 2002-02-28 paf
18019:
18020: * src/main/untaint.C: removed some debug comments
18021:
18022: * src/main/pa_charsets.C: when placing charset to cache using
18023: global name now [were request]
18024:
18025: * configure, configure.in: apache module updated
18026:
18027: * src/main/pa_string.C: origin by first piece preferred before last
18028: piece
18029:
18030: 2002-02-27 paf
18031:
18032: * src/main/pa_charset.C: size_t
18033:
18034: * INSTALL: shared/static-xml with-pathlink
18035:
18036: * operators.txt: SMTP comment
18037:
18038: 2002-02-26 paf
18039:
18040: * src/main/pa_exec.C: more precise names for vars, cosmetic
18041:
18042: * src/classes/xnode.C: in some situation, xpath query returned
18043: result with type NODESET, but empty nodeset member field, checked
18044: that
18045:
18046: 2002-02-22 paf
18047:
18048: * INSTALL: without-zlib comment
18049:
18050: * etc/parser3.charsets/windows-1251.cfg: °
18051:
18052: * configure, configure.in: glib###.a detection fixed
18053:
18054: * INSTALL: hashfile removed from INSTALL
18055:
1.116 moko 18056: * Makefile.am: make update
1.95 moko 18057:
18058: * src/main/pa_string.C: string iterators fixed again, so were
18059: String::join_chain
18060:
18061: * src/main/pa_string.C: string iterators fixed again, so were
18062: String::join_chain
18063:
18064: * src/: include/pa_string.h, main/pa_string.C: string iterators
18065: fixed again, so were String::join_chain
18066:
18067: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18068:
18069: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18070: "session"
18071:
1.116 moko 18072: * configure, configure.in, src/include/pa_config_auto.h.in:
18073: --with-shared-xml --with-static-xml
1.95 moko 18074:
18075: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18076: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18077: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18078: xalan&xml
18079:
18080: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18081:
18082: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18083: src/types/types.dsp: removed hashfile support from sources for
18084: now
18085:
1.116 moko 18086: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18087: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18088: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18089: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18090: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18091: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18092: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18093: src/types/Makefile.am, src/types/pa_vhashfile.C,
18094: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18095:
18096: 2002-02-21 paf
18097:
18098: * src/main/untaint.C: removed debug code, activated commented-for
18099: debug parts
18100:
1.116 moko 18101: * Makefile.am: make cvsupdate
1.95 moko 18102:
18103: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18104: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18105: append_row, not at link zero now string to string appending works
18106:
18107: 2002-02-20 paf
18108:
18109: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18110: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18111: DEBUG_STRING_APPENDS_VS_EXPANDS
18112:
18113: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18114: economy: 22%
18115:
18116: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18117: space uptimized: string::link_row removed
18118:
18119: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18120: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18121: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18122: types/pa_vstring.h: speed uptimized: string::is_empty
18123:
18124: * operators.txt, src/include/pa_common.h,
18125: src/include/pa_config_fixed.h, src/include/pa_string.h,
18126: src/include/pa_types.h, src/main/compile.tab.C,
18127: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18128: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18129: string append optimiziation idea and estimates
18130:
18131: 2002-02-19 paf
18132:
18133: * src/classes/math.C: not used directly [but erroreously reported
18134: that 'is', thus registering twice&other probs]
18135:
18136: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18137: to node [element]
18138:
18139: * src/main/compile.C: without string_origins parse error
18140: file+line+col possible
18141:
18142: * src/main/: compile.C: without string_origins not worked
18143:
18144: 2002-02-18 paf
18145:
18146: * src/types/pa_vdouble.h: since we have in_expression removed that
18147: trick i've installed into double::as_string
18148:
18149: * src/main/pa_globals.C: extern "C" was removed too fast
18150:
18151: * src/: include/pa_opcode.h, include/pa_request.h,
18152: main/compile.tab.C, main/compile.y, main/execute.C,
18153: types/pa_wcontext.h: in_expression aimed to solve old problem
18154: with string/nonstring values, now in expressions double/int
18155: values are passed as-is, without stupid tostring/fromstring
18156: conversions
18157:
18158: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18159: __cplusplus } #endif
18160:
18161: * src/main/compile.tab.C: bison env set so one could compile
18162: without cygwin installed
18163:
18164: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18165: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18166: gnome xml libs parser .dsp-s changed accordingly
18167:
18168: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18169:
18170: * operators.txt, src/classes/date.C: date::create [were date::set,
18171: with backward comp
18172:
18173: * src/classes/math.C: math:random range check fixed
18174:
18175: * src/main/: compile.tab.C, compile.y: integer division stops name
18176:
18177: * INSTALL: local install comment
18178:
1.116 moko 18179: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18180:
1.116 moko 18181: * acinclude.m4, aclocal.m4, configure, configure.in,
18182: src/include/pa_config_auto.h.in,
18183: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18184: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18185:
18186: * operators.txt: \ comment
18187:
18188: 2002-02-13 paf
18189:
18190: * src/include/pa_config_includes.h: sys/time time both included
18191: now. vaguely remember confilicts on this on some system [not on
18192: six|ablv] so when would see them again would think up proper
18193: check
18194:
1.116 moko 18195: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18196: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18197:
18198: * src/main/pa_common.C: truncation never occured when writing files
18199: on unix [since i've changed cache mech] fix
18200:
18201: * src/main/pa_common.C: strnchr: sanity check added
18202:
18203: * etc/parser3.charsets/windows-1257.cfg: id added
18204:
18205: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18206: baltic charset file generated, in generation script ispunct check
18207: added
18208:
18209: 2002-02-08 paf
18210:
1.116 moko 18211: * src/: include/Makefile.am, sql/Makefile.am,
18212: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18213:
18214: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18215: forgotten
18216:
18217: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18218:
18219: * INSTALL, README: install&others updated
18220:
18221: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18222:
1.116 moko 18223: * Makefile.am, configure, configure.in,
18224: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18225: src/classes/Makefile.am, src/main/Makefile.am,
18226: src/main/pa_status_provider.C, src/targets/Makefile.am,
18227: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18228: works
1.95 moko 18229:
18230: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18231: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18232: classes/hashfile.C, classes/int.C, classes/mail.C,
18233: classes/math.C, classes/op.C, classes/response.C,
18234: classes/string.C, classes/table.C, classes/void.C,
18235: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18236: include/pa_array.h, include/pa_cache_managers.h,
18237: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18238: include/pa_config_fixed.h, include/pa_config_includes.h,
18239: include/pa_db_connection.h, include/pa_db_manager.h,
18240: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18241: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18242: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18243: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18244: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18245: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18246: include/pa_stack.h, include/pa_string.h,
18247: include/pa_stylesheet_connection.h,
18248: include/pa_stylesheet_manager.h, include/pa_table.h,
18249: include/pa_threads.h, include/pa_types.h, main/compile.C,
18250: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18251: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18252: main/pa_db_connection.C, main/pa_db_manager.C,
18253: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18254: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18255: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18256: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18257: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18258: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18259: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18260: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18261: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18262: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18263: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18264: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18265: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18266: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18267: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18268: types/pa_vmethod_frame.h, types/pa_vobject.h,
18269: types/pa_vrequest.h, types/pa_vresponse.h,
18270: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18271: types/pa_vstateless_object.h, types/pa_vstatus.C,
18272: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18273: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18274: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18275: classes/image.C, main/pa_common.C, main/pa_exec.C,
18276: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18277: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18278: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18279: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18280: types/pa_vxnode.C, main/pa_charset.C: name spelling
18281:
18282: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18283: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18284: classes/hashfile.C, classes/image.C, classes/int.C,
18285: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18286: classes/string.C, classes/table.C, classes/void.C,
18287: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18288: include/pa_array.h, include/pa_cache_managers.h,
18289: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18290: include/pa_config_fixed.h, include/pa_config_includes.h,
18291: include/pa_db_connection.h, include/pa_db_manager.h,
18292: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18293: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18294: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18295: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18296: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18297: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18298: include/pa_stack.h, include/pa_string.h,
18299: include/pa_stylesheet_connection.h,
18300: include/pa_stylesheet_manager.h, include/pa_table.h,
18301: include/pa_threads.h, include/pa_types.h, main/compile.C,
18302: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18303: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18304: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18305: main/pa_db_connection.C, main/pa_db_manager.C,
18306: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18307: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18308: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18309: main/pa_socks.C, main/pa_sql_driver_manager.C,
18310: main/pa_status_provider.C, main/pa_string.C,
18311: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18312: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18313: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18314: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18315: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18316: targets/isapi/pool_storage.h, types/pa_valiased.C,
18317: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18318: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18319: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18320: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18321: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18322: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18323: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18324: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18325: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18326: types/pa_vresponse.h, types/pa_vstateless_class.C,
18327: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18328: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18329: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18330: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18331: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18332: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18333:
18334: 2002-02-07 paf
18335:
18336: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18337:
1.116 moko 18338: * configure, configure.in, src/include/pa_config_auto.h.in,
18339: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18340: added yet another locking function: fcntl
1.95 moko 18341:
18342: * config.sub: on cygwin configure passes it with strange i1586
18343: const, hacked it to mean i586
18344:
18345: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18346: disabled $if reference due to conflicts with local variables
18347:
18348: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18349: xdoc::set obsolete now, now xdoc::create, with both sences
18350:
18351: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18352: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18353: table::create now // 'set' name obsolete now table clone.
18354:
18355: * operators.txt, src/classes/string.C,
18356: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18357: ^int/double/string.format now can be called with normal []
18358: brackets, not stupid {} as it were implemented for some strange
18359: reason. retaining backward compatibility due to some
18360: already-implemented servers
18361:
18362: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18363: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18364: operators now detected by check at name_without_curly_rdive_read
18365: rule whether diving code constists only of
18366: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18367: with OP_GET_ELEMENT_OR_OPERATOR to form
18368: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18369:
18370: 2002-02-06 paf
18371:
18372: * configure, configure.in: prefix expanded, grr
18373:
18374: * operators.txt, src/classes/mail.C: mail:send config changed
18375:
18376: 2002-02-05 paf
18377:
18378: * operators.txt: regex options commented
18379:
18380: * src/main/: pa_exec.C: argv0 now correct
18381:
18382: * src/types/pa_vstatus.C: status:rusage 3
18383:
18384: * src/types/pa_vstatus.C: status:rusage 2
18385:
18386: * operators.txt: status:rusage described int operators
18387:
18388: * src/types/pa_vstatus.C: status:rusage 1
18389:
18390: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18391: src/types/types.dsp: status:rusage
18392:
18393: * configure.in, operators.txt, src/classes/file.C,
18394: src/classes/op.C, src/include/pa_common.h,
18395: src/include/pa_config_includes.h, src/main/compile.tab.C,
18396: src/main/pa_common.C: rewritten ^cache to use
18397: non-blocking-exclusive-caches
18398:
18399: * src/main/pa_common.C: text file read mode on win32 adjusted
18400: [speed impact. was off for debugging purpose, but forgotten
18401: afterwards]
18402:
18403: 2002-02-01 paf
18404:
18405: * src/classes/op.C: file_write does EX lock after create, while
18406: file_read does SH after open, so there's a moment after create
18407: but before EX lock when read can sneak into, and read
18408: just-created-for-writing-and-not-yet-locked file, added a check
18409: for that in ^cache...read
18410:
18411: 2002-01-31 paf
18412:
18413: * src/main/: compile.y, compile.tab.C: disabled operator call after
18414: ^xxx:
18415:
18416: * src/main/: compile.tab.C, execute.C: made operators lookup first
18417: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18418:
18419: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18420: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18421: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18422: operators check 6.1 rewritten. now check is done at compile time
18423:
18424: * src/main/execute.C: operators check 5 floated up old error of
18425: staying in 'entered class/object' state after $a($a..) it
18426: prevented operators from being called thereafter
18427:
18428: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18429: main/execute.C: operators check 4 floated up old error of staying
18430: in 'entered object' state after ^a.a(a) it prevented operators
18431: from being called thereafter
18432:
18433: * src/main/execute.C: operators check 3 floated up old error of
18434: staying in 'entered class' state after $a:a(a) it prevented
18435: operators from being called thereafter
18436:
18437: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18438: floated up old error of staying in 'entered class' state after
18439: $a:a[a] it prevented operators from being called thereafter
18440:
18441: * src/main/execute.C: operators check, thay mistakenly seen in
18442: $class:operator $object.operators contexts
18443:
18444: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18445: win32
18446:
1.116 moko 18447: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18448: src/classes/Makefile.am, src/main/Makefile.am,
18449: src/targets/cgi/Makefile.am,
1.95 moko 18450: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18451: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18452:
1.116 moko 18453: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18454: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18455: configure, configure.in, form.txt, ident.awk, install-sh,
18456: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18457: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18458: etc/parser3.charsets/Makefile.am,
18459: etc/parser3.charsets/koi8-r.cfg,
18460: etc/parser3.charsets/windows-1250.cfg,
18461: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18462: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18463: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18464: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18465: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18466: straightened installation scripts procedure made
18467: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18468: change
18469:
18470: 2002-01-30 paf
18471:
18472: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18473: removed] those comments were a mistake, and prevented libltdl
18474: from function properly
18475:
18476: 2002-01-29 paf
18477:
1.116 moko 18478: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18479: creation [modified acinclude.m4 which were creating int into just
18480: assignment LIBTOOL=../libtool] added default system
18481: config&charsetts prepared 'make install', now it installs
18482: targets/cgi/parser3 into bin directory etc/parser3.conf &
18483: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18484: $sysconfdir/parser3.charsets respectively
18485:
18486: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18487: main/pa_globals.C: few forgotten ifdef XML added
18488:
18489: 2002-01-28 paf
18490:
1.116 moko 18491: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18492: removed
18493:
18494: * src/main/pa_exception.C: dom|generic error output fix
18495:
18496: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18497:
18498: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18499:
18500: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18501: [fixed as_node helper func to accept docs]
18502:
18503: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18504: xdoc.importNode 0
18505:
18506: * src/classes/xdoc.C: xdoc::set now untaints OK
18507:
18508: 2002-01-25 paf
18509:
18510: * src/main/: compile.tab.C, compile.y: #comment before @ after
18511: @SPECIAL now works OK
18512:
18513: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18514:
18515: * src/main/pa_exec.C: max arg count now 10, and proper message on
18516: violation that added
18517:
18518: * src/classes/hash.C: unified hash::sql, now
18519: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18520:
18521: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18522: ^file:lock[filename]{code}
18523:
18524: * src/: classes/file.C, classes/op.C, classes/string.C,
18525: classes/table.C, classes/xdoc.C, include/pa_common.h,
18526: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18527: to some pa_common funcs
18528:
18529: * src/: include/pa_charset.h, main/pa_globals.C:
18530: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18531:
18532: * src/: include/pa_charset.h, main/pa_charset.C,
18533: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18534: not stupid illegal define
18535:
18536: 2002-01-24 paf
18537:
18538: * src/include/pa_version.h: changed version number
18539:
18540: * src/: classes/hashfile.C, include/pa_db_table.h,
18541: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18542: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18543: main/pa_db_connection.C, main/pa_db_table.C,
18544: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18545: hashfile without logfiles
18546:
18547: * src/: classes/hashfile.C, include/pa_db_table.h,
18548: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18549: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18550: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18551: DB_INIT_TXN init bits, thus got rid of huge log files, which
18552: cluttered disk without huge need]
18553:
18554: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18555: handy macro, which is strangly abscent in dome lib
18556:
18557: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18558:
18559: * src/classes/xdoc.C: checked empty response
18560:
18561: * src/classes/xnode.C: xdoc.select fixed context node [were always
18562: /, not self node]
18563:
18564: * src/classes/xnode.C: xnode.select returns array always now, in
18565: case 'nothing found' returns empty array
18566:
18567: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18568: be more tender with ctrl/c/v
18569:
18570: 2002-01-23 paf
18571:
18572: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18573: substituted. // 2. when dom tree with entites goes under
18574: transform text nodes // got [erroreosly] cut on first
18575: entity occurance
18576:
18577: * src/types/pa_vdouble.h: double prec. todo: get rid of
18578: twice-converting
18579:
18580: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18581: 'e' in output this is for regretful twice-converting here:
18582: $a(double value) when they write double falue they convert it to
18583: string first, thus %g were losing precesion.
18584:
18585: todo: think up some way to remove double->string string->double
18586: twice-converting
18587:
18588: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18589: %.20E now default float format this is for regretful
18590: twice-converting here: $a(double value) when they write double
18591: falue they convert it to string first, thus %g were losing
18592: precesion.
18593:
18594: todo: think up some way to remove double->string string->double
18595: twice-converting
18596:
18597: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18598: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18599: reasons in comment inside
18600:
18601: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18602: statically linked]
18603:
18604: * src/: include/pa_exception.h, main/compile.tab.C,
18605: main/pa_exception.C: removed exception va_list constructor. 1.
18606: not needed anymore 2. there were a conflict[causing errors]
18607: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18608: never detected an ambiguilty here, compiling ctor(, "hello") into
18609: ctor(, va_list) which, of course, caused gpf
18610:
18611: * src/main/pa_globals.C: removed debug xslt messages
18612:
18613: 2002-01-22 paf
18614:
18615: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18616: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18617: helps compiling stylesheet properly. example: this refused to
18618: work, <b>«<xsl:value-of select="@title"
18619: />»</b> stranly worked only this way:
18620: <b>«<xsl:value-of select="@title" />»</b>
18621:
18622: docs says "set it to 1", never going into details, so I decided
18623: to try NOT to do that
18624:
18625: * src/classes/table.C: join behaived badly in case named tables
18626: structure mismatched: 0 strings sneaked into dest failing
18627: afterwards. replaced them with empty strings
18628:
18629: 2002-01-21 paf
18630:
18631: * src/main/pa_charset.C: checked empty transcoders in
18632: transcode_cstr|buf
18633:
18634: * src/classes/xdoc.C: xdoc::load error source = filespec
18635:
18636: * src/classes/xdoc.C: transform error source now
18637: stylesheet_filespec
18638:
1.116 moko 18639: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18640: include/pa_stylesheet_connection.h, main/pa_charset.C,
18641: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18642: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18643: gnome
1.95 moko 18644:
18645: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18646: include/pa_globals.h, include/pa_stylesheet_connection.h,
18647: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18648: xslt generic error 1
18649:
18650: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18651: xml generic message 1
18652:
18653: * src/classes/table.C: ^table::load empty lines or #comments before
18654: headline
18655:
18656: * src/: include/pa_array.h, include/pa_globals.h,
18657: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18658: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18659: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18660: errors 0
18661:
18662: 2002-01-16 paf
18663:
18664: * src/: classes/hash.C, classes/op.C, classes/string.C,
18665: classes/table.C, classes/void.C, classes/xdoc.C,
18666: include/pa_db_connection.h, include/pa_request.h,
18667: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18668: include/pa_stylesheet_connection.h,
18669: include/pa_stylesheet_manager.h, main/pa_request.C,
18670: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18671: targets/cgi/pool_storage.h: auto closers to sql_connection,
18672: stylesheet_connection auto destroyers to remaining gnome objects
18673:
18674: * src/classes/xdoc.C: few comments
18675:
18676: 2002-01-15 paf
18677:
18678: * src/classes/xdoc.C: xdoc file save string
18679:
18680: ready. todo: error handling
18681:
18682: * src/classes/xdoc.C: xdoc save rewritten using
18683: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18684: result
18685:
18686: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18687: started output options parsing
18688:
18689: 2002-01-14 paf
18690:
18691: * src/classes/xdoc.C: method
18692:
18693: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18694: include/pa_pool.h, include/pa_stylesheet_connection.h,
18695: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18696: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18697: xslt transform0. TODO: use output options handle errors
18698:
18699: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18700:
18701: 2002-01-11 paf
18702:
18703: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18704: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18705: partial logical && || evaluation
18706:
18707: * src/classes/xnode.C: xpath selectNodes
18708:
18709: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18710: string/number/bool
18711:
18712: * src/classes/xnode.C: xpath selectNode 2
18713:
18714: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18715: xpath selectNode 1
18716:
18717: 2002-01-10 paf
18718:
18719: * src/classes/xnode.C: xpath selectNode -100 [just written]
18720:
18721: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18722: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18723: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18724: refcounter]
18725:
18726: 2001-12-29 paf
18727:
18728: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18729: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18730: glib works 0
18731:
18732: 2001-12-28 paf
18733:
18734: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18735: main/pa_exception.C: started glib transcoders
18736:
18737: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18738:
18739: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18740: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18741: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18742: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18743: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18744: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18745: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18746: libs just compiled in. no refcounting no xpath no xslt yet
18747:
18748: 2001-12-27 paf
18749:
18750: * src/: include/pa_charset.h, include/pa_common.h,
18751: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18752: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18753: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18754: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18755: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18756: from xalan&xerces, started the process. globals [initialization
18757: pool [charset update charset [transcodings vxnode vxdoc [DOM
18758: calls
18759:
18760: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18761: anymore
18762:
18763: 2001-12-26 paf
18764:
18765: * src/: include/pa_charset.h, include/pa_charsets.h,
18766: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18767: key globalized [bug]
18768:
18769: 2001-12-25 paf
18770:
18771: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18772: main/pa_string.C: table set & append changed splitting languages,
18773: separators now can be clean AND as-is same to mail command line
18774: $MAIN:MAIL.progX arguments
18775:
18776: 2001-12-24 paf
18777:
18778: * src/classes/mail.C: one parted text messages - no multipart
18779: mime-type anymore. for convinient if $.attach-ments
18780:
18781: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18782: main/pa_string.C: read from cache size check updated
18783:
18784: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18785:
18786: 2001-12-21 paf
18787:
18788: * src/classes/date.C: date:sql-string now returns localtime
18789:
18790: * src/main/pa_request.C: $result in @main actually not working, to
18791: hell with it for now
18792:
18793: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18794: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18795: @postprocess @exception
18796:
18797: * src/main/execute.C: junction evaluation canceled - endless
18798: recursion detected
18799:
18800: 2001-12-19 paf
18801:
18802: * src/main/pa_charset.C: charset->charset transcoding via unicode
18803: intermediate
18804:
18805: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18806:
18807: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18808:
18809: * src/classes/op.C: ^cache keypath now relative
18810:
18811: * src/classes/mail.C: changed weighting prior to sort
18812:
18813: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18814: were missing
18815:
18816: 2001-12-17 paf
18817:
18818: * src/main/pa_charset.C: ifndef XML were bad type
18819:
18820: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18821: outdated unset services_pool
18822:
18823: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18824: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18825: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18826:
18827: * src/main/untaint.C: allowed space in filespec
18828:
18829: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18830:
18831: * src/classes/image.C: no govno
18832:
18833: * src/classes/image.C: govno
18834:
18835: 2001-12-16 paf
18836:
18837: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18838:
18839: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18840: charset_connection&manager replaced by charset&charsets
18841:
18842: * src/main/pa_charset.C: name_cstr 0
18843:
18844: * src/main/untaint.C: uri lang now knows about client/source
18845: charsets
18846:
18847: * src/: classes/file.C, classes/math.C, classes/op.C,
18848: classes/string.C, classes/table.C, classes/xdoc.C,
18849: include/pa_array.h, include/pa_cache_managers.h,
18850: include/pa_charset_connection.h, include/pa_charset_manager.h,
18851: include/pa_common.h, include/pa_db_connection.h,
18852: include/pa_db_manager.h, include/pa_db_table.h,
18853: include/pa_dictionary.h, include/pa_exception.h,
18854: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18855: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18856: include/pa_sapi.h, include/pa_socks.h,
18857: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18858: include/pa_string.h, include/pa_stylesheet_connection.h,
18859: include/pa_stylesheet_manager.h, include/pa_table.h,
18860: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18861: main/pa_charset.C, main/pa_charset_connection.C,
18862: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18863: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18864: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18865: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18866: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18867: types/types.dsp: introducing Charset
18868:
18869: 2001-12-14 paf
18870:
18871: * src/: include/pa_request.h, include/pa_transcoder.h,
18872: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18873: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18874: uri lang
18875:
18876: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18877:
18878: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18879:
18880: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18881: defalts_name global
18882:
18883: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18884: include/pa_request.h, main/main.dsp,
18885: main/pa_charset_connection.C, main/pa_charset_manager.C,
18886: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18887: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18888: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18889: changed charset model. now important: $request:charset
18890: $response:charset while $response:content-type.charset become
18891: unimportant [informational]
18892:
18893: 2001-12-13 paf
18894:
18895: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18896:
18897: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18898: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18899: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18900: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18901: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18902: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18903:
18904: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18905: auto_ptr part other way, because of stupid gcc 2.96
18906: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18907: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18908: FormatterListener] /usr/include/g++-3/memory:48:
18909: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18910: _Tp1 = FormatterListener, _Tp = FormatterListener]
18911:
18912: * src/classes/xdoc.C: removed extra inc
18913:
18914: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18915:
18916: * src/include/pa_types.h: msvc head debugging flag
18917:
18918: * src/classes/xdoc.C: freed up listener
18919:
18920: * src/classes/string.C: change msg '... code is not code'
18921:
18922: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18923: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18924: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18925: [past/future prob]
18926:
18927: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18928: include/pa_config_fixed.h, include/pa_db_manager.h,
18929: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18930: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18931:
18932: * src/: include/pa_config_fixed.h, main/pa_common.C,
18933: main/pa_string.C: removed signed mismatch warnings
18934:
18935: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18936: 'expires' from header outputs
18937:
18938: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18939: row ptr
18940:
18941: * src/classes/file.C: file::cgi bug, request_method were passed to
18942: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18943:
18944: * src/classes/xdoc.C: lang list updated
18945:
18946: 2001-12-10 paf
18947:
18948: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18949:
18950: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18951: erase files like that, knowing their full name introducing //
18952: theoretical problem with, for instance, "_2B" and "." fragments,
18953: // they would yield the same // because
18954: need_file_encode('_')=false // but we need to delete such files
18955: somehow, getting names from ^index
18956:
18957: * src/main/pa_string.C: ^string.replace bug fixed [bad
18958: string::join_chank break]
18959:
18960: 2001-12-07 paf
18961:
18962: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18963: include/pa_common.h, include/pa_config_auto.h.in,
18964: include/pa_config_fixed.h, include/pa_config_includes.h,
18965: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18966: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18967: types/pa_vhashfile.C: merged from r14_simple_cache
18968:
18969: * src/main/pa_string.C: stupid sparc architecture failed to access
18970: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18971: lduh [ %i2 + 1 ], %l0
18972:
18973: bus error, fixed that
18974:
18975: * src/main/pa_string.C: strange string deserialize bug on
18976: client[pmts], a bit shortened,
18977:
18978: * src/include/pa_config_auto.h.in: makes
18979:
18980: * src/: include/pa_common.h, include/pa_config_fixed.h,
18981: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18982: file write shared lock file read
18983:
18984: * src/: classes/op.C, include/pa_common.h,
18985: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18986:
18987: 2001-12-06 paf
18988:
18989: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18990: main/pa_request.C: #ifdef RESOURCES_DEBUG
18991:
18992: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18993: info
18994:
18995: * src/classes/hashfile.C: removed transaction from ^cache
18996:
18997: 2001-12-05 paf
18998:
18999: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19000: IIS5 there were a prob with illegal call check
19001:
19002: 2001-12-04 paf
19003:
19004: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19005: main/pa_request.C: measures to log
19006:
19007: 2001-11-23 paf
19008:
19009: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19010: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19011: types/pa_vhashfile.C: merged from _0014, 1
19012:
19013: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19014: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19015: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19016: ^cache(33) would change
19017:
19018: 0660 bits in file_write & hashfile create
19019:
19020: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19021: after pa_string optimization]
19022:
19023: 2001-11-22 paf
19024:
19025: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19026: table.offset[whence]
19027:
19028: * src/classes/op.C: process cstr(,connection)
19029:
19030: * src/classes/op.C: process now gets its body on current language,
19031: not as-is
19032:
19033: * src/main/untaint.C: ORIGINS mode removed UHTML
19034:
19035: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19036: bit
19037:
1.116 moko 19038: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19039:
19040: 2001-11-21 paf
19041:
19042: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19043: <xsl:output output options made identical to xsl:output
19044: attributes exclusion: cdata-section-elements what xalan can do
19045: but that not used now: it can escape and remove CDATA sections
19046:
19047: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19048: produced by xslt
19049:
19050: * src/targets/cgi/parser3.C: removed debug cgi||1
19051:
19052: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19053:
19054: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19055: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19056: default language for {code}, it happen to change it's language
19057: from CLEAN, so later refused to split by CLEAN \t
19058:
19059: 2001-11-20 paf
19060:
1.116 moko 19061: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19062: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19063: bottom of dependeces, so that errors would popup quicklier, fixed
19064: line numbering in table::sql
19065:
19066: 2001-11-19 paf
19067:
19068: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19069: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19070: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19071: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19072: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19073: at wcontext.write
19074:
1.116 moko 19075: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19076: _set_new_handler
19077:
1.116 moko 19078: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19079: set_new_handler in apache&isapi
1.95 moko 19080:
19081: 2001-11-16 paf
19082:
19083: * src/targets/cgi/parser3.C: pool debug @ die
19084:
19085: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19086: removed 8 bytes from String, 2 bytes from
19087: string::chunk::row::item
19088:
19089: * src/main/pa_string.C: removed 1+4 bytes from String
19090:
19091: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19092: types/pa_vstring.C: removed 1+4 bytes from String
19093:
19094: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19095: 0
19096:
19097: * src/: include/pa_globals.h, include/pa_string.h,
19098: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19099: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19100: targets/cgi/parser3.C: introducing estimating
19101: String::cstr_bufsize, 0
19102:
19103: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19104:
19105: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19106:
19107: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19108: include/pa_pool.h: die in pool::fail
19109:
19110: 2001-11-15 paf
19111:
19112: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19113: main/pa_exception.C, targets/cgi/parser3.C: exception with
19114: dynamic buffer re-back now with counter
19115:
19116: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19117: static buffer back
19118:
19119: * src/targets/cgi/parser3.C: std::
19120:
19121: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19122: include/pa_config_includes.h: setnewhandler check
19123:
1.116 moko 19124: * src/include/pa_config_auto.h.in: makes
1.95 moko 19125:
19126: * src/targets/cgi/parser3.C: set_new_handler started
19127:
19128: 2001-11-14 paf
19129:
19130: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19131: was wrong
19132:
19133: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19134: was wrong
19135:
19136: * src/main/pa_request.C: z
19137:
19138: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19139: full returns win32 -1 solaris >buffer_size
19140:
19141: checked all that
19142:
19143: * src/classes/op.C: ^untaint{body} as-is default now
19144:
19145: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19146: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19147: with no_bad_constructors_try
19148:
19149: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19150: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19151: this: $bred[^string::length[]] $bred[^response::clear[]]
19152: $bred[^int::int[]]
19153:
19154: now VObject creation moved into overriden
19155: VClass::create_new_value, thus 0 from create_new_value means that
19156: class has no ctors
19157:
19158: 2001-11-13 paf
19159:
19160: * src/classes/classes.C: returned accedently removed if in foreach
19161: callbacks [when hash no-0-restructure]
19162:
19163: 2001-11-12 paf
19164:
19165: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19166: passed as-is to method, xalan makes & into & itself
19167:
19168: * src/classes/date.C: date.roll parser2 alg used
19169:
19170: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19171: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19172: main/pa_dictionary.C, main/pa_hash.C,
19173: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19174: now does not containt 0 values. put 0 actullay removes. no check
19175: on 0 value in foreach now required
19176:
19177: 2001-11-11 paf
19178:
19179: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19180:
19181: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19182:
19183: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19184: driver initialize not const
19185:
19186: 2001-11-10 paf
19187:
19188: * src/main/pa_exec.C: doc
19189:
19190: 2001-11-09 paf
19191:
19192: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19193: param properly
19194:
19195: * src/classes/string.C: string.save now does untainting before
19196: saving
19197:
19198: * src/main/pa_common.C: line endings fixing fixed last piece[was
19199: still cstr oriented]
19200:
19201: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19202: line endings fixing got rid of cstr, now must work ok with post
19203: multipart
19204:
19205: * src/types/pa_vform.C: line endings fixed at post / multipart /
19206: not file also now
19207:
19208: 2001-11-08 paf
19209:
19210: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19211: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19212: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19213: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19214: main/pa_stylesheet_manager.C: restructured Cache manager to be
19215: simple parent, not second parent [gcc 2.96 strangly refused to
19216: call virtual from second parent]
19217:
1.116 moko 19218: * src/: include/pa_common.h, main/Makefile.am,
19219: targets/cgi/pa_pool.C: makes
1.95 moko 19220:
19221: * src/: include/pa_request.h, main/pa_request.C,
19222: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19223: 'status' class enabler
19224:
19225: <Location /parser-status.html> ParserStatusAllowed </Location>
19226:
19227: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19228: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19229: include/pa_stylesheet_manager.h, main/main.dsp,
19230: main/pa_cache_managers.C, main/pa_charset_manager.C,
19231: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19232: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19233: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19234: todo: apache 'status' class enabler
19235:
19236: 2001-11-05 paf
19237:
19238: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19239: debug to normal
19240:
19241: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19242: hence i removed skipping 0 values in hash::for_each-es we need to
19243: check cleaned cache items manually. few more checks.
19244:
19245: expiring to 0 time was wrong, changed to 'now' time
19246:
19247: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19248: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19249: on apache already done :)
19250:
19251: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19252: skipping 0 values in hash::for_each-es we need to check cleaned
19253: cache items manually
19254:
19255: * src/main/: pa_db_connection.C, pa_db_table.C:
19256: parser_multithreaded check was wrong
19257:
19258: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19259: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19260: classes/hashfile.C, classes/image.C, classes/int.C,
19261: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19262: classes/string.C, classes/table.C, classes/void.C,
19263: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19264: include/pa_array.h, include/pa_charset_connection.h,
19265: include/pa_charset_manager.h, include/pa_common.h,
19266: include/pa_config_fixed.h, include/pa_config_includes.h,
19267: include/pa_db_connection.h, include/pa_db_manager.h,
19268: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19269: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19270: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19271: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19272: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19273: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19274: include/pa_stack.h, include/pa_string.h,
19275: include/pa_stylesheet_connection.h,
19276: include/pa_stylesheet_manager.h, include/pa_table.h,
19277: include/pa_threads.h, include/pa_types.h, main/compile.C,
19278: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19279: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19280: main/pa_charset_manager.C, main/pa_common.C,
19281: main/pa_db_connection.C, main/pa_db_manager.C,
19282: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19283: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19284: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19285: main/pa_socks.C, main/pa_sql_driver_manager.C,
19286: main/pa_status_provider.C, main/pa_string.C,
19287: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19288: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19289: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19290: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19291: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19292: targets/isapi/pool_storage.h, types/pa_valiased.C,
19293: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19294: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19295: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19296: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19297: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19298: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19299: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19300: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19301: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19302: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19303: types/pa_vstateless_object.h, types/pa_vstatus.h,
19304: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19305: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19306: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19307: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19308: $status:db fixed used not initialized in db_connection & db_table
19309:
19310: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19311: $status:charset
19312:
19313: * src/: classes/xdoc.C, include/pa_db_connection.h,
19314: include/pa_stylesheet_connection.h,
19315: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19316: types/pa_vstatus.h: $status:stylesheet
19317:
19318: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19319: include/pa_request.h, include/pa_sql_connection.h,
19320: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19321: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19322: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19323: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19324: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19325: types/pa_vxnode.C, types/types.dsp: started status parser class
19326:
19327: 2001-11-01 paf
19328:
19329: * src/include/pa_config_auto.h.in: makes
19330:
19331: * src/main/pa_hash.C: removed old extra include
19332:
19333: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19334: checks [for hp, there are such in math.h]
19335:
19336: * src/classes/op.C: ^for endless loop check strightened
19337:
19338: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19339: behavior in native calls. it left unchanged, so ^for ^foreach &
19340: co can use r.root to write their i & key,value there
19341:
19342: * src/classes/op.C: detected for var storage bug, fixed.
19343: todo:foreach
19344:
19345: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19346: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19347: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19348: changing of hash inside of foreach
19349:
19350: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19351: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19352: were hash.foreach
19353:
19354: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19355: types/pa_vstring.C, types/pa_vstring.h:
19356: ^foreach[key|value]{body}[[separator]|{separator}]
19357:
19358: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19359: types/pa_vcookie.C: ^hash.delete[key]
19360:
19361: 2001-10-31 paf
19362:
19363: * src/main/: compile.C, pa_common.C: completely empty file now
19364: considered "read", not ignored [not perfect trick used]
19365:
19366: * src/main/pa_common.C: simplier common ifdefs
19367:
19368: * src/main/pa_common.C: typing bug in common - bad ifdeff
19369:
19370: * src/main/pa_db_connection.C: z
19371:
19372: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19373: lockdetector flags
19374: dbenv.lk_detect=DB_LOCK_RANDOM;
19375:
19376: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19377: from accidental show [imagine user forgot @exception]
19378:
19379: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19380:
19381: * src/: classes/file.C, classes/image.C, classes/mail.C,
19382: classes/string.C, classes/xnode.C, include/pa_common.h,
19383: main/pa_common.C: ^string.save[[append;]path]
19384:
19385: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19386: main/execute.C: \ in expression: int divide 10/3=3
19387:
19388: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19389: inside of ^cache
19390:
19391: * src/: include/pa_threads.h, main/pa_db_connection.C,
19392: main/pa_db_table.C, targets/cgi/pa_threads.C,
19393: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19394: needed
19395:
19396: 2001-10-30 paf
19397:
19398: * src/: classes/classes.dsp, main/main.dsp,
19399: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19400: types/types.dsp: enabled debug incremental compile
19401:
19402: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19403: form post data line endings not reformatted now.
19404:
19405: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19406: now required [had bug when file= has no value]
19407:
19408: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19409: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19410: cstr(asis) default param removed
19411:
19412: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19413:
19414: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19415:
19416: * src/include/pa_dir.h: LOAD_DIR fixed
19417:
19418: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19419: was broken} fix_line_breaks
19420:
19421: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19422: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19423: packed with #pragma pack
19424:
1.116 moko 19425: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19426:
19427: 2001-10-29 paf
19428:
19429: * src/types/pa_wcontext.h: bitfield syntax stricter
19430:
19431: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19432: string hash.puts
19433:
19434: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19435:
19436: * src/include/pa_sql_connection.h: there were one wrong
19437: SQL_CONNECTION_FUNC_GUARDED [failed]
19438:
19439: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19440: param.someday either ifdef or remove it
19441:
19442: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19443:
19444: * src/main/untaint.C: optimizing returned after debugging
19445:
19446: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19447: main/untaint.C: memory hunging #pragma pack(1)
19448:
19449: 16 419 844 13 169 394
19450:
19451: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19452: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19453: places [todo:Array]
19454:
19455: * src/: main/execute.C, targets/cgi/pa_pool.C,
19456: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19457: types/pa_wwrapper.h: debugging memory WContext flags to bits
19458:
19459: total 5 652 652/158731 total 5 469 332/158731
19460:
19461: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19462: Array:: without cache in get/put now
19463:
19464: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19465: 18:25:27 2001] total 5 652 652/158731
19466:
19467: * src/: include/pa_string.h, main/pa_string.C,
19468: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19469: now
19470:
19471: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19472: 18:11:53 2001] total 5796092/158731
19473:
19474: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19475: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19476: key ref now
19477:
19478: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19479: 17:11:17 2001] total 16867948/202658
19480:
19481: * src/: classes/file.C, classes/image.C, classes/string.C,
19482: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19483: main/execute.C, main/pa_array.C, main/pa_common.C,
19484: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19485: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19486: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19487: string::as_int/double now usually uses stack, not heap [200K out
19488: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19489:
19490: * src/main/pa_sql_driver_manager.C: ping to have services [old
19491: hiding bug]
19492:
19493: * src/Makefile.am: .am order
19494:
19495: * src/: include/pa_array.h, include/pa_charset_manager.h,
19496: include/pa_db_connection.h, include/pa_db_manager.h,
19497: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19498: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19499: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19500: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19501: required "friend class"
19502:
19503: ../include/pa_request.h:51: friend declaration requires
19504: class-key, i.e. `friend class Temp_lang'
19505:
19506: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19507: main/pa_exception.C, main/pa_sql_driver_manager.C,
19508: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19509:
19510: the idea is to #1 jump to C++ some function to main body, where
19511: every function stack frame has exception unwind information and
19512: from there... #2 propagate_exception()
19513:
19514: 2001-10-28 paf
19515:
19516: * src/main/pa_db_connection.C: removed old consts
19517:
19518: * src/main/pa_db_connection.C: expire table [was accidently pasted
19519: with wrong type/cast]
19520:
19521: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19522: translation
19523:
1.116 moko 19524: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19525: remember to build DB2 with -fexceptions!!!
19526:
19527: * src/main/pa_db_table.C: DB_RMW defed
19528:
19529: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19530: include/pa_db_connection.h, include/pa_db_manager.h,
19531: include/pa_db_table.h, main/pa_db_connection.C,
19532: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19533:
19534: 2001-10-27 paf
19535:
19536: * src/: classes/hashfile.C, include/pa_db_connection.h,
19537: include/pa_db_table.h, main/pa_db_connection.C,
19538: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19539: types/pa_vhashfile.C: DB2 ifdefs
19540:
1.116 moko 19541: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19542: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19543: makes with DB2
19544:
1.116 moko 19545: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19546: types/Makefile.am: makes db
1.95 moko 19547:
19548: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19549: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19550: globals.C
19551:
19552: * src/: classes/hashfile.C, include/pa_db_connection.h,
19553: include/pa_db_table.h, main/pa_db_connection.C,
19554: main/pa_db_table.C: ^hashfile.clear[]
19555:
19556: * src/classes/classes.awk: no $ in var names
19557:
19558: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19559: connection&table [forgotten calls]
19560:
19561: 2001-10-26 paf
19562:
19563: * src/main/pa_db_connection.C: db checkpoints
19564:
19565: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19566: checkpoints
19567:
19568: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19569: default. but entities still reparsed. todo: tothink
19570:
19571: * src/main/pa_db_connection.C: db recover mech 2
19572:
19573: * src/: classes/hashfile.C, include/pa_db_connection.h,
19574: include/pa_db_manager.h, include/pa_db_table.h,
19575: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19576: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19577: types/pa_vhashfile.h: db connections & tables now cached at
19578: create time & multithreaded
19579:
19580: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19581: parsed_source
19582:
19583: * src/main/pa_db_connection.C: about to remove connection from
19584: vhashfile
19585:
19586: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19587: transaction commit/rollback responsibility left to parent [as it
19588: sould - else there were a bug with double free]
19589:
19590: * src/include/pa_db_table.h: db: child transaction commit/rollback
19591: responsibility left to parent [as it sould - else there were a
19592: bug with double free]
19593:
19594: 2001-10-25 paf
19595:
19596: * src/: classes/hashfile.C, include/pa_common.h,
19597: include/pa_db_connection.h, include/pa_db_manager.h,
19598: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19599: types/pa_vhashfile.C, types/pa_vhashfile.h,
19600: include/pa_db_table.h, main/pa_db_table.C: started db_home
19601: [multiple, cached] todo: autorecover [tried, but not succeded,
19602: yet]
19603:
19604: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19605:
19606: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19607: transaction parent passed
19608:
19609: 2001-10-24 parser
19610:
1.116 moko 19611: * src/classes/Makefile.am: makes
1.95 moko 19612:
19613: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19614: isapi/pool_storage.h: pool_storage fixed
19615:
19616: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19617: types/pa_vform.h: form fix_line_breaks
19618:
1.116 moko 19619: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19620:
19621: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19622: targets/cgi/pool_storage.h: makes
19623:
19624: * src/sql/pa_sql_driver.h: version
19625:
19626: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19627: types/pa_vform.C, types/pa_vform.h: .am
19628:
19629: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19630: this: DB_RMW Acquire write locks instead of read locks when doing
19631: the retrieval. Setting this flag may decrease the likelihood of
19632: deadlock during a read-modify-write cycle by immediately
19633: acquiring the write lock during the read part of the cycle so
19634: that another thread of control acquiring a read lock for the same
19635: item, in its own read-modify-write cycle, will not result in
19636: deadlock
19637:
19638: * src/targets/isapi/parser3isapi.dsp: doc
19639:
19640: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19641:
19642: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19643:
19644: * src/: classes/hashfile.C, include/pa_db_connection.h,
19645: main/pa_db_connection.C: hashfile expired deleted from db when
19646: get & iterate
19647:
19648: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19649: expiring 1
19650:
19651: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19652:
19653: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19654: db_connection not bothers with key when not returning expired
19655: data
19656:
19657: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19658: types/pa_vhashfile.C: db_cursor constructor public now
19659:
19660: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19661: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19662: stamped, todo: put_element analize
19663:
19664: * src/: include/pa_db_connection.h, include/pa_string.h,
19665: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19666: serialize. todo stamp
19667:
19668: 2001-10-23 parser
19669:
19670: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19671: classes/image.C, classes/mail.C, classes/response.C,
19672: classes/string.C, classes/table.C, classes/xdoc.C,
19673: include/pa_config_fixed.h, include/pa_db_connection.h,
19674: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19675: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19676: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19677: types/pa_vtable.C: ^hashfile.hash[]
19678:
19679: * src/: classes/hashfile.C, classes/xdoc.C,
19680: include/pa_config_fixed.h, main/pa_db_manager.C,
19681: main/pa_globals.C: ifdefs so it compiled without db
19682:
19683: * src/: classes/hashfile.C, include/pa_db_connection.h,
19684: include/pa_db_manager.h, main/pa_db_connection.C,
19685: main/pa_db_manager.C, types/pa_vhashfile.h:
19686: ^hashfile.transaction{code} ^hashfile:clear[filename]
19687: ^hashfile.delete[key]
19688:
19689: 2001-10-22 parser
19690:
19691: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19692: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19693:
19694: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19695: classes/xnode.C, include/pa_charset_connection.h,
19696: include/pa_db_connection.h, include/pa_db_manager.h,
19697: include/pa_exception.h, include/pa_sapi.h,
19698: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19699: include/pa_stylesheet_connection.h,
19700: include/pa_stylesheet_manager.h,
19701: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19702: main/pa_db_connection.C, main/pa_db_manager.C,
19703: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19704: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19705: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19706: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19707: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19708: types/types.dsp: hashfile 0
19709:
19710: * src/types/pa_vhashfile.C: z
19711:
19712: * src/: classes/classes.dsp, classes/hashfile.C,
19713: include/pa_config_fixed.h, main/execute.C,
19714: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19715: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19716:
19717: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19718:
19719: * src/: include/pa_exception.h, include/pa_request.h,
19720: main/execute.C, main/pa_exception.C, main/pa_request.C,
19721: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19722: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19723:
19724: 2001-10-19 parser
19725:
19726: * src/include/pa_pool.h: header
19727:
19728: * src/main/pa_pool.C: auto compiled on gcc
19729:
19730: * src/classes/image.C: comment
19731:
1.116 moko 19732: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19733:
19734: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19735: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19736: types/pa_vxnode.h: xnode clone got freed
19737:
19738: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19739: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19740: can free up xalandomstring resulting from pool::transcode
19741:
19742: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19743: include/pa_config_fixed.h, include/pa_exception.h,
19744: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19745: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19746: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19747: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19748: from non-xml compile
19749:
19750: * src/main/pa_request.C: pool:: context - get_context
19751:
19752: * src/: classes/classes.h, classes/date.C, classes/double.C,
19753: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19754: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19755: classes/string.C, classes/table.C, classes/void.C,
19756: include/pa_config_fixed.h, include/pa_exception.h,
19757: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19758: main/compile.C, main/compile_tools.C, main/execute.C,
19759: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19760: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19761: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19762: main/pa_string.C, main/pa_table.C, main/untaint.C,
19763: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19764: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19765: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19766: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19767: types/pa_vstateless_class.h, types/pa_vtable.C,
19768: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19769: exceptions 0
19770:
19771: * src/classes/classes.awk: $ removed
19772:
19773: 2001-10-18 parser
19774:
19775: * src/types/pa_vcookie.C: cookie:CLASS
19776:
19777: * src/main/main.dsp: project
19778:
19779: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19780: set_document & ctor question "who owns document" solved
19781:
19782: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19783:
19784: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19785: main/pa_pool.C: encoding in dom creating funcs
19786:
19787: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19788: be transformed now
19789:
19790: * src/classes/xdoc.C: dom created by create can be transformed now
19791:
19792: * src/classes/xdoc.C: z
19793:
19794: * src/classes/xdoc.C: comment
19795:
19796: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19797: create now uses XercesDocumentBridge, appendChild&co now works
19798:
19799: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19800: @ recompile
19801:
19802: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19803: $origin @exception[
19804:
19805: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19806: tag names forced to XML lang
19807:
19808: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19809: leechy-found bugs in code&doc fixed
19810:
19811: 2001-10-17 parser
19812:
19813: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19814: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19815: n functionality preserved
19816:
19817: * src/types/pa_vimage.h: removed unused vimage::save
19818:
19819: 2001-10-16 parser
19820:
19821: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19822:
19823: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19824:
19825: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19826:
19827: * src/classes/image.C: image.copy tolerance
19828:
19829: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19830: ineffective, but works for small paleted image
19831:
19832: * src/types/pa_vimage.C: comment
19833:
19834: * src/classes/image.C: gd size/resize bugfix
19835:
19836: * src/: classes/classes.dsp, main/main.dsp,
19837: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19838: types/types.dsp: ident >nul 2>&1
19839:
19840: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19841: systems
19842:
19843: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19844: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19845:
19846: 2001-10-15 parser
19847:
19848: * src/main/execute.C: z
19849:
19850: * src/classes/: xdoc.C: !::create{qualifiedName}
19851:
19852: * src/types/pa_vxnode.C: document_type_node.
19853: !readonly attribute DOMString name
19854: !notation_node.
19855: !readonly attribute DOMString publicId
19856: !readonly attribute DOMString systemId
19857:
1.116 moko 19858: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19859: ::write badly passed string too transparently [failed to
19860: intercept it]
1.95 moko 19861:
19862: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19863: include/pa_request.h, main/pa_sql_driver_manager.C,
19864: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19865: types/pa_vxnode.h: DOM1 major addtion, only few
19866: attributes/methods left
19867:
19868: 2001-10-13 parser
19869:
19870: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19871: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19872: in main handler
19873:
19874: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19875: cleanups & frees order
19876:
19877: * src/types/pa_vcode_frame.h: couple comments
19878:
19879: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19880: transparent enough to handle hash if creation&passing
19881:
19882: * src/: include/pa_config_fixed.h, main/execute.C,
19883: main/pa_exception.C: noticed that vcodeframe not transparent
19884: enough, would change now
19885:
19886: 2001-10-12 parser
19887:
19888: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19889: fixed. initialization&free on each thread!
19890:
19891: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19892: handling changed: now type of default param analized always, not
19893: only at problem time, thus helping early problem spotting
19894:
19895: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19896: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19897: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19898: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19899: multithread bug fixed. initialization&free on each thread!
19900:
19901: 2001-10-11 parser
19902:
19903: * src/classes/xnode.C: xnode.selectSingle now
19904:
19905: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19906: include/pa_pool.h, include/pa_stylesheet_connection.h,
19907: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19908: convertors out of Pool into Exception
19909:
19910: * src/main/pa_string.C: const
19911:
19912: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19913: linked pieces of same language together prior to String::replace
19914:
19915: * src/classes/hash.C: !^hash.add[addme]
19916: !^hash.sub[subme]
19917: !^a.union[b] = new
19918: !^a.intersection[b] = new
19919: !^a.intersects[b] = bool
19920:
19921: * src/classes/hash.C: !^hash::append[append_from]
19922:
19923: * src/: classes/hash.C, types/pa_vhash.h:
19924: !^hash::create[[copy_from]]
19925:
19926: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19927: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19928: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19929: fixed. got rid of empty_string, which caused errors - it hasnt
19930: exception but somebody[value.bark] tried to throw it on it's pool
19931:
1.116 moko 19932: * src/include/pa_config_auto.h.in: makes
1.95 moko 19933:
19934: 2001-10-10 parser
19935:
19936: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19937:
19938: * src/main/: compile.tab.C, compile.y: ^a[
19939:
19940: @next_method << now unclosed ] would be reported here
19941:
19942: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19943: compile error
19944:
19945: 2001-10-09 parser
19946:
1.116 moko 19947: * src/: classes/Makefile.am, main/Makefile.am,
19948: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19949:
19950: * src/classes/Makefile.am: makes
19951:
19952: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19953: win32 errors intercepted [xalan transformer patched and
19954: incorporated]
19955:
19956: * src/: classes/classes.dsp, classes/xdoc.C,
19957: include/pa_stylesheet_connection.h, main/main.dsp,
19958: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19959: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19960: patches starting
19961:
19962: * src/classes/: string.C, table.C: ^string.save[file]
19963:
19964: * src/classes/: date.C, table.C: calendar moved to date
19965:
19966: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19967: string/table] now
19968:
19969: * src/classes/: op.C, table.C: z
19970:
19971: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19972: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19973: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19974: be code [be string..]
19975:
19976: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19977: table.C: lots of
19978: params->as_int/double/as_string/as_junction/as_no_junction
19979: messages added
19980:
19981: 2001-10-08 parser
19982:
19983: * src/: classes/date.C, classes/image.C, classes/string.C,
19984: classes/table.C, classes/void.C, include/pa_request.h:
19985: params->as_int/double message added
19986:
19987: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19988:
19989: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19990: image:sector removed image:html internal "line-*" attribs
19991:
19992: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19993: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19994:
19995: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19996: way
19997:
19998: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19999: main/untaint.C: header untainting to UL_HTTP_HEADER,
20000: UL_MAIL_HEADER made nonforced [only tainted pieces]
20001:
20002: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20003: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20004: @ SAPI::log
20005:
20006: * src/main/untaint.C: \r to ' ' in origins mode
20007:
20008: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20009: set]
20010:
20011: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20012: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20013: nonstandard liaison freed up
20014:
20015: 2001-10-07 parser
20016:
20017: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20018: project
20019:
20020: 2001-10-05 parser
20021:
20022: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20023: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20024: from outputing to cerr. lots of "todos"
20025:
20026: * src/main/untaint.C: http_header tainting more gentle with
20027: enquoting now
20028:
20029: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20030: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20031: xml errorhandler. fixed string.replace a little, read @test
20032:
20033: * src/main/pa_string.C: found replace bug - first_that_starts(char
20034: *) does not have limit, and looks further eos, fixing....
20035:
20036: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20037:
20038: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20039:
20040: * src/main/: pa_charset_connection.C: ctype another mem clear
20041: bugfix
20042:
1.116 moko 20043: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20044: $result[^[$p^]z] now works fine
1.95 moko 20045:
20046: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20047: wrong. fixed it
20048:
20049: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20050: of totable appered to be vital
20051:
20052: 2001-10-04 parser
20053:
20054: * src/classes/image.C: ^image.length[text]
20055:
20056: 2001-10-03 parser
20057:
20058: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20059:
20060: * src/main/pa_request.C: restored pcre defaulting in request
20061: [mindlessly "optimized" yesterday] comment left
20062:
20063: 2001-10-02 parser
20064:
20065: * src/: main/pa_charset_manager.C,
20066: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20067: needed
20068:
20069: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20070: forgot non-xml pool.*charset needed
20071:
20072: * src/classes/table.C: # config comments fixed
20073:
20074: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20075: charset_connection #comment now
20076:
20077: * src/: classes/classes.dsp, types/types.dsp: release projects
20078: options fixed to use release msvcrt lib
20079:
20080: * src/main/pa_charset_connection.C: pcre tables now const inside
20081: removed default - pcre handles that internally fixed bug on
20082: not-cleaning tables [previously was calloced, now member]
20083:
20084: * src/: include/pa_request.h, main/pa_charset_connection.C,
20085: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20086: inside removed default - pcre handles that internally fixed bug
20087: on not-cleaning tables [previously was calloced, now member]
20088:
20089: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20090: tested charset reload on file change @ apache version = OK tested
20091: freeing up prev encoding on adding new = OK
20092:
20093: 2001-10-01 parser
20094:
20095: * src/main/pa_charset_connection.C: removed entitify external hack
20096: [internal installed]
20097:
1.116 moko 20098: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20099:
20100: * src/: include/pa_charset_connection.h,
20101: include/pa_charset_manager.h,
20102: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20103: main/pa_charset_connection.C, main/pa_charset_manager.C,
20104: main/pa_request.C: charset loading & caching mech 0
20105:
20106: * src/: include/pa_stylesheet_connection.h,
20107: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20108: main/pa_globals.C, main/pa_request.C: would make charset loading
20109: & caching mech now
20110:
20111: 2001-09-30 parser
20112:
20113: * src/main/pa_request.C: forgot to fill toTable
20114:
20115: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20116: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20117: failed on win32 for now..
20118:
20119: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20120: now charsets table configuration variable is: CHARSETS
20121:
20122: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20123: ctype with unicode 1. todo: no П entities on output somehow
20124:
20125: * src/: classes/file.C, classes/op.C, classes/string.C,
20126: include/pa_request.h, main/pa_request.C: started ctype with
20127: unicode values
20128:
20129: 2001-09-28 parser
20130:
20131: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20132: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20133: string passed AS-IS now
20134:
20135: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20136: way of user-configuring... todo: implement
20137:
20138: 2001-09-27 parser
20139:
20140: * src/classes/table.C: table.sort changed to sort table itself
20141:
20142: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20143: X^.getElementsByTagName[tagname] = array of xnode
20144: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20145: nodes removed - regretfully not supported @ xalan. maybe someday
20146: would reimplement, if needed.
20147:
20148: win32build system: solved long waiting anti-non-started-apache
20149: problem
20150:
20151: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20152: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20153: types/types.dsp: win32 ident make system so not to rebuild
20154: library [ident.C.new]
20155:
20156: 2001-09-26 parser
20157:
20158: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20159: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20160: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20161: types/pa_vxnode.C, types/types.dsp: z
20162:
20163: * src/classes/classes.C: forgot one non-xml check
20164:
1.116 moko 20165: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20166: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20167:
20168: * src/targets/cgi/parser3.C: z
20169:
20170: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20171: targets/isapi/parser3isapi.C: #ifdef SMTP
20172:
20173: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20174: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20175: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20176: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20177: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20178: types/types.dsp: xdoc&xnode now
20179:
20180: * src/: classes/classes.C, classes/classes.awk,
20181: classes/classes.dsp, classes/classes.h, classes/date.C,
20182: classes/dnode.C, classes/dnode.h, classes/dom.C,
20183: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20184: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20185: classes/op.C, classes/response.C, classes/string.C,
20186: classes/table.C, classes/void.C, include/pa_array.h,
20187: include/pa_common.h, include/pa_config_fixed.h,
20188: include/pa_config_includes.h, include/pa_dictionary.h,
20189: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20190: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20191: include/pa_socks.h, include/pa_sql_connection.h,
20192: include/pa_sql_driver_manager.h, include/pa_stack.h,
20193: include/pa_string.h, include/pa_stylesheet_connection.h,
20194: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20195: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20196: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20197: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20198: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20199: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20200: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20201: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20202: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20203: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20204: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20205: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20206: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20207: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20208: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20209: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20210: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20211: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20212: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20213: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20214: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20215: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20216: types/pa_vmethod_frame.h, types/pa_vobject.h,
20217: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20218: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20219: types/pa_vstateless_object.h, types/pa_vstring.C,
20220: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20221: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20222: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20223: main.dsp splitted to main+classes+types along to .am
20224:
20225: * src/classes/Makefile.am: removed useless var
20226:
20227: * src/: classes/classes.cmd, main/main.dsp,
20228: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20229: main.dsp
20230:
20231: 2001-09-25 parser
20232:
20233: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20234: 1251 though, todo ICU
20235:
1.116 moko 20236: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20237: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20238: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20239: types/pa_vdom.h: xml configure makes
1.95 moko 20240:
20241: 2001-09-24 parser
20242:
1.116 moko 20243: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20244: types/Makefile.am: makes
1.95 moko 20245:
1.116 moko 20246: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20247:
20248: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20249: started unix makes update
20250:
20251: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20252: started unix makes update
20253:
20254: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20255:
20256: * src/types/pa_value.h: z
20257:
20258: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20259: bugs with usinge hash/table in expressions
20260:
20261: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20262: resolved conflicts fixed [const]
20263:
20264: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20265: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20266: main/compile.C, main/compile.tab.C, main/compile.y,
20267: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20268: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20269: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20270: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20271: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20272: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20273: with before_xml [merge2 actually didn't happen - i've created
20274: tags on wrong branch. so this merge is in fact re-merge]
20275:
20276: 2001-09-21 parser
20277:
20278: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20279: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20280: produced "" in make file and sadly wrong interpreted on load]
20281:
1.116 moko 20282: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20283: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20284: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20285: include/pa_sql_driver_manager.h, include/pa_string.h,
20286: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20287: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20288: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20289:
20290: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20291: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20292: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20293: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20294: main/pa_pool.C, main/pa_request.C,
20295: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20296: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20297: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20298: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20299: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20300: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20301: types/pa_vrequest.C, types/pa_vresponse.h,
20302: types/pa_vstateless_class.C, types/pa_vstring.C,
20303: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20304: created new projects for sql drivers [planning to remove sql
20305: drivers from main cvs project] first, will join latest changes
20306:
20307: * src/classes/: dom.C: defaulted dom writing methods encoding to
20308: pool.get_charset
20309:
20310: * src/classes/dom.C: defaulted dom writing methods encoding to
20311: pool.get_charset
20312:
20313: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20314: pool.get_charset
20315:
20316: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20317: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20318: methods encoding to pool.get_charset
20319:
20320: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20321: transcoder were created right "unsupported encoding" message.
20322: not @ set time, but @ use time, so until xml output functions
20323: .string, .file, .save used - no encoding name check occur
20324:
20325: reduced transcode buffer size to 60 fixed pool cleanup - no
20326: registration needed, pools are officially destructured
20327:
20328: 2001-09-20 parser
20329:
20330: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20331:
20332: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20333: $MAIN:DEFAULTS.content-type[$.charset[here]]
20334:
20335: * src/: classes/dnode.C, classes/dom.C,
20336: include/pa_config_includes.h, include/pa_globals.h,
20337: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20338: main/pa_pool.C, targets/cgi/parser3.dsp,
20339: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20340: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20341: Pool::transcode 0
20342:
20343: * src/classes/dom.C: dom. string save file moved output xml options
20344: to last param and made it optional
20345:
20346: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20347: dnodes
20348: !$attributenode.specified = boolean
20349: true if the attribute received its value explicitly
20350: in the XML document,
20351: or if a value was assigned programatically with the
20352: setValue function.
20353: false if the attribute value came from the default value
20354: declared in the document's DTD.
20355: !$pinode.target = target of this processing instruction
20356: XML defines this as being the first token following the
20357: markup
20358: that begins the processing instruction.
20359: XPath:
20360: !^node.select[xpath/query/expression] = hash of 0->node0
20361: 1->node1
20362: !^node.select-single[xpath/query/expression] = first node if
20363: any
20364:
20365: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20366: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20367: some 'const's added
20368:
20369: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20370: expression context now, there value = size and boolean value
20371: size!=0
20372:
20373: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20374: can be used in expression context now, there value = size and
20375: boolean value size!=0
20376:
20377: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20378: types/pa_vstring.h: dnode .file .string .save moved back to dom
20379: due to strange xalan bug
20380:
20381: 2001-09-18 parser
20382:
20383: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20384: classes/image.C, classes/op.C, classes/table.C,
20385: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20386: include/pa_sql_driver_manager.h, main/compile.C,
20387: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20388: main/execute.C, main/pa_common.C, main/pa_request.C,
20389: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20390: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20391: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20392: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20393: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20394: before_xml branch ^if(def $hash) now true only when
20395: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20396:
20397: * src/: classes/op.C, main/execute.C: operators self changed to
20398: root ^for variable context changed to self
20399:
20400: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20401: dnode 1
20402:
20403: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20404: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20405:
20406: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20407: poly* fixed
20408:
20409: 2001-09-17 parser
20410:
20411: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20412: types/pa_vdom.h: started dnode+dom
20413:
20414: dnode DOM methods: $node.name $node.value
20415: ...others...
20416:
20417: ^node.xpath[/rates/USD] = hash
20418: $hash[
20419: $.0[node0]
20420: $.1[node1]
20421: ]
20422:
20423: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20424: applies to all linear primitives
20425:
20426: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20427: include/pa_stylesheet_connection.h, main/main.dsp,
20428: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20429: types/pa_vimage.h: started dnode DOM: $node.name
20430: $node.value ...others... ^node.xpath[/rates/USD] = hash
20431: dom(dnode)
20432:
20433: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20434: main/compile.y, main/compile_tools.h, main/execute.C,
20435: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20436: in expression compound($aa.zz.xx) names now can have minus '-' in
20437: name after '.'
20438:
20439: 2001-09-15 parser
20440:
20441: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20442: image: $line-width ^line(...)[**** style]
20443:
20444: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20445: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20446: pool_storage - cleanups first, allocations second. apache wisely
20447: does just like that
20448:
20449: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20450: rewritten using template, no bugs now
20451:
20452: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20453: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20454: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20455: poorly started isapi pool_storage, would rewrite using template
20456: now
20457:
20458: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20459: include/pa_stylesheet_connection.h, main/main.dsp,
20460: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20461: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20462: xalan objects freed up [introducing Pool::register_cleanup]
20463:
20464: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20465: comments
20466:
20467: 2001-09-14 parser
20468:
20469: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20470: z
20471:
20472: * src/: classes/dom.C, classes/file.C, classes/image.C,
20473: classes/mail.C, include/pa_common.h,
20474: include/pa_sql_driver_manager.h, include/pa_string.h,
20475: include/pa_stylesheet_connection.h,
20476: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20477: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20478: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20479: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20480: compiled&cached
20481:
20482: 2001-09-13 parser
20483:
20484: * src/: classes/dom.C, classes/file.C, classes/image.C,
20485: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20486:
20487: * src/classes/dom.C: dom:file content-type(.method)
20488:
20489: * src/: include/pa_common.h, include/pa_globals.h,
20490: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20491: string now more informative error messages
20492:
20493: * src/: include/pa_globals.h, include/pa_request.h,
20494: main/pa_request.C, targets/cgi/parser3.C,
20495: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20496: ParserSiteConfig .../parser3.conf
20497:
20498: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20499:
20500: 2001-09-12 parser
20501:
20502: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20503: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20504: precise error reporting: "connection string must start with
20505: protocol://" now
20506:
20507: * src/main/compile.tab.C: fixed - subname code parts actually []
20508: braced
20509:
20510: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20511: lexer on LS_USER level did [] matching without setting nestage,
20512: introduced special LS_NAME_SQUARE_PART state
20513:
20514: 2001-09-11 parser
20515:
20516: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20517: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20518: languages+=xml
20519:
20520: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20521:
20522: * src/classes/dom.C: ^dom:save/string/file[output options] output
20523: options: $.method[xml|html|text] detection fixed
20524:
20525: * src/types/pa_vdom.h: messages
20526:
20527: * src/classes/dom.C: ^dom:save/string/file[output options] output
20528: options: $.method[xml|html|text] detection fixed
20529:
20530: 2001-09-10 parser
20531:
20532: * src/classes/dom.C: ^dom:save/string/file[output options] output
20533: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20534:
20535: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20536: added]
20537:
20538: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20539: ^dom.xslt[stylesheet filename] 0
20540:
20541: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20542: ^dom.xslt[stylesheet filename] -1 doc is lying
20543:
20544: * src/classes/dom.C: ^dom.file[encoding] = file
20545:
20546: * src/classes/: dom.C: ^dom.string[encoding] 1
20547: ^dom.save[encoding;filename]
20548:
20549: * src/classes/dom.C: ^dom.string[] 0
20550:
20551: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20552:
20553: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20554: types/pa_vform.h: ^dom.save[b.xml] 0
20555:
20556: 2001-09-08 parser
20557:
20558: * src/types/pa_vform.C: $form:tables.name.field
20559:
20560: 2001-09-07 parser
20561:
20562: * src/classes/table.C: table:empty removed, superceded by ^if(def
20563: $table)...
20564:
20565: * src/targets/cgi/parser3.C: z
20566:
20567: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20568: from '' to int/double is 0]
20569:
20570: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20571: $table) is false when table is empty
20572:
20573: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20574: !$form:tables $atable[$form:tables.a]
20575: ^atable.menu{a=$atable.element}[,]
20576:
20577: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20578: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20579:
1.116 moko 20580: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20581: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20582: of dom
20583:
20584: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20585: types/pa_vform.C, types/pa_vform.h: z
20586:
20587: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20588: element [not last]
20589:
1.116 moko 20590: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20591: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20592:
20593: 2001-09-06 parser
20594:
20595: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20596: table with one column 'element' and two rows: 1 and 2
20597:
20598: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20599: table with one column 'element' and two rows: 1 and 2
20600:
20601: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20602: bad int/double conversions, and now $form:nonexistent.int(88)
20603: would return 88
20604:
20605: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20606: types/pa_vhash.h: now there's special hash key '_default'
20607: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20608: $._default[xx] ] $hash.c
20609:
20610: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20611: fixed [thanks, fif], ^; were treated there non-literally
20612:
20613: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20614: doxygen
20615:
20616: * src/: classes/image.C, classes/op.C, classes/string.C,
20617: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20618: types/pa_vtable.C: few #ifndef DOXYGEN
20619:
20620: 2001-09-05 parser
20621:
20622: * src/classes/: string.C, table.C: sql options can be void [same as
20623: image:html the other day]
20624:
20625: * src/targets/cgi/Makefile.am: .am undo
20626:
20627: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20628: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20629: macro expantion on param, simply qoutes whatever passed, undone
20630:
20631: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20632: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20633: STRINGIZE(name) #name invented
20634:
20635: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20636: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20637: MAIN_SQL_DRIVERS_NAME "drivers"
20638:
20639: moved to be availible to all users
20640:
20641: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20642: SQL_DRIVER_CREATE_FUNC_NAME
20643:
20644: * src/classes/mail.C: MAIN:MAIL check fixed
20645:
20646: 2001-09-04 parser
20647:
20648: * src/classes/image.C: image.html now can accept void params
20649:
20650: * src/targets/isapi/parser3isapi.C: z
20651:
20652: * src/targets/cgi/parser3.C: full_file_spec bug
20653:
20654: * src/targets/cgi/parser3.C: getenvcheck
20655:
20656: * src/targets/cgi/parser3.C: zz
20657:
20658: * src/targets/cgi/parser3.C: zzz
20659:
20660: * src/classes/date.C: date
20661:
20662: * src/classes/date.C: date:sql-string is now without ''
20663:
1.116 moko 20664: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20665: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20666: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20667:
1.116 moko 20668: * src/include/pa_config_auto.h.in: makes
1.95 moko 20669:
20670: 2001-09-03 parser
20671:
20672: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20673:
20674: 2001-09-01 parser
20675:
20676: * src/classes/image.C: letter_spacing
20677:
20678: * src/classes/image.C: image: font params changed
20679:
20680: * src/classes/image.C: image: as_int as_string used
20681:
20682: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20683: analized
20684:
20685: 2001-08-31 parser
20686:
20687: * src/targets/cgi/parser3.C: z
20688:
1.116 moko 20689: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20690: cygwin
1.95 moko 20691:
20692: * src/classes/void.C: void:int/double += (default)
20693:
20694: * src/classes/image.C: image:font added space param image:font
20695: changed charwidth alg, added kerning const[for now]
20696:
20697: * src/classes/: string.C, table.C: string:int/double (defaults)
20698:
20699: 2001-08-29 parser
20700:
20701: * src/main/pa_exception.C: exception redundant debug info
20702:
20703: 2001-08-28 parser
20704:
20705: * src/classes/image.C: image error msgs
20706:
20707: * src/classes/image.C: image: gifsize little endian
20708:
20709: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20710: doxygeneration
20711:
20712: * src/: classes/Makefile.am, main/Makefile.am,
20713: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20714:
20715: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20716: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20717:
20718: * src/main/compile.C: NO_STRING_ORIGIN check2
20719:
20720: * src/classes/table.C: NO_STRING_ORIGIN check
20721:
20722: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20723: storage class specifiers invalid in friend function declarations
20724:
20725: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20726: main/untaint.C, targets/cgi/parser3.C,
20727: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20728: case of limit
20729:
20730: * src/: classes/file.C, main/pa_common.C: file:move
20731: autocreate/remove dest/src dir
20732:
20733: * src/: classes/string.C, include/pa_dictionary.h,
20734: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20735: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20736: to directory constructor. string:replace
20737:
20738: 2001-08-27 parser
20739:
20740: * src/classes/image.C: fixed jpgsize alg
20741:
20742: * src/classes/image.C: fixed jpgsize alg
20743:
20744: * src/main/pa_exception.C: z
20745:
20746: * src/main/pa_common.C: removed debug info from pa_common
20747:
20748: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20749: [auto.p from current dir loading]
20750:
1.116 moko 20751: * src/: main/pa_common.C, main/pa_exception.C,
20752: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20753: for solaris -lsocket
1.95 moko 20754:
20755: 2001-08-24 parser
20756:
20757: * src/targets/cgi/parser3.C: not cgi extra \n 3
20758:
20759: * src/targets/cgi/parser3.C: not cgi extra \n 2
20760:
20761: * src/targets/cgi/parser3.C: not cgi extra \n
20762:
20763: * src/main/pa_sql_driver_manager.C: z
20764:
20765: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20766: sql* removed services from disconnect - cross-request ideological
20767: probs.
20768:
20769: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20770: cross-request ideological probs. oracle - fixed bug: cs
20771: allocated on request.pool and got freed before disconnect
20772:
20773: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20774: mallocs fixed
20775:
20776: 2001-08-23 parser
20777:
20778: * src/classes/file.C: minor bug in file:save fixed
20779:
20780: * src/main/pa_sql_driver_manager.C: oracle: dlink
20781:
20782: 2001-08-22 parser
20783:
20784: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20785: types/pa_vfile.h: file:load|save[text|binary;
20786:
20787: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20788:
20789: 2001-08-21 parser
20790:
20791: * src/classes/: file.C, table.C: ^file:list
20792:
20793: 2001-08-20 parser
20794:
20795: * src/: main/compile.tab.C, main/compile.y,
20796: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20797: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20798: recousively caused problems: inc incremeted 123 literal!! fixed
20799:
20800: 2001-08-10 parser
20801:
20802: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20803:
20804: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20805: added
20806:
20807: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20808: added
20809:
20810: * src/classes/table.C: table:sort restored [it was bad test :(]
20811:
20812: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20813: ''
20814:
20815: * src/main/: pa_request.C: wanted to make const int
20816: MAX_EXECUTE_SECONDS=1;
20817:
20818: but couldnt, set_callback_and_alarm appeared to be not exported
20819: :(
20820:
20821: * src/main/pa_string.C: string.match hanged on. there were a hang
20822: check but it weren't wise enough
20823:
20824: @parse[dateString][tmp]
20825: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20826: #end
20827:
20828: @main[] ^parse[2001-02-03]
20829:
20830: * src/classes/: table.C: table:sort now default desc
20831:
20832: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20833: table.sort now creates new sorted table
20834:
20835: 2001-08-09 parser
20836:
20837: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20838:
20839: * src/classes/hash.C: hash:_default now [was hash:default]
20840:
20841: * src/classes/op.C: case without switch check added
20842:
20843: * src/types/pa_vcookie.C: cookie name&value origins added, more
20844: precise $ORIGINS(1)
20845:
20846: * src/main/Makefile.am: .am
20847:
20848: * src/classes/void.C: void: int double copy/paste from int: bug
20849: fixed
20850:
20851: * src/classes/void.C: void: int double copy/paste from int: bug
20852: fixed
20853:
20854: 2001-08-07 parser
20855:
20856: * src/: classes/double.C, classes/int.C, classes/string.C,
20857: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20858: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20859: string, table
20860:
20861: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20862: srand made working
20863:
20864: 2001-08-06 parser
20865:
20866: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20867: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20868: main/compile.tab.C, main/compile.y, main/pa_array.C,
20869: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20870: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20871:
20872: * src/main/pa_exec.C: exec win32 real filename
20873:
20874: * src/classes/file.C: exec stderr out
20875:
20876: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20877:
20878: 2001-08-03 parser
20879:
20880: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20881:
20882: 2001-08-02 parser
20883:
20884: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20885: main/execute.C, main/pa_exec.C: introducing Array_iter
20886:
20887: * src/main/execute.C: detected quick_get recursion bug. changed to
20888: get@execute, but needs array iterator, separate from array to
20889: avoid it & use caching
20890:
20891: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20892: bug fixed
20893:
20894: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20895: main/execute.C, main/pa_globals.C: found another multithread bug
20896: in op.C (last, last global var killed) :)
20897:
20898: 2001-08-01 parser
20899:
20900: * src/: include/pa_dictionary.h, include/pa_globals.h,
20901: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20902: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20903: main/untaint.C: speeded up typo-html replacements. introducing
20904: Dictionary with first-char caching
20905:
20906: 2001-07-31 parser
20907:
20908: * src/types/Makefile.am: pa_vtable.C added to .am
20909:
20910: * src/main/compile.tab.C: added, so that could be compiled even on
20911: non-bison-enabled platforms
20912:
20913: 2001-07-28 parser
20914:
20915: * src/classes/table.C: table:hash always produces hash, when can't
20916: - empty
20917:
20918: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20919: skipped \n
20920:
20921: 2001-07-27 parser
20922:
20923: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20924: on int/double/string :sql without result and default
20925:
20926: 2001-07-26 parser
20927:
20928: * src/classes/op.C: fixed bad multithread bug with strangly global
20929: OP
20930:
20931: * src/main/compile.y: $man[$.age[zzz]] 0
20932:
20933: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20934: creation syntax problem persists. restored $: for a while.
20935: thinking of $man[$.age[zzz]] syntax now
20936:
20937: * src/: classes/double.C, classes/int.C, classes/string.C,
20938: include/pa_opcode.h, main/compile.C, main/compile.y,
20939: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20940: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20941: types/pa_wwrapper.h: fixing :: realization #1
20942:
20943: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20944: main/compile_tools.h, main/execute.C, main/pa_request.C,
20945: types/pa_vmethod_frame.h: introducing :: this is constructor call
20946: prefix. ordinary : remains for static accesses
20947:
20948: 2001-07-25 parser
20949:
20950: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20951: fields 2. methods 3. columns
20952:
20953: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20954: quote. optimized double&int tostring-s
20955:
20956: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20957: whitespace before first method decl
20958:
20959: * src/classes/table.C: allowed nontable result in table:sql,
20960: results in empty table
20961:
20962: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20963: lines before first method decl
20964:
20965: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20966: types/pa_vtable.h: ^table.record[] now $table.fields
20967:
20968: * src/main/compile.y: $var[] is now empty string, not void
20969:
20970: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20971: void
20972:
20973: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20974: main/pa_globals.C: match replace code context moved to implicit
20975: $match context
20976:
20977: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20978: main/compile_tools.h, main/execute.C: with killed, code storage
20979: introduced with former 'with' syntax
20980:
20981: 2001-07-24 parser
20982:
20983: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20984: types/pa_value.h: first get_element, next get operator
20985:
20986: * src/main/compile.y: removed @end handling
20987:
20988: * src/main/: compile.C, compile.y: @end handling method2
20989:
20990: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20991: file:move
20992:
20993: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20994: fixed
20995:
20996: 2001-07-23 parser
20997:
20998: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20999: driver
21000:
21001: * src/classes/hash.C: changed sql driver query interface
21002:
21003: * src/: classes/hash.C, classes/string.C, classes/table.C,
21004: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21005: changed sql driver query interface
21006:
21007: 2001-07-20 parser
21008:
21009: * src/types/pa_vrequest.C: X!$browser:type
21010:
21011: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21012: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21013: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21014: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21015: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21016: types/pa_vobject.h, types/pa_vrequest.C,
21017: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21018: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21019: BASE element globally removed
21020:
21021: 2001-07-18 parser
21022:
21023: * src/classes/file.C: file:exec/cgi msg
21024:
21025: * src/classes/file.C: $file:exit-code renamed to 'status'
21026:
21027: * src/: classes/file.C, main/pa_exec.C: file:exec
21028:
1.116 moko 21029: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21030: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21031: removed $id from *.in *.am
1.95 moko 21032:
21033: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21034: abbrevations
21035:
21036: * src/: classes/date.C, classes/mail.C, classes/math.C,
21037: classes/string.C, classes/table.C, include/pa_globals.h,
21038: include/pa_string.h, main/execute.C, main/pa_globals.C,
21039: main/pa_request.C, main/pa_string.C, main/untaint.C,
21040: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21041: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21042: $ORIGINS(1) output tracing mode
21043:
21044: 2001-07-13 parser
21045:
21046: * src/: classes/double.C, classes/int.C, classes/string.C,
21047: include/pa_request.h, main/execute.C, main/pa_request.C:
21048: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21049: second would not call first @auto
21050:
21051: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21052: wrong, fixed
21053:
21054: 2001-07-12 parser
21055:
21056: * src/types/pa_value.h: pa_value.putelement modification of system
21057: classes prevented
21058:
21059: 2001-07-11 parser
21060:
21061: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21062: table $piece
21063:
21064: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21065: types/pa_vstateless_class.h: $file created by file:state +=
21066: .atime .mtime .ctime +found&fixed bug with exceptions on
21067: get_junction-created objects [they were on wrong pool]
21068:
21069: 2001-07-09 parser
21070:
21071: * src/main/untaint.C: qp wrong name
21072:
21073: * src/: classes/date.C, classes/string.C, classes/table.C,
21074: main/compile.y: date format 0
21075:
21076: 2001-07-07 parser
21077:
21078: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21079: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21080: roll table calendar
21081:
21082: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21083: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21084: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21085: include/pa_request.h, main/main.dsp, types/pa_value.h,
21086: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21087: string. todo: sql, calendar
21088:
21089: 2001-07-06 parser
21090:
21091: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21092: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21093:
21094: 2001-07-03 parser
21095:
21096: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21097: classes/random.C, main/main.dsp: class random renamed to math,
21098: operators became methods
21099:
21100: * src/classes/op.C: pow sqrt
21101:
21102: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21103:
21104: 2001-07-02 parser
21105:
21106: * src/classes/table.C: ^table.columns column renamed from 'name' to
21107: 'column'
21108:
21109: * src/classes/hash.C: ^hash.keys[]
21110:
21111: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21112:
21113: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21114: 'strings'
21115:
21116: 2001-06-29 parser
21117:
21118: * src/main/: execute.C: /0 %0 checkes ver 2
21119:
21120: * src/main/execute.C: /0 %0 checke
21121:
21122: * src/classes/Makefile.am: nothing - void
21123:
21124: * src/classes/table.C: empty strings @ sql
21125:
21126: 2001-06-28 parser
21127:
21128: * src/: classes/double.C, classes/file.C, classes/form.C,
21129: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21130: classes/op.C, classes/random.C, classes/response.C,
21131: classes/string.C, classes/table.C, classes/void.C,
21132: main/compile.C, main/compile_tools.C, main/execute.C,
21133: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21134: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21135: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21136: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21137: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21138: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21139: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21140: $";
21141:
21142: * src/: classes/double.C, classes/file.C, classes/form.C,
21143: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21144: classes/op.C, classes/random.C, classes/response.C,
21145: classes/string.C, classes/table.C, classes/void.C,
21146: main/compile.C, main/compile.y, main/compile_tools.C,
21147: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21148: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21149: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21150: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21151: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21152: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21153:
21154: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21155: $class:name: == ${class:name}:
21156:
21157: * src/classes/string.C: exactly one
21158:
21159: 2001-06-27 parser
21160:
21161: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21162: types/pa_vvoid.h: nothing renamed to void
21163:
21164: * src/classes/op.C: ^switch ^case
21165:
21166: * src/main/compile.y: nothing renamed to void
21167:
21168: * src/: classes/hash.C, classes/table.C, main/compile.y,
21169: main/execute.C, main/main.dsp, main/pa_request.C,
21170: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21171: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21172: void
21173:
21174: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21175:
21176: 2001-05-28 parser
21177:
21178: * src/doc/html2chm.cmd: removed >a
21179:
21180: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21181: project options [some bugs]
21182:
21183: * src/doc/sources2html.cmd: z
21184:
21185: * src/: classes/classes.C, main/compile.C, main/compile.y,
21186: main/execute.C: operators are not in root class again
21187:
21188: 2001-05-24 parser
21189:
21190: * src/targets/cgi/parser3.dsp: project file
21191:
21192: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21193: ^log ^exp
21194:
21195: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21196: conversions in @exception[params]
21197:
21198: * src/main/pa_request.C: // no _ conversions in @exception[params]
21199:
21200: 2001-05-23 parser
21201:
21202: * src/main/pa_string.C: string cmp bug
21203:
21204: * src/classes/: mail.C, op.C: rem max 1000
21205:
21206: * src/: classes/op.C, main/compile.y: allow one empty line before
21207: LS_DEF_NAME
21208:
21209: 2001-05-22 parser
21210:
21211: * src/classes/op.C: if params code-required
21212:
21213: 2001-05-21 parser
21214:
21215: * src/types/pa_vstring.C: eoleof
21216:
21217: * src/classes/Makefile.am: .AM
21218:
21219: * src/classes/nothing.C: resultless ^sql moved to nothing:
21220:
21221: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21222:
21223: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21224: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21225: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21226: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21227: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21228: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21229: 'nothing'
21230:
21231: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21232: vstring::set_string
21233:
21234: * src/classes/: double.C, int.C, string.C: int,double;sql
21235:
21236: * src/: classes/hash.C, classes/int.C, classes/string.C,
21237: classes/table.C, include/pa_string.h, main/pa_string.C,
21238: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21239:
21240: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21241: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21242: hash:sql moved to main trunc. operators.txt updated
21243:
21244: * src/classes/: hash.C, op.C, table.C: hash:sql
21245:
21246: * src/classes/op.C: z
21247:
21248: * src/: main/compile.C, classes/classes.C: 1
21249:
21250: * src/: classes/classes.C, main/compile.C, main/compile.y,
21251: main/execute.C: 0
21252:
21253: * src/main/execute.C: z
21254:
21255: * src/targets/cgi/parser3.C: z
21256:
21257: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21258: site_auto_path "." in that case
21259:
21260: * src/targets/cgi/: parser3.C: z
21261:
21262: * src/main/pa_request.C: .am
21263:
21264: * src/: main/pa_request.C, targets/cgi/parser3.C:
21265: pcre_tables=pcre_default_tables;
21266:
21267: 2001-05-19 parser
21268:
21269: * src/main/pa_string.C: z
21270:
21271: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21272: introducing String::cstr_bufsize, returns just size+1 for as_is
21273: target.
21274:
21275: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21276: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21277: used, 4* mem wasted
21278:
21279: * src/classes/string.C: root context in match replace body now
21280: unchanged
21281:
21282: * src/types/pa_value.h: parameter # 1 based
21283:
21284: * src/main/pa_common.C: common: actual filename '%s'
21285:
21286: * src/classes/string.C: z
21287:
21288: * src/classes/Makefile.am: classes/.am
21289:
21290: * src/classes/: Makefile.am: classes/.am
21291:
21292: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21293: targets/cgi/pa_pool.C: classes/.am
21294:
21295: 2001-05-18 parser
21296:
1.116 moko 21297: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21298: pa_threads.C ins
1.95 moko 21299:
21300: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21301:
21302: 2001-05-17 parser
21303:
21304: * src/: classes/string.C, include/pa_config_fixed.h,
21305: include/pa_config_includes.h, main/compile.y,
21306: main/compile_tools.h, main/execute.C, main/pa_array.C,
21307: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21308: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21309: types/pa_vform.C: #include "pa_config_includes.h" removed from
21310: most .C
21311:
21312: * src/doc/html2chm.cmd: z
21313:
21314: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21315: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21316:
21317: * src/main/pa_sql_driver_manager.C: moved expiration to
21318: get_connection_from_cache
21319:
21320: * src/main/pa_sql_driver_manager.C: cache expiration bf
21321:
21322: * src/: classes/classes.h, include/pa_sql_connection.h,
21323: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21324: cache expiration[use SQL_Driver::disconnect]
21325:
21326: * src/main/pa_table.C: table.locate current restored on "not found"
21327:
21328: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21329: line no
21330:
21331: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21332: ANTI_ENDLESS_EXECUTE_RECOURSION
21333:
21334: * src/: classes/op.C, include/pa_sql_connection.h,
21335: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21336: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21337: 1driver and set_services fight for driver::fservices. before fix
21338:
21339: * src/: classes/op.C, include/pa_config_fixed.h,
21340: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21341: main/pa_sql_driver_manager.C: found problem at last: 2connections
21342: own 1driver and set_services fight for driver::fservices. before
21343: fix
21344:
21345: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21346: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21347: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21348: pa_threads.C
21349:
21350: * src/include/pa_threads.h: removed targets/parser
21351:
21352: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21353: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21354: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21355: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21356: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21357: headers
21358:
21359: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21360: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21361: order prevented sqlmanager to see MULTYTHREAD define
21362:
21363: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21364: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21365: put/gets
21366:
21367: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21368: from hash.h
21369:
21370: * src/: classes/op.C, include/pa_sql_connection.h,
21371: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21372: from cache ->set_services(&services);
21373:
21374: 2001-05-16 parser
21375:
21376: * src/targets/cgi/parser3.C: z
21377:
21378: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21379: debug, #ifdefed some. would debug later, on more precise sample
21380: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21381: $name.$tail[$tail!] $name.$tail } ok3
21382:
21383: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21384: removed array debug. before vstring rebasing
21385:
21386: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21387: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21388: array debugged; adjusted
21389:
21390: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21391: SQL_Driver_manager line no for connect/charset errors
21392:
21393: 2001-05-15 parser
21394:
21395: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21396: main/pa_string.C: string+array made linear grows
21397:
21398: * src/: include/pa_string.h, main/pa_string.C,
21399: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21400: grow lineary, not exponentialy
21401:
21402: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21403: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21404: with fullchunk cmps
21405:
21406: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21407: 70041= 81
21408:
21409: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21410: targets/cgi/parser3.C: detected huge mem allocation: size/times
21411: malloc 27809390/368771, calloc 3232/83. would test now
21412:
21413: * src/: classes/random.C, main/compile.y, main/execute.C,
21414: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21415: numbered params had wrong name - for instance: bad error message
21416: in ^for[] bad body type. fixed
21417:
21418: 2001-05-14 parser
21419:
21420: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21421: main/untaint.C: ^string.upper|lower[]
21422:
21423: 2001-05-11 parser
21424:
21425: * src/: classes/double.C, classes/image.C, classes/op.C,
21426: classes/string.C, classes/table.C, classes/unknown.C,
21427: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21428: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21429: types/pa_vunknown.h: op: MAX_LOOPS as_int
21430:
21431: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21432: .dsp for win32tools
21433:
21434: 2001-05-11 paf
21435:
21436: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21437: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21438: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21439: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21440:
21441: 2001-05-10 paf
21442:
21443: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21444: for C++, that's all
21445:
1.116 moko 21446: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21447: pa_config_includes.h: inline wonders
1.95 moko 21448:
21449: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21450: doc/doxygen.cmd: hash.C added
21451:
21452: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21453:
21454: * src/main/compile.y: @end grammar: allowed zero strings in control
21455: menthod
21456:
21457: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21458: pa_vstateless_object.h: changed priority: field before method
21459: lookup in vclass & vobject
21460:
21461: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21462: grammar: priorities changes [lowerd && prior] vobject: now first
21463: fields, next methods
21464:
21465: 2001-05-08 paf
21466:
21467: * src/main/pa_table.C: table columnname2item on nameless ignored
21468: bark=false. fixed
21469:
21470: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21471: types/pa_vmethod_frame.h: hash:default works at last!
21472:
21473: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21474: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21475: hash:default
21476:
21477: * src/classes/table.C: z
21478:
21479: * src/classes/table.C: table:hash always hash of hash now
21480:
21481: * src/classes/table.C: table:empty return bool now
21482:
21483: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21484: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21485: types/pa_vtable.h: table:hash
21486:
21487: * src/classes/table.C: table:record have name
21488:
21489: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21490: returns vunknown
21491:
21492: * src/classes/: double.C, int.C, op.C, string.C:
21493: int,double,string:int[] double[] string:length[] results now have
21494: hames
21495:
21496: * src/: classes/op.C, classes/table.C, main/main.dsp,
21497: types/pa_vtable.h: removed table:find. table:locate and op:eval
21498: now return bool
21499:
21500: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21501: in method checkparams again. fixed
21502:
21503: 2001-05-07 paf
21504:
21505: * src/doc/chm.cmd: cmd
21506:
21507: * src/: classes/image.C, classes/mail.C, classes/string.C,
21508: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21509: types/pa_value.h: method reported errors on wrong pool
21510:
21511: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21512: now
21513:
21514: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21515: include/code.h, include/pa_opcode.h, main/compile.C,
21516: main/compile_tools.h, main/execute.C, types/pa_value.h,
21517: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21518: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21519: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21520: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21521: types/pa_vmethod_frame.h, types/pa_vobject.h,
21522: types/pa_vrequest.h, types/pa_vresponse.h,
21523: types/pa_vstateless_class.h, types/pa_vstring.h,
21524: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21525: types/pa_wwrapper.h: pa_code.h
21526:
21527: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21528:
21529: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21530: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21531: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21532: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21533: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21534: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21535: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21536: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21537: types/pa_vtable.h: dox, split by not clean parts also
21538:
21539: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21540: types/pa_vtable.h: table: fields, then methods. so to enable
21541: 'dir' fields & co. more
21542:
21543: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21544: so to enable 'dir' fields & co.
21545:
21546: * src/main/compile.y: grammar: @end
21547:
21548: 2001-05-04 paf
21549:
21550: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21551: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21552:
21553: * src/: classes/classes.h, classes/double.C, classes/file.C,
21554: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21555: classes/op.C, classes/random.C, classes/response.C,
21556: classes/string.C, classes/table.C, classes/unknown.C,
21557: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21558: method dox
21559:
21560: 2001-05-03 paf
21561:
21562: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21563: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21564: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21565: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21566: doc/string.dox, doc/targets.dox, doc/value.dox,
21567: main/pa_request.C: dox splitted .dox files and added some
21568:
21569: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21570:
21571: 2001-05-02 paf
21572:
21573: * src/classes/: image.C, table.C: table:dir result are not tainted
21574: by file_name language now
21575:
21576: 2001-04-28 paf
21577:
21578: * src/classes/classes.inc: removed classes.inc
21579:
21580: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21581: from .am
21582:
21583: * src/classes/classes.awk: skipped classes in .awk
21584:
21585: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21586: classes/classes.inc, classes/double.C, classes/file.C,
21587: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21588: classes/string.C, classes/table.C, classes/unknown.C,
21589: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21590: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21591: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21592: pa_methoded back to classes/classes.h
21593:
21594: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21595:
21596: * src/: classes/Makefile.am, classes/classes.awk,
21597: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21598: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21599:
21600: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21601: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21602: classes/response.C, classes/string.C, classes/table.C,
21603: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21604: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21605: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21606: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21607: include|main/pa_methoded
21608:
21609: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21610: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21611:
21612: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21613: moved some configured data to request::classes_conf moved some
21614: string crations from globals to M... [works]
21615:
21616: * src/: classes/form.C, classes/mail.C, classes/op.C,
21617: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21618: main/pa_request.C: moved some configured data to
21619: request::classes_conf moved some string crations from globals to
21620: M...
21621:
21622: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21623: about to move configured data to special request hash
21624:
21625: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21626: classes/form.C, classes/mail.C, include/pa_request.h,
21627: main/pa_request.C: configure started
21628:
21629: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21630: 2. todo: methoded-configure
21631:
21632: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21633: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21634: classes/_random.h, classes/_response.h, classes/_string.h,
21635: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21636: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21637: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21638: classes/random.C, classes/response.C, classes/string.C,
21639: classes/table.C, classes/unknown.C, include/pa_globals.h,
21640: include/pa_request.h, main/compile.y, main/execute.C,
21641: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21642: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21643: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21644: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21645: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21646: types/pa_vrequest.h, types/pa_vresponse.h,
21647: types/pa_vstateless_class.h, types/pa_vstring.h,
21648: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21649: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21650: methoded-configure
21651:
21652: * src/: classes/file.C, classes/table.C, main/compile.y,
21653: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21654: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21655: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21656:
21657: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21658: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21659: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21660: classes/random.C, classes/response.C, classes/string.C,
21661: classes/table.C, classes/unknown.C, include/pa_request.h,
21662: main/compile.y, main/execute.C, main/pa_globals.C,
21663: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21664: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21665: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21666: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21667: beautifying just compiled. todo: debug, configure
21668:
21669: 2001-04-27 paf
21670:
21671: * src/: classes/file.C, classes/image.C, classes/table.C,
21672: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21673: beautifying -99
21674:
21675: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21676: classes/_response.h, classes/_unknown.h, classes/classes.C,
21677: classes/classes.h, classes/double.C, classes/file.C,
21678: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21679: classes/op.C, classes/random.C, classes/response.C,
21680: classes/string.C, include/pa_globals.h, main/main.dsp,
21681: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21682: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21683: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21684: types/pa_vunknown.h: beautifying -100
21685:
21686: * src/main/compile.y: serge@ found @CLASS bug. fixed
21687:
21688: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21689: classes/_op.h, classes/_random.h, classes/_table.h,
21690: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21691: classes/op.C, classes/random.C, classes/response.C,
21692: classes/string.C, classes/table.C, classes/unknown.C,
21693: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21694: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21695: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21696: beautifying
21697:
21698: 2001-04-26 paf
21699:
21700: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21701:
21702: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21703: documentation ++
21704:
21705: * src/: classes/_exec.h, doc/doxygen.cfg,
21706: include/pa_config_fixed.h, include/pa_config_includes.h,
21707: targets/cgi/pa_pool.C: code documentation ++
21708:
21709: * src/: classes/_image.h, classes/op.C, classes/random.C,
21710: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21711: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21712: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21713: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21714: types/pa_vmethod_frame.h, types/pa_vobject.h,
21715: types/pa_vrequest.C, types/pa_vrequest.h,
21716: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21717: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21718: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21719: code documentation ++
21720:
21721: * src/: classes/image.C, classes/mail.C, classes/string.C,
21722: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21723: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21724: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21725: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21726: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21727: types/pa_vobject.h, types/pa_vstateless_class.h,
21728: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21729:
21730: * src/main/: pa_request.C, pa_string.C: z
21731:
21732: * src/: include/pa_common.h, include/pa_types.h,
21733: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21734: connection caching fixed. request-pooled-url were stored into
21735: global connectioncache
21736:
21737: 2001-04-25 paf
21738:
21739: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21740: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21741:
21742: * src/: include/code.h, include/pa_common.h, main/compile.y,
21743: main/execute.C, main/pa_common.C: -d
21744:
21745: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21746: illegal call check a bit improved, but still under iis no mapping
21747: of dir with parser allowed!
21748:
21749: 2001-04-24 paf
21750:
21751: * src/targets/Makefile.am: apache module lib .am
21752:
21753: * src/main/pa_exec.C: windows32 buildCommand
21754:
21755: 2001-04-23 paf
21756:
21757: * src/targets/cgi/Makefile.am: win32 conditional
21758:
21759: * src/targets/cgi/Makefile.am: win32 conditional
21760:
21761: * src/targets/cgi/Makefile.am: liblink
21762:
21763: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21764: vfile fields return type
21765:
21766: * src/types/pa_vfile.h: vfile fields return type
21767:
21768: * src/include/pa_config_auto.h.in: .h.in
21769:
21770: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21771: types/Makefile: makefiles removed
21772:
21773: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21774: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21775:
21776: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21777: [tested: i & g ]
21778:
21779: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21780: @test noticed series in isapi, check how initialize_random_class
21781: is called! [must be called only once]
21782:
21783: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21784: would not be 'unknown column'
21785:
21786: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21787: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21788:
21789: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21790: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21791: [now doesnt]
21792:
21793: * src/targets/cgi/parser3.C: cgi cmdline ver
21794:
21795: * src/targets/cgi/parser3.C: cgi /// @test disable
21796: /cgi-bin/parser3/auto.p
21797:
21798: * src/main/untaint.C: untaint without charset
21799:
21800: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21801: main/pa_common.C: common: file_write /// @test mkdirs
21802: file_delete rmdirs
21803:
21804: * src/main/untaint.C: mail header only once to =?
21805:
21806: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21807: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21808: main/untaint.C: untaint - @test optimize whitespaces for
21809: all but 'html'
21810:
21811: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21812: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21813: main/untaint.C: untaint - @test mail-header
21814:
21815: 2001-04-20 paf
21816:
21817: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21818: include/pa_request.h, include/pa_string.h, main/compile.y,
21819: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21820: targets/cgi/parser3.C: $MAIN:LOCALE
21821:
21822: * src/main/untaint.C: z
21823:
21824: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21825:
21826: 2001-04-19 paf
21827:
21828: * src/main/compile_tools.h: $a$b bugfix
21829:
21830: * src/targets/cgi/parser3.C: z
21831:
21832: * src/classes/file.C: z
21833:
21834: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21835: done: header to $fields. waits for header '\' tricks
21836:
21837: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21838: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21839: changed urlencode here and in untaint.C to HTTP standard's " and
21840: \" mech
21841:
21842: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21843: http://alx/~paf/ doesnt load /auto.p
21844:
21845: 2001-04-18 paf
21846:
21847: * src/main/pa_request.C: 1
21848:
21849: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21850: linux @alx
21851:
21852: 2001-04-17 paf
21853:
21854: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21855: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21856: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21857: enabled
21858:
21859: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21860: classes/_exec.h, classes/_file.h, classes/_form.h,
21861: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21862: classes/_random.h, classes/_response.h, classes/_string.h,
21863: classes/_table.h, classes/_unknown.h, classes/file.C,
21864: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21865: include/pa_config_fixed.h, include/pa_config_includes.h,
21866: include/pa_hash.h, include/pa_sql_driver_manager.h,
21867: include/pa_version.h, main/Makefile.am, main/compile.y,
21868: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21869: main/pa_sql_driver_manager.C, sql/Makefile.am,
21870: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21871: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21872: types/pa_vform.C, types/pa_vimage.h: exec @jav
21873:
21874: * src/: include/pa_sql_driver_manager.h,
21875: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21876: types/pa_vimage.h: sql driver interface now has initialize(client
21877: .so)
21878:
21879: 2001-04-16 paf
21880:
21881: * src/Makefile.am: compile2 cygwin
21882:
21883: * src/: include/pa_config_includes.h, main/pa_exec.C,
21884: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21885:
21886: * src/targets/cgi/Makefile.am: compile0 jav
21887:
21888: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21889: classes/_exec.h, classes/_file.h, classes/_form.h,
21890: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21891: classes/_random.h, classes/_response.h, classes/_string.h,
21892: classes/_table.h, classes/_unknown.h, classes/image.C,
21893: classes/mail.C, classes/op.C, classes/random.C,
21894: include/pa_config_fixed.h, include/pa_config_includes.h,
21895: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21896: main/compile.y, main/pa_common.C, main/pa_exec.C,
21897: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21898: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21899: compile-1
21900:
21901: 2001-04-15 paf
21902:
21903: * src/classes/op.C: z
21904:
21905: * src/classes/table.C: table:empty +=process
21906:
21907: * src/types/pa_value.h: MethodParams !junction
21908:
21909: * src/: classes/_string.h, classes/double.C, classes/file.C,
21910: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21911: classes/random.C, classes/response.C, classes/string.C,
21912: classes/table.C, classes/unknown.C, main/pa_request.C:
21913: MethodParams everywhere
21914:
21915: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21916: types/pa_vmethod_frame.h: MethodParams in op.C
21917:
21918: 2001-04-12 paf
21919:
21920: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21921:
21922: * src/: classes/_unknown.h, classes/unknown.C,
21923: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21924: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21925:
21926: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21927:
21928: * src/classes/image.C: image:gif now does not have params
21929:
21930: * src/classes/image.C:
21931: image:line/fill/rectangle/bar/replace/polygon/polybar
21932:
21933: * src/: classes/image.C, classes/op.C, main/execute.C,
21934: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21935: for var now written not to r.wcontext, but to r.root cleared
21936: "entered_object" state
21937:
21938: 2001-04-11 paf
21939:
21940: * src/classes/image.C: image:create image:load
21941:
21942: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21943: just compiled
21944:
21945: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21946: todo: gif without file
21947:
21948: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21949: started porting to Pooled descendant
21950:
21951: * src/: classes/image.C, main/execute.C, main/main.dsp,
21952: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21953: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21954: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21955:
21956: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21957: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21958: end. switching to python imaging lib
21959:
21960: * src/main/main.dsp: gd+smtp made separate libs
21961:
21962: * src/: include/pa_globals.h, include/pa_string.h,
21963: main/pa_common.C, main/pa_request.C, main/untaint.C,
21964: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21965: length
21966:
21967: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21968: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21969: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21970: UL_FILE_NAME of posted file name
21971:
21972: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21973: post [broke when moved post read to core]
21974:
21975: 2001-04-10 paf
21976:
21977: * src/classes/image.C: image:html done
21978:
21979: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21980:
21981: * src/classes/image.C: z
21982:
21983: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21984: forgotten!
21985:
21986: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21987: main/pa_request.C, main/pa_string.C, main/untaint.C,
21988: types/pa_vimage.h: image:measure -90
21989:
21990: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21991: classes/_int.h, classes/_mail.h, classes/_op.h,
21992: classes/_random.h, classes/_response.h, classes/_string.h,
21993: classes/_table.h, classes/file.C, classes/mail.C,
21994: include/pa_common.h, include/pa_globals.h, main/execute.C,
21995: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21996: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21997: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21998: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21999: compiled
22000:
22001: * src/classes/mail.C: minor bug with unclear from/to
22002:
22003: * src/classes/mail.C: sendmail unix skipping defaults
22004:
22005: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22006: sendmail unix added defaults
22007:
22008: * src/classes/mail.C: unix sendmail compiled. todo:testing
22009:
22010: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22011:
22012: 2001-04-09 paf
22013:
22014: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22015: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22016: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22017: targets/isapi/parser3isapi.dsp: all targets exec
22018:
22019: * src/: include/pa_sapi.h, include/pa_string.h,
22020: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22021: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22022: args in apache:util.script
22023:
22024: * src/include/pa_string.h: written but not tested exec with env for
22025: unix
22026:
22027: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22028: targets/cgi/parser3.C: exec win32 env
22029:
22030: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22031: 0
22032:
22033: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22034: main/execute.C, main/main.dsp, main/pa_globals.C,
22035: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22036: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22037:
22038: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22039: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22040:
22041: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22042: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22043:
22044: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22045: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22046: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22047: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22048: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22049: exec class just compiled. moved post read to request core
22050:
22051: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22052: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22053: main/pa_globals.C, targets/cgi/parser3.C,
22054: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22055: are already read by vform
22056:
22057: 2001-04-08 paf
22058:
22059: * src/: classes/file.C, classes/mail.C, classes/string.C,
22060: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22061: uuencode. string<<
22062:
22063: 2001-04-07 paf
22064:
22065: * src/classes/mail.C: z
22066:
22067: * src/classes/mail.C: z
22068:
22069: * src/classes/mail.C: ^mail[$attach
22070:
22071: * src/classes/mail.C: ^attach dead end
22072:
22073: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22074: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22075: targets/isapi/parser3isapi.C: mail:send 1
22076:
22077: * src/: classes/mail.C, main/pa_request.C: z
22078:
22079: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22080: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22081: compiled
22082:
22083: * src/classes/mail.C: +=
22084:
22085: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22086: prepared
22087:
22088: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22089: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22090: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22091: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22092:
22093: 2001-04-06 paf
22094:
22095: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22096: main/pa_string.C: table:dir 1
22097:
22098: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22099: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22100:
22101: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22102: classes/root.C, include/pa_globals.h, include/pa_request.h,
22103: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22104: main/pa_request.C: renamed 'root' to 'op'
22105:
22106: * src/classes/: _op.h, op.C: renamed from 'root'
22107:
22108: * src/types/pa_valiased.C: another root inherititance skipped
22109:
22110: * src/main/: compile.C, compile.y, execute.C: operators are now not
22111: root methods of parent class. just 'ROOT' class
22112:
22113: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22114: @office
22115:
22116: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22117:
22118: 2001-04-05 paf
22119:
22120: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22121: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22122: constructor flag dropped at get_method_frame and remembered into
22123: method_frame
22124:
22125: * src/: classes/file.C, classes/root.C, classes/string.C,
22126: classes/table.C, main/pa_request.C: junction to code&expression
22127: in errors
22128:
22129: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22130: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22131: $LOCALE:ctype[Russian_Russia.1251]
22132:
22133: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22134: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22135: main/pa_table.C: hash now not thread-safe.
22136:
22137: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22138: main/untaint.C: z
22139:
22140: * src/: classes/random.C, classes/root.C, classes/table.C,
22141: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22142: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22143: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22144: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22145:
22146: * src/: classes/table.C, include/pa_sql_connection.h,
22147: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22148:
22149: * src/classes/table.C: select * from hren error contains statement
22150:
22151: * src/: classes/table.C, include/pa_sql_connection.h,
22152: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22153: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22154:
22155: * src/: classes/root.C, include/pa_sql_connection.h,
22156: include/pa_sql_driver.h, main/main.dsp,
22157: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22158: services for conv memory & error reporting
22159:
22160: 2001-04-04 paf
22161:
22162: * src/doc/doxygen.cfg: z
22163:
22164: * src/include/pa_sql_driver.h: mysql connect
22165:
22166: * src/include/pa_sql_driver.h: mysql info
22167:
22168: * src/: classes/root.C, include/pa_sql_driver.h,
22169: include/pa_sql_driver_manager.h, main/main.dsp,
22170: main/pa_sql_driver_manager.C: more manager&connection&driver
22171:
22172: * src/sql/Makefile.am: forgot to add mysql client
22173:
22174: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22175: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22176: [forgot to add libltdl, added]
22177:
22178: * src/: Makefile.am, classes/root.C, classes/string.C,
22179: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22180: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22181: include/pa_string.h, include/pa_table.h, main/main.dsp,
22182: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22183: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22184: -1000 just compiled
22185:
22186: * src/: classes/random.C, classes/root.C, classes/table.C,
22187: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22188: main/pa_request.C, types/pa_vclass.h: sql frame -10
22189:
22190: 2001-04-03 paf
22191:
22192: * src/types/pa_vform.C: z
22193:
22194: * src/: classes/string.C, types/pa_vform.C: string:match replace
22195: assigned lang
22196:
22197: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22198: {}[]< empty []
22199:
22200: * src/: classes/file.C, classes/string.C, classes/table.C,
22201: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22202: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22203:
22204: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22205: string:match replace strange matches
22206:
22207: * src/classes/string.C: string:match replace 0
22208:
22209: * src/: classes/string.C, main/pa_string.C: string:match replace
22210: prepared 2
22211:
22212: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22213: string:match replace prepared
22214:
22215: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22216: string:match replace -11
22217:
22218: * src/: classes/string.C, include/pa_globals.h,
22219: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22220: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22221:
22222: * src/: classes/string.C, include/pa_globals.h,
22223: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22224: main/pa_string.C: string:match [search] -1 just compiled
22225:
22226: * src/types/pa_vstring.C: z
22227:
22228: * src/: classes/double.C, classes/file.C, classes/form.C,
22229: classes/int.C, classes/response.C, classes/root.C,
22230: classes/string.C, classes/table.C, include/pa_string.h,
22231: main/pa_string.C: string:match -10 [frame]
22232:
22233: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22234: main/pa_request.C: z
22235:
22236: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22237: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22238: todo/tests
22239:
22240: * src/include/pa_common.h: z
22241:
22242: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22243: main/pa_request.C, targets/cgi/parser3.C,
22244: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22245: content-disposition
22246:
22247: * src/: include/pa_common.h, include/pa_globals.h,
22248: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22249: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22250:
22251: * src/: include/pa_common.h, include/pa_request.h,
22252: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22253: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22254: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22255: response:body
22256:
22257: * src/classes/table.C: table:append now uses string::split
22258:
22259: * src/classes/table.C: z
22260:
22261: * src/: classes/file.C, classes/root.C, classes/string.C,
22262: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22263: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22264: include/pa_string.h, main/execute.C, main/pa_string.C,
22265: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22266: string::pos & cmp & piece bugs fixed. string::split new
22267: table:load separated from set table:set implemented with clean \n
22268: \t searches
22269:
22270: 2001-04-02 paf
22271:
22272: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22273: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22274: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22275: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22276: it in table:set/load
22277:
22278: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22279: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22280:
22281: * src/classes/random.C: random:generate 1
22282:
22283: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22284: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22285: types/pa_value.h: random:generate
22286:
22287: 2001-03-30 paf
22288:
22289: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22290: todo: table flip and append. string::pos
22291:
22292: * src/: classes/double.C, classes/file.C, classes/int.C,
22293: classes/response.C, classes/root.C, classes/string.C,
22294: classes/table.C, main/compile.y, main/execute.C,
22295: types/pa_value.h, types/pa_vstateless_class.C,
22296: types/pa_vstateless_class.h: static|dynamic|any method
22297: registration
22298:
22299: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22300: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22301: table:flip
22302:
22303: 2001-03-29 paf
22304:
22305: * src/classes/string.C: string:xsplit forgot that they must result
22306: in 1 row N column [not vice versa]
22307:
22308: * src/classes/string.C: z
22309:
22310: * src/classes/string.C: string: rsplit
22311:
22312: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22313: string: lsplit
22314:
22315: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22316: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22317: lsplit -1
22318:
22319: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22320: string: pos
22321:
22322: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22323: string: pos -1
22324:
22325: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22326: main/compile.y, main/pa_request.C, main/pa_string.C,
22327: main/untaint.C: string: left right mid
22328:
22329: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22330: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22331: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22332: and [;] are different now.
22333:
22334: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22335: main/untaint.C: pool.request undone
22336:
22337: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22338: main/untaint.C: pool.request
22339:
22340: 2001-03-28 paf
22341:
22342: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22343: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22344: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22345: $request:browser [.type .version]; unknown.get_double now = 0.
22346:
22347: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22348: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22349: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22350: types/pa_vform.C: file:load autodetection of mime-type by
22351: user-file-name
22352:
22353: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22354: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22355: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22356:
22357: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22358: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22359: write. must be self.set
22360:
22361: * src/: classes/file.C, classes/root.C, classes/table.C,
22362: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22363:
22364: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22365: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22366: types/pa_vtable.h: table:locate just compiled
22367:
22368: 2001-03-27 paf
22369:
22370: * src/main/: execute.C, pa_common.C: fixed r/w context of
22371: code-params2, fixed ntfs hardlink slow dir update
22372:
22373: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22374: types/pa_wcontext.h: fixed r/w context of code-params
22375:
22376: * src/: classes/table.C, main/execute.C: about to change junction
22377: rcontext!!
22378:
22379: * src/: classes/double.C, classes/int.C, classes/root.C,
22380: classes/string.C, classes/table.C, main/compile_tools.C,
22381: main/execute.C, main/pa_request.C, main/untaint.C,
22382: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22383: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22384: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22385: types/pa_vunknown.h: sort 0
22386:
22387: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22388: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22389: renamed to are_static_calls_disabled
22390:
22391: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22392: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22393: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22394: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22395:
22396: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22397:
22398: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22399: started table:sort fixed minor bug in #...^{
22400:
22401: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22402: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22403: decided to have as it were. stepped back. grammar: added 'in'
22404: 'is' 'lt'&co follow-space check
22405:
22406: 2001-03-26 paf
22407:
22408: * src/: classes/file.C, classes/root.C, classes/table.C,
22409: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22410: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22411: main/pa_table.C: moved ::save to pa_table. disabled @auto
22412: invocation in ^process
22413:
22414: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22415:
22416: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22417: main/pa_array.C: table:record
22418:
22419: * src/: main/untaint.C, targets/cgi/parser3.C,
22420: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22421: targets/isapi/pool_storage.h, types/pa_valiased.h,
22422: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22423: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22424: types/pa_vtable.h: z
22425:
22426: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22427: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22428: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22429: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22430: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22431: method realisations on 'self' validity - they now can simply
22432: assume that 'self' is V{Proper} .
22433:
22434: 2001-03-25 paf
22435:
22436: * src/main/untaint.C: z
22437:
22438: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22439: lowlevel - it initialization could be skipped if failed in @auto.
22440: so that exception report would use some table
22441:
22442: * src/main/pa_request.C: table empty lines ignored. system-default
22443: content type assigned in output:result [can fail in main:auto and
22444: skipped normal defaults extraction]
22445:
22446: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22447: bug
22448:
22449: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22450: processing to table [except preliminary \r\n \r \n replacements
22451: to "\n"]
22452:
22453: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22454: move all the processing to table
22455:
22456: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22457: main/pa_table.C, main/untaint.C: returned table originating.
22458: useful for reporting typo table problems origin. think would be
22459: useful somewhere else
22460:
22461: * src/main/untaint.C: typo \r \r\n \n properly handled
22462:
22463: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22464: include/pa_table.h, main/compile.y, main/compile_tools.C,
22465: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22466: main/pa_string.C, main/pa_table.C, main/untaint.C,
22467: types/pa_vcookie.h: typo & typo-default
22468:
22469: 2001-03-24 paf
22470:
22471: * src/main/pa_common.C: z
22472:
22473: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22474: targets/cgi/parser3.C: html-typo 2
22475:
22476: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22477: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22478: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22479: main/execute.C, main/pa_array.C, main/pa_globals.C,
22480: main/pa_request.C, main/pa_string.C, main/untaint.C,
22481: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22482: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22483: noticed double default content-type prob. run cgi.cmd tomorrow
22484: first html-typo sample. detected << problem: they become ltlt too
22485: fast
22486:
22487: * src/main/compile.y: z
22488:
22489: * src/main/: compile.y, compile_tools.h: #comment
22490:
22491: * src/: classes/file.C, classes/root.C, classes/table.C,
22492: include/pa_common.h, include/pa_request.h, main/compile.y,
22493: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22494: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22495: stringified
22496:
22497: * src/types/pa_valiased.C: decided to String-ify file_read
22498:
22499: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22500: isapi/parser3isapi.dsp: cgi: sapi::log
22501:
22502: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22503: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22504: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22505: error log experiments failed - cgi under iis got no access to
22506: log. registereventsource simply failed with 5(illegal call) code,
22507: while worked OK as standalone executable. isapi: used
22508: HSE_APPEND_LOG_PARAMETER feature
22509:
22510: * src/: include/pa_common.h, include/pa_globals.h,
22511: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22512: targets/isapi/parser3isapi.C: fixed default content-type
22513: allocation storage
22514:
22515: * src/: include/pa_globals.h, include/pa_request.h,
22516: main/pa_globals.C, main/pa_request.C: z
22517:
22518: * src/: include/pa_array.h, include/pa_hash.h,
22519: include/pa_request.h, main/compile.y, main/pa_array.C,
22520: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22521: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22522: content-type
22523:
22524: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22525: sanity
22526:
22527: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22528: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22529: away freeze mech. no danger now for you can't do
22530: ^request:process[@new-method[] body] trick anymore. still
22531: remains $some_instance.process[@new-method[] possibility] but
22532: would leave it as a feature. see index for sample
22533:
22534: * src/: include/pa_common.h, main/pa_common.C,
22535: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22536: monkey every target
22537:
22538: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22539: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22540: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22541:
22542: 2001-03-23 paf
22543:
22544: * src/: include/pa_pool.h, main/pa_request.C,
22545: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22546: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22547: targets/isapi/pool_storage.h: isapi: dumb pool storage
22548:
22549: * src/targets/isapi/pa_pool.C: decided to continue with extension
22550:
22551: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22552: it would be better to rewrite as filter then to deal with pool
22553:
22554: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22555: now like in cgi, not from APPL_PHYSICAL_PATH
22556:
22557: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22558: include/pa_config_fixed.h, include/pa_config_includes.h,
22559: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22560: include/pa_version.h, main/compile.y, main/execute.C,
22561: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22562: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22563: main/untaint.C, targets/cgi/parser3.C,
22564: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22565: cgi: reinvent document_root and request_uri under iis. autoconf
22566: updated. introducing ap_config_includes
22567:
22568: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22569:
22570: * src/targets/cgi/parser3.C: cgi: only one pool now
22571:
22572: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22573: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22574: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22575: types/pa_venv.h, types/pa_vform.C: sapi made object
22576:
22577: * src/: include/pa_globals.h, main/pa_request.C,
22578: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22579: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22580: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22581:
22582: * src/: main/pa_request.C, targets/cgi/parser3.C,
22583: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22584: isapi minor env beauty
22585:
22586: * src/: main/pa_request.C, targets/cgi/parser3.C,
22587: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22588: isapi document_root 0
22589:
22590: 2001-03-22 paf
22591:
22592: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22593:
22594: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22595: isapi/parser3isapi.C: z
22596:
22597: * src/: include/pa_pool.h, main/pa_request.C,
22598: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22599:
22600: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22601: kill.pl: isapi added utils
22602:
22603: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22604: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22605: types/pa_vform.C: isapi 0
22606:
22607: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22608: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22609: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22610: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22611: started isapi
22612:
22613: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22614: some comments
22615:
22616: * src/: include/pa_globals.h, include/pa_request.h,
22617: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22618: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22619: parser_root_auto_path parser_site_auto_path
22620:
22621: * src/types/pa_vcookie.C: cookie attr decoded
22622:
22623: 2001-03-21 paf
22624:
22625: * src/targets/cgi/parser3.C: z
22626:
22627: * src/include/pa_globals.h: post. todo: config of auto.p path
22628:
22629: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22630: types/pa_venv.h: in cookie & env. todo:post
22631:
22632: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22633: classes/root.C, classes/table.C, include/pa_array.h,
22634: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22635: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22636: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22637: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22638: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22639: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22640: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22641: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22642: shifted apache branch on main trunc
22643:
22644: * src/: include/pa_common.h, include/pa_globals.h,
22645: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22646: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22647: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22648: starting mod_parser3
22649:
22650: * src/targets/cgi/parser3.C: starting mod_parser3
22651:
22652: 2001-03-20 paf
22653:
22654: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22655: targets/cgi/parser3.C: automake compiled and works. todo:make
22656: win32 ifdefs work and add ifdef unistd
22657:
22658: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22659: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22660: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22661: z
22662:
22663: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22664: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22665: locking
22666:
22667: * src/: classes/Makefile.am, types/Makefile.am: z
22668:
22669: * src/: Makefile.am, classes/file.C, classes/root.C,
22670: classes/table.C, include/pa_array.h, include/pa_request.h,
22671: include/pa_string.h, main/Makefile.am, main/execute.C,
22672: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22673: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22674: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22675: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22676:
22677: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22678: main/pa_request.C, types/pa_vfile.h: ^table:save
22679:
22680: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22681: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22682: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22683: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22684: types/pa_vform.h: z
22685:
22686: * src/include/pa_string.h: z
22687:
22688: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22689: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22690: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22691: :Value
22692:
22693: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22694: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22695: :VStateless_object
22696:
22697: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22698: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22699: :VStateless_object
22700:
22701: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22702: types/pa_valiased.C, types/pa_vform.h: commented VForm
22703:
22704: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22705: types/pa_valiased.h, types/pa_value.h,
22706: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22707: types/pa_vstateless_object.h: moved common get_element part from
22708: stateless object&class into VAliased
22709:
22710: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22711: classes/table.C, main/execute.C, main/main.dsp,
22712: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22713: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22714: now :Value
22715:
22716: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22717: main/execute.C, main/main.dsp, main/pa_globals.C,
22718: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22719:
22720: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22721: doxx
22722:
22723: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22724: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22725: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22726: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22727: and ^file:save
22728:
22729: 2001-03-19 paf
22730:
22731: * src/types/pa_vfile.C: z
22732:
22733: * src/: classes/file.C, classes/request.C, classes/table.C,
22734: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22735: main/pa_request.C, main/untaint.C, types/pa_value.h,
22736: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22737:
22738: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22739: include/pa_string.h, include/pa_table.h, main/main.dsp,
22740: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22741: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22742: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22743: classes/_file.h, classes/file.C, types/pa_vfile.C,
22744: types/pa_vfile.h: file class just compiled
22745:
22746: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22747: include/pa_table.h, include/pa_types.h, main/execute.C,
22748: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22749: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22750: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22751:
22752: * src/include/pa_pool.h: z
22753:
22754: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22755: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22756: Hash::Value to Val so to doxygen would finlly stop confusing
22757: those Value-s
22758:
22759: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22760: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22761: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22762: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22763: include/pa_types.h, main/compile.C, main/compile.y,
22764: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22765: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22766: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22767: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22768: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22769:
22770: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22771: derivates somehow unlinked. don't know why yet
22772:
22773: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22774: include/pa_string.h, include/pa_threads.h, main/compile.C,
22775: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22776: main/execute.C, main/pa_array.C, main/pa_common.C,
22777: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22778: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22779: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22780:
22781: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22782: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22783: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22784: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22785: types/pa_vrequest.h: doc: detected Value derivates prob
22786:
22787: * src/include/pa_globals.h: z
22788:
22789: * src/: classes/_request.h, classes/request.C, include/code.h,
22790: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22791: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22792: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22793: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22794: main/execute.C, main/pa_pool.C, main/pa_request.C,
22795: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22796: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22797:
22798: 2001-03-18 paf
22799:
22800: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22801: cookie: allowed access to hash-assigned
22802:
22803: * src/targets/cgi/parser3.C: z
22804:
22805: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22806: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22807: include/pa_types.h, main/main.dsp, main/pa_common.C,
22808: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22809: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22810: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22811: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22812: types/pa_vunknown.h: cookie class
22813:
22814: * src/main/pa_request.C: zero length output allowed
22815:
22816: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22817: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22818:
22819: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22820: lang switch
22821:
22822: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22823: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22824: types/pa_value.h, types/pa_vhash.h:
22825: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22826:
22827: * src/main/execute.C: z
22828:
22829: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22830: targets/cgi/parser3.C: taint[uri
22831:
22832: * src/: classes/request.C, classes/response.C, classes/root.C,
22833: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22834: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22835: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22836:
22837: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22838: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22839: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22840: types/pa_vstateless_class.C: convinient string(pool, char *src,
22841: bool tainted) ctor
22842:
22843: * src/: include/pa_hash.h, include/pa_request.h,
22844: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22845: main/pa_request.C, main/pa_string.C, main/untaint.C,
22846: targets/cgi/parser3.C: proper @exceptions params tainting
22847:
22848: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22849: response fields to header
22850:
22851: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22852: z
22853:
22854: * src/: classes/_response.h, classes/response.C,
22855: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22856: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22857: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22858: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22859: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22860: $response: 0 request::core exception rethrow
22861:
22862: 2001-03-16 paf
22863:
22864: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22865: types/pa_vrequest.h: native method' class call with less params
22866: then needed error reporting
22867:
22868: * src/: classes/_request.h, classes/request.C,
22869: include/pa_globals.h, include/pa_request.h, main/execute.C,
22870: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22871: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22872: types/pa_vrequest.h: $request : query :uri
22873:
22874: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22875: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22876: types/pa_wcontext.h: $result
22877:
22878: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22879:
22880: * src/: classes/double.C, include/code.h, main/compile.y,
22881: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22882: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22883:
22884: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22885: main/compile.y, main/execute.C, types/pa_value.h,
22886: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22887: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22888: wcontext conflict
22889:
22890: * src/: main/execute.C, types/pa_value.h,
22891: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22892: $string.field
22893:
22894: 2001-03-15 paf
22895:
22896: * src/main/pa_request.C: news sample
22897:
22898: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22899: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22900:
22901: * src/main/: compile.y, execute.C: z
22902:
22903: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22904: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22905: pre pre works
22906:
22907: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22908: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22909: fillfields just compiled
22910:
22911: 2001-03-14 paf
22912:
22913: * src/: include/pa_request.h, main/pa_request.C,
22914: targets/cgi/parser3.C: z
22915:
22916: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22917: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22918: types/pa_vstring.h: limits -1
22919:
22920: * src/: include/pa_globals.h, include/pa_request.h,
22921: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22922: main/pa_request.C, targets/cgi/parser3.C,
22923: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22924: request_info -1
22925:
22926: * src/: include/pa_globals.h, main/pa_globals.C,
22927: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22928: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22929: vform_fields_fill
22930:
22931: * src/targets/cgi/parser3.C: # if MSVC
22932:
22933: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22934: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22935:
22936: * src/targets/cgi/parser3.C: z
22937:
22938: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22939: include/pa_string.h, include/pa_types.h, main/compile.y,
22940: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22941: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22942: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22943: types/pa_vunknown.h: global handler, exceptions in parser3
22944:
22945: 2001-03-13 paf
22946:
22947: * src/: classes/form.C, main/compile.y, main/core.C,
22948: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22949: types/pa_vform.h, types/pa_vstateless_class.C,
22950: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22951: instead
22952:
22953: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22954: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22955: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22956: started cgi target
22957:
22958: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22959: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22960: before error show with parser
22961:
22962: * src/: classes/_form.h, classes/form.C, include/core.h,
22963: include/pa_request.h, main/core.C, main/pa_request.C,
22964: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22965:
22966: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22967:
22968: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22969: parser3.C: renamed targets/ parser to cgi
22970:
22971: * src/: classes/double.C, classes/env.C, classes/int.C,
22972: classes/root.C, classes/string.C, classes/table.C,
22973: include/pa_request.h, types/pa_vhash.h: z
22974:
22975: * src/: classes/_env.h, classes/env.C, classes/root.C,
22976: include/core.h, include/pa_pool.h, include/pa_request.h,
22977: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22978: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22979: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22980: [historical moment :)]
22981:
22982: * src/: include/code.h, include/pa_string.h, main/compile.y,
22983: main/execute.C, main/pa_string.C: 'value is type' expr operator
22984:
22985: * src/types/pa_venv.h: $ENV 1
22986:
22987: * src/main/execute.C: z
22988:
22989: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22990: future methods of ENV constructor if
22991:
22992: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22993: class
22994:
22995: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22996: classes/_root.h, classes/_string.h, classes/_table.h,
22997: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22998: classes/string.C, classes/table.C, include/pa_request.h,
22999: main/compile.C, main/compile_tools.h, main/core.C,
23000: main/execute.C, main/main.dsp, main/pa_request.C,
23001: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23002: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23003: types/pa_vobject.h, types/pa_vstateless_class.C,
23004: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23005: types/pa_wcontext.h: $ENV: re 0, stateless classes
23006:
23007: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23008: classes/_root.h, classes/_string.h, classes/_table.h,
23009: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23010: classes/string.C, classes/table.C, include/pa_request.h,
23011: main/compile.C, main/compile_tools.h, main/core.C,
23012: main/execute.C, main/main.dsp, main/pa_request.C,
23013: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23014: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23015: types/pa_vobject.h, types/pa_vstateless_class.C,
23016: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23017: types/pa_wcontext.h: $ENV: re 0, stateless classes
23018:
23019: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23020: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23021: yesterdays bad decision on execute_static_method
23022:
23023: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23024:
23025: * src/: classes/double.C, classes/int.C, classes/root.C,
23026: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23027:
23028: * src/main/pa_request.C: z
23029:
23030: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23031: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23032:
23033: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23034: include/pa_pool.h, main/pa_request.C:
23035: restructure_exceptions_dead_end
23036:
23037: * src/: classes/root.C, main/compile.y: ^if required junctions.
23038: allowed ; inside {} to break params
23039:
23040: * src/classes/root.C: ^eval
23041:
23042: * src/: classes/_string.h, classes/double.C, classes/int.C,
23043: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23044: string ^format
23045:
23046: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23047: 'bad' but not 'enough'
23048:
23049: * src/: classes/double.C, classes/root.C, classes/table.C,
23050: include/pa_common.h, include/pa_types.h, main/compile.y,
23051: main/pa_common.C, main/pa_request.C, main/untaint.C,
23052: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23053: types/pa_wwrapper.h: think constructing flag as is is bad
23054:
23055: * src/: classes/double.C, classes/int.C, classes/root.C,
23056: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23057: types/pa_vint.h: ^for
23058:
23059: 2001-03-12 paf
23060:
23061: * src/classes/table.C: table ^empty
23062:
23063: * src/: classes/table.C, include/pa_table.h: table ^menu
23064:
23065: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23066: ^offset ^line ^count
23067:
23068: * src/classes/root.C: ^round() ^floor() ^ceiling()
23069: ^abs() ^sign()
23070:
23071: * src/classes/: root.C, table.C: ^use
23072:
23073: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23074: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23075: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23076: ^while. switched off wcontext.constructing after write(value) or
23077: auto-vhash-constructing
23078:
23079: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23080: main/pa_request.C: fail_if_junction_ helper func
23081:
23082: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23083: include/pa_request.h, main/execute.C, main/main.dsp,
23084: main/pa_common.C, main/pa_request.C: ^process error point by
23085: actual method_name, not source. ^load
23086:
23087: * src/types/pa_vtable.h: table: no, better with string in cells...
23088:
23089: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23090: classes/_table.h, classes/table.C, main/untaint.C: z
23091:
23092: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23093: include/pa_table.h, main/core.C, main/execute.C,
23094: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23095: types/pa_value.h: table:set 0
23096:
23097: * src/: classes/root.C, include/core.h, include/pa_array.h,
23098: include/pa_request.h, include/pa_table.h, main/core.C,
23099: main/main.dsp, main/pa_request.C, main/pa_table.C,
23100: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23101: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23102: types/pa_vstring.h: freeze, ^table:create[] -1
23103:
23104: * src/: classes/root.C, types/pa_value.h: z
23105:
23106: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23107: get_method in couple places optimizing them
23108:
23109: * src/classes/root.C: z
23110:
23111: * src/: classes/root.C, types/pa_vclass.h: process temp main
23112: zeroing
23113:
23114: * src/: classes/double.C, classes/int.C, classes/root.C,
23115: classes/string.C, include/pa_common.h, include/pa_request.h,
23116: include/pa_string.h, include/pa_types.h, main/compile.C,
23117: main/compile.y, main/compile_tools.h, main/execute.C,
23118: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23119: types/pa_vmframe.h: ^process. actual names to store param and
23120: check_actual_numbered_params for better place diagnostics
23121:
23122: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23123: method-junctions bug fixed
23124:
23125: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23126: pa_vstateless_object.h, pa_vstring.h: stateless_object
23127:
23128: 2001-03-11 paf
23129:
23130: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23131: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23132: VDouble VInt base now VObject_base - without fields
23133:
23134: * src/: classes/root.C, include/core.h, main/core.C: z
23135:
23136: * src/: classes/double.C, classes/int.C, classes/root.C,
23137: classes/string.C, include/core.h, include/pa_hash.h,
23138: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23139: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23140:
23141: * src/: classes/double.C, classes/int.C, classes/root.C,
23142: include/pa_request.h, main/execute.C: intercept_string
23143:
23144: * src/: classes/double.C, classes/int.C, classes/root.C,
23145: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23146:
23147: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23148: ^inc-s(expr)
23149:
23150: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23151: classes/_root.h, classes/_string.h, classes/double.C,
23152: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23153: include/code.h, include/core.h, include/pa_array.h,
23154: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23155: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23156: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23157: include/pa_types.h, main/compile.C, main/compile.y,
23158: main/compile_tools.C, main/compile_tools.h, main/core.C,
23159: main/execute.C, main/pa_array.C, main/pa_common.C,
23160: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23161: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23162: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23163: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23164: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23165: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23166: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23167: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23168:
23169: * src/: main/pa_request.C, types/pa_vhash.h: z
23170:
23171: * src/: include/core.h, include/pa_request.h, main/core.C,
23172: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23173:
23174: * src/: include/pa_valiased.h, include/pa_value.h,
23175: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23176: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23177: include/pa_vjunction.h, include/pa_vmframe.h,
23178: include/pa_vobject.h, include/pa_vstring.h,
23179: include/pa_vunknown.h, include/pa_wcontext.h,
23180: include/pa_wwrapper.h, main/compile.y, main/core.C,
23181: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23182: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23183: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23184: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23185: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23186: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23187: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23188: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23189: include/
23190:
23191: 2001-03-10 paf
23192:
23193: * src/: include/core.h, include/pa_request.h, main/core.C,
23194: main/pa_request.C: run+auto=run
23195:
23196: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23197:
23198: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23199: classes/_root.h, classes/_string.h, classes/double.C,
23200: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23201: include/code.h, include/core.h, include/pa_array.h,
23202: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23203: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23204: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23205: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23206: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23207: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23208: include/pa_vjunction.h, include/pa_vmframe.h,
23209: include/pa_vobject.h, include/pa_vstring.h,
23210: include/pa_vunknown.h, include/pa_wcontext.h,
23211: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23212: main/compile_tools.C, main/compile_tools.h, main/core.C,
23213: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23214: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23215: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23216: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23217: main/pa_wcontext.C: sources header
23218:
23219: * src/main/pa_request.C: auto..
23220:
23221: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23222: main/pa_request.C: auto tree0
23223:
23224: * src/: include/core.h, include/pa_request.h, main/compile.y,
23225: main/core.C, main/pa_request.C: names to core.C
23226:
23227: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23228: include/pa_request.h, main/core.C, main/execute.C,
23229: main/pa_common.C, main/pa_request.C: root auto.p loaded
23230:
23231: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23232: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23233: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23234: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23235:
23236: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23237: @auto[] realised. auto.p scan togo
23238:
23239: * src/: include/pa_request.h, main/execute.C: autocalc
23240: code-junctions result now have names
23241:
23242: * src/: classes/double.C, classes/int.C, classes/root.C,
23243: classes/string.C, include/pa_request.h, include/pa_string.h,
23244: include/pa_wcontext.h, main/compile.y, main/execute.C,
23245: main/pa_string.C, main/pa_wcontext.C: tainting 0
23246:
23247: * src/classes/env.C: env:file/line
23248:
23249: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23250: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23251: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23252: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23253: main/compile_tools.C, main/compile_tools.h, main/core.C,
23254: main/execute.C, main/main.dsp, main/pa_cframe.C,
23255: main/pa_request.C, main/pa_wcontext.C: const fight finished
23256:
23257: * src/include/pa_vclass.h: const fight to go
23258:
23259: * src/: classes/_env.h, classes/env.C, classes/root.C,
23260: include/pa_request.h, include/pa_vclass.h, main/core.C,
23261: main/main.dsp: env0
23262:
23263: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23264: classes/_string.h, classes/double.C, classes/int.C,
23265: classes/root.C, classes/string.C, include/pa_request.h,
23266: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23267: include/pa_wcontext.h, main/core.C, main/main.dsp,
23268: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23269: main/pa_wcontext.C: ^lang prepare0
23270:
23271: 2001-03-09 paf
23272:
23273: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23274: construct proper naming
23275:
23276: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23277: classes/double.C, classes/int.C, classes/root.C,
23278: classes/string.C, include/code.h, include/pa_value.h,
23279: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23280: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23281: main/compile.y, main/compile_tools.C, main/core.C,
23282: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23283: and ^double[]. fixed expr type
23284:
23285: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23286: ^string.length[]
23287:
23288: 2001-03-08 paf
23289:
23290: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23291:
23292: * src/: include/pa_vclass.h, include/pa_vstring.h,
23293: include/pa_wcontext.h, main/compile.y, main/core.C,
23294: main/execute.C, main/main.dsp: dead end: vstring can't be
23295: derivated from vobject
23296:
23297: * src/: include/pa_vclass.h, include/pa_vhash.h,
23298: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23299:
23300: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23301: remained clone conseqs
23302:
23303: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23304:
23305: * src/main/pa_vclass.C: wow! vclass were out of vcs
23306:
23307: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23308: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23309: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23310: include/pa_vobject.h, include/pa_vstring.h,
23311: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23312: main/execute.C: withoud cloning. didn't need it actually, params
23313: got passed from out unnamed ewpool
23314:
23315: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23316: include/pa_vjunction.h, include/pa_vobject.h,
23317: include/pa_vunknown.h, main/compile.y: cloning dead end
23318:
23319: * src/: include/pa_bool.h, include/pa_double.h,
23320: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23321: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23322: include/pa_vjunction.h, include/pa_vmframe.h,
23323: include/pa_vobject.h, include/pa_vstring.h,
23324: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23325: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23326: to give params proper names
23327:
23328: * src/main/pa_wcontext.C: z
23329:
23330: * src/: include/pa_vmframe.h, main/execute.C: added names to
23331: unknown values in get_element and unfilled params. removed wrong
23332: name change in get_element
23333:
23334: * src/main/execute.C: z
23335:
23336: * src/main/execute.C: fixed problems calling operators in
23337: constructors
23338:
23339: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23340: detected problems calling operators in constructors
23341:
23342: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23343: autocalc def to string
23344:
23345: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23346: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23347:
23348: * src/classes/root.C: added root.c
23349:
23350: * src/: include/pa_request.h, include/pa_value.h,
23351: include/pa_vcframe.h, include/pa_vmframe.h,
23352: include/pa_wcontext.h, main/compile.C, main/compile.y,
23353: main/core.C, main/execute.C, main/pa_cframe.C,
23354: main/pa_wcontext.C: 'if' just compiled
23355:
23356: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23357: include/pa_vjunction.h, include/pa_vmframe.h,
23358: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23359: main/pa_wcontext.C: z
23360:
23361: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23362: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23363: with parameter names in operator methods
23364:
23365: * src/main/compile.y: minor renamings in .y
23366:
23367: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23368: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23369: @BASE. changed 'RUN' assignment mech
23370:
23371: * src/main/execute.C: z
23372:
23373: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23374: main/compile_tools.h, main/execute.C: made class: dynamic, not
23375: static. so to enable runtime ^use
23376:
23377: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23378:
23379: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23380: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23381:
23382: * src/main/execute.C: root root in code-junction
23383:
23384: 2001-03-07 paf
23385:
23386: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23387: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23388:
23389: * src/: include/pa_stack.h, include/pa_value.h,
23390: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23391: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23392: fixed rwcontext of {} params up
23393:
23394: * src/main/: compile.y, compile_tools.h: ^func(params)
23395:
23396: * src/main/compile.y: .y priorities syntax shaped up a bit
23397:
23398: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23399: include/pa_vunknown.h, main/compile.y, main/execute.C,
23400: main/pa_hash.C: expr def in -f
23401:
23402: * src/main/: compile.y, execute.C: expr calls
23403:
23404: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23405: fixed
23406:
23407: * src/main/compile.y: expr quoted code
23408:
23409: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23410: support0
23411:
23412: * src/main/compile.y: expr string comparisons 0
23413:
23414: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23415: main/pa_string.C: just compiled lt&co
23416:
23417: * src/main/execute.C: ^var.menu{$field} problem detected. that
23418: $field not a $var.field
23419:
23420: 2001-03-06 paf
23421:
23422: * src/main/compile.y: .y expr visible-shorter
23423:
23424: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23425: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23426: logical
23427:
23428: * src/: include/pa_vstring.h, main/compile.y: problems with
23429: skipping whitespace in yylex
23430:
23431: * src/include/pa_vbool.h: forgot this
23432:
23433: * src/: include/code.h, main/compile.y, main/execute.C: without
23434: string ops in expressions 0
23435:
23436: * src/: include/pa_value.h, include/pa_vdouble.h,
23437: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23438: main/execute.C, main/main.dsp: !~
23439:
23440: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23441: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23442: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23443: include/pa_vunknown.h, include/pa_wcontext.h,
23444: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23445: main/compile_tools.h, main/execute.C: +-*/
23446:
23447: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23448: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23449:
23450: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23451: main/execute.C: expr grammar-1 2*2=4.000000 :)
23452:
23453: * src/main/compile.y: expr grammar-1
23454:
23455: * src/main/compile.y: expr lexx1
23456:
23457: * src/main/: compile.y, execute.C, main.dsp: z
23458:
23459: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23460: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23461: main/execute.C: expr lex0 exec-1
23462:
23463: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23464:
23465: 2001-02-26 paf
23466:
23467: * src/main/compile.y: max_string in yyerror bug fix
23468:
23469: 2001-02-25 paf
23470:
23471: * src/: include/pa_value.h, include/pa_vmframe.h,
23472: include/pa_wcontext.h, main/execute.C: VAliased3
23473:
23474: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23475:
23476: * src/main/execute.C: VAliased1
23477:
23478: * src/: include/pa_request.h, include/pa_value.h,
23479: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23480: VAliased0
23481:
23482: * src/: include/pa_pool.h, include/pa_request.h,
23483: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23484: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23485: VAliased just compiled
23486:
23487: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23488: include/pa_vobject.h, main/execute.C: alias dead end
23489:
23490: * src/: include/pa_value.h, include/pa_vclass.h,
23491: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23492: main/main.dsp: no not get fields into interm VFielded class.
23493: fields & staticfields 1
23494:
23495: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23496: include/pa_vobject.h, include/pa_wcontext.h,
23497: include/pa_wwrapper.h, main/core.C, main/execute.C,
23498: main/main.dsp: would now get fields into interm VFielded class
23499:
23500: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23501: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23502: include/pa_wcontext.h, main/compile.y, main/core.C,
23503: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23504: main/pa_wcontext.C: virtuals2
23505:
23506: * src/main/compile.y: : 1
23507:
23508: * src/main/compile.y: rethought to $class:static.field.subfield
23509:
23510: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23511: $class:element
23512:
23513: * src/: include/pa_value.h, include/pa_vmframe.h,
23514: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23515: main/pa_wcontext.C: before execute class calls rewrite
23516:
23517: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23518: name RUN, also alias
23519:
23520: * src/main/compile.y: escaping bug
23521:
23522: * src/: include/pa_request.h, include/pa_value.h,
23523: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23524: main/core.C, main/execute.C, main/pa_common.C: vobject1
23525:
23526: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23527: include/pa_vmframe.h, include/pa_vobject.h,
23528: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23529: main/compile_tools.h, main/execute.C: ^class:method() just
23530: compiled
23531:
23532: 2001-02-24 paf
23533:
23534: * src/main/main.dsp: no bison -d
23535:
23536: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23537: class' err msg wrong
23538:
23539: * src/main/compile.y: z
23540:
23541: * src/main/: compile.y, core.C: yylex need some @special lines adj
23542:
23543: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23544: main/compile.y, main/compile_tools.h, main/core.C: modules0
23545:
23546: * src/: include/pa_vclass.h, main/core.C: z
23547:
23548: * src/: include/pa_value.h, include/pa_vclass.h,
23549: include/pa_vobject.h, main/main.dsp: vobject00
23550:
23551: * src/main/pa_array.C: minor bug in expanding very small arrays.
23552: 60% from 1 were 0
23553:
23554: * src/: include/pa_value.h, include/pa_wcontext.h,
23555: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23556: as bad as you've named it: wcontext.value() was not a perfect
23557: idea
23558:
23559: * src/main/execute.C: codeframe1
23560:
23561: * src/: include/pa_value.h, include/pa_vcframe.h,
23562: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23563: include/pa_vjunction.h, include/pa_vmframe.h,
23564: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23565: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23566: just compiled
23567:
23568: * src/: include/pa_vframe.h, main/compile.y: found junction
23569: ideology @: ^x{$a()) must construct current wcontext element, so
23570: smart wcontext handling needed
23571:
23572: * src/main/compile.y: fixed grammar bugs in constructor/params
23573: klinch
23574:
23575: * src/main/: compile.y, execute.C: fixed empty constructor
23576: optimized empty case. failed on calls - produced empty string
23577: param
23578:
23579: * src/main/compile.y: fixed last \n macrotemplate strip bug
23580:
23581: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23582: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23583: main/compile_tools.C, main/compile_tools.h, main/core.C,
23584: main/execute.C: code junctions0. something wrong with last \n
23585: macrotemplate strip
23586:
23587: * src/: include/pa_value.h, main/compile.C, main/core.C,
23588: main/pa_value.C: minor error reporting format beautifyings
23589:
23590: * src/: include/pa_value.h, include/pa_vclass.h,
23591: include/pa_vframe.h, main/core.C, main/execute.C,
23592: main/pa_value.C: get_method RIP. junctions everywhere. call with
23593: junctions0
23594:
23595: 2001-02-23 paf
23596:
23597: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23598: pa_wwrapper.h: lara came, can't work, sorry :(
23599:
23600: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23601: junction
23602:
23603: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23604: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23605: main/execute.C, main/main.dsp, main/pa_value.C: call0
23606:
23607: * src/: include/pa_hash.h, include/pa_value.h,
23608: include/pa_wcontext.h, main/core.C, main/execute.C,
23609: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23610: done
23611:
23612: * src/include/pa_wcontext.h: z
23613:
23614: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23615: wrong grammar in complex constructor case
23616:
23617: * src/main/: compile.y, execute.C: empty constructor bug fixed
23618:
23619: * src/main/execute.C: with result rwpool
23620:
23621: * src/: include/pa_value.h, main/core.C, main/execute.C,
23622: main/main.dsp: value named
23623:
23624: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23625: strign 2 value in 2 places in execute
23626:
23627: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23628: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23629: wcontext.put_element when wcontext fvalue==0
23630:
23631: 2001-02-22 paf
23632:
23633: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23634: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23635: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23636:
23637: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23638: erroreos checkout
23639:
23640: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23641:
23642: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23643: main/compile_tools.h, main/pa_array.C: $self.get
23644:
23645: * src/main/: compile.C, compile.y, compile_tools.C: z
23646:
23647: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23648: bit. finished now.
23649:
23650: * src/main/compile.y: $: finished
23651:
23652: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23653:
23654: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23655: main/execute.C: OP_STRING better then some xxx _VALUE
23656:
23657: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23658: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23659: string to vstring it .y all
23660:
23661: * src/: include/pa_request.h, include/pa_stack.h,
23662: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23663: all
23664:
23665: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23666: precise parse error line:col
23667:
23668: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23669: main/pa_hash.C, main/pa_pool.C: TRY...
23670:
23671: * src/: include/pa_exception.h, include/pa_pool.h,
23672: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23673: main/compile.C, main/compile.y, main/compile_tools.C,
23674: main/core.C, main/pa_array.C, main/pa_exception.C,
23675: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23676: main/pa_table.C: removed exception from request
23677:
23678: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23679: some forgotten
23680:
23681: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23682: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23683: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23684: get/put simple vars to VClass works0
23685:
23686: * src/: include/pa_array.h, include/pa_wcontext.h,
23687: main/pa_string.C: in process, but found that exceptions are too
23688: global
23689:
23690: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23691: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23692: main/execute.C, main/pa_string.C: write_value write_string 0 it
23693: seems wcontext must write strings regardles of fvalue!=0
23694:
23695: 2001-02-21 paf
23696:
23697: * src/main/execute.C: tired :)
23698:
23699: * src/main/: compile.C, compile.y, execute.C: store0
23700:
23701: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23702: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23703: include/pa_wcontext.h, main/compile.C, main/compile.y,
23704: main/execute.C, main/main.dsp, main/pa_array.C,
23705: main/pa_request.C: get put -1 [just compiled]
23706:
23707: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23708: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23709: main/main.dsp, main/pa_request.C: request core methods0
23710:
23711: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23712: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23713: execute
23714:
23715: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23716: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23717: methods and one_big_piece. now compile returns array<method*>
23718:
23719: * src/main/compile.y: more straightforward yylex[end]
23720:
23721: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23722: string.operator==(char*)
23723:
23724: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23725: main/execute.C, main/pa_array.C: after array.const get wonders
23726:
23727: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23728: pa_string.h, pa_value.h: struck with const array.gets
23729:
23730: * src/main/: execute.C: z
23731:
23732: * src/main/: compile.y, execute.C: z
23733:
23734: * src/main/: compile.C, compile.y, compile_tools.h: error
23735: processing in eval & yyerror so it wouldn't cause memleaks.
23736:
23737: * src/main/: compile.C, compile.y: failed to add absolute precies
23738: parse error positions. leaving RIGHTMOST position as
23739: @file[line:col]
23740:
23741: * src/: include/compile.h, main/compile.C, main/compile.y,
23742: main/compile_tools.h: line numbers needed. would add them to .y
23743: now internally. externally it's not as precise as needed
23744:
23745: * src/: include/code.h, include/pa_types.h, main/compile.C,
23746: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23747: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23748: compiler works ok
23749:
23750: 2001-02-20 paf
23751:
23752: * src/main/: compile.C, compile.y, compile_tools.C,
23753: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23754: not perfect
23755:
23756: * src/: include/code.h, include/compile.h, include/execute.h,
23757: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23758: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23759: main/compile.C, main/compile.y, main/compile_tools.C,
23760: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23761: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23762: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23763: compiled. execute=dump for now
23764:
23765: * src/main/core.C: core rewrite using yacc investigations now will
23766: be compile[yacc]/execute[opcodes]
23767:
23768: 2001-02-15 paf
23769:
23770: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23771: rewrite as turing machine? for it seems it would be it's too many
23772: ifs with this syntax now
23773:
23774: 2001-02-14 paf
23775:
23776: * src/main/core.C: get_params 1
23777:
23778: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23779: :( ]
23780:
23781: * src/main/core.C: varios breaks
23782:
23783: * src/main/core.C: get names 3
23784:
23785: * src/main/core.C: get names 2
23786:
23787: * src/main/core.C: get names 1
23788:
23789: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23790: names 0
23791:
23792: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23793: text repassing2 operator static vars
23794:
23795: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23796: main/pa_string.C: process text repassing
23797:
23798: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23799: module:calls changes
23800:
23801: 2001-02-13 paf
23802:
23803: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23804: ^class:calls[] started
23805:
23806: * src/: include/pa_value.h, main/core.C: z
23807:
23808: * src/main/core.C: operators : and self. prefixes
23809:
23810: * src/main/core.C: z
23811:
23812: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23813: tested
23814:
23815: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23816: optimized
23817:
23818: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23819: would change privates to better support optimization
23820:
23821: * src/: include/pa_string.h, main/pa_string.C:
23822: String_iterator::skip_to todo:optimize
23823:
23824: 2001-02-12 paf
23825:
23826: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23827: String_iterator
23828:
23829: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23830: comments
23831:
23832: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23833: self/methodref joined
23834:
23835: 2001-02-11 paf
23836:
23837: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23838: main/main.dsp: core started. core.C, context&value .h
23839:
23840: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23841: include/pa_string.h, main/main.dsp, main/pa_array.C,
23842: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23843:
23844: 2001-01-30 paf
23845:
23846: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23847: comments
23848:
23849: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23850: main/pa_pool.C: moved pa_pool.C to be target specific
23851:
23852: * src/: include/pa_exception.h, include/pa_pool.h,
23853: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23854: to & changes
23855:
23856: * src/: include/pa_exception.h, include/pa_pool.h,
23857: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23858: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23859: re-associated. that's much better even removed 'die' necessety
23860:
23861: * src/: include/pa_error.h, include/pa_exception.h,
23862: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23863: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23864: targets/Makefile.am: lowered targets/parser into subdir, added
23865: parser_Pool(Pool) failed to add. would think..
23866:
23867: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23868: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23869: main/pa_string.C, main/pa_table.C: Table more like C++ style
23870: hence lots of 'const'
23871:
23872: * src/: include/pa_error.h, include/pa_request.h,
23873: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23874: main/pa_table.C: Error fixed
23875:
23876: 2001-01-29 paf
23877:
23878: * src/: include/pa_array.h, include/pa_common.h,
23879: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23880: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23881: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23882: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23883:
23884: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23885: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23886: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23887: main/pa_string.C, main/pa_table.C: Request Error Table
23888:
23889: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23890: templates"
23891:
23892: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23893: main/main.dsp, main/pa_array.C: templates failed no template
23894: specializations [VC6], no library auto instantation [VC6, GNU c++
23895: 2.95.2-6 from latest cygwin]
23896:
23897: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23898: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23899: main/main.dsp, main/pa_array.C, main/pa_string.C,
23900: main/pa_table.C: Table started would test template Array now
23901:
23902: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23903: String originating
23904:
23905: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23906: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23907: SYNCHRONIZED(thread_safe)
23908:
23909: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23910: parts to top
23911:
23912: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23913: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23914: see: needed only in global Hash now, made Hash:: put/get
23915: SYNCHRONIZED
23916:
23917: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23918: main/pa_threads.C: added pa_threads
23919:
23920: Mutex
23921:
23922: * src/include/pa_hash.h: some comments
23923:
23924: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23925: Array& operator += (Array& src)
23926:
23927: * src/main/pa_array.C: expand not convinient, would rewrite
23928:
23929: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23930: (Array& src)
23931:
23932: rethought, would change now
23933:
23934: 2001-01-27 paf
23935:
23936: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23937: caching
23938:
23939: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23940: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23941: cache rethought to chunk caching
23942:
23943: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23944: include/pa_string.h, main/main.dsp, main/pa_array.C,
23945: main/pa_hash.C, main/pa_string.C: Array 0
23946:
23947: * src/main/pa_string.C: String::operator ==
23948:
23949: * src/main/pa_hash.C: String(&String)
23950:
23951: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23952:
23953: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23954: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23955: pa_hash[forgotten]
23956:
23957: 2001-01-26 paf
23958:
23959: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23960: removed templates [vc++ suxx]
23961:
23962: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23963: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23964:
23965: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23966:
1.119 moko 23967: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23968:
1.119 moko 23969: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23970: check
23971:
23972: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23973: dynamic row_count
23974:
23975: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23976: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23977: targets/Makefile.am: Initial revision
23978:
23979: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23980: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23981: targets/Makefile.am: creating parser3 module
23982:
E-mail: