Annotation of parser3/ChangeLog, revision 1.122
1.122 ! moko 1: 2019-10-25 moko
! 2:
! 3: * tests/: 388-sql.html, results/388-sql.processed: more multiple
! 4: queries tests
! 5:
! 6: 2019-10-24 moko
! 7:
! 8: * tests/: 388-sql.html, results/388-sql.processed: support for
! 9: pgsql driver test
! 10:
! 11: * tests/: 388-sql.html, results/388-sql.processed:
! 12: multi_statements=1 now tested, mysql test now supported
! 13: (connection must be specified in [parser3] section in .my.cnf)
! 14: related to issues #1195 and #1194
! 15:
1.121 moko 16: 2019-09-11 moko
17:
18: * src/classes/int.C: whitespace
19:
20: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
21: exception test
22:
23: * tests/results/388-sql.processed: sql queries now shown (related
24: to feature #1196)
25:
26: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
27: with old parser versions.
28:
29: * src/: classes/file.C, classes/hash.C, classes/string.C,
30: classes/table.C, classes/void.C, include/pa_sql_connection.h,
31: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
32: instead of connect string in query_event_handlers exceptions
33: (implements feature #1196)
34:
1.120 moko 35: 2019-09-06 moko
36:
37: * tests/388-sql.html: mysql compat
38:
39: * src/: classes/hash.C, classes/string.C, classes/table.C,
40: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
41: sql_ variables declaration moved to pa_common.h
42:
1.116 moko 43: 2019-01-15 moko
44:
45: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
46: logically sorted
47:
48: 2018-12-27 moko
49:
50: * src/include/pa_config_includes.h: warning war:
51: -Wdeprecated-register added for C++ 17
52:
53: 2018-10-15 moko
54:
55: * configure.ac: FreeBSD 11.2 can be build with ./configure
56: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
57: --with-xml=/usr/local/
58:
59: 2018-09-24 moko
60:
61: * tests/: 396.html, 396.tiff, results/396.processed: test for
62: ^image::measure[] now supports tiff added (related to feature
63: #1188)
64:
65: * src/classes/image.C: ^image::measure[] now supports tiff
66: (implements feature #1188)
67:
68: 2018-09-20 moko
69:
70: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
71: files measure added (related to ticket #1188)
72:
73: * src/classes/image.C: measure of bmp files implemented (related to
74: ticket #1188)
75:
76: 2018-09-18 moko
77:
78: * tests/: 394-curl.html, results/394-curl.processed,
79: results/auto.p: test for bug #1187 (max_file_size check for head
80: requests) added
81:
82: 2018-08-24 moko
83:
84: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
85: response content-length check is required (fixes bug #1187)
86:
87: 2018-05-11 moko
88:
89: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
90: $.append(bool) ] option added (related to feature #919)
91:
92: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
93: from misha@ patch (implements feature #919)
94:
95: 2018-03-22 moko
96:
97: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
98: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
99: with 128kb buffer. Now works at least 12 times faster. :) May be
100: Windows-only problem.
101:
102: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
103: build fix)
104:
105: 2018-02-03 moko
106:
107: * src/main/execute.C: removes irrelevant lines from exception stack
108: trace when exceptions occurs in assigment (fixes bug #1165)
109:
110: * tests/: 393.html, results/393.processed: test for behavour after
111: "Property can not be created, already exists field with that
112: name" exception removed (related to feature #1183)
113:
114: * src/types/pa_vclass.C: "Property can not be created, already
115: exists field with that name" exception removed (implements
116: feature #1183)
117:
118: 2018-01-19 moko
119:
120: * src/classes/string.C: whitespace
121:
122: * src/classes/string.C: whitespace
123:
124: * tests/: 392.html, results/392.processed: test for
125: ^regex::create[$regex] added (related to feature #1135)
126:
127: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
128: ^regex::create[$regex] added (implements feature #1135)
129:
130: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
131: commented define added (related to feature #1157)
132:
133: 2018-01-17 moko
134:
135: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
136:
137: 2018-01-15 moko
138:
139: * tests/: 390.html, results/390.processed: real path replaced by
140: stub
141:
142: * tests/: 391.html, results/391.processed: test for feature #1181
143: (XML_PARSE_HUGE exception) added
144:
145: 2018-01-11 moko
146:
147: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
148:
149: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
150: XML_PARSE_HUGE option passed by default (implements feature
151: #1181)
152:
153: * src/classes/string.C: whitespace
154:
155: 2017-12-10 moko
156:
157: * tests/: 389.html, 390.html, results/389.processed,
158: results/390.processed: image code coverage tests added (related
159: to feature #1125)
160:
161: 2017-12-08 moko
162:
163: * tests/: 346-curl.html, 388-sql.html, 389.html,
164: results/346-curl.processed, results/388-sql.processed,
165: results/389.processed: more code coverage tests
166:
167: * tests/: 264.html, results/264.processed: code coverage for
168: ^file::exec[]
169:
170: 2017-12-07 moko
171:
172: * tests/: 174.html, 388-sql.html, 389.html,
173: results/388-sql.processed, results/389.processed,
174: results/174.processed: more coverage tests
175:
176: * src/classes/math.C: exception text actualized
177:
178: 2017-12-06 moko
179:
180: * tests/388-sql.html: $SQL can be here
181:
182: * tests/results/auto.p: $SQL not required here
183:
184: * tests/: 388-sql.html, 389.html, Makefile,
185: results/388-sql.processed, results/389.processed, results/auto.p:
186: code coverage tests for sql (using sqlite) and int/double/bool
187: added (related to feature #1125)
188:
189: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
190: lib/json/json.vcproj, lib/md5/md5.vcproj,
191: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
192: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
193: targets/apache/ApacheModuleParser3Core.vcproj,
194: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
195: types/types.vcproj: gc\include no longer required
196:
197: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
198: required
199:
200: * src/: classes/Makefile.am, classes/table.C,
201: include/pa_config_includes.h, include/pa_string.h,
202: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
203: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
204: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
205: targets/apache/Makefile.am, targets/cgi/Makefile.am,
206: types/Makefile.am: to be sure that our version of gc.h/cord.h is
207: used, we now include it directly
208:
209: 2017-12-04 moko
210:
211: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
212: memcached/memcached.vcproj, punycode/punycode.vcproj,
213: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
214: where required
215:
216: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
217: now can be used to trace memory allocations
218:
219: * src/: classes/table.C, include/pa_config_includes.h,
220: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
221: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
222: method removes, libcord also can work without libgc
223:
224: * src/classes/json.C: pa_gc_malloc_atomic should not be used
225:
226: 2017-11-29 moko
227:
228: * src/classes/curl.C: no exception if some of ^curl:info[] elements
229: are not present (related to feature #1173)
230:
231: * tests/346-curl.html: test updated to test curl content-length bug
232: (related to feature #1173)
233:
234: * tests/results/346-curl.processed: more test for content-length
235: curl bug (related to feature #1173)
236:
237: * tests/results/346-curl.processed: test results updated after
238: #1173 implemented
239:
240: 2017-11-28 moko
241:
242: * src/classes/curl.C: another libcurl Content-length bug walkaround
243: (related to feature #1173)
244:
245: 2017-11-27 moko
246:
247: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
248: $.http_version[version string] added (implements feature #1173),
249: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
250: where $post(true) bug existed.
251:
252: 2017-11-18 moko
253:
254: * src/include/pa_memory.h: warning war (related to feature #1170)
255:
256: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
257: feature #1170)
258:
259: 2017-11-17 moko
260:
261: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
262: std::basic_stringstream used in ^table.csv-string[] is compatible
263: with delete usage check only under Debian 9 (related to feature
264: #1170)
265:
266: 2017-11-16 moko
267:
268: * src/: classes/curl.C, classes/hash.C, classes/json.C,
269: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
270: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
271: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
272: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
273: types/pa_vxdoc.h: regular new/delete no longer used in our code,
274: stubs defend from accidental use (implements feature #1170)
275:
276: 2017-06-24 moko
277:
278: * configure.ac: minor fix: thanks to alx@
279:
1.115 moko 280: 2017-05-29 moko
281:
282: * src/types/pa_vmail.C: mail headers are now correctly truncated -
283: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
284: added to avoid cutting of UTF-8 chars (fixed bug #123)
285:
286: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
287: ignored, =?UTF-8?Q?= should start in case of leading space
288: (related to bug #123)
289:
290: * buildall: echo -n -> printf for OS X. :)
291:
292: 2017-05-25 moko
293:
294: * tests/: 288.html, results/288.processed: test updated afted
295: setting $o.prop without setter exception removed (related to
296: feature #1157)
297:
298: * src/types/pa_vclass.C: no more "this property has no setter
299: method" when setting $o.prop without setter (implements feature
300: #1157)
301:
302: * buildall: echo \c -> echo -n for FreeBSD
303:
304: * configure, configure.ac, src/include/pa_config_auto.h.in,
305: src/types/pa_vdouble.h: isfinite now checked in configure
306:
307: * compile, config.guess, config.sub, depcomp, install-sh, missing:
308: upgraded to automake 1.15
309:
310: 2017-05-23 moko
311:
312: * src/types/pa_vdouble.h: finite returned where isfinite not
313: defined
314:
315: 2017-05-22 moko
316:
317: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
318:
319: * buildall: extern CFLAGS setting support
320:
321: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
322:
323: * buildall: http -> https
324:
325: * buildall: gc-7.2f -> gc-7.6.0
326:
327: 2017-05-20 moko
328:
329: * buildall: https, pcre, xml, xslt updated to current versions
330: (related to feature #1136)
331:
332: 2017-05-19 moko
333:
334: * tests/097.html: after parser.ru moved to https
335:
336: 2017-05-17 moko
337:
338: * tests/results/: 175.processed, 372.processed: tests resuls
339: updated after lintian spelling typos fixed (related to bug #1156)
340:
341: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
342: classes/string.C, classes/table.C, main/pa_charset.C,
343: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
344: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
345: lintian reported by Sergey B Kirpichev (fixes bug #1156)
346:
347: * tests/results/096.processed: +XMP
348:
349: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
350: $.xmp(true) options tested (test for feature #1154)
351:
352: * src/classes/image.C: ^image:measure[] options $.exif(false)
353: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
354: fetched by default! (implements feature #1154)
355:
356: 2017-05-16 moko
357:
358: * tests/: 256.html, results/256.processed: ^json:string[$image] now
359: allowed (related to feature #1154)
360:
361: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
362: initial XMP implementation - without options and transcode
363: (related to feature #1154)
364:
365: 2017-05-12 moko
366:
367: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
368: image: exif moved to ffields, skipped in ^image.html[] where
369: iterators now used (preparation for feature #1154)
370:
371: 2017-05-05 moko
372:
373: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
374: results/387.processed: test for circular class inheritance check
375: added (related to bug #1150)
376:
377: * src/types/pa_vstateless_class.C: circular class inheritance check
378: added (fixes endless add_derived bug #1150)
379:
380: 2017-05-04 moko
381:
382: * tests/: 386.html, results/386.processed: test for
383: $table.value(number) added (related to feature #1152)
384:
385: * src/types/pa_vtable.C: table put_element: column value must be
386: string - > column value must be string compatible to allow
387: $t.value(1) (implements feature #1152)
388:
389: 2017-05-03 moko
390:
391: * src/main/pa_request.C: $use[$method] is not possible, reverting
392: (related to feature #1151)
393:
394: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
395: not possible, removing test (related to feature #1151)
396:
397: * src/: main/pa_request.C, types/pa_vstateless_class.h:
398: get_element_method added and used to allow $use[$method] and
399: $autouse[$method] (implements feature 1151)
400:
401: * tests/: 386.html, 386.p, results/386.processed: test for @use in
402: variable added (related to feature #1151)
403:
404: * tests/results/226.processed: actualized after ^try-catch used
405:
406: * tests/: 226.html, 385.html, results/385.processed: test for
407: @autouse in variable added
408:
409: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
410:
1.114 moko 411: 2017-02-27 moko
412:
413: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
414:
1.113 moko 415: 2017-02-20 moko
416:
417: * operators.txt: actualization + beauty
418:
419: 2017-02-16 moko
420:
421: * tests/: 384.html, results/384.processed: test for
422: ^reflection:mixin[; $.name[] ] option added (related to feature
423: #1089)
424:
425: * tests/: 384.html, results/384.processed: test for
426: ^reflection:mixin[] added (related to feature #1089)
427:
428: * src/types/pa_value.h: warning war: virtual ~Value() added
429:
1.112 moko 430: 2017-02-15 moko
431:
432: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
433: fixed
434:
435: * tests/: 320.html, results/320.processed: $.reverse(true/false)
436: test added (related to feature #1069)
437:
438: * src/: classes/reflection.C, types/pa_vstateless_class.h:
439: compilation without HASH_ORDER fixed
440:
441: * src/: classes/reflection.C, include/pa_hash.h:
442: $.reverse(true/false) added to ^reflection:methods[] (related to
443: feature #1069)
444:
445: 2017-02-14 moko
446:
447: * tests/: 152.html, results/152.processed: test for $._default hash
448: added (related to bug #1131)
449:
450: * tests/: 277.html, results/277.processed: test for hash with only
451: $._default is now defined (related to bug #1131)
452:
453: * src/types/pa_vhash.h: hash with only $._default is now defined
454: (fixed bug #1131)
455:
456: 2017-02-13 moko
457:
458: * tests/cat-windows.sh: cat-windows added (cygwin required)
459:
460: * tests/: 171.html, 264.html, 286.html, 370.html,
461: results/320.processed, results/375.processed, results/auto.p:
462: cat-windows.sh support added
463:
464: * tests/375.html: Windows support
465:
466: * tests/270.html: documented
467:
468: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
469: (not backslashes) even under Windows (broke test 270)
470:
471: 2017-02-12 moko
472:
473: * tests/: descript.ion, todo.txt: cleanup
474:
475: 2017-02-09 moko
476:
477: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
478: run_tests.cmd: Windows compatibility
479:
480: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
481: incorrectly (GMT) if parser is called from cygwin
482:
1.111 moko 483: 2017-02-08 moko
484:
1.112 moko 485: * operators.txt: actualization 15% completed
486:
487: * operators.txt: cp1251 -> utf-8
488:
489: * NEWS, README: minor update
490:
491: * src/include/pa_config_includes.h: warning war continues
492:
493: * src/: include/pa_config_includes.h, include/pa_memory.h,
494: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
495: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
496: gcc 6.x issues fixed
497:
1.111 moko 498: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
499: classes/classes.h, classes/curl.C, classes/date.C,
500: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
501: classes/hashfile.C, classes/image.C, classes/inet.C,
502: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
503: classes/memcached.C, classes/memory.C, classes/op.C,
504: classes/reflection.C, classes/regex.C, classes/response.C,
505: classes/string.C, classes/table.C, classes/void.C,
506: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
507: include/pa_array.h, include/pa_cache_managers.h,
508: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
509: include/pa_config_fixed.h, include/pa_config_includes.h,
510: include/pa_dictionary.h, include/pa_dir.h,
511: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
512: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
513: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
514: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
515: include/pa_request_charsets.h, include/pa_request_info.h,
516: include/pa_sapi.h, include/pa_socks.h,
517: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
518: include/pa_stack.h, include/pa_string.h,
519: include/pa_stylesheet_connection.h,
520: include/pa_stylesheet_manager.h, include/pa_symbols.h,
521: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
522: include/pa_uue.h, include/pa_xml_exception.h,
523: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
524: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
525: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
526: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
527: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
528: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
529: main/compile.tab.C, main/compile.y, main/compile_tools.C,
530: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
531: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
532: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
533: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
534: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
535: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
536: main/pa_string.C, main/pa_stylesheet_connection.C,
537: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
538: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
539: main/untaint.C, sql/pa_sql_driver.h,
540: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
541: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
542: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
543: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
544: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
545: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
546: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
547: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
548: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
549: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
550: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
551: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
552: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
553: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
554: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
555: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
556: types/pa_vmemcached.h, types/pa_vmemory.h,
557: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
558: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
559: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
560: types/pa_vresponse.C, types/pa_vresponse.h,
561: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
562: types/pa_vstateless_object.h, types/pa_vstatus.C,
563: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
564: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
565: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
566: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
567: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
568: 2015->2017
569:
1.110 moko 570: 2017-02-07 moko
571:
572: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
573:
574: 2017-02-06 moko
575:
576: * src/main/pa_common.C: minor fixes, whitespace
577:
578: * src/: classes/curl.C, classes/file.C, classes/image.C,
579: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
580: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
581: now used (implements feature #1081)
582:
583: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
584:
585: 2017-02-01 moko
586:
587: * src/include/pa_request.h: cleanup
588:
589: 2017-01-30 moko
590:
591: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
592:
593: 2017-01-29 moko
594:
595: * tests/: 383.html, results/383.processed: test for
596: ^reflection:stack[] added (related to feature #1052)
597:
598: * src/classes/reflection.C: else added
599:
600: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
601: $.max_file_lock_wait added (implements feature #1128)
602:
603: 2017-01-28 moko
604:
605: * tests/: 379-curl.html, results/379-curl.processed: curl empty
606: body and other cases tests added (related to featue #1014)
607:
608: * src/classes/curl.C: bug if response is empty fixed (related to
609: feature #1014)
610:
611: 2017-01-27 moko
612:
613: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
614: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
615: added (implements feature #1052)
616:
617: 2017-01-25 moko
618:
619: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
620: method test added
621:
622: 2017-01-23 moko
623:
624: * src/classes/reflection.C: optimization: options->get replaced by
625: hash iterator
626:
627: * tests/: 381.html, results/381.processed: now -> fixed date
628:
629: * src/main/pa_request.C: warning war
630:
631: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
632: 5Mb (fixes bug #1058)
633:
634: * src/classes/curl.C: warning war
635:
636: * tests/: 381.html, results/381.processed: tests for ^json:string
637: $.one-line(true) option added (related to feature #1124)
638:
639: * src/: classes/json.C, types/pa_value.h: $json-string
640: $.one-line(true|false) options is now supported (implements
641: feature #1124)
642:
643: * tests/: 380.html, results/380.processed: test for modified
644: $.max_file_size added (related to bug #1014)
645:
646: * tests/: 379.html, results/auto.p: tests for rewritten http file
647: load added (related to bug #1014)
648:
649: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
650: main/pa_common.C, main/pa_http.C: check_file_size added and used
651: in curl / file load from disk and http, http file load rewritten
652: (related to bug #1014)
653:
654: 2017-01-18 moko
655:
656: * tests/: 378.html, results/378.processed: tests for ^result[]
657: added (related to feature #66)
658:
659: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
660: Method::CO_WITHOUT_FRAME as frame still added in expression
661: (related to feature #66)
662:
663: 2017-01-17 moko
664:
665: * tests/: 377.html, results/377.processed: test for different
666: combinations of breaks in body and delimiter (related to bug
667: #1077)
668:
669: * tests/: 376.html, results/376.processed: many ^break[] tests
670: added (related to bug #1077)
671:
672: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
673: passed to native method" exception added to avoid bugs due to
674: WRITE_EXPR_RESULT skipped and native methods execution continues
675: after ^break[] (related to bug #1077)
676:
677: 2017-01-14 moko
678:
679: * tests/: 330.html, results/330.processed: test results updated
680: after ^break[] bugs where fixed (related to bug #1077)
681:
682: * tests/: 329.html, results/329.processed: test results updated
683: after ^break[] bugs where fixed (related to bug #1077)
684:
685: * tests/results/320.processed: ^return[] added
686:
687: 2017-01-13 moko
688:
689: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
690: classes/table.C, include/pa_request.h, main/execute.C,
691: main/pa_request.C, targets/cgi/parser3.C,
692: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
693: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
694: checked after each possible process/execute call (fixes bug
695: #1077)
696:
697: 2016-12-29 moko
698:
699: * src/main/pa_common.C: warning war
700:
701: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
702: include/pa_types.h, main/pa_request.C, main/pa_string.C:
703: pa_file_size_limit added, ^math:random fixed for upper limit and
704: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
705: (related to feature #1014)
706:
707: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
708: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
709: (related to feature #1014)
710:
711: 2016-12-28 moko
712:
713: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
714: warning war
715:
716: 2016-12-26 moko
717:
718: * tests/: 341.html, results/341.processed: test for
719: ^table.hash[id;;$.type[string]] added (related to feature #1057)
720:
721: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
722: (related to feature #1057)
723:
724: * src/types/pa_vdate.C: warning war continues...
725:
726: * src/: classes/date.C, classes/image.C, classes/table.C,
727: include/pa_config_includes.h, types/pa_vfile.C: warning war
728:
729: * src/lib/gd/gifio.C: warning war / cleanup
730:
731: * src/lib/json/pa_json.C: warning war
732:
733: * src/classes/hash.C: warning war
734:
735: * src/types/pa_vfile.C: warning war
736:
737: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
738: -Wall warning war continues
739:
740: * configure.ac: --with-build-warnings actualized
741:
742: 2016-12-25 moko
743:
744: * src/main/pa_exec.C: -wAll warning war
745:
746: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
747: -wAll warning war
748:
749: * src/: include/pa_common.h, include/pa_sapi.h,
750: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
751: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
752: -wAll warning war
753:
754: 2016-12-23 moko
755:
756: * src/lib/ltdl/Makefile.am: extra dist added
757:
758: * tests/results/344.processed: test result updated after $file.text
759: prefetched in ^hash::create[$file] (related to feature #1075)
760:
761: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
762: ^hash::create[$file] (related to feature #1075)
763:
764: 2016-12-22 moko
765:
766: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
767: main/pa_request.C, main/pa_stylesheet_connection.C,
768: types/pa_vfile.C: file_stat now return 64-bit size (implements
769: #1014 under 32-bit unix versions)
770:
771: 2016-12-21 moko
772:
773: * tests/: 375.html, results/375.processed: test for exec returning
774: stated file added (related to feature #1119)
775:
776: * src/classes/file.C: load should not return file with null body
777: (fixes bug #1119)
778:
779: 2016-12-14 moko
780:
781: * tests/: 374.html, results/374.processed: test for $method.name
782: added (related to feature #1117) plus method returning junction
783: test
784:
785: 2016-12-13 moko
786:
787: * src/: include/pa_symbols.h, main/pa_symbols.C,
788: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
789: (implements feature #1117)
790:
791: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
792: HEAD and TRACE can't have body (implements feature #1116)
793:
794: 2016-12-09 moko
795:
796: * tests/: 373.html, results/373.processed: tests for
797: ^reflection:tainting added (related to feature #1098)
798:
799: * src/classes/reflection.C: ^reflection:tainting arguments order
800: change (related to feature #1098)
801:
802: 2016-12-06 moko
803:
804: * src/: classes/reflection.C, include/pa_string.h,
805: main/pa_string.C: ^reflection:tainting[$string] added (implements
806: feature #1098)
807:
808: 2016-12-05 moko
809:
810: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
811: (fixes bug #1114)
812:
813: 2016-12-04 moko
814:
815: * tests/: 206.html, results/206.processed: negative zero (0/-1)
816: check added
817:
818: 2016-12-03 moko
819:
820: * tests/: 346-curl.html, results/346-curl.processed: test modified
821: to test value.as_hash() usage
822:
823: * src/classes/curl.C: value.as_hash() used for correct hash
824: processing
825:
826: * src/classes/reflection.C: exceptions texts fixes
827:
828: 2016-12-02 moko
829:
830: * tests/: 372.html, results/372.processed: tests for
831: ^reflection:create[ $.class[name] $.constructor[name]
832: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
833: feature #1094)
834:
835: * src/types/pa_vmethod_frame.h: comment added: params should be
836: declared outside of *_FRAME_ACTION as MethodParams destructor
837: will be called in ~VNativeMethodFrame
838:
839: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
840: ] minor fix
841:
842: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
843: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
844: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
845: now supported (implements feature #1094) value::as_hash added
846: (and should be used everywhere)
847:
848: * src/classes/reflection.C: cleanup
849:
850: 2016-12-01 moko
851:
852: * tests/: 356.html, results/356.processed: test for method
853: junctions class name added to the resulting hash added (related
854: to feature #1068)
855:
856: * src/classes/reflection.C: for method junctions class name added
857: to the resulting hash (related to feature #1068)
858:
859: 2016-11-30 moko
860:
861: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
862: exception (related to bug #1113)
863:
864: * src/types/pa_vhashfile.C: whitespace
865:
866: * src/main/pa_os.C: errno now returned as it should (fixes bug
867: #1113)
868:
869: * tests/results/: 175.processed, 192.processed, 224.processed,
870: 229.processed, 239.processed, 244.processed, 246.processed,
871: 314.processed, 352.processed: tests results updated after method
872: call exceptions improved as method now keeps its name
873:
874: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
875: types/pa_vmethod_frame.h: method call exceptions improved as
876: method now keeps its name
877:
878: * tests/: 224.html, 239.html, results/224.processed,
879: results/239.processed: tests and tests results updated after
880: Request::construct exception changed
881:
882: * src/: classes/reflection.C, main/execute.C: Request::construct
883: exception optimized
884:
885: * tests/: 371.html, results/371.processed: test for
886: WWrapper.get_element call in $.name.key[value] code added
887: (related to feature #1091)
888:
889: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
890: in $.name.key[value] code (related to feature #1091)
891:
892: 2016-11-29 moko
893:
894: * src/classes/op.C: VS warning war
895:
896: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
897: C4239: nonstandard extension used : 'return' : conversion from
898: 'Value' to 'Value &' (related to feature #1020)
899:
900: * src/: main/execute.C, types/pa_vmethod_frame.h,
901: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
902: used : 'return' : conversion from 'Value' to 'Value &' (related
903: to feature #1020)
904:
905: * src/main/execute.C: VS warning war
906:
907: * src/targets/cgi/parser3.C: VS compatibility fix
908:
909: * src/include/pa_request.h: VS warning war
910:
911: * tests/: 370.html, results/370.processed: test for ^file::exec[
912: ... $.stdin[$binary_file] ] added (related to bug #1044)
913:
914: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
915: include/pa_string.h, main/pa_exec.C: pa_exec now supports
916: $.stdin[$binary_file] (fixes bug #1044)
917:
918: 2016-11-28 moko
919:
920: * src/main/pa_exec.C: whitespace
921:
922: * src/main/pa_request.C: whitespace
923:
924: * tests/: 369.html, results/369.processed: test for
925: $response:status usage added (related to feature #1099)
926:
927: * src/targets/cgi/parser3.C: HTTP response code used as exit status
928: if < 100 (implements feature #1099)
929:
930: * src/targets/cgi/parser3.C: whitespace
931:
932: * src/targets/cgi/parser3.C: whitespace
933:
934: * tests/: 368.html, results/368.processed: test updated after
935: ^reflection:filename[$method] added (related to feature #1053)
936:
937: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
938: main/compile.y, main/execute.C, main/pa_request.C,
939: types/pa_vclass.h: filename -> filespec,
940: ^reflection:filename[$method] added (related to feature #1053)
941:
942: 2016-11-27 moko
943:
944: * tests/: 368.html, results/368.processed: test for
945: reflection:filename[$class or object] added (related to feature
946: #1053)
947:
948: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
949: types/pa_vstateless_class.h: ^reflection:filename[$class or
950: object] added (implements feature #1053)
951:
952: 2016-11-26 moko
953:
954: * src/: include/pa_request_info.h,
955: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
956: remove_absolute_uri -> strip_absolute_uri
957:
958: 2016-11-25 moko
959:
960: * src/: include/pa_request_info.h,
961: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
962: request_info.remove_absolute_uri added to remove possible
963: http://site.name/ from $request:uri (implements feature #1112)
964:
965: 2016-11-24 moko
966:
967: * tests/: 367-curl.html, results/367-curl.processed: test for
968: previous request headers clearing after redirect added (related
969: to bug #1109)
970:
971: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
972: response headers from previous requests are now cleared, only
973: last request headers are collected (fixes bug #1109)
974:
975: * tests/results/: 266.processed, 321.processed, 356.processed:
976: tests results updated as method name now added to the resulting
977: hash for new syntax only (Imp1 compatimility fixed, related to
978: feature #1068)
979:
980: * src/classes/reflection.C: method name now added to the resulting
981: hash for new syntax only (Imp1 compatimility fixed, related to
982: feature #1068)
983:
984: * tests/results/366.processed: test for native and parser
985: implementation of ^use[] logic (related to feature #1074)
986:
987: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
988: for native and parser implementation of ^use[] logic (related to
989: feature #1074)
990:
991: 2016-11-23 moko
992:
993: * src/: classes/op.C, include/pa_request.h, main/compile.y,
994: main/pa_request.C: @USE file now implemented as ^use[file;
995: $.origin[origin_file] ] (implements feature #1074)
996:
1.109 moko 997: 2016-11-21 moko
998:
1.110 moko 999: * tests/: 365.html, results/365.processed: test for $caller bugs in
1000: 3.4.4 and $caller.method now tested (related to feature #1110)
1001:
1002: * tests/: 364.html, results/364.processed: $caller usage in
1003: different contexts now tested (related to feature #1110)
1004:
1005: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1006:
1007: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1008:
1.109 moko 1009: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1010: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1011: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1012: used (implements feature #1110)
1013:
1014: 2016-11-20 moko
1015:
1016: * src/types/pa_vdouble.h: whitespace
1017:
1018: 2016-11-11 moko
1019:
1020: * tests/: 363.html, results/363.processed: more tests for feature
1021: #1091 (how parser methods work in expression context)
1022:
1023: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1024: expressions strings are now written as strings, not values by
1025: write_as_string (related to feature #1091)
1026:
1027: * src/classes/op.C: to make more correct behavour in expression
1028: context
1029:
1030: 2016-11-07 moko
1031:
1032: * tests/: 362.html, results/362.processed: test for
1033: xsltParseStylesheetDoc caching as xsl modification after it added
1034: (related to bug #1108)
1035:
1036: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1037: result now cached as xdoc is modified after it (fixes bug #1108)
1038:
1039: 2016-11-06 moko
1040:
1041: * src/types/pa_vxdoc.h: whitespace
1042:
1043: 2016-11-05 moko
1044:
1045: * src/types/pa_vmethod_frame.h: cleanup
1046:
1047: 2016-11-03 moko
1048:
1049: * tests/results/244.processed: more correct exception after method
1050: frames separation
1051:
1052: * src/types/pa_vmethod_frame.h: minor optimizaion
1053:
1054: * src/types/pa_method.h: optimization: params_count added
1055:
1056: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1057: include/pa_request.h, main/execute.C, main/pa_request.C,
1058: types/pa_value.C, types/pa_vmethod_frame.C,
1059: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1060: VMethodFrame now divided into VNativeMethodFrame,
1061: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1062: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1063: and used (related to feature #1104)
1064:
1065: 2016-11-02 moko
1066:
1067: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1068: classes/double.C, classes/file.C, classes/hash.C,
1069: classes/hashfile.C, classes/image.C, classes/inet.C,
1070: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1071: classes/memcached.C, classes/op.C, classes/reflection.C,
1072: classes/regex.C, classes/string.C, classes/table.C,
1073: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1074: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1075: r.write (implements feature #1091)
1076:
1077: * src/main/execute.C: cleanup (related to feature #1104)
1078:
1079: * src/: include/pa_request.h, main/execute.C,
1080: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1081: added, in_expression removed (implements feature #1104)
1082:
1083: 2016-10-31 moko
1084:
1085: * src/types/pa_value.C: whitespace
1086:
1087: 2016-10-28 moko
1088:
1089: * tests/results/244.processed: updated after error reporting fixed
1090: in pa_wcontext.C
1091:
1092: * src/types/pa_wcontext.C: error reporting fixed
1093:
1094: * src/types/pa_wcontext.h: whitespace
1095:
1096: * src/classes/image.C: not fully readed entries are no longer
1097: processed (fixes bug #1106)
1098:
1099: 2016-10-26 moko
1100:
1101: * src/classes/image.C: whitespace
1102:
1103: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1104: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1105: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1106: longer required (related to feature #1091)
1107:
1108: * tests/results/: 264.processed, 350.processed: test results update
1109: reverted (whitespace optimization) after write_no_lang removed :)
1110: (related to feature #1091)
1111:
1112: * src/: classes/file.C, classes/hash.C, classes/op.C,
1113: classes/string.C, classes/table.C, classes/void.C,
1114: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1115: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1116: equal write_pass_lang (related to feature #1091)
1117:
1118: * tests/results/: 264.processed, 350.processed: test results
1119: updated (whitespace optimization) after write_assign_lang removed
1120: (related to feature #1091)
1121:
1122: * tests/: 361.html, results/361.processed: test for non-string
1123: ^untaint added (related to feature #1091)
1124:
1125: * src/: classes/curl.C, classes/date.C, classes/file.C,
1126: classes/hash.C, classes/op.C, classes/string.C,
1127: include/pa_request.h, main/execute.C: optimization:
1128: write_assign_lang removed as not required (first part of feature
1129: #1091 implementation)
1130:
1.108 moko 1131: 2016-10-12 moko
1132:
1133: * tests/: 360.html, results/360.processed: more test code (related
1134: to feature #1104)
1135:
1136: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1137: include/pa_request.h, main/compile.y, main/execute.C: opcode
1138: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1139: WContext is next task (implements feature #1104)
1140:
1141: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1142: / CO_WITHOUT_WCONTEXT
1143:
1144: * tests/: 360.html, results/360.processed: test for in expression
1145: state (related to feature #1104)
1146:
1147: 2016-10-11 moko
1148:
1149: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1150:
1151: * src/classes/op.C: default value removed from initializer
1152:
1153: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1154:
1155: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1156:
1157: 2016-10-10 moko
1158:
1159: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1160: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1161: to feature #42)
1162:
1163: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1164: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1165:
1166: 2016-10-08 moko
1167:
1168: * src/classes/double.C: whitespace
1169:
1170: 2016-10-07 moko
1171:
1172: * src/types/pa_vmethod_frame.h: reorder
1173:
1174: 2016-10-06 moko
1175:
1176: * src/classes/date.C: typo
1177:
1178: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1179:
1180: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1181: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1182: types/pa_vmethod_frame.h: params.get now returns Value&, not
1183: Value*
1184:
1185: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1186:
1187: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1188: removed; first as_* code rewrite
1189:
1190: 2016-10-05 moko
1191:
1192: * src/include/pa_request.h: whitespace
1193:
1194: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1195: intercept_string added (related to feature #1097)
1196:
1197: * src/: classes/image.C, classes/op.C, classes/table.C,
1198: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1199: optimization: intercept_string removed (implements feature #1097)
1200:
1201: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1202:
1203: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1204: from VCodeFrame and WWrapper as not required
1205:
1206: 2016-10-04 moko
1207:
1208: * src/: classes/curl.C, classes/date.C, classes/double.C,
1209: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1210: classes/int.C, classes/json.C, classes/op.C,
1211: classes/reflection.C, classes/string.C, classes/table.C,
1212: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1213: proces_to_value -> process after StringOrValue removed (related
1214: to feature #1020)
1215:
1216: * src/classes/form.C: whitespace
1217:
1218: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1219:
1220: * tests/: 357.html, 358.html, results/357.processed,
1221: results/358.processed, results/auto.p: test for @conf
1222: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1223:
1224: 2016-10-03 moko
1225:
1226: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1227: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1228: supported (implements feature #42)
1229:
1230: * src/types/pa_vregex.h: no reason for VRegex to be
1231: is_evaluated_expr
1232:
1233: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1234: (implements feature #1095)
1235:
1236: 2016-10-01 moko
1237:
1238: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1239: false by default (related to feature #1089)
1240:
1241: 2016-09-30 moko
1242:
1243: * src/types/pa_wcontext.h: cleanup
1244:
1245: 2016-09-29 moko
1246:
1247: * src/main/execute.C: whitespace
1248:
1249: * src/include/pa_request.h: whitespace
1250:
1251: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1252: classes/op.C, classes/table.C, include/pa_request.h,
1253: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1254: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1255: StringOrValue removed as it just slows down and adds complexity
1256: (implements feature #1020)
1257:
1258: 2016-09-28 moko
1259:
1260: * tests/: 356.html, results/266.processed, results/321.processed,
1261: results/356.processed: tests updated after name was added to
1262: method_info hash, test for ^reflection:method_info[junction]
1263: added (related to feature #1068)
1264:
1265: * src/classes/reflection.C: ^reflection:method_info[junction] now
1266: supported, method name added to the resulting hash (implements
1267: feature #1068)
1268:
1269: * tests/: 276.html, results/276.processed: more tests for
1270: ^reflection:delete[]
1271:
1272: * src/classes/reflection.C: fixed bug then ^reflection:delete
1273: didn't work on class and could damage native objects (like file)
1274:
1275: 2016-09-26 moko
1276:
1277: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1278: results/345.processed, results/346-curl.processed,
1279: results/347-curl.processed, results/348.processed: numbers added
1280: to simplify diff analysis
1281:
1282: * tests/: 352.html, results/352.processed: test result updated as
1283: method name used
1284:
1285: * src/classes/reflection.C: method name used
1286:
1287: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1288: its name
1289:
1290: * src/types/pa_method.h: whitespace
1291:
1292: * src/classes/reflection.C: both method and field with one name can
1293: exist.
1294:
1295: * src/classes/reflection.C: ^reflection:mixin added (implements
1296: feature #1089)
1297:
1298: * tests/: 355.html, results/355.processed: property appears in
1299: derived class if added in base test added
1300:
1301: * src/types/pa_vstateless_class.h: get_method declaration +
1302: whitespace
1303:
1304: * tests/: 354.html, results/354.processed: nice test from method
1305: and property with one name in class added
1306:
1307: 2016-09-23 moko
1308:
1309: * src/classes/reflection.C: ^reflection:method usage documented
1310:
1311: 2016-09-22 moko
1312:
1313: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1314: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1315: compile warning and GPF occures on VS2003 (related to feature
1316: #1087)
1317:
1318: * tests/: 350.html, results/350.processed: test added for
1319: $.encloser[] support in ^table::create (related to feature #11)
1320:
1321: * src/classes/table.C: another minor fix (related to feature #11)
1322:
1.107 moko 1323: 2016-09-21 moko
1324:
1325: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1326:
1327: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1328: classes/json.C, classes/string.C, classes/table.C,
1329: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1330: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1331: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1332: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1333: pa_charsets, vs2015 warning war
1334:
1335: * src/classes/table.C: vs2015 warning war
1336:
1337: * src/types/pa_vdate.C: vs2015 warning war
1338:
1339: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1340:
1341: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1342: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1343:
1344: * src/main/pa_common.C: vs2015 compilation fixes
1345:
1346: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1347: vs2015 compilation fixes
1348:
1349: * src/main/pa_charset.C: vs2015 warning war
1350:
1351: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1352:
1353: * src/main/pa_charset.C: vs2015 warning war
1354:
1355: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1356:
1357: * src/types/pa_vdate.C: vs2015 compilation fix
1358:
1359: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1360:
1361: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1362: VS2015 compilation fixes
1363:
1364: * src/classes/table.C: minor fix (related to feature #11)
1365:
1366: * tests/results/282.processed: no longer skipping extra enclosers
1367: (related to feature #11)
1368:
1369: * src/classes/table.C: minor fix + no longer skipping extra
1370: enclosers (related to feature #11)
1371:
1372: * src/classes/table.C: minor optimization (related to feature #11)
1373:
1374: * src/classes/table.C: minor fix and optimization (related to
1375: feature #11)
1376:
1377: 2016-09-20 moko
1378:
1379: * tests/: 353.html, results/353.processed: test for
1380: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1381: added (related to bug #1090)
1382:
1383: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1384: one_big_piece (fixes bug #1090)
1385:
1386: * tests/: 229.html, results/229.processed: code coverage tests
1387:
1388: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1389: body) was called
1390:
1391: * src/classes/op.C: whitespace
1392:
1393: * tests/: 323.html, results/323.processed: test for code junction
1394: should not be returned by ^reflection:class, ^reflection:base
1395:
1396: * src/classes/reflection.C: bugfix: code junction should not be
1397: returned by ^reflection:class, ^reflection:base
1398:
1399: * tests/: 323.html, 352.html, results/352.processed: no more
1400: exception for ^reflection:method[class;no-such-method] (related
1401: to feature #1087)
1402:
1403: * src/classes/reflection.C:
1404: ^reflection:method[class;no-such-method] : exception -> void
1405: (related to feature #1087)
1406:
1407: * src/include/pa_request.h: request::write_value added to allow
1408: write value without convertion (related to issue #1091)
1409:
1410: 2016-09-19 moko
1411:
1412: * src/main/pa_random.C: windows build fix
1413:
1414: * src/types/pa_vhash.h: warning war
1415:
1416: 2016-09-14 moko
1417:
1418: * tests/: 352.html, 552.html, results/352.processed,
1419: results/552.processed: test for ^reflection:method[] extension
1420: added (related to feature #1087)
1421:
1422: * tests/: 552.html, results/552.processed: test for
1423: ^reflection:method[] extension added (related to feature #1087)
1424:
1425: * src/classes/reflection.C: compatibility issue fixed, VClass
1426: dynamic_cast check added (related to feature #1087)
1427:
1428: * tests/: 351.html, results/351.processed: test for @auto[]
1429: inheritance bug diring ^process[] added (related to bug #1088)
1430:
1431: * src/: classes/op.C, main/pa_request.C,
1432: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1433: disable it inheritance during ^process (fixes bug #1088)
1434:
1435: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1436: added (implements feature #1087)
1437:
1438: 2016-09-13 moko
1439:
1440: * tests/: 349.html, results/auto.p: test for objects prototyping
1441: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1442: to feature #1086)
1443:
1444: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1445: types/pa_vobject.C: objects now are not class instances, but have
1446: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1447: in @conf (implements feature #1086)
1448:
1449: 2016-09-08 moko
1450:
1451: * src/: classes/file.C, classes/mail.C, classes/string.C,
1452: classes/table.C, main/pa_http.C, main/pa_string.C,
1453: include/pa_string.h: cleanup: string::split limit argument
1454: removed as no longer required, pos_after no longer reference
1455: (related to feature #11)
1456:
1457: * src/classes/table.C, tests/results/348.processed: now exception
1458: is rised when invalid option is passed to ^table::create[]
1459:
1460: * tests/: 282.cfg, 282.html, results/282.processed: more code
1461: coverage tests
1462:
1463: * tests/: 348.html, results/348.processed: code coverage tests
1464: added
1465:
1466: * tests/: 348.html, results/348.processed: generic ^table::create[]
1467: tests
1468:
1469: * tests/: 035.html, results/035.processed, results/272.processed:
1470: tests updated after $.encloser[] support for ^table::create
1471: implementation (related to feature #11)
1472:
1473: * src/classes/table.C: $.encloser[] support for ^table::create
1474: finally added (implements feature #11)
1475:
1476: 2016-09-07 moko
1477:
1478: * src/include/pa_string.h: added StringSplitHelper as friend
1479: (related to feature #11)
1480:
1481: * src/include/pa_string.h: body and langs now protected, not
1482: private to allow inheritance (related to feature #11)
1483:
1484: * src/classes/table.C: lsplit optimized before cloning for
1485: ^table::create with $.encloser[] (related to feature #11)
1486:
1487: * src/classes/table.C: optimizaion: TableControlChars.separators
1488: added and used (related to feature #11)
1489:
1490: * src/classes/table.C: spelling:
1491:
1492: TableSeparators -> TableControlChars column -> separator
1493: separators -> control_chars
1494:
1495: 2016-09-06 moko
1496:
1497: * src/main/pa_string.C: whitespace
1498:
1499: * src/main/pa_string.C: whitespace
1500:
1501: 2016-09-01 moko
1502:
1503: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1504: results OS-independent
1505:
1506: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1507: compiler (related to feature #1042)
1508:
1509: 2016-08-15 moko
1510:
1511: * src/include/pa_string.h: whitespace
1512:
1513: * src/classes/table.C: whitespace
1514:
1.106 moko 1515: 2016-08-05 moko
1516:
1517: * tests/: 344.html, results/344.processed: test for
1518: ^hash::create[$file] added (related to feature #1075)
1519:
1520: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1521: supported (implements feature #1075)
1522:
1523: 2016-08-04 moko
1524:
1525: * tests/: 341.html, results/341.processed: more code coverage tests
1526:
1527: * tests/: 346-curl.html, results/346-curl.processed: more code
1528: coverage tests for curl
1529:
1530: * tests/: 346-curl.html, results/346-curl.processed: more code
1531: coverage tests for curl
1532:
1533: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1534: results/223.processed: code coverage tests: $.form[ $.table[] ]
1535: test added
1536:
1537: * tests/: 223-curl.html, results/223-curl.processed: more code
1538: coverage tests for curl
1539:
1540: 2016-08-03 moko
1541:
1542: * src/classes/curl.C: dlink(curl_library) now called not once, but
1543: until it will be loaded, allowing to find existing library.
1544:
1545: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1546: results/347-curl.processed: more code coverage tests for curl
1547:
1548: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1549: results/339-curl.processed, results/346-curl.processed: curl
1550: functionality tests
1551:
1552: 2016-08-02 moko
1553:
1554: * tests/: 339.html, results/339.processed: test for tables in
1555: ^file:load[] and ^curl:load[] (commented) added (related to
1556: feature #1042)
1557:
1558: * tests/: 345.html, results/345.processed: code coverage tests for
1559: file class
1560:
1561: * tests/: 344.html, results/344.processed: code coverage tests
1562:
1563: * tests/: 344.html, results/344.processed: mdate removed from
1564: output
1565:
1566: * src/classes/file.C: minor bugfix: is_text should be taked from
1567: fcontent.is_text_mode() if not set (related to feature #1061)
1568:
1569: * tests/: 344.html, results/344.processed: more tests
1570:
1571: * tests/: 343.html, 344.html, results/343.processed,
1572: results/344.processed: tests for ^file::create[ $.from-charset
1573: and $.to-charset ] (related to feature #1061)
1574:
1575: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1576: aset_text_mode argument optimized
1577:
1578: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1579: checkBOM now used in detect_binary_content (related to feature
1580: #1061)
1581:
1582: * src/main/pa_request.C: load_charset no longer required to_upper
1583:
1584: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1585: preserves original file mode (if no $.mode specified)
1586:
1587: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1588: ^file::create now supports $.from-charset[] and $.to-charset
1589: options (implements feature #1061), automatic transcode is done
1590: if text file is created from binary file and charset is detected.
1591:
1592: 2016-07-30 moko
1593:
1594: * src/classes/table.C: ^t.hash[..;] now supported (related to
1595: feature #1057)
1596:
1597: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1598: added (related to feature #1057)
1599:
1600: * tests/: 286.html, results/286.processed: code tests coverage
1601:
1602: 2016-07-29 moko
1603:
1604: * src/classes/table.C: table size should be checked inside menu and
1605: foreach (related to feature #858)
1606:
1607: * src/: classes/curl.C, classes/file.C, classes/string.C,
1608: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1609: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1610: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1611: charsets.get now does str_upper inside (related to feature #1061)
1612:
1613: * tests/: 342.html, results/342.processed: more code coverage tests
1614:
1615: * tests/: 342.html, outputs/342.processed: table menu code coverage
1616: + foreach test added (related to feature #858)
1617:
1618: * tests/: 341.html, results/341.processed: tests for
1619: ^table.hash[]{code} added + code coverage tests (related to
1620: feature #1057)
1621:
1622: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1623: value} support (implements feature #1057)
1624:
1625: * src/classes/table.C: whitespace
1626:
1627: 2016-07-28 moko
1628:
1629: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1630: from URL, if not specified query string removed from url-based
1631: filenames in ^curl:load[] and ^file::load[] (related to feature
1632: #1042)
1633:
1634: 2016-07-27 moko
1635:
1636: * tests/: 340.html, results/340.processed: test for
1637: transcode_text_result=false added (related to issue #1042)
1638:
1639: 2016-07-26 moko
1640:
1641: * src/types/pa_vfile.C: file name should not be empty (if file path
1642: is folder and ends with /) (related to feature #1042)
1643:
1644: * src/main/pa_http.C: whitespace optimizaion
1645:
1646: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1647: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1648: multiple headers, ^file::load supports headers transcoding
1649: (implements feature #1042)
1650:
1651: 2016-07-25 moko
1652:
1653: * src/include/pa_common.h: PA_DEFAULT added
1654:
1655: 2016-07-22 moko
1656:
1657: * tests/: 338.html, results/338.processed: test for
1658: $date.field(value) added (related to feature #1066)
1659:
1660: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1661: $date.field(value) now supported for y/m/d/h/m/s (implements
1662: feature #1066)
1663:
1.105 moko 1664: 2016-07-21 moko
1665:
1666: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1667: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1668: arguments removed; image.C - absolute path shown in exception
1669: (implements feature #1071)
1670:
1671: * tests/: 235.html, results/235.processed: test and test result
1672: updated after static boundary in mail and Errors-To: mail header
1673: removed (related to feature #1047)
1674:
1675: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1676: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1677: used, static boundary in mail removed, Errors-To: mail header
1678: removed (implements feature #1047)
1679:
1680: 2016-07-20 moko
1681:
1682: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1683: equest.classes(): Value -> VStateless_class, part 3 (related to
1684: issue #1051)
1685:
1686: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1687: request.classes(): Value -> VStateless_class, part 2 (related to
1688: issue #1051)
1689:
1690: * tests/results/: 224.processed, 323.processed: classes without
1691: methods should not be methoded (related to issue #1051)
1692:
1693: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1694: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1695: -> VStateless_class, part 1 (related to issue #1051)
1696:
1697: * tests/: 337.html, results/337.processed: test for
1698: ^reflection:fields_reference[] and VHashReference class added
1699: (related to feature #1072)
1700:
1701: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1702: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1703: and VHashReference added, allowing ^reflection:fields_reference[]
1704: implementation (closes feature #1072)
1705:
1706: 2016-07-19 moko
1707:
1708: * tests/: 323.html, results/323.processed: we want to see
1709: "methoded"
1710:
1711: * tests/: 336.html, results/336.processed: test for $BASE:property
1712: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1713: #1059)
1714:
1715: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1716: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1717: somebody_entered_some_class, $BASE:property works again,
1718: ^BASE:method[] bugs fixed (fixes bug #1059)
1719:
1720: 2016-07-14 moko
1721:
1722: * tests/: 335.html, results/335.processed: test for feature #1055
1723: added
1724:
1725: * src/classes/hash.C: bugfix: $._default was not copied if empty
1726: feature: ^hash.contains[_default] added (implements feature
1727: #1055)
1728:
1729: 2016-07-13 moko
1730:
1731: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1732: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1733:
1734: 2016-07-05 moko
1735:
1736: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1737: in ^hash.foreach (related to feature #1073)
1738:
1739: 2016-07-04 moko
1740:
1741: * tests/: 134.html, 281.html, results/134.processed,
1742: results/281.processed: tests updated after hash blocking removed
1743: (related to feature #1073)
1744:
1745: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1746: no longer blocks on change during foreach (implements feature
1747: #1073)
1748:
1749: 2016-06-17 moko
1750:
1751: * tests/: 330.html, results/330.processed: try exception source
1752: test added (related to bug in #1062)
1753:
1754: * tests/: 334.html, results/334.processed: Exception stack trace
1755: test added (related to bug in $1062)
1756:
1757: * src/classes/op.C: Exception trace now correctly restored and
1758: errors reported (related to bug #1062)
1759:
1.104 moko 1760: 2016-05-25 moko
1761:
1762: * src/main/compile.y: minor cleanup + beauty
1763:
1764: 2016-05-24 moko
1765:
1766: * tests/: 333.html, results/333.processed: more exceptions testing
1767:
1768: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1769: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1770: features #1056, #1026)
1771:
1772: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1773: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1774: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1775: (implements feature #1056)
1776:
1777: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1778: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1779: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1780: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1781: feature #1026)
1782:
1783: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1784: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1785: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1786: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1787: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1788: feature #1026)
1789:
1790: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1791: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1792: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1793: SYMBOLS_CACHING define implemented (related to feature #1026)
1794:
1795: * src/main/main.vcproj: + ps_symbols
1796:
1797: * src/: include/Makefile.am, include/pa_string.h,
1798: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1799: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1800: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1801: types/pa_vstateless_class.C: initial implementation for symbols
1802: cache (related to feature #1026)
1803:
1804: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1805:
1806: * src/main/pa_globals.C: minor cleanup
1807:
1808: 2016-05-19 moko
1809:
1810: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1811: (related to feature #1046)
1812:
1813: * tests/: 331.html, results/331.processed: test for
1814: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1815: (related to feature #1051)
1816:
1817: * src/main/compile.y:
1818: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1819: (implements feature #1054)
1820:
1821: 2016-05-18 moko
1822:
1823: * src/types/pa_vtable.C, tests/results/324.processed: no more
1824: "column not found" exception for ^table.no-such-method[] (related
1825: to feature #1046)
1826:
1827: * tests/: 261.html, results/261.processed: test added and updated
1828: after feature #1046 implementation
1829:
1830: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1831: types/pa_vvoid.h: $string.anything works for whitespace strings,
1832: ^string.contains added for hash compatibility, $string.method no
1833: longer returns stting method (implements feature #1046)
1834:
1835: 2016-05-12 moko
1836:
1837: * src/classes/curl.C: content-type response header no longer
1838: ignored (fixes issue #1045)
1839:
1840: * tests/: 330.html, results/330.processed: test for incomplete
1841: finally execution when break occures added (related to issue
1842: #1077)
1843:
1844: * src/classes/op.C: bugfix: Request::skip reset is called before
1845: executing catch and finally code (fixes issue #1062)
1846:
1847: 2016-05-11 moko
1848:
1849: * tests/: 329.html, results/329.processed: test for invalid
1850: ^break[] behavour added (bug #1077)
1851:
1852: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1853:
1854: 2016-04-24 moko
1855:
1856: * src/types/pa_vstateless_class.h: warning war
1857:
1858: 2016-04-17 moko
1859:
1860: * tests/: 328.html, results/328.processed: test for
1861: ^break(condition) and ^continue(condition) (related to feature
1862: #1063)
1863:
1864: * src/classes/op.C: ^break(condition) and ^continue(condition)
1865: implemented (feature #1063)
1866:
1867: 2016-04-12 moko
1868:
1869: * tests/results/280.processed: ordered hash now used for class
1870: methods and properties (test results updated for feature #1069)
1871:
1872: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1873: to xdoc.C as under FreeBSD it was inited after and inheritance
1874: failed (related to issue #1051)
1875:
1876: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1877: are printed to check inheritance (related to feature #1051)
1878:
1.103 moko 1879: 2016-04-09 moko
1880:
1881: * tests/results/320.processed: ordered hash now used for class
1882: methods and properties (test results updated for feature #1069)
1883:
1884: * src/types/pa_vstateless_class.h: ordered hash now used for class
1885: methods and properties (implements feature #1069)
1886:
1887: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1888: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1889: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1890: feature #1051)
1891:
1892: 2016-04-07 moko
1893:
1894: * src/main/execute.C: returned Value in .CLASS case for VJunction
1895: (related to feature #1051)
1896:
1897: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1898: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1899: string constants deduplication (related to feature #1051)
1900:
1901: * tests/results/224.processed: test result updated (related to
1902: feature #1051)
1903:
1904: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1905: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1906: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1907: types/pa_vstatus.h: classes hash now contains only
1908: VStateless_class derived objects, .CLASS is also allways
1909: VStateless_class derived object (related to feature #1051).
1910:
1911: 2016-04-06 moko
1912:
1913: * tests/results/323.processed: test result updated after feature
1914: #1051 implementation
1915:
1916: * src/: classes/classes.h, classes/op.C, classes/response.C,
1917: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1918: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1919: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1920: types/pa_vresponse.C, types/pa_vresponse.h,
1921: types/pa_vstateless_class.h: base -> methoded_donor for static
1922: classes, type() moved from VStateless_class to VClass and
1923: Methoded (implements feature #1051)
1924:
1925: 2016-04-04 moko
1926:
1927: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1928: beauty: put_class added (related to feature #1051)
1929:
1930: 2016-04-01 moko
1931:
1932: * tests/results/: 175.processed, 192.processed, 224.processed,
1933: 229.processed, 244.processed, 246.processed, 316.processed: test
1934: results updated as class.type() removed from error messages, only
1935: type() left (related to feature #1051)
1936:
1937: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1938: classes/op.C, classes/reflection.C, main/compile.y,
1939: main/compile_tools.h, main/execute.C, main/pa_request.C,
1940: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1941: types/pa_vmethod_frame.h, types/pa_vobject.h,
1942: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1943: from VStateless_class, type() is used instead (related to feature
1944: #1051)
1945:
1946: * src/classes/mail.C: old logic restored.
1947:
1948: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1949: classes/classes.h, classes/curl.C, classes/date.C,
1950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1951: classes/hashfile.C, classes/image.C, classes/inet.C,
1952: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1953: classes/memcached.C, classes/memory.C, classes/reflection.C,
1954: classes/regex.C, classes/response.C, classes/string.C,
1955: classes/table.C, classes/xdoc.C, classes/xnode.C,
1956: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1957: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1958: feature #1051)
1959:
1960: 2016-03-30 moko
1961:
1962: * tests/: 327.html, results/224.processed, results/327.processed:
1963: test for TZ specification in ^date::create[], TZ is kept during
1964: ^date::create[$dt] (related to feature #1048)
1965:
1966: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1967: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1968: feature #1048)
1969:
1970: 2016-03-29 moko
1971:
1972: * tests/: 315.html, results/315.processed: test for timezone format
1973: +HHmm added (related to feature #1065)
1974:
1975: * src/classes/date.C: timezone format +HHmm now supported
1976: (implements feature #1065)
1977:
1978: 2016-03-28 moko
1979:
1980: * tests/: 202.html, results/131.processed, results/202.processed,
1981: results/224.processed, results/256.processed,
1982: results/315.processed: test results updated after %.2d now
1983: default for hours offset in iso-string (was %2d), test for
1984: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1985: added (related to feature #1065)
1986:
1987: 2016-03-27 moko
1988:
1989: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1990: feature #1065)
1991:
1992: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1993: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1994: added (implements feature #1065)
1995:
1996: 2016-03-24 moko
1997:
1998: * tests/: 202.html, results/202.processed: test $date.week added
1999: (related to bug #1067)
2000:
2001: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2002: date (fix for bug #1067)
2003:
2004: 2016-03-10 moko
2005:
2006: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2007:
1.102 moko 2008: 2015-12-07 moko
2009:
2010: * tests/: 326.html, results/326.processed: test for .CLASS &
2011: .CLASS_NAME optimization added (related to feature #844)
2012:
2013: 2015-11-17 moko
2014:
2015: * tests/: 323.html, results/323.processed: order added
2016:
2017: * tests/: 325.html, results/325.processed: double range test added
2018: (related to bug #1049)
2019:
2020: 2015-11-16 moko
2021:
2022: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2023: added to disallow NaN and Infinity (fixes bug #1049)
2024:
2025: 2015-11-11 moko
2026:
2027: * tests/324.html: parser 3.4.3 execution support added (related to
2028: feature #1017)
2029:
2030: * tests/: 324.html, results/324.processed: test for
2031: GET_ELEMENT4CALL feature added (feature #1017)
2032:
1.101 moko 2033: 2015-10-29 moko
2034:
2035: * operators.txt: updated for 3.4.4
2036:
2037: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2038:
2039: * src/main/pa_exec.C: get_exit_status implemented for Windows
2040: (related to bug #1043)
2041:
2042: 2015-10-28 moko
2043:
2044: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2045: hangup during ^file::exec (fixes bug #1043)
2046:
1.100 moko 2047: 2015-10-27 moko
2048:
2049: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2050:
1.99 moko 2051: 2015-10-26 moko
2052:
1.100 moko 2053: * tests/322.html, src/classes/reflection.C: arguments reorder
2054: (related to issue #1041)
2055:
2056: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2057: Copyright year updated
2058:
1.99 moko 2059: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2060: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2061: classes/form.C, classes/hash.C, classes/hashfile.C,
2062: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2063: classes/mail.C, classes/math.C, classes/memcached.C,
2064: classes/memory.C, classes/op.C, classes/reflection.C,
2065: classes/regex.C, classes/response.C, classes/string.C,
2066: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2067: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2068: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2069: include/pa_config_fixed.h, include/pa_config_includes.h,
2070: include/pa_dictionary.h, include/pa_dir.h,
2071: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2072: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2073: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2074: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2075: include/pa_request_charsets.h, include/pa_request_info.h,
2076: include/pa_sapi.h, include/pa_socks.h,
2077: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2078: include/pa_stack.h, include/pa_string.h,
2079: include/pa_stylesheet_connection.h,
2080: include/pa_stylesheet_manager.h, include/pa_table.h,
2081: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2082: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2083: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2084: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2085: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2086: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2087: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2088: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2089: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2090: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2091: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2092: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2093: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2094: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2095: main/pa_string.C, main/pa_stylesheet_connection.C,
2096: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2097: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2098: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2099: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2100: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2101: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2102: targets/isapi/parser3isapi.C, types/pa_junction.h,
2103: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2104: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2105: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2106: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2107: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2108: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2109: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2110: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2111: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2112: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2113: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2114: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2115: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2116: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2117: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2118: types/pa_vresponse.C, types/pa_vresponse.h,
2119: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2120: types/pa_vstateless_object.h, types/pa_vstatus.C,
2121: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2122: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2123: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2124: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2125: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2126:
2127: * src/targets/cgi/parser3.C: year updated
2128:
2129: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2130: issue #1041)
2131:
2132: * tests/: 323.html, results/323.processed: test for base classes
2133: added
2134:
2135: * tests/: 261.html, results/261.processed: updated after better
2136: error reporting done for $string.key exception
2137:
2138: * src/types/pa_vstring.h: better error report for $string.key
2139: exception
2140:
2141: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2142: copied as VObject::get_element4call to remove extra virtual call
2143:
2144: * tests/: 322.html, results/322.processed: test for
2145: ^reflection:is[] added (related to feature #1041)
2146:
2147: * src/classes/reflection.C: ^reflection:is empty value is void
2148: (related to feature #1041)
2149:
2150: * src/classes/reflection.C:
2151: ^reflection:is[class_name|code|method;[context;]element_name]
2152: added (implements feature #1041)
2153:
2154: 2015-10-24 moko
2155:
2156: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2157:
1.98 moko 2158: 2015-10-22 moko
2159:
2160: * tests/: 321.html, results/321.processed: test for
2161: ^reflection:method_info[] file detection added
2162:
2163: * tests/: 320.html, results/320.processed: test for
2164: ^reflection:class_by_name[class_name] added (related to feature
2165: #993)
2166:
2167: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2168: added (implements feature #993)
2169:
2170: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2171: (related to feature #1017)
2172:
2173: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2174: added (related to issue #1039)
2175:
2176: * src/main/pa_request.C: ^throw origin fixed (related to feature
2177: #1039)
2178:
2179: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2180: for VDate
2181:
2182: * tests/results/182.processed: updated after feature #1038
2183: implemented
2184:
2185: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2186: compile-time exception origin added (test for feature #1039)
2187:
2188: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2189: main/pa_request.C: exception unification: compile-time exceptions
2190: now have origin, @USE origins also tracked (implements feature
2191: #1039)
2192:
2193: 2015-10-20 moko
2194:
2195: * src/main/pa_request.C: cleanup
2196:
2197: 2015-10-15 moko
2198:
2199: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2200:
2201: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2202: types/pa_vtable.C: new feature: no more $table.method and
2203: $hash.method, aliases for _at, _count, _key (related to feature
2204: #1017)
2205:
1.97 moko 2206: 2015-10-14 moko
2207:
1.98 moko 2208: * tests/: 317.html, results/317.processed: test for
2209: ^string.unescape[] added (related to feature #120)
2210:
1.97 moko 2211: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2212: defined" bug (described in issue #1036)
2213:
2214: * tests/: 247.html, results/247.processed: test for checkBOM added
2215: (test for bug #1037)
2216:
2217: * src/: include/pa_charsets.h, main/pa_charsets.C,
2218: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2219: it's not enforced, skips BOM signature if it complies charset
2220: (fixes bug #1037)
2221:
2222: 2015-10-13 moko
2223:
2224: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2225: linking
2226:
2227: * src/classes/inet.C: vs2003 compilation fix
2228:
2229: * src/classes/math.C: warning war
2230:
2231: * src/lib/punycode/pa_punycode.c: warning war
2232:
2233: 2015-10-12 moko
2234:
2235: * src/lib/punycode/pa_punycode.c: warning war
2236:
2237: * parser3.sln: moved parser3 first, to make it default startup
2238: project
2239:
2240: * buildall: parser "mirror" now used for external libs sources
2241: (implements feature #1036)
2242:
2243: * buildall: most external libs are updated to their current
2244: versions (related to feature #1036)
2245:
2246: * src/classes/image.C: more tags added
2247:
2248: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2249:
2250: 2015-10-11 moko
2251:
2252: * src/classes/curl.C: minor optimization (related to feature #1035)
2253:
2254: 2015-10-09 moko
2255:
2256: * src/classes/curl.C: pa_strdup added for strings from curl
2257: (related to feature #1035)
2258:
2259: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2260: ULLONG_MAX definition
2261:
2262: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2263: (implements feature #1035)
2264:
2265: * src/main/pa_charset.C: String::Body(String::C) used
2266:
2267: * src/main/pa_charset.C: exceptions unified
2268:
2269: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2270: unified
2271:
2272: * src/: classes/file.C, classes/image.C, classes/mail.C,
2273: classes/op.C, classes/xdoc.C, classes/xnode.C,
2274: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2275: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2276: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2277: String::Body(String::C) constructor added (related to bug #957)
2278:
2279: * src/classes/file.C: minor optimization
2280:
2281: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2282: Cord(char*) autocreation (related to bug #957)
2283:
2284: * src/: classes/string.C, main/untaint.C: minor optimizations
2285:
2286: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2287: String(char*, Lang, length) removed, String(C(), Lang) used
2288: instead (related to bug #957)
2289:
2290: 2015-10-08 moko
2291:
2292: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2293: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2294: main/untaint.C: Now char * is converted to CORD only using
2295: AS_CORD() to check for empty cord bug (fixes bug #957)
2296:
2297: * src/include/pa_hash.h: fixed compilation without
2298: HASH_CODE_CACHING
2299:
2300: * src/classes/string.C:
2301: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2302: feature #120)
2303:
2304: * src/main/pa_common.C: reduce js flags checks count (related to
2305: feature #120)
2306:
1.96 moko 2307: 2015-10-07 moko
2308:
2309: * tests/: 275.html, results/275.processed: test modified after
2310: unsigned long long int support implemented (feature #1034)
2311:
2312: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2313: pa_atoul added for unsigned long long int support
2314:
2315: 2015-10-06 moko
2316:
2317: * src/types/pa_vdate.C: INT_MAX used
2318:
2319: 2015-10-03 moko
2320:
2321: * tests/: 302.html, results/302.processed: test for bug #1023
2322: (\u2028, \u2029 escaping) added
2323:
2324: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2325: json:string[] (fixes bug #1023)
2326:
2327: 2015-09-29 moko
2328:
2329: * tests/305.html: try-catch added for OS without ipv6 support
2330:
2331: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2332: compilation
2333:
2334: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2335: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2336: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2337: implemented to distinguish ^hash.method from $hash.field
2338: (implements feature #1017)
2339:
2340: * src/lib/punycode/pa_punycode.c: warning war
2341:
2342: * src/include/pa_config_includes.h: warning war
2343:
2344: * src/include/pa_config_includes.h: pragma warning actualized a bit
2345:
2346: * src/include/pa_config_includes.h: warning war
2347:
2348: * src/include/pa_hash.h: clang compilation fix
2349:
2350: 2015-09-27 moko
2351:
2352: * src/main/compile.tab.C: Bison 3 is now default
2353:
2354: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2355:
2356: 2015-09-25 moko
2357:
2358: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2359: works with undefined HASH_ORDER (related to feature #196)
2360:
2361: 2015-09-24 moko
2362:
2363: * tests/: 027.html, results/027.processed: test modified to test
2364: ^hash.sort (feature #196)
2365:
2366: * src/: classes/hash.C, include/pa_hash.h:
2367: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2368: added (implements feature #196)
2369:
2370: * tests/: 316.html, results/316.processed: Added test for bug #1025
2371: (exception handling in non-cached ^cache), plus for "it does not
2372: have logical value" and "$exception.handled value must be either
2373: boolean or string 'cache'" exceptions.
2374:
2375: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2376: code (fixes bug #1025)
2377:
1.95 moko 2378: 2015-09-23 moko
2379:
2380: * src/classes/table.C: warning war
2381:
2382: * src/: classes/math.C, types/pa_vcookie.C: warning war
2383:
2384: * src/classes/file.C: warning war
2385:
2386: * src/: include/pa_table.h, main/pa_table.C: warning war
2387:
2388: * src/: main/pa_request.C, classes/date.C: warning war
2389:
2390: * src/: types/pa_vdate.C, classes/op.C: warning war
2391:
2392: * tests/: 122.html, results/122.processed: win sync: to remove
2393: differences with OS that doesn't keep timezone change history
2394:
2395: * src/types/pa_vdate.C: tzset() should be called in Windows after
2396: TZ change (related to feature #36)
2397:
2398: * tests/: 075.html, results/075.processed: win sync: to remove
2399: differences with OS that doesn't keep timezone change history
2400:
2401: * tests/: 315.html, results/315.processed: win sync: to remove
2402: differences with OS that doesn't keep timezone change history
2403:
2404: * tests/: 256.html, results/256.processed: win sync: to remove
2405: differences with OS that doesn't keep timezone change history
2406:
2407: * tests/: 124.html, results/124.processed: win results sync: to
2408: avoid hitting time change hole.
2409:
2410: * src/types/pa_vdate.C: static returned. :)
2411:
2412: 2015-09-22 moko
2413:
2414: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2415:
2416: * tests/results/131.processed: more tests for feature #1032
2417:
2418: * src/classes/date.C: minor fix related to feature #1032
2419:
2420: * operators.txt: ISO date creation documented (related to feature
2421: #1032)
2422:
2423: * operators.txt: iso-string documented (related to feature #1032)
2424:
2425: * tests/: 315.html, results/315.processed: more tests added
2426: (related to feature #1032)
2427:
2428: * tests/: 131.html, results/131.processed: date range checks
2429: updated (related to feature #36)
2430:
2431: * tests/: 315.html, results/057.processed, results/315.processed:
2432: test added for ISO date support (related to issue #315)
2433:
2434: * src/classes/date.C: more readable exceptions in date creation
2435: (related to ticket #1032)
2436:
2437: 2015-09-18 moko
2438:
2439: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2440: added (related to issue #1032)
2441:
2442: * tests/results/256.processed, src/classes/json.C: iso-string
2443: documented (related to issue #1032)
2444:
2445: * tests/: 256.html, results/256.processed: ISO date check added
2446: (related to issue #1032)
2447:
2448: * tests/: 057.html, results/057.processed, results/224.processed:
2449: tests results updated after ISO date support implemented (related
2450: to feature #1032)
2451:
2452: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2453: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2454: ^date::create[string] constructor formalized, ^date.iso-string[]
2455: added (implements feature #1032)
2456:
2457: 2015-09-05 moko
2458:
2459: * operators.txt: actualized
2460:
2461: * operators.txt: date changes documented (related to ticket #36)
2462:
2463: 2015-09-04 moko
2464:
2465: * src/types/pa_vdate.C: warning war
2466:
2467: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2468:
2469: 2015-09-03 moko
2470:
2471: * tests/results/096.processed: test result updated for 0..9999 year
2472: date range support (related to feature #36)
2473:
2474: * tests/: 314.html, results/314.processed: test for
2475: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2476: bug #1031)
2477:
2478: * src/classes/string.C: Static calls fixed for ^string:base64[],
2479: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2480:
1.116 moko 2481: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2482: configure.in -> configure.ac
1.95 moko 2483:
1.116 moko 2484: * configure, configure.in, src/include/pa_config_auto.h.in: more
2485: correct timezone check for FreeBSD Warning war: configure.in ->
2486: configure.ac
1.95 moko 2487:
2488: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2489: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2490: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2491: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2492: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2493: src/main/Makefile.am, src/targets/apache/Makefile.am,
2494: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2495: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2496: check added
2497:
2498: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2499:
2500: * tests/results/: 124.processed, 224.processed: test resuls updated
2501: for new date implementation (related to feature #36)
2502:
2503: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2504: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2505: types/pa_vdate.h: new double date implementation with internal
2506: support for extended 0..9999 year range, default timezone support
2507: (related to feature #36)
2508:
2509: 2015-08-28 moko
2510:
2511: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2512: (fixes bug #1030)
2513:
2514: 2015-08-21 moko
2515:
2516: * src/classes/inet.C: snprintf size "bug" commented
2517:
2518: * src/main/pa_common.C: snprintf comments updated
2519:
2520: 2015-08-16 moko
2521:
2522: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2523:
2524: 2015-08-11 moko
2525:
2526: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2527: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2528: can be null (fixes bug #1029)
2529:
2530: 2015-08-06 moko
2531:
1.116 moko 2532: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2533: pa_vdate.C added
1.95 moko 2534:
2535: 2015-08-05 moko
2536:
2537: * tests/: 313.html, results/313.processed: test for
2538: ^table.count[columns] and ^table.flip[] with nameless tables
2539: (feature #1003)
2540:
2541: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2542: max_cell added, now ^table.count[columns] and ^table.flip[] works
2543: correctly for nameless tables (implements feature #1003)
2544:
2545: 2015-08-03 moko
2546:
2547: * tests/312.html: test for ^table.append[$hash] and
2548: ^table.insert[$hash] added (related to feature #1028)
2549:
2550: * src/classes/table.C: ^table.append[$hash] and
2551: ^table.insert[$hash] now supported (implements feature #1028)
2552:
2553: * tests/: 312.html, results/312.processed: test row copy in
2554: ^table.hash[; $.type[table] ] added (related to feature #1016)
2555:
2556: * src/classes/table.C: row copy now created in ^table.hash[;
2557: $.type[table] ] (related to feature #1016)
2558:
2559: 2015-07-29 moko
2560:
2561: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2562: added (related to feature #1016)
2563:
2564: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2565: ^table.delete[] added to delete current row (related to feature
2566: 1016)
2567:
2568: 2015-07-28 moko
2569:
2570: * tests/: 312.html, results/312.processed: test for
2571: $table.column[value] and ^table.insert{row} (related to feature
2572: #1016)
2573:
2574: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2575: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2576: ^table.insert{row} are now implemented (feature #1016)
2577:
2578: * src/include/pa_array.h: Optimization: bool reverse removed from
2579: append(), insert() added, memmove arguments order in remove()
2580: fixed (related to feature #1016)
2581:
2582: 2015-07-23 moko
2583:
2584: * src/classes/json.C: tainted json and empty json exception added
2585: (implements feature #1015)
2586:
2587: * tests/: 311.html, results/311.processed: empty json and tainted
2588: json exception test added (related to issue #1015)
2589:
2590: 2015-07-22 moko
2591:
2592: * tests/: 311.html, results/311.processed: test for UTF-8
2593: processing added
2594:
2595: * tests/: 311.html, results/311.processed: test for
2596: json_exception_with_source added (related to issue #394)
2597:
2598: * src/classes/json.C: json_exception_with_source added (implements
2599: feature #394)
2600:
2601: 2015-06-29 moko
2602:
2603: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2604: directories are now correctly determined if _d_type == DT_UNKNOWN
2605: (closes bug #1027)
2606:
2607: 2015-06-10 moko
2608:
2609: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2610: error if libxml has LIBXML_ICU_ENABLED.
2611:
2612: 2015-06-04 moko
2613:
2614: * tests/099.html: ups, reverting
2615:
2616: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2617: results/310.processed: tests for $response:body[ $.file[] ] and
2618: $response:last-modified added
2619:
2620: * src/main/pa_request.C: last-modified check fixed
2621:
2622: 2015-06-03 moko
2623:
2624: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2625: results/205.processed, results/293.processed: $response:headers
2626: logging added (tests for feature #1007)
2627:
2628: * src/: include/pa_common.h, include/pa_request.h,
2629: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2630: $response:headers are now in uppercase (closes feature #1007)
2631:
2632: 2015-06-02 moko
2633:
2634: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2635: build errors reverted for clang compatibility
2636:
2637: 2015-06-01 moko
2638:
2639: * src/include/pa_memory.h: -pedantic build errors fixed
2640:
2641: * src/classes/math.C: -pedantic build error fixed
2642:
2643: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2644:
2645: 2015-05-31 moko
2646:
2647: * src/classes/table.C: USE_STRINGSTREAM optimized
2648:
2649: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2650: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2651: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2652: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2653: types/pa_vxnode.h: warning war (-pedantic flag)
2654:
2655: 2015-05-28 moko
2656:
2657: * tests/: 308.html, results/308.processed: test for
2658: ^table::create[$t;], etc work added (related to bug #975)
2659:
2660: * src/classes/table.C: check_option_param removed,
2661: ^table::create[$t;], etc now works (fixes bug #975)
2662:
2663: 2015-05-27 moko
2664:
2665: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2666: (Debian jessie) fixed (closes issue #1024)
2667:
2668: * tests/Makefile: sort added as in Debian jessie list become
2669: unsorted
2670:
2671: 2015-05-18 moko
2672:
2673: * tests/: 201.html, results/201.processed: test for
2674: ^string.trim[what] feature #1022
2675:
2676: * src/classes/string.C: ^string.trim[what] now supported,
2677: implements feature #1022
2678:
2679: 2015-05-17 moko
2680:
2681: * tests/results/185.processed: test result updated as feature #1021
2682: implemented (left/right accept negative parameter)
2683:
2684: * src/classes/string.C: left/right now accept negative parameter
2685: (implements feature #1021)
2686:
2687: 2015-05-08 moko
2688:
2689: * src/classes/math.C: isalnum -> pa_isalnum
2690:
2691: * src/main/execute.C: optimization in getter-junction processing
2692: (related to issue #997)
2693:
2694: 2015-05-07 moko
2695:
2696: * tests/: 307.html, results/307.processed: test for issue #997
2697: added
2698:
2699: * src/main/execute.C: process_getter result now checked if junction
2700: returned (closes issue #997)
2701:
2702: * tests/: 305.html, results/305.processed: sort added to ignore
2703: different order
2704:
2705: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2706: assignment (closes issue #994)
2707:
2708: * tests/: 306.html, results/306.processed: test for issue #994
2709: added
2710:
2711: * tests/: 303.html, results/303.processed: two more errors tested
2712:
2713: 2015-05-06 moko
2714:
2715: * tests/: 305.html, results/305.processed: test for name2ip &
2716: ip2name added (related to feature #992)
2717:
2718: * tests/: 303.html, 304.html, results/303.processed,
2719: results/304.processed: tests for idna conversion added (related
2720: to issue #849)
2721:
2722: 2015-05-02 moko
2723:
2724: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2725: implemented
2726:
2727: 2015-04-30 moko
2728:
2729: * src/main/pa_http.C: idna_host added, related to issue #849
2730:
2731: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2732: (related to issue #849)
2733:
2734: 2015-04-24 moko
2735:
2736: * src/types/pa_vjunction.C: warning war
2737:
2738: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2739: unification
2740:
2741: * src/lib/punycode/pa_idna.c: warning war
2742:
2743: 2015-04-22 moko
2744:
2745: * src/main/main.vcproj: punycode include path added
2746:
2747: * src/lib/punycode/pa_idna.c: windows compile error fixed
2748:
2749: * src/lib/punycode/pa_idna.c: warning war
2750:
2751: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2752: project file added
2753:
2754: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2755:
2756: * src/include/pa_memory.h: warning war
2757:
2758: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2759: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2760: implemented (related to feature #849)
2761:
2762: * configure.in, src/main/Makefile.am,
2763: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2764: libpunycode added in Unix
2765:
2766: 2015-04-21 moko
2767:
2768: * configure.in: large files support
2769:
2770: 2015-04-15 moko
2771:
2772: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2773: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2774: pa_punycode.h: initial version for punycode/idna support library
2775: (ticket #849)
2776:
2777: 2015-04-08 moko
2778:
2779: * src/: classes/curl.C, classes/date.C, classes/file.C,
2780: classes/image.C, classes/mail.C, classes/reflection.C,
2781: classes/string.C, classes/xnode.C, include/pa_request.h,
2782: include/pa_string.h, include/pa_stylesheet_connection.h,
2783: main/compile.y, main/compile_tools.h, main/execute.C,
2784: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2785: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2786: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2787: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2788: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2789: clang compiler warnings (closes issue #1018)
2790:
2791: * src/include/pa_string.h: String::Body comparation operators with
2792: char * added (related to issue #958)
2793:
2794: 2015-04-07 moko
2795:
2796: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2797: pa_malloc/pa_free to remove system malloc/free usage (related to
2798: issue #1018)
2799:
2800: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2801: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2802: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2803: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2804: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2805: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2806: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2807: malloc/strdup/free replaced with pa_ version and checks for
2808: accidental use of non-pa_ version added (related to issue #1018)
2809:
2810: 2015-04-03 moko
2811:
2812: * buildall: pcre-8.33 -> pcre-8.36
2813:
2814: * src/: main/compile.y, classes/form.C, classes/mail.C,
2815: classes/op.C, classes/string.C, main/compile.tab.C,
2816: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2817: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2818: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2819: ticket #958)
2820:
2821: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2822: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2823: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2824: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2825: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2826: $request:headers, $request:method added (implements feature
2827: #1007)
2828:
2829: 2015-03-17 misha
2830:
2831: * tests/302.html: - test for
2832: ^json:string[...;$._default[method-name]]
2833:
2834: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2835: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2836: option $._default[method-name] is specified in ^json:string[], a
2837: method with specified name will be called for classes/objects
2838: serialization ( new feature: #982 )
2839:
2840: 2015-03-16 misha
2841:
2842: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2843: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2844: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2845: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2846: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2847: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2848: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2849: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2850: types/pa_vrequest.h, types/pa_vstateless_class.C,
2851: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2852: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2853: $var.CLASS_NAME now have special opcodes. This can be switched
2854: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2855: on pa_opcode.h ( new feature: #844 )
2856:
2857: 2015-03-15 misha
2858:
2859: * tests/075.html: - test for $response:header[]
2860:
2861: * src/types/pa_vresponse.C: - $response:header[] deletes header
2862: that was set earlie ( new feature: #1001 )
2863:
2864: 2015-03-12 misha
2865:
2866: * tests/246.html: - more tests for ^hash._at[]
2867:
2868: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2869: accepts second param [key|value|hash] ( new feature: #1012 )
2870:
2871: 2015-03-09 moko
2872:
2873: * src/types/pa_vmail.C: exception for everything but
2874: $mail:received, closes issue #1011
2875:
2876: 2015-02-20 moko
2877:
2878: * tests/: 275.html, results/275.processed: hex detection in
2879: pa_atoui fix test (closes issue #1010)
2880:
2881: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2882: issue #1010)
2883:
2884: 2015-02-17 moko
2885:
2886: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2887: tainted.
2888:
2889: 2015-02-03 misha
2890:
2891: * tests/301.html: - test for ^json:string($double) causes
2892: exception. bugfix: #1008
2893:
2894: * src/classes/json.C: - ^json:string($double) causes exception.
2895: bugfix: #1008
2896:
2897: * tests/014.html: - updated for work with ^hash.delete[]
2898:
2899: 2015-01-12 misha
2900:
2901: * src/: classes/form.C, include/pa_common.h,
2902: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2903: types/pa_vform.h: - supports body with PUT method as well ( new
2904: feature: #1006 )
2905:
2906: * src/classes/file.C: - warnings war
2907:
2908: 2015-01-11 misha
2909:
2910: * tests/300.html: - test for ^hash.delete[] is added
2911:
2912: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2913: feature: #989 ) - tiny optimization in intersects
2914:
2915: 2015-01-06 moko
2916:
2917: * src/types/pa_vmail.C: file names transcode added, to and cc added
2918: with transcode, attachments detection fixed
2919:
2920: * src/main/pa_request.C: filling mail received after cgi/auto.p
2921: load to allow charset switch (related to issue #996)
2922:
2923: 2014-12-31 moko
2924:
2925: * src/types/pa_vmail.C: from and subject now transcoded if not
2926: UTF-8 source charset (fixes issue 996)
2927:
2928: * src/main/pa_exception.C: fixed string from stack bug (closes
2929: issue #1000)
2930:
2931: 2014-12-11 misha
2932:
2933: * src/types/pa_vhashfile.C: - check if key is not empty before
2934: access ( bug fix: #1005 )
2935:
2936: 2014-11-13 misha
2937:
2938: * src/main/compile.y: - PC.append does not reset to false while
2939: creating a new class. bugfix: #990
2940:
2941: * tests/299.html: - test for creation class after working with
2942: partial class (create+append)
2943:
2944: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2945: #995
2946:
2947: * tests/232.html: - test for @get[def] added
2948:
2949: 2014-10-12 moko
2950:
2951: * src/lib/pcre/pcre_internal.vcproj: correct path
2952:
2953: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2954: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2955: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2956: targets/apache/ApacheModuleParser3.vcproj,
2957: targets/apache/ApacheModuleParser3Core.vcproj,
2958: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2959: types/types.vcproj: project GUID inserted in *.vcproj for correct
2960: conversion in newer VS versions
2961:
2962: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2963: pcre_internal.vcproj added
2964:
2965: 2014-08-28 moko
2966:
2967: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2968: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2969: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2970:
2971: 2014-06-30 misha
2972:
2973: * tests/298.html: - tests for ^reflection:def[class;className]
2974: added
2975:
2976: * src/classes/reflection.C: - ^reflection:def[class;className]
2977: added ( new feature: #918 )
2978:
2979: 2014-06-29 misha
2980:
2981: * src/classes/table.C: - ^table::create[unsupported data] -
2982: exception comment changed to "body must be table or code" ( bug
2983: fix: #951 )
2984:
2985: * tests/: 261.html, results/261.processed: - tests for
2986: ^json:string[...;$.void[null|string]] added
2987:
2988: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2989: option $.void[string|null] added to ^json:string[...] ( new
2990: feature: #952 )
2991:
2992: 2014-06-28 moko
2993:
2994: * src/classes/curl.C: $.charset now processed before other curl
2995: options (closes issue #980)
2996:
2997: 2014-05-23 misha
2998:
2999: * src/classes/json.C: - bug fix: #987
3000:
3001: 2014-05-04 misha
3002:
3003: * tests/: 253.html, 253_json.txt: - test for
3004: ^json:parse[$.int(false)] is added
3005:
3006: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3007: default true). The option is similar to $.double(bool) but for
3008: integers.
3009:
3010: 2014-05-01 moko
3011:
3012: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3013: #12 )
3014:
3015: 2014-04-16 moko
3016:
3017: * src/main/pa_http.C: response-charset option should finally work
3018: now (fix for issue #867)
3019:
3020: * src/main/pa_http.C: response-charset option should work now (fix
3021: for issue #867)
3022:
3023: 2014-03-07 moko
3024:
3025: * buildall: libgc moved
3026:
3027: * buildall: libgc moved
3028:
3029: 2013-12-29 moko
3030:
3031: * src/classes/string.C: ^string:js-unescape result now tainted,
3032: closes issue #966
3033:
3034: * tests/: 186.html, results/186.processed: ^string:js-unescape
3035: result now tainted, issue #966
3036:
3037: 2013-12-03 moko
3038:
3039: * src/: classes/memcached.C, types/pa_vmemcached.C,
3040: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3041: option was added for http://www.parser.ru/forum/?id=79343
3042:
3043: * src/classes/file.C: bugfix for
3044: http://www.parser.ru/forum/?id=79337
3045:
3046: 2013-11-05 moko
3047:
3048: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3049:
3050: * src/main/pa_globals.C: spelling fixed
3051:
3052: 2013-10-29 moko
3053:
3054: * src/lib/json/json.vcproj: json.c -> pa_json.C
3055:
3056: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3057: #892
3058:
3059: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3060: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3061: exceptions to be thrown thougth json library), related to issue
3062: #892
3063:
3064: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3065: related to issue #896
3066:
3067: 2013-10-24 moko
3068:
3069: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3070:
3071: 2013-10-23 moko
3072:
3073: * README: actualization
3074:
3075: 2013-10-22 moko
3076:
3077: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3078: compatibility patch from Sergey Kirpichev
3079:
3080: * tests/: 297.html, results/297.processed: non-working getter fix
3081: test for issue #948
3082:
3083: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3084: called when saving value of $match variable in ^string.match[] to
3085: increase compatibility (related to issue #948).
3086:
3087: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3088: usage optimization
3089:
3090: 2013-10-21 moko
3091:
3092: * tests/: 182.html, results/182.processed: local path removed for
3093: compatibility
3094:
3095: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3096: results/244.processed, results/253.processed,
3097: results/254.processed, results/275.processed,
3098: results/281.processed: try_catch -> try-catch
3099:
3100: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3101: results/294.processed, results/296.processed: try_catch ->
3102: try-catch
3103:
3104: 2013-10-20 moko
3105:
3106: * tests/: 296.html, results/296.processed: test for xsl exception
3107: for issue #938 added.
3108:
3109: * src/: include/pa_xml_exception.h,
3110: main/pa_stylesheet_connection.C: forgotten to be replaced
3111: XmlException is now replaced (once again closes issue #938)
3112:
3113: 2013-10-19 misha
3114:
3115: * bin/auto.p.dist.in: - more mime-types are added
3116:
3117: 2013-10-18 moko
3118:
3119: * buildall: disable clock_gettime detection to avoid librt linking
3120: (which in turn depends on libpthread), related to issue #943
3121:
3122: 2013-10-18 misha
3123:
3124: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3125: lib/smtp/smtp.vcproj, main/main.vcproj,
3126: targets/apache/ApacheModuleParser3Core.vcproj,
3127: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3128: types/types.vcproj: - new locations for libxml2 includes where
3129: added to vcproj files
3130:
3131: 2013-10-18 moko
3132:
3133: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3134: fix
3135:
3136: * tests/: 295.html, results/295.processed: test for issue #948
3137: updated
3138:
3139: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3140: :)
3141:
3142: * tests/: 295.html, results/295.processed: test for issue #948
3143: added
3144:
3145: * src/: classes/hash.C, classes/string.C, classes/table.C,
3146: include/pa_request.h, types/pa_method.h: for getters and setters
3147: to be executed request.put_element should be called, not
3148: context.put_element (fixes issue #948)
3149:
3150: 2013-10-17 moko
3151:
3152: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3153: LIBXML2_NEW_BUFFER check (closes issue #943)
3154:
3155: * buildall: libxml 2.9.1 build is broken --without-reader.
3156:
3157: 2013-10-16 moko
3158:
3159: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3160:
3161: * tests/: 294.html, results/294.processed: test for issue #938
3162:
3163: * src/: classes/xdoc.C, classes/xnode.C,
3164: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3165: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3166:
3167: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3168: libxslt-1.1.26 -> libxslt-1.1.28
3169:
3170: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3171: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3172: to '?', related to issue #938
3173:
3174: 2013-10-15 moko
3175:
3176: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3177: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3178: minor optimizations (closes issue #896)
3179:
3180: * tests/results/: 292.processed, 293.processed: results updated to
3181: comply with issue #896
3182:
3183: * tests/: 292.html, 293.html, results/292.processed,
3184: results/293.processed: tests for json escaping
3185:
3186: 2013-10-14 moko
3187:
3188: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3189: and cleanup, code moved from .h to .C, no changes in code
3190:
3191: 2013-10-12 moko
3192:
3193: * tests/results/119.processed: updated test result commited
3194:
3195: * tests/: 291.html, results/291.processed: test for issue #894
3196: added
3197:
3198: * src/types/pa_wcontext.h: base methods call support function
3199: get_somebody_entered_some_class should not be true forever, as
3200: wcontext can have many get_elements calls (fixes issue #894)
3201:
3202: 2013-10-11 moko
3203:
3204: * tests/: 290.html, results/290.processed: test for junction GPF
3205: issue #942 added
3206:
3207: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3208: to native method fixed (closes issue #942)
3209:
3210: * tests/: 158.html, results/158.processed: test for csv-string[]
3211: added
3212:
3213: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3214: feature #907)
3215:
3216: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3217: feature #907)
3218:
3219: 2013-10-09 moko
3220:
3221: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3222: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3223: types/pa_vstateless_class.C: GET_default, SET_default now works
3224: properly not only in objects, but in classes as well (closes
3225: issue #903)
3226:
3227: * tests/: 289.html, results/289.processed: GET/SET_default now
3228: works in classes, not only objects, test case added, related to
3229: issue #903
3230:
3231: * tests/: 288.html, results/288.processed: test for endless
3232: recursion bug added (related to issue #903)
3233:
3234: 2013-10-05 moko
3235:
3236: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3237: classes/table.C, main/execute.C, types/pa_method.h,
3238: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3239: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3240: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3241: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3242: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3243: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3244: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3245: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3246: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3247: optimization: put_element no longer has "bool areplace" argument,
3248: related to issue #903
3249:
3250: 2013-10-03 moko
3251:
3252: * tests/results/182.processed: result for $.replace(false) test
3253: commited
3254:
3255: * src/classes/date.C: ^date::create(number) processed correctly
3256: (fixes issue #901)
3257:
3258: * src/classes/image.C: as_no_junction removed, as param can be
3259: expression (closes issue #931)
3260:
3261: * tests/233.html: test for issue #931 added
3262:
3263: 2013-10-02 moko
3264:
3265: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3266: modified, test for $.replace(false) added
3267:
3268: * src/main/compile_tools.h: forgotten class replace returned. :)
3269:
3270: 2013-09-30 moko
3271:
3272: * tests/: 141.html, results/141.processed: md5 tainting test added
3273:
3274: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3275: main/compile_tools.h, main/pa_request.C: allow_class_replace
3276: implemented; $.replace option added to ^process and ^use
3277:
3278: 2013-08-27 moko
3279:
3280: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3281: cstr_to_string_body_untaint should be called with charsets for
3282: possible uri language and connection for possible sql language.
3283: related to issue #857
3284:
3285: * buildall: and -> or fixed
3286:
3287: 2013-08-26 moko
3288:
3289: * buildall: prepare_ functions logic changed to support
3290: gc-7.2d.tar.gz extracting to gc-7.2 directory
3291:
3292: 2013-08-23 moko
3293:
3294: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3295: statically
3296:
3297: 2013-08-22 moko
3298:
3299: * src/classes/string.C: String::Empty used (related to issue #912)
3300: append_know_length removed (related to old GPF bug)
3301:
3302: 2013-08-21 moko
3303:
3304: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3305:
3306: * src/classes/math.C: ^math:digest[...;$file] support added
3307: (related to ticket #857
3308:
3309: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3310: implemented
3311:
3312: * src/types/pa_vhashfile.h: warning war
3313:
3314: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3315: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3316: anti_endless_json_string_recoursion removed from request;
3317: json_string_recoursion added to json_options; $.indent[indent
3318: value] now supported and passed within recoursion closes feature
3319: #937
3320:
3321: * tests/: 287.html, results/287.processed: test for feature #937
3322:
3323: 2013-07-31 moko
3324:
3325: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3326: compilation having #define _S
3327:
3328: * src/main/pa_globals.C: cleanup
3329:
3330: 2013-07-30 moko
3331:
3332: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3333: main/pa_common.C: vs2003 warning war
3334:
3335: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3336:
3337: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3338:
3339: * src/lib/md5/pa_sha2.c: warning war
3340:
3341: 2013-07-29 moko
3342:
3343: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3344: patches from github
3345:
3346: * src/: classes/bool.C, classes/double.C, classes/int.C,
3347: classes/memcached.C, include/pa_config_includes.h,
3348: types/pa_vfile.C, types/pa_vfile.h: warning war
3349:
3350: * src/lib/json/json.vcproj: C++ -> C
3351:
3352: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3353:
3354: * src/lib/json/: json.c, pa_json.C: windows compatibility
3355:
3356: * src/lib/json/: json.c, pa_json.C: windows compatibility
3357:
3358: * src/lib/json/: json.c, pa_json.C: warning war
3359:
3360: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3361:
3362: * src/include/pa_config_fixed.h: uint16_t added
3363:
3364: * configure.in: uint16_t check added
3365:
3366: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3367: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3368: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3369: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3370: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3371:
3372: 2013-07-25 moko
3373:
3374: * parser3.sln: dependencies added
3375:
3376: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3377: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3378: module support
3379:
3380: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3381:
3382: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3383:
3384: 2013-07-23 moko
3385:
3386: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3387: PA_DEBUG_GC_MEMORY removed
3388:
3389: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3390: PA_DEBUG_DISABLE_GC compilation fix
3391:
3392: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3393: main/pa_request.C: outdated RESOURCES_DEBUG removed
3394:
3395: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3396: garbage cleanup
3397:
3398: * src/main/pa_common.C: warning war
3399:
3400: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3401:
3402: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3403: minor cleanup
3404:
3405: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3406: uses cygwin, not WIN32 implementation
3407:
3408: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3409: able to exec shell scripts
3410:
3411: * src/classes/math.C: ifdef WIN32 cleanup
3412:
3413: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3414:
3415: * bin/auto.p.dist.in: libpq.so -> libpq.
3416:
3417: * src/classes/curl.C: LT_MODULE_EXT used
3418:
3419: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3420:
3421: 2013-07-22 moko
3422:
3423: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3424: includes fix
3425:
3426: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3427:
3428: * configure.in, src/include/pa_config_includes.h,
3429: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3430: src/main/pa_exec.C: includes cleanup
3431:
3432: * src/targets/cgi/parser3.C: 2012->2013
3433:
3434: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3435:
3436: * configure.in, src/include/pa_config_includes.h,
3437: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3438: src/main/pa_random.C, src/main/pa_socks.C,
3439: src/types/pa_vstatus.C: cygwin support cleanup
3440:
3441: * configure.in: dirent.h check added
3442:
3443: * src/: include/pa_config_includes.h, include/pa_dir.h,
3444: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3445: not copied
3446:
3447: 2013-07-21 moko
3448:
3449: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3450:
3451: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3452: parser3.vcproj: unused getopt.h / getopt.c removed
3453:
3454: * operators.txt, src/classes/file.C, tests/022.html,
3455: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3456: $.stat(true)] usage commented
3457:
3458: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3459: src/main/pa_dir.C: ^file:list[] now has dir column and when
3460: $.stat(true) it has size/*date columns modified patch from misha@
3461: that closes issue #914.
3462:
3463: * src/: include/pa_config_includes.h, main/pa_globals.C:
3464: PA_RELEASE_ASSERTS removed
3465:
3466: * src/lib/md5/pa_md5c.c: minor cleanup
3467:
3468: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3469: localeconv()->decimal_point usage remoed (related to issue #934)
3470:
3471: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3472: cordprnt.c removed
3473:
3474: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3475: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3476: pa-include/pa_strings.h: includes cleanup
3477:
3478: * src/lib/md5/pa_md5c.c: headers cleanup
3479:
3480: 2013-07-20 moko
3481:
3482: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3483: cleanup
3484:
3485: 2013-07-19 moko
3486:
3487: * src/classes/math.C: extern "C" added for crypt
3488:
3489: 2013-07-18 moko
3490:
3491: * src/classes/math.C: fix redhat7.2 build
3492:
3493: 2013-07-17 moko
3494:
3495: * configure.in, src/include/pa_config_includes.h,
3496: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3497: added for uint8/32/64_t)
3498:
3499: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3500: pa_config_includes.h used for uint32/64_t
3501:
3502: 2013-07-16 moko
3503:
3504: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3505: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3506: war
3507:
3508: * src/main/compile.tab.C: compile.y was updated
3509:
3510: * src/main/compile.y: warning war
3511:
3512: * src/: include/pa_exception.h, main/pa_exception.C,
3513: main/pa_xml_exception.C: warning war
3514:
3515: * src/: include/pa_common.h, main/pa_common.C: warning war
3516:
3517: * configure.in: beauty :)
3518:
3519: * tests/: 141.html, results/141.processed: sha256/512 added
3520:
3521: 2013-07-13 moko
3522:
3523: * src/lib/md5/md5.vcproj: sha2 added
3524:
3525: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3526: classes/math.C: sha2 support (sha256/sha512 digest)
3527:
3528: 2013-07-08 moko
3529:
3530: * src/classes/image.C: directory read or other read problem message
3531: fixed (related to issue #933)
3532:
3533: 2013-07-07 moko
3534:
3535: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3536: dependense from $charsetsdir directory existance and content (and
3537: UTF-8 is default allready)
3538:
3539: * AUTHORS: + misha + moko. :)
3540:
3541: 2013-07-06 moko
3542:
3543: * src/: classes/curl.C, include/pa_globals.h,
3544: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3545: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3546: for lt_dlinit to be called once and lt_dlexit called at right
3547: place (related to issue #925)
3548:
3549: 2013-07-04 moko
3550:
3551: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3552: VString::as_vfile now uses vfile.set_binary_string to avoid
3553: content-type to be set, as it brokes badly designed logic in
3554: response output. This hopefully finishes issue #928.
3555:
3556: * tests/results/: 256.processed, 286.processed: file now displayed
3557: as name, size, mode, content-type
3558:
3559: * src/main/pa_common.C: read error now reported cottectly (fixes
3560: issue #933
3561:
3562: 2013-06-28 moko
3563:
3564: * tests/: 286.html, results/286.processed: test extended
3565:
3566: * tests/: 286.html, results/286.processed: Test for issue #928
3567: added. it tests default content-type change.
3568:
3569: * src/types/pa_vfile.C: closes issue #928 - default content-type
3570: now updated
3571:
3572: 2013-06-25 moko
3573:
3574: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3575: content-type for text/binary files without name added;
3576: ^file::create[$f;...] options now works properly and $f
3577: properties are default (fixes issue #928)
3578:
3579: 2013-05-16 misha
3580:
3581: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3582: added
3583:
3584: * src/main/pa_table.C: - a tiny memory optimisation while creating
3585: table if specified limit is bigger than source rows count
3586:
3587: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3588: added ( new feature: #858 )
3589:
3590: 2013-04-29 moko
3591:
3592: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3593: $.ipresolve(0|1|2) added (closes issue #891)
3594:
3595: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3596:
3597: 2013-04-24 moko
3598:
3599: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3600: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3601: types/pa_vmemcached.h: ^memcache.release[] added, calls
3602: memcached_quit (refs #893)
3603:
3604: 2013-04-22 moko
3605:
3606: * src/: include/pa_string.h, main/pa_common.C: no more double
3607: slashes in file path (fixes bug #872)
3608:
3609: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3610: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3611: #739)
3612:
3613: * tests/results/266.processed: $.max_params added (feature #915)
3614:
3615: * src/: include/pa_common.h, main/pa_http.C: response-charset
3616: option added to file::load (closes issue #867)
3617:
3618: 2013-04-20 misha
3619:
3620: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3621: commited
3622:
3623: 2013-03-15 misha
3624:
3625: * src/classes/: hash.C, table.C: - Optimisation: do not create
3626: multiple empty strings while ::sql. uae String::Empty instead
3627:
3628: 2013-03-14 misha
3629:
3630: * src/classes/reflection.C: - for user classes
3631: ^reflection:method_info[] returns $.max_params and $.extra_param
3632: with $.call_type if they available ( new feature: #915 )
3633:
3634: * src/classes/file.C: - ^file:delete[] now supports an option
3635: $.exception(false) that suppress any exception while deleting
3636: file ( new feature: #916 )
3637:
3638: * src/classes/curl.C: - parsing cookies after curl:load now should
3639: work :)
3640:
3641: 2013-03-12 misha
3642:
3643: * src/types/pa_vfile.C: - if specified file_name is empty string
3644: set default name for the file
3645:
3646: 2013-03-11 misha
3647:
3648: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3649: also available in $f.cookies
3650:
3651: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3652: moved to a separate method
3653:
3654: 2013-03-10 moko
3655:
3656: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3657: added
3658:
3659: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3660: removed (declared by autoconf)
3661:
3662: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3663: uint32_t define
3664:
3665: 2013-03-10 misha
3666:
3667: * src/classes/file.C: ^file:delete and ^file:move now support
3668: option $.keep-empty-dirs(true) ( new feature: #884 )
3669:
3670: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3671: empty dirs is added
3672:
3673: 2013-03-10 moko
3674:
3675: * src/classes/: bool.C, double.C, int.C: default can be present,
3676: but default check removed from ^int/double/bool.int/double/bool
3677: for string.int/double/bool compatibility (related to issue #913)
3678:
3679: * src/classes/string.C: ^string.int/dobule/bool no longer
3680: internally throws exception if default is present (closes issue
3681: #913)
3682:
3683: 2013-03-09 misha
3684:
3685: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3686: optimisations ( #845 )
3687:
3688: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3689:
3690: 2013-03-08 moko
3691:
3692: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3693: creates correct table (fixes issue #910)
3694:
3695: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3696: use outside of 'connect' operator (fixes issue #911)
3697:
3698: * tests/results/: 096.processed, 122.processed: test results
3699: updated as doubles now printed with 15 significant digits, not 5
3700: (fixes issue #882)
3701:
3702: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3703: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3704:
3705: 2013-02-21 moko
3706:
3707: * src/classes/table.C: _locate_name_value does not check arguments
3708: count, so we check it in advance (fixes issue #905)
3709:
3710: 2012-10-23 moko
3711:
3712: * buildall: old shell for and echo compatibility (for six)
3713:
3714: 2012-10-19 moko
3715:
3716: * buildall: --strip added --disable-safe-mode listed in usage
3717:
3718: 2012-10-17 misha
3719:
3720: * src/classes/op.C: - apply-taint should not throw "outside
3721: connect" exception with sql lang now
3722:
3723: 2012-10-17 moko
3724:
3725: * src/main/pa_request.C: bugfix: safe mode should be inited for
3726: each request (for apache module)
3727:
3728: 2012-09-26 moko
3729:
3730: * src/doc/doxygen.cfg: png -> svg
3731:
3732: 2012-09-25 moko
3733:
3734: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3735: test added
3736:
3737: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3738: double use when key is long
3739:
3740: 2012-09-16 moko
3741:
3742: * src/classes/math.C: Format -> Method Encode -> Format
3743:
3744: * tests/: 141.html, results/141.processed: math:digest hmac test
3745: added
3746:
3747: 2012-09-14 moko
3748:
3749: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3750: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3751: implementation added
3752:
3753: 2012-09-12 moko
3754:
3755: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3756: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3757: targets.dox and string.dox slightly actualized
3758:
3759: 2012-08-31 moko
3760:
3761: * ChangeLog: now generated with patched cvs2cl.pl
3762:
3763: 2012-07-29 moko
3764:
3765: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3766: result should be pushed after VMethodFrame destructor is called,
3767: as it deletes junctions from stack params (fixes issue #868)
3768:
3769: 2012-07-23 moko
3770:
3771: * INSTALL, README: buildall script usage documented, other outdated
3772: info updated.
3773:
3774: * buildall-with-xml, buildall-without-xml: replaced by buildall
3775:
3776: 2012-07-21 moko
3777:
3778: * buildall: glib does not compile when threads are disabled...
3779:
3780: * src/types/pa_vmail.C: g_assertion fixes for empty input
3781:
3782: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3783: unref, can't unref nested objects)
3784:
3785: * src/types/pa_vmail.C: another check added
3786:
3787: 2012-07-19 moko
3788:
3789: * buildall: usage added
3790:
3791: * buildall: new buildall script that unites buildall-with-xml,
3792: buildall-without-xml, --with-apache and --with-mailreceive
3793:
3794: * configure.in: support for static gmime and dynamic glib linking.
3795: fixes for FreeBSD
3796:
3797: 2012-07-17 moko
3798:
3799: * configure.in: --with-mailreceive replaced
3800: --with-static-mailreceive and --with-shared-mailreceive pathlink
3801: removed
3802:
3803: 2012-07-16 moko
3804:
3805: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3806: capitalized, content now decoded and text content converted to
3807: $request:charset. all properties are accessed by functions, this
3808: ready for dynamic load.
3809:
3810: 2012-06-28 moko
3811:
1.116 moko 3812: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3813: 32 bit
1.95 moko 3814:
3815: 2012-06-27 moko
3816:
3817: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3818: passive ftp
3819:
3820: * src/lib/ltdl/ltdl.vcproj: release build fixed
3821:
3822: * configure.in: 3.4.2 RC -> 3.4.2
3823:
3824: 2012-06-22 moko
3825:
3826: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3827: #815)
3828:
3829: * tests/: 284.html, results/284.processed: output options test
3830: (feature #265)
3831:
3832: 2012-06-22 misha
3833:
3834: * tests/215.html: - little changes
3835:
3836: 2012-06-21 moko
3837:
3838: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3839: types/pa_vxdoc.h: output_options returned and used (bugfix for
3840: feature #265)
3841:
3842: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3843: breaks long .*, default 10M restored. (issue #216)
3844:
3845: * tests/: 283.html, results/283.processed: test for issue #815
3846: added
3847:
3848: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3849: again, cstrm not required.
3850:
3851: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3852: Win32 and broken FreeBSD (issue #45)
3853:
3854: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3855:
3856: * src/main/pa_string.C: warnings war
3857:
3858: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3859: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3860: main/pa_socks.C, targets/apache/pa_threads.C,
3861: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3862: types/pa_vstatus.C: compilation under cygwin fixed
3863:
3864: 2012-06-19 moko
3865:
3866: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3867: Windows fixed
3868:
3869: * parser3.sln: removed antique pcre_ctype
3870:
3871: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3872:
3873: * src/include/pa_config_fixed.h: undefined reference to
3874: __imp__pcre_* fix for Windows
3875:
3876: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 3877: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3878: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3879: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3880: define fixed
1.95 moko 3881:
3882: 2012-06-18 moko
3883:
3884: * src/classes/memcached.C: flush -> clear
3885:
3886: * src/classes/memcached.C: memcached does not support quotes even
3887: in server name
3888:
3889: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3890: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3891: called on open to check servers existance. $.key(true) syntax
3892: now supported
3893:
3894: 2012-06-17 moko
3895:
3896: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3897: cleanup
3898:
3899: * src/classes/table.C, tests/282.cfg, tests/282.html,
3900: tests/results/282.processed: encloser at the EOF bug fixed,
3901: incorrectly enclosed data now processed more logicaly (fixes
3902: #339)
3903:
3904: 2012-06-15 moko
3905:
3906: * buildall-without-xml: sync with buildall-with-xml
3907:
3908: * buildall-with-xml: download auto-detected between fetch and curl
3909:
3910: * configure.in: --with-gc and --with-pcre now also processed
3911: correctly
3912:
1.116 moko 3913: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3914: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3915: should be run on rol1 using automake / aclocal (GNU automake)
3916: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3917:
3918: * configure.in: new PARSER_VERSION logic
3919:
3920: * src/include/pa_version.h: new pa_version.h logic
3921:
3922: * src/: classes/curl.C, classes/file.C, classes/image.C,
3923: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3924: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3925: feols_normalized -> fis_text_content set_binary added
3926:
3927: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3928:
3929: 2012-06-15 misha
3930:
3931: * src/: classes/curl.C, classes/file.C, classes/image.C,
3932: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3933: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3934: ^file::create[text;content] EOLs in content now is normalized. (
3935: new feature: #815 )
3936:
3937: 2012-06-15 moko
3938:
3939: * configure.in: --disable-version-update added to disable version
3940: update with host information (for debian package) whitespace
3941: optimized
3942:
3943: * configure.in: version changed to 3.4.2 RC no-pic added for
3944: libtool
3945:
3946: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3947: it.
3948:
3949: 2012-06-14 moko
3950:
3951: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3952: tests/results/281.processed: "hash flocked" error removed for
3953: safe operations like ^h._count[] ( new feature: #335 )
3954:
1.116 moko 3955: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3956:
3957: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3958:
3959: * configure.in: --with-static/shared xml replaced with --with-xml,
3960: xml compilation check added
3961:
3962: * configure.in: --with-static/shared-gc, --with-static-pcre are
3963: replaced with --with-gc and --with-pcre test for pcre linking
3964: added
3965:
3966: 2012-06-13 moko
3967:
3968: * configure.in: apxs2 check optimized
3969:
3970: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3971: .la, includes optimized
3972:
3973: * buildall-with-xml: --with-pic looks better for -fPIC
3974:
3975: * configure.in: switched to convenience library in static linking
3976:
3977: * src/targets/apache/Makefile.am: switched to convenience library
3978: usage to avoid libtool warnings
3979:
3980: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3981: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3982: smtp/Makefile.am: switched to convenience library usage
3983:
3984: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3985:
3986: * src/targets/apache/Makefile.am: updated for libtool usage
3987:
3988: * bin/auto.p.dist.in: .cfg removed from charset names.
3989:
3990: * buildall-without-xml: --with-included-ltdl added
3991:
3992: * buildall-without-xml: sync with buildall-with-xml
3993:
3994: * buildall-with-xml: --with-included-ltdl added $cflags added for
3995: -fPIC for x64 $download added for wget success check added
3996:
3997: * buildall-without-xml: --with-dynamic-stdcpp removed
3998:
3999: * configure.in: disable-static returned
4000:
4001: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4002: LIBTOOLFLAGS
4003:
4004: 2012-06-12 moko
4005:
4006: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4007: compatible with LIBTOOLFLAGS for unknown reasons
4008:
4009: * buildall-with-xml: --with-dynamic-stdcpp removed
4010:
4011: * configure.in: static/dynamic -lstdc++ linking option removed
4012: apxs2 check added
4013:
4014: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4015: option removed
4016:
4017: 2012-06-10 moko
4018:
4019: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4020: added
4021:
4022: * src/targets/cgi/pp3.cmd: old PAF stuff
4023:
1.116 moko 4024: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4025: beauty
1.95 moko 4026:
4027: * depcomp: from libtool 2.4.2
4028:
4029: * configure.in: ltdl directory removed, it has correct Makefile.in
4030:
4031: 2012-06-09 moko
4032:
1.116 moko 4033: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4034: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4035: autogenerated files updated after libtool update
4036:
1.116 moko 4037: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4038: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4039: config_auto.h.in, config_fixed.h, configure, configure.ac,
4040: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4041: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4042: config/compile, config/config.guess, config/config.sub,
4043: config/depcomp, config/install-sh, config/ltmain.sh,
4044: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4045: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4046: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4047: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4048: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4049: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4050: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4051: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4052:
4053: * configure.in: preparation for new libtool
4054:
4055: * configure.in: Some beauty added :)
4056:
4057: * src/targets/apache/Makefile.am: := -> =
4058:
4059: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4060: again. :)
4061:
4062: * src/include/pa_config_includes.h, configure.in: limits.h added,
4063: previously was taken from pcre_internal.h. :)
4064:
4065: * src/lib/pcre/Makefile.am: config.h returned
4066:
4067: * src/lib/pcre/config.h: still need this. :)
4068:
4069: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4070:
4071: * configure.in: --with-charsets removed; --with-mysql-client & co
4072: removed
4073:
4074: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4075: now in parser tree, no need to copy
4076:
4077: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4078: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4079: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4080: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4081: extracts now used old trash removed
4082:
4083: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4084: rare charsets/drivers are commented, sql driver quessing removed
4085: (debian/patches/103_auto_p.patch)
4086:
4087: * etc/parser3.charsets/Makefile.am: charsets now in share
4088: (debian/patches/104_automake.patch) + all charsets are copied
4089:
4090: * buildall-with-xml, buildall-without-xml: curl option removed +
4091: extra arguments now supported
4092:
4093: 2012-06-08 misha
4094:
4095: * src/classes/table.C: - one params.as_hash usage was rolled back:
4096: the 2nd option in ^table.hash[] could be hash or table so
4097: .as_hash will throw an exception when table option is specified
4098:
4099: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4100: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4101: classes/table.C, classes/void.C, classes/xdoc.C,
4102: include/pa_exception.h, types/pa_vmethod_frame.C,
4103: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4104: and improved (whitespaces are allowed as empty options) -
4105: MethodParams::as_table is added - above methods are used for
4106: parsing methods' options ( new feature: #9 )
4107:
4108: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4109: to vclass. now class fields can be accessible as a hash:
4110: $h[^hash::create[$asd:CLASS]]
4111:
4112: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4113: have get_fields method so their fields can be accessed with
4114: ^reflection:fields[...] & ^reflection:field[...]
4115:
4116: 2012-06-06 misha
4117:
4118: * tests/280.html: - tests for
4119: ^reflection:method[obj-or-class;method],
4120: ^reflection:field[obj-or-class;field] and
4121: ^reflection:fields[obj-or-class] are added
4122:
4123: 2012-06-05 misha
4124:
4125: * src/classes/reflection.C: - ^reflection:method[class or
4126: object;method name] and ^reflection:field[class or object;field
4127: name] are added
4128:
4129: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4130: is used
4131:
4132: * src/types/pa_method.h: - Method::as_vjunction method is added
4133:
4134: 2012-06-05 moko
4135:
1.116 moko 4136: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4137:
4138: * src/classes/memcached.C: flish ttl fixed
4139:
4140: 2012-06-04 moko
4141:
4142: * src/classes/json.C, src/classes/op.C, tests/279.html,
4143: tests/results/279.processed: ^json:parse[] now supports $.taint
4144: option (new feature #833)
4145:
4146: 2012-06-04 misha
4147:
4148: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4149: - search_stop method was moved from pa_vcookie.C to pa_common.C
4150:
4151: 2012-06-03 misha
4152:
4153: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4154: cookies are parced and stored into $.cookies ( new feature: #31 )
4155:
4156: 2012-05-30 misha
4157:
4158: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4159: incomplete class into a scope while @USE is found
4160:
4161: * src/main/compile.y: - add incomplete class into a scope while
4162: @USE and @CLASS instructions are found ( bugfix: #838 )
4163:
4164: 2012-05-30 moko
4165:
4166: * src/types/pa_vclass.C, tests/278.html,
4167: tests/results/278.processed: removed "property has no getter
4168: method" exception when GET_DEFAULT present (fixes #269)
4169:
4170: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4171: $._default
4172:
4173: 2012-05-29 moko
4174:
4175: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4176: uninitialized values usage (new feature: #154)
4177:
4178: 2012-05-28 moko
4179:
4180: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4181: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4182: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4183: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4184: src/types/pa_vobject.C, src/types/pa_vobject.h,
4185: src/types/pa_vstring.h, src/types/pa_vtable.C,
4186: tests/results/277.processed, src/types/pa_vtable.h,
4187: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4188: ^json:string[$o; $.default[$method]] implemented for VObject (new
4189: feature #803)
4190:
4191: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4192: tests/results/277.processed: json numbers are now treated as
4193: double ( new feature: #834 )
4194:
4195: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4196: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4197: added for out of range checks, zero division in vint/vdouble
4198: check added ( fixes #832 )
4199:
4200: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4201: ( fixes #832 )
4202:
4203: 2012-05-28 misha
4204:
4205: * buildall-with-xml: - --without-lzma option is added to libxml2
4206: configure
4207:
4208: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4209: added - tests for unsupported values for options $.file, $.table
4210: and $.date are added
4211:
4212: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4213: accepts "stat" $.file[] option's value in addition to existed
4214: "text" and "base64" ( new feature: #835 )
4215:
4216: * tests/276.html: - test for
4217: ^reflection:delete[$object-or-class;field-name]
4218:
4219: * src/classes/reflection.C: -
4220: ^reflection:delete[$object-or-class;field-name] is added ( new
4221: feature: #268 )
4222:
4223: 2012-05-27 misha
4224:
4225: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4226:
4227: 2012-05-24 misha
4228:
4229: * src/include/pa_common.h: - method lastposafter was removed
4230:
4231: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4232: lastposafter - ^file:dirname[] & Co proper handle windows file
4233: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4234: work as *nix commands
4235:
4236: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4237:
4238: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4239: rskipchars were added
4240:
4241: * tests/270.html: - more tests for ^file:find[]
4242:
4243: * tests/065.html: - more tests for ^file:dirname[] & Co
4244:
4245: * src/include/pa_version.h: - must be "win32" here. it is
4246: auto-generated on *nix
4247:
4248: 2012-05-24 moko
4249:
4250: * src/classes/math.C: ^math:convert[] now supports uint32 and
4251: throws overflow exception ( new feature: #830 )
4252:
4253: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4254: uint32 support and overflow added ( new feature: #830 )
4255:
4256: 2012-05-23 moko
4257:
4258: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4259: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4260: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4261: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4262: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4263: types/pa_vregex.h, types/pa_vstateless_class.C,
4264: types/pa_vstateless_class.h, types/pa_vstring.h,
4265: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4266: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4267: "return string as-is" removed from as_expr_result. ( new feature:
4268: #831 )
4269:
4270: * tests/results/244.processed: test changed after bug #782 fix
4271: commited
4272:
4273: * tests/results/229.processed: test results for bug #782 commited
4274:
4275: * tests/: 254.html, results/254.processed: uid now just compared,
4276: not printed. :)
4277:
4278: 2012-05-20 moko
4279:
4280: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4281: feature: #341 )
4282:
4283: * tests/: 254.html, results/254.processed: test for
4284: ^reflection:uid[] added
4285:
4286: * tests/: 254.html, results/254.processed: test for
4287: ^reflection:uid[$obj] added
4288:
4289: 2012-05-17 misha
4290:
4291: * src/main/untaint.C: - do not replace ' char by _26 while
4292: exploding filespec-tainting ( new feature: #829 )
4293:
4294: 2012-05-12 moko
4295:
4296: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4297: not.
4298:
4299: 2012-05-08 moko
4300:
4301: * src/types/pa_vmethod_frame.h: bug #782 fixed
4302:
4303: * tests/229.html: test for bug #782
4304:
4305: * tests/results/259.processed, src/main/pa_request.C,
4306: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4307: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4308: src/types/pa_vvoid.h: feature #154 - first empty param now
4309: string; defined locals are empty strings; $STRICT-VARS(true)
4310: added
4311:
4312: 2012-04-27 moko
4313:
1.116 moko 4314: * src/targets/apache/Makefile.am:
1.95 moko 4315: ../../lib/memcached/libmemcached.a added
4316:
4317: 2012-04-27 misha
4318:
4319: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4320: ( #827 )
4321:
4322: 2012-04-25 moko
4323:
4324: * src/: classes/json.C, classes/memcached.C,
4325: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4326: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4327: implemented.
4328:
4329: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4330:
4331: 2012-04-23 moko
4332:
4333: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4334: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4335: types/pa_vmemcached.h: open allows options hash for new
4336: memcached(options) function
4337:
4338: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4339: not appended
4340:
4341: 2012-04-21 moko
4342:
4343: * src/classes/curl.C: '' added. :)
4344:
4345: * src/classes/classes.vcproj: new curl.h location
4346:
4347: * src/classes/curl.C: verbose output redirection from stderr to
4348: file curl option added
4349:
4350: 2012-04-20 moko
4351:
4352: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4353: contains what we need from curl, #ifdef HAVE_CURL removed
4354:
1.116 moko 4355: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4356: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4357: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4358: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4359: configure option
4360:
4361: 2012-04-19 moko
4362:
4363: * src/: classes/double.C, classes/inet.C, classes/int.C,
4364: classes/string.C, lib/gc/include/gc_allocator.h,
4365: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4366: options from sql_result_string removed. (closes issue #468)
4367:
4368: * src/types/pa_vmemcached.C: empty string fix
4369:
4370: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4371: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4372: pa_vmemcached.C
4373:
4374: 2012-04-18 moko
4375:
4376: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4377: apache2-mpm-prefork" error displayed in threaded mpm.
4378:
4379: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4380: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4381: installed (issue #354)
4382:
4383: 2012-04-16 moko
4384:
4385: * src/types/pa_vmemcached.C: call to memcached_result_create and
4386: memcached_result_free removed
4387:
4388: 2012-04-14 moko
4389:
4390: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4391:
4392: * src/types/pa_vmemcached.C: check_key added and used
4393:
4394: 2012-04-13 moko
4395:
4396: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4397: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4398: Serialization_data now added and used, VString now serialized
4399: with languages into memcached.
4400:
4401: 2012-03-28 moko
4402:
4403: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4404: lib/memcached/pa_memcached.h: result lengths added
4405:
4406: 2012-03-27 moko
4407:
4408: * src/types/pa_vmemcached.C: strdup added
4409:
4410: 2012-03-24 moko
4411:
4412: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4413: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4414: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4415:
4416: 2012-03-20 moko
4417:
1.116 moko 4418: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4419:
4420: * src/targets/cgi/Makefile.am: cleanup
4421:
4422: * src/: types/Makefile.am, types/pa_vmemcached.C,
4423: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4424:
4425: * src/: classes/Makefile.am, classes/memcached.C,
4426: lib/memcached/Makefile.am, lib/memcached/constants.h,
4427: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4428: lib/memcached/types.h, lib/Makefile.am: memcached initial
4429:
4430: 2012-03-16 moko
4431:
4432: * src/main/execute.C: ident now works under Linux + ident displays
4433: filenames (closes issue #818)
4434:
1.116 moko 4435: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4436: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4437: pa_vmethod_frame_local.h removed
4438:
4439: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4440: classes/classes.h, classes/curl.C, classes/date.C,
4441: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4442: classes/hashfile.C, classes/image.C, classes/inet.C,
4443: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4444: classes/memory.C, classes/op.C, classes/reflection.C,
4445: classes/regex.C, classes/response.C, classes/string.C,
4446: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4447: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4448: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4449: include/pa_config_fixed.h, include/pa_config_includes.h,
4450: include/pa_dictionary.h, include/pa_dir.h,
4451: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4452: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4453: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4454: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4455: include/pa_request_charsets.h, include/pa_request_info.h,
4456: include/pa_sapi.h, include/pa_socks.h,
4457: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4458: include/pa_stack.h, include/pa_string.h,
4459: include/pa_stylesheet_connection.h,
4460: include/pa_stylesheet_manager.h, include/pa_table.h,
4461: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4462: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4463: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4464: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4465: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4466: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4467: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4468: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4469: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4470: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4471: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4472: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4473: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4474: main/pa_string.C, main/pa_stylesheet_connection.C,
4475: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4476: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4477: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4478: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4479: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4480: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4481: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4482: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4483: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4484: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4485: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4486: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4487: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4488: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4489: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4490: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4491: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4492: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4493: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4494: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4495: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4496: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4497: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4498: types/pa_vresponse.h, types/pa_vstateless_class.C,
4499: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4500: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4501: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4502: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4503: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4504: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4505: ident now works under Linux + ident displays filenames (closes
4506: issue #818) Copyright updated
4507:
4508: 2012-03-13 moko
4509:
4510: * src/main/pa_string.C: compilation fix for feature #741
4511:
4512: 2012-03-09 misha
4513:
4514: * tests/193.html: - tests for ^string:base64[encoded] are updated
4515:
4516: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4517: now detects invalid base64 chars in the middle of encoded stricg
4518: ( new feature: #55 )
4519:
4520: * src/include/pa_exception.h: - new exception type for base64
4521: decoding is added
4522:
4523: 2012-03-06 misha
4524:
4525: * tests/274.html: - tests for ^date::today[] and
4526: ^date.sql-string[datetime|date|time] are added
4527:
4528: * src/classes/date.C: - constructor ^date::today[] is added ( new
4529: feature: #811 ) - ^date.sql-string[] now can accept one param --
4530: strings "datetime", "date" or "time" - comments tidying up
4531:
4532: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4533: date and time
4534:
4535: 2012-03-03 misha
4536:
4537: * tests/193.html: - tests for
4538: ^string:base64[encoded;$.strict(true)] are added
4539:
4540: * tests/results/auto.p: - try-catch operator is added
4541:
4542: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4543: main/pa_common.C: - $.strict(true|false) option is added to
4544: base64 decode methods ( new feature: #55 )
4545:
4546: * src/main/pa_common.C: - base64 decode memory usage was decreased
4547: ( new feature: #819 )
4548:
4549: 2012-02-28 moko
4550:
4551: * src/classes/hash.C: ident test
4552:
4553: 2012-02-27 misha
4554:
4555: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4556:
4557: 2012-01-08 misha
4558:
4559: * tests/273.html: - tests for ^string.replace[from;to] are added
4560:
4561: * src/: classes/string.C, include/pa_dictionary.h,
4562: main/pa_dictionary.C, main/pa_string.C: -
4563: ^string.replace[from;to] is added ( new feature: #741 ) -
4564: ^string.replace[one subst here] is slightly optimized
4565:
4566: 2011-12-07 misha
4567:
4568: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4569: named table with one empty column ( bugfix: #63 )
4570:
4571: 2011-11-30 misha
4572:
4573: * src/classes/json.C: - it's possible to set user's method for
4574: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4575: #763 )
4576:
4577: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4578:
4579: 2011-11-23 misha
4580:
4581: * src/: classes/curl.C, classes/file.C, classes/image.C,
4582: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4583: types/pa_vfile.h, types/pa_vform.C: - constructor
4584: ^file::create[mode;filename;content[;options]] now accepts binary
4585: mode and file-content - new constructor's format:
4586: ^file::create[string-or-file-content[;$.name[filename]
4587: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4588: feature: #65 )
4589:
4590: * src/: include/pa_request.h, main/pa_request.C: - new method
4591: mime_type_of(const String*) is added
4592:
4593: * src/include/pa_exception.h: - new exception constant
4594: FILE_NAME_MUST_BE_SPECIFIED is added
4595:
4596: * src/classes/table.C: - bug with negative offset transformed into
4597: a feature. it means pointing to a row from the end of the table (
4598: new feature: #810 )
4599:
4600: 2011-11-19 misha
4601:
4602: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4603: â ìåòîäå _select ( new feature: #810 )
4604:
4605: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4606: options were specified together is simplified
4607:
4608: 2011-11-12 misha
4609:
4610: * src/main/pa_request.C: - forgotten fix for escaping filename in
4611: HTTP content-disposition header (a part of bug #361 )
4612:
4613: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4614: checks for ancestors' classes as well ( new feature: #456 )
4615:
4616: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4617: "without cycle" now have types "parser.break" and
4618: "parser.continue" instead of "parser.runtime" ( new feature: #799
4619: )
4620:
4621: 2011-11-11 misha
4622:
4623: * tests/results/: 099.processed, 100.processed, 205.processed,
4624: 237.processed: - since bug #361 was fixed the content of filename
4625: in HTTP headers is quoted
4626:
4627: * tests/results/270.processed: - result for test 270
4628:
4629: * tests/: 065.html, results/065.processed: - more tests for
4630: ^file:basename[] & Co were added
4631:
4632: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4633:
4634: * tests/270.html: - tests for ^file:find[] are added
4635:
4636: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4637: using option $.charset. option $.engoding is still supported but
4638: these options can not be specified together
4639:
4640: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4641: comparation charset name with string "UTF-8" ( bugfix: #759 )
4642:
4643: 2011-10-11 misha
4644:
4645: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4646: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4647: #622)
4648:
4649: 2011-09-30 misha
4650:
4651: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4652: exception "saving stat-ed file" ( bugfix: #395 )
4653:
4654: 2011-05-30 misha
4655:
4656: * src/classes/string.C: - fixed bug which was added with
4657: params.as_hash into string:sql
4658:
4659: 2011-05-29 misha
4660:
4661: * src/types/pa_value.C: - filename in content-disposition header
4662: must be quoted ( bugfix: #361 )
4663:
4664: 2011-05-27 misha
4665:
4666: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4667: created file
4668:
4669: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4670: usage
4671:
4672: * src/include/pa_exception.h: - one more string for exception was
4673: added
4674:
4675: 2011-05-25 misha
4676:
4677: * tests/269.html: - tests for checking input params in some dom
4678: methods
4679:
4680: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4681: was added. it isn't possible not wo create xdoc with invalid
4682: tagName. ( bugfix: #160 )
4683:
4684: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4685: string "data must be string" was mover from pa_exception.h to
4686: pa_xml_exception.h
4687:
4688: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4689: as_xmlncname, as_xmlname and as_xmlnsuri were added
4690:
4691: * src/main/pa_xml_exception.C: - XmlException accepts more options
4692:
4693: * src/include/pa_xml_exception.h: - XmlException accepts more
4694: options - XML-related exception's strings were added
4695:
4696: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4697: output_options were removed)
4698:
4699: 2011-05-19 misha
4700:
4701: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4702: params.as_hash is used more while parsing methods hash-options
4703:
4704: 2011-05-18 misha
4705:
4706: * operators.txt: - info about json-serialization of xdoc was added
4707:
4708: * tests/256.html: - tests for json-serialization xdoc were added
4709:
4710: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4711:
4712: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4713: classes/json.C, classes/xdoc.C: - now json:string can serialize
4714: xdoc-objects. options (the same as ^xdoc.string[]) could be
4715: specified in $.xdoc[] ( new feature: #265 )
4716:
4717: 2011-05-15 misha
4718:
4719: * tests/268.html: - tests for ^table.count[with options] were added
4720:
4721: * src/classes/table.C: - method ^table.count[] now can accept
4722: options ( new feature: #93 ): ^table.count[column] returns number
4723: of columns for named table; ^table.count[cells] returns number of
4724: cells in the current row; ^table.count[] & ^table.count[rows]
4725: return number of rows in a table.
4726:
4727: * tests/267.html: - test for checking switch/case in boolean mode
4728: was added
4729:
4730: * src/classes/op.C: - if switch's or case's value is bool, they are
4731: compared as bool values, not as double values: new feature: #351
4732:
4733: 2011-05-06 misha
4734:
4735: * tests/242.html: - EOL before EOF was added
4736:
4737: * tests/169.html: - tests for splitting empty string and void were
4738: added
4739:
4740: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4741: returned table with one empty cell)
4742:
4743: 2011-04-03 misha
4744:
4745: * src/include/pa_version.h, configure.in: - version in head was
4746: changed to 3.4.2b
4747:
4748: 2011-03-30 misha
4749:
4750: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4751: as well ( new feature #294 )
4752:
4753: 2011-03-29 misha
4754:
4755: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4756: limited to approx. 6 MB. previous limits were too big for real
4757: life. bugfix: #216
4758:
4759: 2011-03-04 moko
4760:
4761: * etc/parser3.charsets/cp866.cfg: Conforms to
4762: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4763:
4764: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4765: vlalek@
4766:
4767: 2011-02-22 misha
4768:
4769: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4770: be under #ifdef XML or parser can't be compiled without xml
4771: support
4772:
4773: 2011-02-21 misha
4774:
1.116 moko 4775: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4776: ApacheModuleParser3.vcproj was removed
4777:
4778: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4779: removed)
4780:
4781: 2011-02-20 misha
4782:
4783: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4784: $.overridden in ^reflection:method_info[...] were added
4785:
4786: * src/classes/reflection.C: - beautifying result of
4787: ^reflection:method_info[] ($.overridden/inherited)
4788:
4789: 2011-02-18 misha
4790:
4791: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4792: and pa_isalnum instead of isalpha and isalnum - bug with
4793: redundand quoting lowercased latin chars while building email
4794: body was fixed
4795:
4796: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4797: added (they check for latin chars only)
4798:
4799: 2011-02-16 misha
4800:
4801: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4802: string size for transcoding gave too small value (should ever
4803: look for availability char in dest charset inspite of the char
4804: size)
4805:
4806: 2011-02-04 moko
4807:
4808: * tests/223.html: header values now not url-encoded (issue #195)
4809:
4810: 2011-02-01 misha
4811:
4812: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4813:
4814: 2011-01-31 misha
4815:
4816: * src/main/pa_request.C: - throw exception if param file_name in
4817: use_file is empty
4818:
4819: 2011-01-08 moko
4820:
4821: * src/classes/curl.C: compilations errors fixed
4822:
4823: 2010-12-29 moko
4824:
4825: * tests/: 265.html, results/265.processed: test for issue #200
4826: added
4827:
4828: * src/main/pa_string.C: empty regex result check added (fixes issue
4829: #200)
4830:
4831: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4832:
4833: * tests/results/223.processed: header values now not url-encoded
4834: (issue #195)
4835:
4836: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4837: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4838: pa_http_safe_header_name added for headers names (fixes bug #195)
4839:
4840: 2010-12-18 misha
4841:
4842: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4843: => pa-include
4844:
4845: 2010-11-28 moko
4846:
4847: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4848:
4849: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4850: -> pa
4851:
4852: * configure.in: apr -> pa
4853:
4854: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4855:
4856: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4857: classes/Makefile.am, types/Makefile.am: apr -> pa
4858:
4859: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4860: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4861: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4862: pa-include/pa_apr.h, pa-include/pa_errno.h,
4863: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4864: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4865: module apr name conflict resolved)
4866:
4867: 2010-11-27 misha
4868:
4869: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4870: libbz2
4871:
4872: 2010-11-26 misha
4873:
4874: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4875: warnings removed
4876:
4877: 2010-11-25 moko
4878:
4879: * operators.txt: $.indent(true)
4880:
4881: * operators.txt: another bugfix. :)
4882:
4883: * operators.txt: bugfix. :)
4884:
4885: * buildall-with-xml: libxml2-2.7.8 + with-apache
4886:
4887: 2010-11-24 moko
4888:
1.116 moko 4889: * configure: apxs support
1.95 moko 4890:
4891: * configure.in: apxs support -Bstatic gc removed for OS X
4892:
4893: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4894:
4895: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4896: THREAD_LOCAL usage
4897:
4898: * src/: classes/curl.C, include/pa_config_includes.h,
4899: main/pa_globals.C: THREAD_LOCAL defined and used
4900:
4901: 2010-11-23 moko
4902:
4903: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4904: should be passed to pa_sleep, and only fractional part (bugfix:
4905: #188)
4906:
4907: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4908:
4909: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4910: GC_dont_gc=1, as in cgi version
4911:
4912: * src/targets/apache/mod_parser3.c: warning war
4913:
4914: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4915: pa_httpd.h: version removed, some trash removed
4916:
4917: * src/targets/apache/mod_parser3.c: version removed (we don't want
4918: to show it), warning war
4919:
4920: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4921: pa_httpd.h: parser_status_allowed removed + merge config
4922: functions removed (override is the default) + beauty
4923:
4924: * src/: include/pa_request.h, main/pa_request.C,
4925: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4926: hide $status used in apache module removed
4927:
4928: 2010-11-18 moko
4929:
4930: * operators.txt: $.table[compact] added for ^json:string[]
4931:
4932: 2010-11-16 moko
4933:
4934: * src/targets/apache/mod_parser3.c: some cleanup done
4935:
4936: * src/main/untaint.C: bugfix: first, second String::Body argument
4937: is hashcode; second, info.fragment_begin is original, not
4938: resulting length
4939:
4940: * src/classes/file.C: new feature: $.stdin now untainted
4941:
4942: * tests/results/264.processed: new feature: $.stdin[] now untainted
4943:
4944: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4945:
4946: * src/classes/op.C: ^apply-taint[] method added
4947:
4948: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4949: added; $.stdin untaint test added
4950:
4951: 2010-11-15 moko
4952:
4953: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4954: removed
4955:
4956: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4957: pa_httpd.h: 2x2 calculated under apache2. :)
4958:
4959: 2010-11-13 moko
4960:
4961: * src/targets/apache/mod_parser3.c: initial changes to build module
4962: with apache 2.x includes
4963:
4964: * src/targets/apache/: Makefile.am, mod_parser3.c,
4965: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4966: united apache 1.3 / apache 2.x DSO module
4967:
4968: 2010-11-09 moko
4969:
4970: * src/types/pa_method.h: check added to dissallow @method[name;*]
4971: syntax
4972:
4973: * tests/: 263.html, results/263.processed: test from method[*args]
4974: added
4975:
4976: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4977: number of params can now be passed to a method declared with *arg
4978:
4979: 2010-11-06 moko
4980:
4981: * src/classes/table.C: formating fixed. :)
4982:
4983: * src/classes/table.C: closes #4: ^table.select now supports
4984: $.limit(), $.offset, $.reverse() options
4985:
4986: * tests/: 262.html, results/262.processed: test for ^table:select
4987: with options added (feature #4)
4988:
4989: * src/include/pa_array.h: remove function added
4990:
4991: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4992: object in get_element/put_element, using static one.
4993:
4994: 2010-11-04 moko
4995:
4996: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4997: options is passed
4998:
4999: * tests/: 256.html, results/256.processed: $.table[compact] feature
5000: now tested; k and p in handler now tested.
5001:
5002: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5003: $.table[compact] feature added
5004:
5005: * src/classes/json.C: key is now passed to handler in
5006: value_json_string; ^json:string result now process tainting
5007: inside and returns clean string, related to issue #153
5008:
5009: * src/main/untaint.C: bugfix: charset can be null (in
5010: ^string:save[] as example), thus check is added
5011:
5012: 2010-10-31 moko
5013:
5014: * src/classes/string.C: error message changed (fixes issue #149)
5015:
5016: 2010-10-29 moko
5017:
5018: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5019: port is not default (fixes issue #155); exception on invalid port
5020: added.
5021:
5022: * src/main/untaint.C: '*' is now not urlencoded to allow header
5023: "Accept: */*" to be passed
5024:
5025: 2010-10-28 moko
5026:
5027: * src/classes/curl.C: bugfix: detect_charset() was throwing
5028: exception on unknown charset even if response_charset was
5029: specified
5030:
5031: 2010-10-27 moko
5032:
5033: * src/classes/string.C: ^string.append removed for void
5034: compatibility
5035:
5036: 2010-10-26 moko
5037:
5038: * src/classes/json.C: libjson supports array at top level, we too
5039: (GPF fixed)
5040:
5041: 2010-10-25 moko
5042:
5043: * tests/: 253.html, results/253.processed: libjson supports array
5044: at top level, parser now supports it as well.
5045:
5046: * tests/261.html, tests/results/261.processed,
5047: src/types/pa_vstring.h: empty string is now void compatible
5048: (allows $empty.key)
5049:
5050: 2010-10-22 misha
5051:
5052: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5053: while adding additional expires checkout)
5054:
5055: * tests/030.html: - test for session cookie was added
5056:
5057: 2010-10-21 moko
5058:
5059: * src/: classes/string.C, classes/void.C, main/execute.C,
5060: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5061: string (feature #111)
5062:
5063: * tests/: 261.html, results/261.processed: checks void from string
5064: inheritance (feature #111)
5065:
5066: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5067: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5068: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5069: now true by default
5070:
5071: 2010-10-17 moko
5072:
5073: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5074: upload now uses binary blocks instead of L_FILE_POST tainting.
5075: (bugfix: #128)
5076:
5077: * tests/: 223.html, results/223.processed: binary file upload test
5078: added, GPF (issue #128) also checked in this test
5079:
5080: 2010-10-13 misha
5081:
5082: * tests/260.html: - test for math:convert
5083:
5084: * src/classes/math.C: - error in math:convert was fixed
5085:
5086: * operators.txt: - info about
5087: ^math:convert[number](from-base;to-base) was added
5088:
5089: * src/classes/math.C: - method
5090: ^math:convert[number](from-base;to-base) for converting number
5091: represention from one base to another was added ( new feature:
5092: #23 )
5093:
5094: 2010-10-13 moko
5095:
5096: * src/main/compile.tab.C: [] now is empty string, not void
5097:
5098: * src/main/compile.y: [] now is empty string, not void
5099:
5100: * src/types/pa_vvoid.h: void now passed as parameter
5101:
5102: * tests/: 259.html, results/259.processed: to test difference
5103: between void and empty string (see ticket #111)
5104:
5105: * tests/results/152.processed: $sEmpty[] is now empty string, not
5106: void
5107:
5108: * tests/256.html: $s[$void] is no longer empty string
5109:
5110: * tests/254.html: empty string is no longer void
5111:
5112: 2010-10-12 misha
5113:
5114: * src/types/pa_vcookie.C: - check if $.expires value can be
5115: converted to date during cookies set up ( bugfix: #104 )
5116:
5117: * tests/041.html: - more tests for ^table.locate were added
5118:
5119: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5120: work ( bugfix: #129 ) - exception comment for incorrect options
5121: ^table.locate[field;value;options] was fixed
5122:
5123: 2010-10-10 moko
5124:
5125: * src/: classes/reflection.C, main/execute.C: constructor returning
5126: another object feature returned
5127:
5128: * tests/results/258.processed: test result updated as constructor
5129: returning another object feature returned
5130:
5131: * tests/: 258.html, results/258.processed: test for constructor
5132: returning another object
5133:
5134: 2010-10-08 misha
5135:
5136: * tests/257.html: - whitespaces after @METACOMMANDS and their
5137: options shouldn't cause exceptions any longer
5138:
5139: 2010-10-06 moko
5140:
5141: * src/classes/: hash.C, table.C: length from sql server is now
5142: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5143:
5144: 2010-10-02 misha
5145:
5146: * operators.txt: - the X mark was removed from ^cache[file]. it is
5147: usable to delete cache file.
5148:
5149: 2010-10-02 moko
5150:
5151: * tests/: 253.html, results/253.processed: hook_key added for key
5152: checking
5153:
5154: * src/classes/json.C: null key bug fixed
5155:
5156: 2010-09-29 misha
5157:
5158: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5159:
5160: 2010-09-25 moko
5161:
5162: * src/classes/json.C: small fixed
5163:
5164: * tests/results/: 253.processed, 255.processed: just updated
5165:
5166: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5167: results/255.processed: charset transcode test added for
5168: json:parse
5169:
5170: 2010-09-24 moko
5171:
5172: * src/types/pa_value.h: warning war :)
5173:
5174: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5175: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5176: ^json:string
5177:
5178: 2010-09-22 moko
5179:
5180: * src/main/pa_charset.C: parser charset tables declare only
5181: white-space before 0x20, thus adding the missing chars
5182:
5183: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5184: to http://unicode.org/Public/MAPPINGS/VENDORS/
5185:
5186: 2010-09-21 misha
5187:
5188: * src/main/compile.y: - some semicolons were added (VS2010 don't
5189: want to compile grammar if they are absent)
5190:
5191: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5192:
5193: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5194:
5195: * src/main/main.vcproj: - path to bison is changed
5196:
5197: 2010-09-21 moko
5198:
1.116 moko 5199: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5200: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5201: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5202:
5203: 2010-09-20 misha
5204:
5205: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5206:
5207: * src/classes/json.C: - add EOL while json-serializing hash
5208:
5209: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5210: compilers don't like 'ES'.
5211:
5212: 2010-09-17 misha
5213:
5214: * operators.txt: - info about json class was added
5215:
5216: * src/classes/json.C: - ^json:string[object]
5217:
5218: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5219: preventing infinite recursion while executing json:string was
5220: added
5221:
5222: * src/include/pa_string.h: - method append_quoted was added
5223:
5224: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5225: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5226: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5227: was added to Value & Co
5228:
5229: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5230: were used
5231:
5232: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5233: were added
5234:
5235: 2010-09-10 moko
5236:
5237: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5238: die_or_abort (backport from 3.4.1)
5239:
5240: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5241: die_or_abort (bugfix: #106)
5242:
5243: 2010-09-09 moko
5244:
5245: * src/classes/json.C: warning war. :)
5246:
5247: 2010-09-08 misha
5248:
5249: * src/lib/json/Makefile.am: - additional include directories were
5250: added (for pa_memory.h and gc.h)
5251:
5252: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5253: compile as C++ instead default - additional include directory was
5254: added (for gc.h)
5255:
5256: * src/types/pa_vform.C: - little code reformating
5257:
5258: * src/classes/file.C: - $.content-type option now can be specified
5259: in ^file::create ( new feature: #102 )
5260:
5261: 2010-09-08 moko
5262:
5263: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5264: pa_malloc/pa_free
5265:
5266: 2010-09-07 moko
5267:
5268: * tests/results/254.processed: VStateless_class:put_element
5269: exception was fixed
5270:
5271: * src/types/: pa_value.h, pa_vstateless_class.h: now
5272: VStateless_class:put_element barks self.type, not this.type
5273: (bugfix: #105)
5274:
5275: 2010-09-06 moko
5276:
5277: * src/classes/reflection.C: bugfix: new String() is required for
5278: exception handling
5279:
5280: * tests/: 254.html, results/254.processed: test modified
5281:
5282: 2010-09-05 moko
5283:
5284: * tests/: 254.html, results/254.processed: ^reflection:copy test
5285: added
5286:
5287: * src/: classes/reflection.C, include/pa_request.h:
5288: ^reflection:copy implemented (new feature: #100)
5289:
5290: 2010-09-03 moko
5291:
5292: * src/lib/json/JSON_parser.C: c++ compatiblity
5293:
5294: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5295: option testing added
5296:
5297: 2010-09-02 moko
5298:
5299: * src/classes/json.C: $.distinct[first|last|all] added
5300:
5301: 2010-09-01 moko
5302:
5303: * tests/results/253.processed: json test result
5304:
5305: * tests/: 253.html, 253_json.txt: json test added
5306:
5307: * src/classes/json.C: json.C update to actual version + hash key
5308: creation bugfix
5309:
5310: 2010-08-31 misha
5311:
5312: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5313: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5314: src/lib/Makefile.am, src/classes/Makefile.am,
5315: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5316: json library was added
5317:
5318: 2010-08-30 moko
5319:
5320: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5321: types/pa_vobject.C: cosmetic optimization in
5322: request:execute_method usage
5323:
5324: * src/: include/pa_charset.h, main/pa_charset.C: small
5325: optimization, just to decrease number of lines. :)
5326:
5327: 2010-08-27 misha
5328:
5329: * src/classes/op.C: - taint[json] was added
5330:
5331: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5332: were added
5333:
5334: * src/main/pa_exec.C: - warning fix was rolled back.
5335:
5336: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5337: include/pa_string.h: - taint[json] was added - escaping was
5338: slightly modified
5339:
5340: 2010-08-25 misha
5341:
5342: * src/classes/file.C: - typo in file:sql exception was fixed
5343:
5344: * src/main/pa_exec.C: - warning about declared and not used
5345: variable forced_allow was removed
5346:
5347: 2010-08-14 misha
5348:
5349: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5350: were removed
5351:
5352: 2010-08-11 moko
5353:
5354: * tests/: 249.html, results/249.processed: default setter and
5355: anti-recursive default getter test added
5356:
5357: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5358: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5359: types/pa_vobject.h, types/pa_vstateless_class.C,
5360: types/pa_vstateless_class.h: default setter support +
5361: anti-recursive default getter support ( new feature: #13 )
5362:
5363: * src/include/pa_hash.h: optimization: threshold member removed
5364: from hash, reducing sizeof(hash)
5365:
5366: 2010-08-10 misha
5367:
5368: * tests/196.html: - junction-method was added to the test
5369:
5370: * tests/248.html: - ups. typo :)
5371:
5372: * tests/248.html: - test for checking .match with 4 params
5373:
5374: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5375: 247_windows1251.txt: - test for "transcode file from utf-8 to
5376: $request:charset during loading if the BOM code is detected"
5377:
5378: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5379: $request:charset during loading if the BOM code is detected ( new
5380: feature: #98 )
5381:
5382: 2010-08-05 misha
5383:
5384: * src/classes/image.C: - ^image.replace now can accept only 2
5385: params. in this case the whole image is affected ( new feature:
5386: #95 )
5387:
5388: 2010-08-04 misha
5389:
5390: * tests/246.html: - test tor ^hash._at[] was added
5391:
5392: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5393: #53 )
5394:
5395: * src/include/pa_hash.h: - methods for accessing the first and the
5396: last values of ordered hash were added (first_value and
5397: last_value)
5398:
5399: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5400: (similar to others file's methods):
5401: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5402: #68 )
5403:
5404: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5405:
5406: 2010-08-01 moko
5407:
5408: * src/classes/op.C: to correctly process $result[] in code, called
5409: from ^process
5410:
5411: * tests/245.html: $result in ^process[] test added
5412:
5413: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5414: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5415: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5416: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5417: caller, self) op_call(VMethodFrame &frame, bool constructing)
5418: removed, construct(class,method) added
5419:
5420: * tests/results/: 192.processed, 244.processed: request::construct
5421: added
5422:
5423: * tests/: 244.html, 245.html, results/244.processed,
5424: results/245.processed: object creation exceptions and ^process
5425: tests added
5426:
5427: 2010-07-28 misha
5428:
5429: * tests/make_tests.cmd: - win32 EOLs
5430:
5431: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5432: tests on Win32 were added (The system timezone should be GMT+3)
5433:
5434: 2010-07-26 misha
5435:
5436: * tests/: 212.html, results/212.processed: - sizes were removed
5437: mecause they could be different on different OSs
5438:
5439: * tests/065.html: - make it "win32 friendly"
5440:
5441: 2010-07-25 misha
5442:
5443: * src/main/compile.y: - all EOLs between methods are removed during
5444: compilation ( new feature: #47 )
5445:
5446: * tests/results/149.processed: - prepare tests to trim trailing
5447: methods' EOLs
5448:
5449: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5450:
5451: * tests/: results/006.processed, results/014.processed, 006.html,
5452: 014.html, 022.html: - prepare tests to trim trailing methods'
5453: EOLs
5454:
5455: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5456: results/071.processed, results/022.processed: - prepare tests to
5457: trim trailing methods' EOLs
5458:
5459: * tests/: results/073.processed, results/109.processed,
5460: results/142.processed, results/144.processed,
5461: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5462: 144.html: - prepare tests to trim trailing methods' EOLs
5463:
5464: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5465: 149.html, 152.html, results/096.processed, results/107.processed,
5466: results/109.processed, results/142.processed,
5467: results/144.processed: - prepare tests to trim trailing methods'
5468: EOLs
5469:
5470: 2010-07-24 moko
5471:
5472: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5473: the hash order in this test
5474:
5475: * tests/014.html: to check hash order, hash no is longer sorted
5476: before print
5477:
5478: * src/include/pa_hash.h: hash copy constructor now keeps order
5479: (bugfix: #54)
5480:
5481: 2010-07-23 moko
5482:
5483: * tests/results/224.processed: @auto[] is no longer inherited
5484:
5485: * src/types/pa_vstateless_class.C, tests/227.html,
5486: tests/results/227.processed: @auto[] is no longer inherited
5487: (bugfix: #57)
5488:
5489: 2010-07-22 misha
5490:
5491: * src/classes/table.C: - don't skip comment lines during
5492: table::load if encloser or separator is set as '#' ( new feature:
5493: #30 )
5494:
5495: * src/targets/cgi/parser3.C: - don't run as cgi if
5496: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5497: #12 )
5498:
5499: * src/classes/file.C: - set PARSER_VARSION env before external
5500: script executing
5501:
5502: 2010-07-13 misha
5503:
5504: * tests/058.html: - test for suppressing @border was added - test
5505: for user attribute was added
5506:
5507: * tests/results/186.processed: unescaping from \uXXXX
5508:
5509: * tests/186.html: unescaping from \uXXXX
5510:
5511: * tests/: 239.html, results/239.processed: method call type
5512:
5513: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5514: $junction_method.CLASS_NAME (+CLASS)
5515:
5516: 2010-07-07 misha
5517:
5518: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5519: *nix
5520:
5521: 2010-07-05 misha
5522:
5523: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5524: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5525: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5526: comment strings "options must be hash", "options must be hash,
5527: not code" and "called with invalid option" were replaced by
5528: constatns - exception comment string "invalid option passed" was
5529: replaced by "called with invalid option" (now in different
5530: methods are the same exception comment string)
5531:
5532: * src/include/pa_exception.h: - more exception strings were defined
5533:
5534: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5535: types/pa_vstateless_class.h: - now we can define possible
5536: method's call type ( new feature: #5 ) 1.
5537: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5538: methods 2. @static:method[params] (only static keyword could be
5539: used here) -- for specified methods
5540:
5541: * src/main/pa_common.C: - junction points should not be deleted on
5542: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5543: cleanup
5544:
5545: 2010-07-03 misha
5546:
5547: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5548: results/158.processed, results/160.processed,
5549: results/161.processed, results/162.processed,
5550: results/163.processed: - prepare tests to trim trailing methods'
5551: EOLs
5552:
5553: * tests/results/169.processed: - prepare tests to trim trailing
5554: methods' EOLs
5555:
5556: * tests/results/: 168.processed, 169.processed: - prepare tests to
5557: trim trailing methods' EOLs
5558:
5559: * tests/: results/170.processed, results/167.processed,
5560: results/168.processed, results/169.processed, 167.html, 168.html,
5561: 169.html: - prepare tests to trim trailing methods' EOLs
5562:
5563: * tests/: results/170.processed, results/171.processed,
5564: results/172.processed, results/173.processed,
5565: results/174.processed, results/175.processed, 170.html, 171.html,
5566: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5567: trailing methods' EOLs
5568:
5569: * tests/: results/176.processed, results/180.processed,
5570: results/184.processed, results/185.processed,
5571: results/191.processed, results/192.processed,
5572: results/196.processed, results/197.processed,
5573: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5574: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5575: to trim trailing methods' EOLs
5576:
5577: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5578: results/199.processed, results/208.processed,
5579: results/209.processed, results/213.processed,
5580: results/214.processed: - prepare tests to trim trailing methods'
5581: EOLs
5582:
5583: 2010-06-29 misha
5584:
5585: * tests/: 220.html, 218.html, results/218.processed,
5586: results/215.processed, results/217.processed, 215.html, 217.html:
5587: - prepare tests to trim trailing methods' EOLs
5588:
5589: * tests/: results/224.processed, 224.html, 223.html,
5590: results/223.processed, results/220.processed: - prepare tests to
5591: trim trailing methods' EOLs
5592:
5593: * tests/results/: 226.processed, 230.processed: - prepare tests to
5594: trim trailing methods' EOLs
5595:
5596: * tests/: 229.html, results/229.processed: - prepare tests to trim
5597: trailing methods' EOLs
5598:
5599: * tests/: 232.html, 235.html, results/232.processed,
5600: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5601: results/226.processed, results/227.processed,
5602: results/228.processed, results/230.processed: - prepare tests to
5603: trim trailing methods' EOLs
5604:
5605: 2010-06-16 moko
5606:
5607: * tests/: 229.html, results/229.processed: elseif now supported in
5608: ^if
5609:
5610: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5611:
5612: 2010-06-03 misha
5613:
5614: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5615: instead of memcopy for overlaped regions
5616:
5617: 2010-05-25 misha
5618:
5619: * src/main/pa_common.C: - wanring about unused vars was removed
5620:
5621: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5622: get_method_filename was moved to execute.C
5623:
5624: 2010-05-23 misha
5625:
5626: * src/main/pa_request.C: - more accurate detection of method's file
5627:
5628: 2010-05-22 misha
5629:
5630: * src/classes/reflection.C: - bugfix: core during detection of
5631: .file if filespec isn't detected successfully
5632:
5633: 2010-05-20 misha
5634:
5635: * src/main/pa_request.C: - fix in get_method_filename
5636:
5637: * src/include/pa_request.h: - new feature: #24 -- searching
5638: included file in @USE/^use is changed. if its filespec doesn't
5639: start from '/' it will be searched in caller file directory
5640:
5641: * src/classes/reflection.C: - ^reflection:method_info returns file
5642: where the method is defined
5643:
5644: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5645: classes/op.C: - new feature: #24 -- searching included file in
5646: @USE/^use is changed. if its filespec doesn't start from '/' it
5647: will be searched in caller file directory
5648:
5649: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5650: is moved to pa_common.h
5651:
5652: 2010-05-18 misha
5653:
5654: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5655: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5656: cookie parser decode \uXXXX as well as %uXXXX
5657:
5658: 2010-05-17 misha
5659:
5660: * src/classes/curl.C: beauty: - unused param is removed in method
5661: _curl_version_action - some spaces were removed or replaced by
5662: tabs
5663:
5664: * src/classes/table.C: - bugfix: #72 core with empty value during
5665: ^table.hash[...;name_of_the_last_column][$.type[string]]
5666:
5667: 2010-05-16 misha
5668:
5669: * src/classes/curl.C: new: #61 more curl options were added
5670: (contributed by Sumo)
5671:
5672: 2010-04-29 pretender
5673:
5674: * src/main/pa_string.C: fixes #63 Split result from empty string
5675: now empty string.
5676:
5677: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5678: string type.
5679:
5680: 2010-04-28 pretender
5681:
5682: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5683: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5684: macrodefinition removed
5685:
5686: 2010-04-19 pretender
5687:
5688: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5689: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5690:
5691: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5692: fixes #64 Now file.missing exception generates in unsafe mode to.
5693:
5694: * src/classes/file.C: fixes #48 Now not throw "not save environment
5695: variable" exception in grpunlim version.
5696:
5697: 2010-04-05 misha
5698:
5699: * src/classes/string.C: - new feature: 4th param was added to
5700: match. if specified its value is returned in case of nothing was
5701: found
5702:
5703: 2010-04-01 misha
5704:
5705: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5706: multiple execution of /a/b/auto.p
5707:
5708: 2010-03-19 misha
5709:
5710: * src/main/execute.C: - core in $table1.$table2 was fixed
5711:
5712: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5713:
5714: 2010-01-27 misha
5715:
5716: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5717: trying to open file by path /existing-file/non-exixting-file
5718:
5719: 2010-01-26 misha
5720:
5721: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5722: was added (returns file)
5723:
5724: 2009-12-22 misha
5725:
5726: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5727: now parser doesn't have class curl if it was built without it
5728:
5729: 2009-12-15 misha
5730:
5731: * configure.in: - little cheat with curl include dir was added
5732:
5733: 2009-12-05 misha
5734:
5735: * src/classes/curl.C: - some fixes
5736:
5737: 2009-12-04 misha
5738:
5739: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5740: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5741: buildall-with-xml, buildall-without-xml, configure.in: - curl
5742: class was added
5743:
5744: * src/include/pa_hash.h: - hash-iterator was added
5745:
5746: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5747: was added to pcre
5748:
5749: 2009-11-27 misha
5750:
5751: * src/classes/image.C: - don't add @border attribute to output of
5752: ^image.html[] if it was specified by user with empty value
5753:
5754: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5755: root element and we are trying to access .documentElement
5756:
5757: 2009-11-11 misha
5758:
5759: * src/classes/table.C: - in ^table.flip[] look at number of columns
5760: instead of number of items in first row for named tables
5761:
5762: 2009-11-10 misha
5763:
5764: * operators.txt: - info about hash-options in ^file::create was
5765: added
5766:
5767: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5768: added
5769:
5770: 2009-11-09 misha
5771:
5772: * buildall-with-xml: - moving to libxml 2.7.6
5773:
5774: * tests/236.html: - tests for comparations cords with functions
5775: were added
5776:
5777: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5778: added
5779:
5780: * src/main/pa_http.C: - little optimisation
5781:
5782: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5783: GPF mallocs + stringstream (table.save)
5784:
5785: * src/classes/file.C: - file::create now accepts 4th param: options
5786: with $.charset
5787:
5788: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5789: bug in cord (comparation cords with functions was buggy)
5790:
5791: 2009-11-06 misha
5792:
5793: * src/main/pa_string.C: - bugfix: calculation string.length
5794: sometimes was buggy
5795:
5796: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5797: destroyed if exception occured during match/replace
5798:
5799: * src/: main/pa_charset.C, include/pa_charset.h: - method
5800: lengthUTF8Char was added
5801:
5802: * src/classes/op.C: - clean tainting lang was added for user's
5803: usage
5804:
5805: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5806: fixed: checkouts are required after GC_MALLOC
5807:
5808: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5809:
5810: * operators.txt: - actually, there is no ^untaint[xml] in
5811: file::create
5812:
5813: 2009-10-15 misha
5814:
5815: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5816: were added
5817:
5818: * tests/234.html: - more tests for checking ^taint[uri] escaping
5819: were added
5820:
5821: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5822: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5823: hacking: for dealing with transcoding+^taint[uri]
5824: transcode_and_untaint was replaced by untaint_and_transcode
5825:
5826: 2009-10-13 misha
5827:
5828: * tests/: 121.html, results/121.processed: - test transcoding +
5829: url-escaping now
5830:
5831: * tests/results/auto.p: - more helpers' methods were added
5832:
5833: * src/main/pa_globals.C: - die instead of abort
5834:
5835: 2009-10-06 misha
5836:
5837: * src/main/pa_common.C: - don't allocate memory during
5838: capitalization if input string is already capitalized
5839:
5840: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5841:
5842: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5843: use format function because it calls malloc
5844:
5845: * src/include/pa_common.h: - more capitalized headers were added
5846:
5847: * src/main/pa_common.C: - in safe mode clear executable bits during
5848: file writing
5849:
5850: 2009-10-05 misha
5851:
5852: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5853:
5854: 2009-10-03 misha
5855:
5856: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5857: ^img.text[] & ^img.length[] can work in utf-8 now
5858:
5859: * src/: include/pa_charset.h, main/pa_charset.C: - class
5860: UTF8_string_iterator was added
5861:
5862: * src/classes/image.C: - respect utf-8 when calculate alphabet
5863: length
5864:
5865: * src/classes/mail.C: - check from before get message.cstr
5866:
5867: 2009-10-02 misha
5868:
5869: * tests/233.html: - test for image.font, image.length, image.text
5870: with text in utf-8 were added
5871:
5872: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5873:
5874: * buildall-with-xml, buildall-without-xml: - comment about gc
5875: version for freebsd 4 was added
5876:
5877: 2009-10-01 misha
5878:
5879: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5880: terminator) - read_pipe were slightly optimized
5881:
5882: 2009-09-28 misha
5883:
5884: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5885: removed
5886:
5887: * src/types/pa_vmail.C: - forgot about space after ':'
5888:
5889: * src/types/pa_vmail.C: - escape filenames while preparing mail
5890: body - small simplifications
5891:
5892: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5893: inout params like pa_base64
5894:
5895: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5896: option $.debug-print(1) was added to mail:send - changes for
5897: using uue_encode which uses less memory
5898:
5899: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5900:
5901: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5902: memory now
5903:
5904: 2009-09-26 misha
5905:
5906: * src/types/pa_vmail.C: - default encoding now is base64
5907:
5908: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5909:
5910: 2009-09-25 misha
5911:
5912: * src/types/pa_vmail.C: - capitalization of headers was added to
5913: sending mail as well
5914:
5915: * buildall-with-xml: - catalog package was removed from libxml
5916:
5917: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5918: win32 absolute path
5919:
5920: * src/include/pa_common.h: - one more capitalized header was added
5921:
5922: 2009-09-22 misha
5923:
5924: * INSTALL: - comment about building just httpd binary while
5925: building apache module was added
5926:
5927: 2009-09-21 misha
5928:
5929: * buildall-with-xml: - moving to the latest versions of xml libs:
5930: libxml 2.7.4 and libxslt 1.1.25
5931:
5932: 2009-09-19 misha
5933:
5934: * tests/231.html: - test for encoding cookie in win-1251
5935:
5936: 2009-09-18 misha
5937:
5938: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5939: object] were added
5940:
5941: * operators.txt: - info about method ^reflection:fields[class or
5942: object] was added
5943:
5944: * src/classes/reflection.C: - method ^reflection:fields[class or
5945: object] was added
5946:
5947: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5948: methods get_fields were added
5949:
5950: * tests/232.html: - tests for @GET[name]
5951:
5952: * src/classes/table.C: - some changes in handling hash-options for
5953: creare, join and locate
5954:
5955: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5956: defined with option: the type of requested value
5957:
5958: 2009-09-17 misha
5959:
5960: * tests/212.html: - tests for .pattern and .options were added
5961:
5962: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5963: $regex.options were added
5964:
5965: 2009-09-11 misha
5966:
5967: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5968: rewrited. it checks not just one case of sending cookies during
5969: file::load[http], but also sending headers and fields (including
5970: files)
5971:
5972: 2009-09-10 misha
5973:
5974: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5975: was removed => now parser can open files with Russian 'r' in
5976: filename
5977:
5978: * src/main/untaint.C: - bugfix: client charset whould be analized
5979: while escaping cookies but now source charset
5980:
5981: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5982: ^tainted[uri] so it was possible to make request with incorrect
5983: http header
5984:
5985: * src/main/pa_http.C: - capitalization of http headers during
5986: file::load[http was slightly changes - bugfix: all headers which
5987: parser sends during file::load[http should be transcoded and only
5988: then escaped
5989:
5990: * src/main/untaint.C: - a bit more comments were added
5991:
5992: * src/classes/: file.C, string.C: - types where changes (minus 2
5993: warnings)
5994:
5995: * src/include/pa_common.h: - 2 capitalized strings for making http
5996: headers during file::load[http were added
5997:
5998: 2009-09-08 misha
5999:
6000: * operators.txt: - changes in file.save and string.save were added
6001:
6002: * tests/: 230.html, 230.txt: - tests for checking options in
6003: file.save and string.save were added
6004:
6005: * src/main/pa_request.C: - http headers names, which are passed to
6006: SAPI::add_header_attribute are lowercased now (it'll be
6007: capitalized in that method)
6008:
6009: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6010: classes/string.C: - file_write accepts Request_charsets and asked
6011: charset and cound transcode content before writing - string.save
6012: and file.save have option $.charset now
6013:
6014: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6015: classes/xdoc.C: - file_write accepts Request_charsets and asked
6016: charset and cound transcode content before writing
6017:
6018: * src/include/pa_exception.h: - new exception comment string was
6019: defined
6020:
6021: 2009-09-07 misha
6022:
6023: * src/main/compile.y: - grammar $name\ name stops now for regex
6024: sub-pattern\s
6025:
6026: 2009-09-04 misha
6027:
6028: * src/main/pa_http.C: - capitalization of http headers during
6029: file::load[http was implemented
6030:
6031: 2009-09-03 misha
6032:
6033: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6034: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6035: types/pa_vmail.C, targets/cgi/parser3.C,
6036: targets/isapi/parser3isapi.C: - back to storing response http
6037: headers in lowercase - capitalize them during output
6038:
6039: 2009-08-31 misha
6040:
6041: * src/classes/table.C: - allow call with any brackets (it could be
6042: useful in methods with explict result declaration)
6043:
6044: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6045: correctly if $request:charset==koi8-r
6046:
6047: 2009-08-30 misha
6048:
6049: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6050: changed: content-type => Content-type and so on
6051:
6052: * src/classes/file.C, src/include/pa_common.h,
6053: src/include/pa_request.h, src/main/pa_http.C,
6054: src/main/pa_request.C, src/types/pa_vcookie.C,
6055: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6056: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6057: tests/results/002.processed, tests/results/003.processed,
6058: tests/results/004.processed, tests/results/005.processed,
6059: tests/results/006.processed, tests/results/007.processed,
6060: tests/results/008.processed, tests/results/009.processed,
6061: tests/results/010.processed, tests/results/011.processed,
6062: tests/results/012.processed, tests/results/013.processed,
6063: tests/results/014.processed, tests/results/015.processed,
6064: tests/results/016.processed, tests/results/017.processed,
6065: tests/results/018.processed, tests/results/019.processed,
6066: tests/results/020.processed, tests/results/021.processed,
6067: tests/results/022.processed, tests/results/023.processed,
6068: tests/results/024.processed, tests/results/025.processed,
6069: tests/results/026.processed, tests/results/027.processed,
6070: tests/results/028.processed, tests/results/029.processed,
6071: tests/results/030.processed, tests/results/031.processed,
6072: tests/results/032.processed, tests/results/033.processed,
6073: tests/results/034.processed, tests/results/035.processed,
6074: tests/results/036.processed, tests/results/037.processed,
6075: tests/results/038.processed, tests/results/039.processed,
6076: tests/results/040.processed, tests/results/041.processed,
6077: tests/results/042.processed, tests/results/043.processed,
6078: tests/results/044.processed, tests/results/045.processed,
6079: tests/results/046.processed, tests/results/047.processed,
6080: tests/results/048.processed, tests/results/049.processed,
6081: tests/results/050.processed, tests/results/051.processed,
6082: tests/results/052.processed, tests/results/053.processed,
6083: tests/results/054.processed, tests/results/055.processed,
6084: tests/results/056.processed, tests/results/057.processed,
6085: tests/results/058.processed, tests/results/059.processed,
6086: tests/results/060.processed, tests/results/061.processed,
6087: tests/results/062.processed, tests/results/063.processed,
6088: tests/results/064.processed, tests/results/065.processed,
6089: tests/results/066.processed, tests/results/067.processed,
6090: tests/results/068.processed, tests/results/069.processed,
6091: tests/results/070.processed, tests/results/071.processed,
6092: tests/results/072.processed, tests/results/073.processed,
6093: tests/results/074.processed, tests/results/075.processed,
6094: tests/results/076.processed, tests/results/077.processed,
6095: tests/results/078.processed, tests/results/079.processed,
6096: tests/results/080.processed, tests/results/081.processed,
6097: tests/results/082.processed, tests/results/083.processed,
6098: tests/results/084.processed, tests/results/085.processed,
6099: tests/results/086.processed, tests/results/087.processed,
6100: tests/results/088.processed, tests/results/089.processed,
6101: tests/results/090.processed, tests/results/091.processed,
6102: tests/results/092.processed, tests/results/093.processed,
6103: tests/results/094.processed, tests/results/095.processed,
6104: tests/results/096.processed, tests/results/097.processed,
6105: tests/results/098.processed, tests/results/099.processed,
6106: tests/results/100.processed, tests/results/101.processed,
6107: tests/results/102.processed, tests/results/103.processed,
6108: tests/results/104.processed, tests/results/105.processed,
6109: tests/results/106.processed, tests/results/107.processed,
6110: tests/results/108.processed, tests/results/109.processed,
6111: tests/results/110.processed, tests/results/111.processed,
6112: tests/results/112.processed, tests/results/113.processed,
6113: tests/results/114.processed, tests/results/115.processed,
6114: tests/results/116.processed, tests/results/117.processed,
6115: tests/results/118.processed, tests/results/119.processed,
6116: tests/results/120.processed, tests/results/121.processed,
6117: tests/results/122.processed, tests/results/123.processed,
6118: tests/results/124.processed, tests/results/125.processed,
6119: tests/results/126.processed, tests/results/127.processed,
6120: tests/results/128.processed, tests/results/129.processed,
6121: tests/results/130.processed, tests/results/131.processed,
6122: tests/results/132.processed, tests/results/133.processed,
6123: tests/results/134.processed, tests/results/135.processed,
6124: tests/results/136.processed, tests/results/138.processed,
6125: tests/results/139.processed, tests/results/140.processed,
6126: tests/results/141.processed, tests/results/142.processed,
6127: tests/results/143.processed, tests/results/144.processed,
6128: tests/results/145.processed, tests/results/146.processed,
6129: tests/results/147.processed, tests/results/148.processed,
6130: tests/results/149.processed, tests/results/150.processed,
6131: tests/results/151.processed, tests/results/152.processed,
6132: tests/results/153.processed, tests/results/154.processed,
6133: tests/results/155.processed, tests/results/156.processed,
6134: tests/results/157.processed, tests/results/158.processed,
6135: tests/results/159.processed, tests/results/160.processed,
6136: tests/results/161.processed, tests/results/162.processed,
6137: tests/results/163.processed, tests/results/164.processed,
6138: tests/results/165.processed, tests/results/166.processed,
6139: tests/results/167.processed, tests/results/168.processed,
6140: tests/results/169.processed, tests/results/170.processed,
6141: tests/results/171.processed, tests/results/172.processed,
6142: tests/results/173.processed, tests/results/174.processed,
6143: tests/results/175.processed, tests/results/176.processed,
6144: tests/results/177.processed, tests/results/178.processed,
6145: tests/results/179.processed, tests/results/180.processed,
6146: tests/results/181.processed, tests/results/182.processed,
6147: tests/results/183.processed, tests/results/184.processed,
6148: tests/results/185.processed, tests/results/186.processed,
6149: tests/results/187.processed, tests/results/188.processed,
6150: tests/results/189.processed, tests/results/190.processed,
6151: tests/results/191.processed, tests/results/192.processed,
6152: tests/results/193.processed, tests/results/194.processed,
6153: tests/results/195.processed, tests/results/196.processed,
6154: tests/results/197.processed, tests/results/198.processed,
6155: tests/results/199.processed, tests/results/200.processed,
6156: tests/results/201.processed, tests/results/202.processed,
6157: tests/results/203.processed, tests/results/204.processed,
6158: tests/results/205.processed, tests/results/206.processed,
6159: tests/results/207.processed, tests/results/208.processed,
6160: tests/results/209.processed, tests/results/210.processed,
6161: tests/results/211.processed, tests/results/212.processed,
6162: tests/results/213.processed, tests/results/214.processed,
6163: tests/results/215.processed, tests/results/216.processed,
6164: tests/results/217.processed, tests/results/218.processed,
6165: tests/results/219.processed, tests/results/220.processed,
6166: tests/results/221.processed, tests/results/222.processed,
6167: tests/results/223.processed, tests/results/224.processed,
6168: tests/results/225.processed, tests/results/226.processed,
6169: tests/results/227.processed, tests/results/228.processed,
6170: tests/results/229.processed: - http headers were changed:
6171: content-type => Content-type and so on
6172:
6173: 2009-08-27 misha
6174:
6175: * src/: main/pa_random.C, include/pa_random.h,
6176: targets/cgi/parser3.C: - year was updated :)
6177:
6178: 2009-08-26 misha
6179:
6180: * tests/: 224.html, 224.p: - test for creating of parser object
6181: using constructor without params - little bugfix in test
6182:
6183: * src/main/compile_tools.h: - bugfix: should't call autouse while
6184: checking existed class while processing partial option
6185:
6186: * src/classes/reflection.C: - bugfix: core when creating object
6187: with reflection and constructor doesn't have params
6188:
6189: 2009-08-24 misha
6190:
6191: * tests/229.html: - tests for checking the number of parameters
6192: were added
6193:
6194: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6195: number of method's parameters wasn't checked correctly (the bug
6196: was introduced in 3.4.0)
6197:
6198: 2009-08-22 misha
6199:
6200: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6201: transcoded, but tainted pieces are escaped only when
6202: content-type==url-encoding
6203:
6204: * tests/228.html: - test for checking
6205: ^file::load[http://...;$.body[]]
6206:
6207: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6208: post charset was too early (charsets is empty at this moment)
6209:
6210: 2009-08-21 misha
6211:
6212: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6213: main/untaint.C: - some fixes with transcode+untaint
6214:
6215: 2009-08-15 misha
6216:
6217: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6218: was increaced to 100 (was 50)
6219:
6220: * tests/227.html: - test for checking overriding properties in
6221: static classes was added
6222:
6223: * tests/: 226.html, 226.p: - test for @autoload[] was added
6224:
6225: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6226: main/execute.C, main/pa_request.C, classes/reflection.C: -
6227: autouse was implemented
6228:
6229: 2009-08-14 misha
6230:
6231: * src/classes/reflection.C: - outdated checkout was removed
6232:
6233: * src/classes/reflection.C: - optimization - method ^dynamical was
6234: added.
6235:
6236: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6237: types/pa_vstateless_class.h, main/execute.C: - optimization
6238:
6239: * src/types/pa_vclass.C: - exception if base on sytem class
6240:
6241: 2009-08-12 misha
6242:
6243: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6244: pa_vstateless_class.h: - little optimisation
6245:
6246: 2009-08-11 misha
6247:
6248: * tests/224.html: - method_params => method_info - checking for
6249: $.inherited
6250:
6251: * src/classes/reflection.C, operators.txt: - method method_params
6252: was renamed to method_info and now it returns class name, if
6253: method was defined in ancestor
6254:
6255: * tests/225.html: - tests for cheching properties in hierarhical
6256: classes were added
6257:
6258: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6259: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6260: main/compile.y, main/execute.C, classes/classes.C: - problems
6261: with properties in new classes implementation were fixed
6262:
6263: 2009-08-10 misha
6264:
6265: * src/main/execute.C: - now constructor shouldn't be defined in
6266: class. it could be defined in parent.
6267:
6268: 2009-08-09 misha
6269:
6270: * src/classes/reflection.C: - ^reflection:methods doesn't return
6271: base's methods
6272:
6273: 2009-08-08 misha
6274:
6275: * src/: classes/classes.h, classes/date.C, classes/file.C,
6276: classes/form.C, classes/hash.C, classes/hashfile.C,
6277: classes/image.C, classes/mail.C, classes/op.C,
6278: classes/reflection.C, classes/regex.C, classes/string.C,
6279: classes/table.C, classes/xdoc.C, classes/xnode.C,
6280: classes/xnode.h, include/pa_hash.h, main/execute.C,
6281: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6282: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6283: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6284: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6285: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6286: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6287: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6288: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6289: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6290: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6291: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6292: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6293: types/pa_vresponse.C, types/pa_vresponse.h,
6294: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6295: types/pa_vstateless_object.h, types/pa_vstatus.C,
6296: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6297: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6298: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6299: types/pa_wwrapper.h, types/types.vcproj: - new classes
6300: implementation
6301:
6302: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6303: USE_MUNMAP is used. so it is disabled as a workaround.
6304:
6305: 2009-08-05 misha
6306:
6307: * src/: main/pa_common.C, include/pa_common.h: - not needed
6308: parameter was removed
6309:
6310: * src/main/pa_http.C: - bugfix: error was during detecting
6311: content-type of file which was loaded by http
6312:
6313: 2009-08-01 misha
6314:
6315: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6316: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6317: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6318: can't be disabled with defines any longer
6319:
6320: 2009-07-29 misha
6321:
6322: * src/classes/reflection.C, tests/results/224.processed: - for
6323: native methods with any call type now returned empty call_type
6324: value
6325:
6326: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6327: classes/table.C, include/pa_hash.h, include/pa_request.h,
6328: main/pa_request.C: - break in cycles was optimized
6329:
6330: * INSTALL: - more defines were described
6331:
6332: 2009-07-28 misha
6333:
6334: * operators.txt: - some changes in information about reflection
6335: class
6336:
6337: * tests/: 224.html, 224.p: - tests for reflection class
6338:
6339: * src/classes/reflection.C: - some bugs were fixed, method classes
6340: was added, refactoring
6341:
6342: 2009-07-26 misha
6343:
6344: * src/classes/classes.vcproj: - reflection class wass added to
6345: project
6346:
6347: * operators.txt: - information about reflection class was added
6348:
6349: * src/classes/reflection.C: - class was redesigned
6350:
6351: 2009-07-24 misha
6352:
6353: * src/classes/: Makefile.am, reflection.C: - class reflection was
6354: added
6355:
6356: * src/types/pa_vstateless_class.h: - method for reflection method's
6357: in classes was added
6358:
6359: 2009-07-22 misha
6360:
6361: * src/main/compile_tools.h: - bugfix: $object.$var was
6362: over-optimized. it failed if $object1.$object2.field
6363:
6364: 2009-07-16 misha
6365:
6366: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6367: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6368: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6369: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6370: one more arg: length of cord
6371:
6372: 2009-07-15 misha
6373:
6374: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6375: tainted in ^file::load[http://...;$.cookies[]]
6376:
6377: * src/classes/: op.C, regex.C, string.C: - new string with
6378: exception was used
6379:
6380: * src/include/pa_exception.h: - new string with exception was added
6381:
6382: * tests/223.html: - test for checking cookie-encoding during
6383: ^file::load[http was added
6384:
6385: * tests/: 221.html, 222.html: - tests for checking type of
6386: $table.fields.field were added
6387:
6388: * src/types/pa_vtable.C: - not used var decl was removed
6389:
6390: * src/include/pa_string.h: - use cached string length in Body::mid.
6391: it improves speed of match with brackets in pattern
6392:
6393: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6394: outside
6395:
6396: 2009-07-14 misha
6397:
6398: * src/types/pa_vtable.C: - $table.fields.a return string even if
6399: column is empty (sometime returned void) - $table.fields was
6400: added for nameless tables
6401:
6402: * src/targets/cgi/getopt.c: - one warning resolved
6403:
6404: * src/main/pa_string.C: - potentian bug fixed
6405:
6406: * src/classes/op.C: - small optimization in taint/untaint
6407:
6408: 2009-07-13 misha
6409:
6410: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6411: added
6412:
6413: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6414: souldn't add the attribut to output
6415:
6416: 2009-07-11 misha
6417:
6418: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6419: stack size was increaced to 2MB (default=1MB)
6420:
6421: 2009-07-08 misha
6422:
6423: * src/main/pa_string.C: - link to UTF-8 description was added
6424:
6425: * src/include/pa_hash.h: - hash keeps element's order in more
6426: places (ex: ._keys[])
6427:
6428: * tests/220.html: - test for checking order of elements in hash in
6429: foreach was added
6430:
6431: * tests/172.html: - small changes in printing hash
6432:
6433: * tests/129.html: - small changes in printing hash
6434:
6435: * src/: include/pa_common.h, include/pa_hash.h,
6436: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6437: types/pa_vmethod_frame.h: - hash now keeps order of elements
6438:
6439: * tests/014.html: - small changes in printing hash
6440:
6441: 2009-07-07 misha
6442:
6443: * src/classes/op.C: - new taint language "parser-code" was added
6444:
6445: * tests/219.html: - test for auto untaint parser code in process
6446: was added
6447:
6448: * src/classes/op.C: - tainted pieces in body of process are
6449: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6450:
6451: * src/: include/pa_string.h, main/untaint.C: - new language
6452: L_PARSER_CODE for auto-untaint in process was added
6453:
6454: * src/: classes/file.C, classes/hash.C, classes/image.C,
6455: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6456: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6457: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6458: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6459: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6460: code cleanup
6461:
6462: 2009-07-06 misha
6463:
6464: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6465: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6466: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6467:
6468: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6469: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6470: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6471: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6472: should be used
6473:
6474: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6475: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6476: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6477: untaint_cstr[m] should be used
6478:
6479: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6480: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6481:
6482: * tests/218.html: - test for checking automatic file-spec-taint was
6483: added
6484:
6485: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6486: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6487: classes/file.C, classes/hash.C, classes/image.C,
6488: classes/string.C, classes/table.C, classes/void.C,
6489: classes/xdoc.C: - optimizations and simplification of
6490: string.cstr(...)
6491:
6492: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6493: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6494: - optimizations and simplification of string.cstr(...)
6495:
6496: 2009-07-04 misha
6497:
6498: * tests/217.html: - test for recursion detection was added
6499:
6500: * src/: types/types.vcproj, main/main.vcproj,
6501: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6502: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6503: from .vcproj
6504:
6505: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6506:
6507: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6508: uploading files and case-insensitive http-method were added
6509:
6510: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6511: tainted pattern in ^file:list[] was added
6512:
6513: 2009-07-03 misha
6514:
6515: * src/: classes/classes.vcproj, main/main.vcproj,
6516: types/types.vcproj, targets/cgi/parser3.vcproj,
6517: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6518: for dynamic_cast) - little options changes
6519:
6520: * src/main/pa_http.C: - file::load[http works now with uploading
6521: files _and_ changing $.charset
6522:
6523: 2009-06-29 misha
6524:
6525: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6526: while creating pattern
6527:
6528: 2009-06-25 misha
6529:
6530: * src/classes/image.C, operators.txt: - options' names for
6531: ^image.font were changed to $.space, $.width and $spacing -
6532: default space width now == gif's width
6533:
6534: 2009-06-24 misha
6535:
6536: * tests/215.html: - tests for $file.mode were added
6537:
6538: * operators.txt: - added info about $file.mode and changes in
6539: ^image.font[
6540:
6541: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6542: param now could be omited - third param now could be hash (with
6543: all widths options: $.space-width, $.letter-width) - it's
6544: possible to specify tracking ($.letter-space)
6545:
6546: * src/classes/file.C: - file objects now could have mode field
6547: (text|binary)
6548:
6549: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6550:
6551: 2009-06-23 misha
6552:
6553: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6554: trim can work with utf-8 chars now
6555:
6556: 2009-06-20 misha
6557:
6558: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6559: was implemented
6560:
6561: * src/classes/table.C: - string length cacheing was implemented
6562:
6563: * src/include/pa_string.h: - string length cacheing was implemented
6564:
6565: 2009-06-17 misha
6566:
6567: * src/main/execute.C: - value param was removed from
6568: WContext::WContext
6569:
6570: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6571: pa_wwrapper.h: - value param was removed from WContext::WContext
6572: - field wcontext was removed from VCodeFrame (using fparent
6573: instead)
6574:
6575: * tests/214.html: - test with hash copying
6576:
6577: 2009-06-16 misha
6578:
6579: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6580: strings doesn't work in expression anymore
6581:
6582: * src/main/execute.C: - less calls for get_constructing() - little
6583: refactoring
6584:
6585: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6586: include/pa_request.h: - less calls for get_constructing()
6587:
6588: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6589: introduced with OPTIMIZE_SINGLE_STRING optimization
6590:
6591: 2009-06-14 misha
6592:
6593: * src/: classes/date.C, classes/file.C, classes/hash.C,
6594: classes/hashfile.C, classes/image.C, classes/regex.C,
6595: classes/table.C, classes/xdoc.C, classes/xnode.h,
6596: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6597: types/pa_vstateless_class.h, main/execute.C: - create object for
6598: storing object's fields only for parser objects
6599:
6600: 2009-06-13 misha
6601:
6602: * buildall-with-xml, buildall-without-xml: - new option was added
6603: for building GC (it slightly reduces memory usage)
6604:
6605: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6606: single string write
6607:
6608: * src/main/execute.C: - bytecode optimization of ^class:constructor
6609: - optimization of single string write
6610:
6611: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6612: - bytecode optimization of ^class:constructor
6613:
6614: 2009-06-09 misha
6615:
6616: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6617: main (better compatibility)
6618:
6619: 2009-06-08 misha
6620:
6621: * src/main/compile.y: - I've forgot to commit it :(
6622:
6623: 2009-06-07 misha
6624:
6625: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6626: WITH_READ and WITH_ROOT
6627:
6628: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6629: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6630: WITH_ROOT - little refactoring
6631:
6632: 2009-06-06 misha
6633:
6634: * tests/213.html: - tests for 3rd match string-param were added
6635:
6636: * src/classes/string.C: - 3rd match param could be string now
6637:
6638: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6639: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6640: GET_OBJECT_ELEMENT
6641:
6642: 2009-06-05 misha
6643:
6644: * src/main/pa_http.C: - bugfix: content-length was not calculated
6645: if $.body was specified
6646:
6647: 2009-06-04 misha
6648:
6649: * src/classes/op.C: - optimizing write_assign_lang in connect
6650:
6651: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6652:
6653: * src/main/execute.C: - little refactoring - optimizing
6654: write_assign_lang in taint/untaint
6655:
6656: * src/include/pa_opcode.h: - little refactoring
6657:
6658: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6659: main/compile_tools.h, main/execute.C: - optimizations for
6660: $self.field, ^self.method, $self.field[...] and $self.field(...)
6661: were added
6662:
6663: 2009-06-03 misha
6664:
6665: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6666:
6667: 2009-06-02 misha
6668:
6669: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6670: include/pa_opcode.h: - refactoring in last optimizations
6671: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6672: now but code is much easy and it is ready for further
6673: improvements.
6674:
6675: 2009-05-27 misha
6676:
6677: * src/: types/pa_junction.h, types/pa_vjunction.C,
6678: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6679: changed in destructing junctions
6680:
6681: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6682: String:Body
6683:
6684: 2009-05-26 misha
6685:
6686: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6687: one method detect_charset was deleted - bug was fixed in this
6688: method (error while detecting charset in content_type withot last
6689: ';')
6690:
6691: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6692: once
6693:
6694: 2009-05-25 misha
6695:
6696: * src/classes/file.C: - bugfix: file::exec didn't work after
6697: optimizing of helper_length
6698:
6699: 2009-05-24 misha
6700:
6701: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6702: were added - little refactoring
6703:
6704: * src/main/execute.C: - core while printing in debug log
6705: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6706: optimisations were added
6707:
6708: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6709: were added
6710:
6711: 2009-05-23 misha
6712:
6713: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6714: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6715: CORD_cat optimization
6716:
6717: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6718: - call constr optimisation under separate define now
6719:
6720: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6721: in $b should be string, not void
6722:
6723: * src/main/compile.y: - little fix for rem-cut optimisation
6724:
6725: * src/: include/pa_opcode.h, main/compile_tools.C,
6726: main/compile_tools.h, main/execute.C: - optimisations for
6727: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6728:
6729: * INSTALL: - description of some #defined were added
6730:
6731: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6732: before 1st access (memory usage is reduced if don't access to
6733: .text field)
6734:
6735: * src/include/pa_array.h: - array grows step now not static (it
6736: reduces numbers of reallocs)
6737:
6738: 2009-05-20 misha
6739:
6740: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6741: $.b(2), $c[d] and $.e[f] was added
6742:
6743: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6744: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6745: $.e[f] was added
6746:
6747: * src/main/execute.C: - debug printing moved in defines
6748:
6749: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6750: and little refactoring for OP_GET_OBJECT_ELEMENT +
6751: OP_GET_OBJECT_VAR_ELEMENT optimisation
6752:
6753: 2009-05-19 misha
6754:
6755: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6756: execute.C: - $a.$b & ^a.$b bytecode optimisation
6757:
6758: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6759: ^a.$b optimisation)
6760:
6761: * src/main/compile.y: - compiler now generate new opcodes:
6762: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6763: ^a.b - compiler now cut off ^rem{ with all content ; any number
6764: of params }
6765:
6766: * src/main/execute.C: - code for handle new opcodes
6767: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6768:
6769: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6770: added for LA2V and LA2S
6771:
6772: * src/include/pa_opcode.h: - new defines which can be used for
6773: disable some bytecode optimisation and new opcodes were added
6774:
6775: 2009-05-17 misha
6776:
6777: * src/lib/cord/cordxtra.c: - bugfix.
6778:
6779: * tests/212.html: - .size[] and .study_size[] were added to tests
6780:
6781: * operators.txt: - info about regex class was added
6782:
6783: * tests/212.html: - tests for regex class were added
6784:
6785: 2009-05-16 misha
6786:
6787: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6788: gc7.1
6789:
6790: * tests/022.html: - test for ^file:list[path;] (empty second param)
6791: was added
6792:
6793: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6794: param) should work
6795:
6796: 2009-05-15 misha
6797:
6798: * src/classes/table.C: - automatically disable stringstream usage
6799: on freebsd4
6800:
6801: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6802: scope
6803:
6804: * tests/211.html: - test with different types of access to hash was
6805: added
6806:
6807: * tests/210.html: - test which checks for loosing tainting in
6808: hash's keys was added
6809:
6810: * tests/208.html: - some parser work added. or stime == 0 %-)
6811:
6812: * src/lib/cord/cordbscs.c: - little hack was added to cord
6813:
6814: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6815:
6816: * src/include/pa_version.h, configure.in: - moko have made a lot of
6817: optimisations for increacing version number more dramatically :)
6818:
6819: * src/classes/date.C: - little refactoring: use constructor which
6820: accepts formated string
6821:
6822: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6823: which can print formatted string was added
6824:
6825: 2009-05-14 misha
6826:
6827: * src/include/pa_string.h: - type was fixed
6828:
6829: * src/: classes/hashfile.C, classes/op.C,
6830: include/pa_cache_managers.h, include/pa_charset.h,
6831: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6832: include/pa_request.h, include/pa_sql_driver_manager.h,
6833: include/pa_string.h, include/pa_stylesheet_manager.h,
6834: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6835: main/pa_charsets.C, main/pa_string.C,
6836: main/pa_stylesheet_connection.C, types/pa_value.h,
6837: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6838: types/pa_vobject.C, types/pa_vstateless_class.C,
6839: types/pa_vstateless_class.h: - hash_code caching was implemented
6840: (seaches should be faster now)
6841:
6842: * src/: classes/file.C, classes/hash.C, classes/image.C,
6843: classes/string.C, classes/table.C, include/pa_string.h,
6844: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6845: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6846: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6847: types/pa_vrequest.C: - String constructors don't have that stupid
6848: true/false param which means 'tainted'. they accept lang instead.
6849:
6850: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6851: with OPTIMIZE_RESULT
6852:
6853: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6854: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6855:
6856: 2009-05-13 misha
6857:
6858: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6859: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6860: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6861: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6862: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6863: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6864: include/pa_string.h, classes/date.C, classes/file.C,
6865: classes/hash.C, classes/image.C, classes/string.C,
6866: classes/table.C, classes/xdoc.C: - result optimisation -
6867: helper_length parameter removed from string constructors
6868:
6869: 2009-05-11 misha
6870:
6871: * tests/209.html: - tests for ^hash::create[hash] were added
6872:
6873: * tests/208.html: - tests for $status:rusage, $status:memory,
6874: ^memory:compact[] were added
6875:
6876: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6877: log10 were added
6878:
6879: * tests/206.html: - test for try with finally was added
6880:
6881: 2009-05-10 misha
6882:
6883: * tests/205.html: - test for ^file::create[...] was added
6884:
6885: * tests/204.html: - test for ^response:clear[] was added
6886:
6887: * tests/038.html: - tests for trigonometric functions were added
6888:
6889: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6890: added - more tests for .add, .sub, .union, .intersects and
6891: .intersections
6892:
6893: * tests/065.html: - test for ^file:dirname was added
6894:
6895: * tests/030.html: - test for $cookie:fields was added
6896:
6897: * tests/203.html: - test for ^h._keys[column name] was added
6898:
6899: * tests/201.html: - tests for .trim were added
6900:
6901: * tests/202.html: - tests for last-day,
6902: date:calendar[type](YYYY;MM;DD) were added
6903:
6904: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6905: .offset[type](N) were added
6906:
6907: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6908: and .pos[c](N) were added
6909:
6910: * tests/141.html: - test for math:sha1 was added
6911:
6912: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6913:
6914: 2009-05-09 misha
6915:
6916: * src/main/compile.y: - rollback
6917:
6918: 2009-05-05 misha
6919:
6920: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6921: replaced by is_empty()
6922:
6923: * src/: include/pa_string.h, main/pa_charset.C: - little
6924: optimisation: somewhere length() was replaced by is_empty()
6925:
6926: * src/classes/table.C: - little optimisation: somewhere length()
6927: was replaced by is_empty()
6928:
6929: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6930: classes/op.C, classes/table.C, main/pa_exception.C: - little
6931: optimisation: somewhere length() was replaced by is_empty()
6932:
6933: 2009-05-04 misha
6934:
6935: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6936: types/pa_vstateless_class.h, main/execute.C,
6937: include/pa_request.h, classes/hash.C, classes/op.C,
6938: classes/table.C: - more optimisations were added: some operators
6939: don't switch write context anylonger
6940:
6941: 2009-05-01 misha
6942:
6943: * src/main/compile.y: - slightly more opcode optimisations for
6944: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6945:
6946: * src/main/execute.C: - simplifying process for getters
6947:
6948: 2009-04-30 misha
6949:
6950: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6951:
6952: * tests/results/199.processed: - test for checking $result into
6953: ^rem was added
6954:
6955: * tests/199.html: - test for checking $result into ^rem was added
6956:
6957: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6958: some OS it returns list in different order)
6959:
6960: * src/: include/pa_array.h, include/pa_request.h,
6961: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6962: changes in stack impl - get_element() optimisation: 3rd param
6963: removed - bugfix: problems with reading empty input param -
6964: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6965:
6966: * tests/results/198.processed: - test for reading empty local var
6967: was added
6968:
6969: * tests/198.html: - test for reading empty local var was added
6970:
6971: 2009-04-29 misha
6972:
6973: * src/main/compile.y: - bugfix: couldn't compile because
6974: OP_VALUE__GET_ELEMENT should be unde #ifdef
6975:
6976: * src/: include/pa_array.h, include/pa_opcode.h,
6977: include/pa_request.h, main/compile.y, main/execute.C,
6978: main/pa_request.C, types/pa_vmethod_frame.C,
6979: types/pa_vmethod_frame.h: - we can work without opcode
6980: OP_STORE_PARAM, so it was removed
6981:
6982: 2009-04-28 misha
6983:
6984: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6985: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6986: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6987: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6988: 4.
6989: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6990:
6991: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6992:
6993: * src/: main/pa_string.C, classes/string.C: - !length() =>
6994: is_empty()
6995:
6996: 2009-04-27 misha
6997:
6998: * src/types/pa_vregex.h: - back explicit vars initialisation
6999:
7000: 2009-04-24 misha
7001:
7002: * src/classes/string.C: - ups. typo fixed
7003:
7004: * src/main/execute.C: - more replacements '*new VBool' to
7005: 'VBool::get' - checks for ^break[], ^continue[] and
7006: parser.interrupted were optimised
7007:
7008: * src/classes/string.C: - number of params.count() calls was
7009: slightly reduced
7010:
7011: 2009-04-23 misha
7012:
7013: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7014: make it x64 friendly
7015:
7016: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7017: parser is x64 friendly now
7018:
7019: 2009-04-22 misha
7020:
7021: * src/types/pa_vhashfile.C: - coder friendly exception about
7022: exceeding record size was added
7023:
7024: * src/classes/file.C: - use vregex object instead of direct calls
7025: methods from pcre lib
7026:
7027: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7028: classes/string.C: - use vregex object instead of direct calls
7029: methods from pcre lib
7030:
7031: * src/: include/pa_common.h, main/pa_common.C: - method
7032: print_pcre_exec_error_text was moved to class vregex
7033:
7034: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7035: was added
7036:
7037: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7038: - class vregex was added
7039:
7040: 2009-04-21 misha
7041:
7042: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7043:
7044: * src/: types/pa_junction.h, types/pa_value.C,
7045: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7046: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7047: junction-optimisation (destructors)
7048:
7049: * src/include/pa_array.h: - free under if now
7050:
7051: 2009-04-19 misha
7052:
7053: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7054:
7055: 2009-04-18 misha
7056:
7057: * src/include/pa_version.h:
7058: :q :
7059:
7060: CV:
7061: ----------------------------------------------------------------------
7062:
7063: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7064: refactoring
7065:
7066: * src/: include/pa_array.h, include/pa_hash.h,
7067: types/pa_vmethod_frame.h: - destructors under #ifdef now
7068:
7069: * src/include/pa_memory.h: - define for using destructors was added
7070:
7071: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7072: main/execute.C: - some junctions will be cached now
7073:
7074: * src/include/pa_hash.h: - hash destructor frees pairs now
7075:
7076: * src/include/pa_array.h: - inline was added to destructor
7077:
7078: * src/types/pa_method.h: - comment was changed
7079:
7080: 2009-04-17 misha
7081:
7082: * src/: include/pa_array.h, include/pa_hash.h,
7083: types/pa_vmethod_frame.h: - destructors were added
7084:
7085: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7086: renamed to always_use_result
7087:
7088: * src/main/: compile.y, compile_tools.h: - rollback changes in
7089: compiler: full backward compatibility is better
7090:
7091: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7092: result in var's hash
7093:
7094: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7095: optimisation in method_frame
7096:
7097: * src/include/pa_array.h: - optimisation in array (allocate
7098: elements only when needed)
7099:
7100: * src/types/pa_vresponse.C: - check for $response:headers field
7101: before looking at custom fields
7102:
7103: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7104: not needed to check existance var with name 'result' in var's
7105: hash
7106:
7107: * src/main/compile.y: - compiler was changed: now it detects
7108: writings to $result and set flag writo_to_result in method
7109:
7110: * src/classes/string.C: - little optimisation: no needed to write
7111: number with lang
7112:
7113: * src/main/pa_charset.C: - methods readChar and skipChar which is
7114: used for read utf8-strings were renamed - is_escaped was renamed
7115: to isEscaped (to the same name convention)
7116:
7117: * src/: types/pa_method.h, main/compile_tools.h: - flag
7118: write_to_result added. compiler get this info from code.
7119:
7120: 2009-04-16 misha
7121:
7122: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7123: String only before 1st write
7124:
7125: * src/include/pa_string.h: - not needed template removed
7126:
7127: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7128: types/pa_vjunction.C, types/pa_vproperty.C,
7129: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7130: main/pa_request.C, classes/bool.C, classes/double.C,
7131: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7132: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7133: bool objects)
7134:
7135: 2009-04-15 misha
7136:
7137: * src/lib/cord/cordxtra.c: - more optimisation
7138:
7139: * src/: include/pa_string.h, main/untaint.C: - String::append
7140: optimisation
7141:
7142: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7143: then get and can sometime be used)
7144:
7145: * src/main/pa_string.C: - String::length optimisation
7146:
7147: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7148: these methods read different strings
7149:
7150: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7151: fresult_initial_void removed + some optimisation - if $result
7152: defined we don't write to context anymore
7153:
7154: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7155: need just skip char)
7156:
7157: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7158: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7159: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7160:
7161: * src/types/pa_vvoid.h: - added get() method for retreave one
7162: instance
7163:
7164: 2009-04-11 misha
7165:
7166: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7167:
7168: * tests/197.html: - test for parser://test in xml was added
7169:
7170: * src/classes/string.C: - small optimisation
7171:
7172: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7173: optimisation
7174:
7175: 2009-04-10 misha
7176:
7177: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7178: to pcre-7.8
7179:
7180: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7181:
7182: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7183: added
7184:
7185: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7186: $request:CLASS_NAME were added
7187:
7188: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7189: were added
7190:
7191: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7192: $env:CLASS_NAME were added
7193:
7194: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7195: '@todo' now
7196:
7197: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7198: compirer
7199:
7200: * src/main/pa_string.C: - little code cleanup
7201:
7202: * src/main/pa_common.C: - describe one more UTF-8 related error
7203: during PCRE compile/execute
7204:
7205: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7206: normalizing todo-comments: '@todo' now
7207:
7208: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7209:
7210: * src/main/pa_charset.C: - type changed for making compiler happy
7211:
7212: 2009-03-10 misha
7213:
7214: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7215: in main()
7216:
7217: 2009-02-01 misha
7218:
7219: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7220: boundary
7221:
7222: 2009-01-25 misha
7223:
7224: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7225:
7226: * src/classes/file.C: - more changes for parsing different number
7227: of params for file::load
7228:
7229: * tests/193.html: - tests for exception while base64-decode binary
7230: to string was added
7231:
7232: * tests/192.html: - tests for file::load with different number of
7233: options
7234:
7235: * src/classes/math.C: - ups. forgot '+1'
7236:
7237: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7238: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7239: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7240: (new option $.encode[multipart-form/data] should be specified) -
7241: $.method[] option for file::load now is not case-sensitive
7242:
7243: * src/: include/pa_string.h, main/untaint.C: - for file post the
7244: new taint language L_FILE_POST was added
7245:
7246: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7247: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7248: stuff was moved to separate files
7249:
7250: 2009-01-23 misha
7251:
7252: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7253: spaces to tabs were converted
7254:
7255: 2009-01-12 misha
7256:
7257: * src/main/pa_http.C: - value of $.method[] option force uppercased
7258: now
7259:
7260: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7261: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7262: their names
7263:
7264: * src/main/pa_common.C: - changes in formating
7265:
7266: * src/: classes/file.C, main/pa_http.C: - some constants changed
7267: their names
7268:
7269: * src/include/pa_http.h: - some spaces were converted to tabs
7270:
7271: * src/include/pa_common.h: - some constants changed their names
7272:
7273: * src/classes/file.C: - fixed 4-th paramether for file::load -
7274: little code rewriting
7275:
7276: * src/types/pa_vfile.C: - little code rewriting
7277:
7278: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7279: types/pa_value.h: - some formating changes
7280:
7281: * src/include/pa_common.h: - some formating spaces transformed to
7282: tabs
7283:
7284: * src/classes/string.C: - exception while base64-decode binary to a
7285: string
7286:
7287: 2009-01-11 misha
7288:
7289: * configure.in: - version changed to 3.3.1b
7290:
7291: 2008-09-05 misha
7292:
7293: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7294: release_3_3_0 on 2008-09-05 10:59:35 +0000
7295:
7296: 2008-09-04 misha
7297:
7298: * tests/: 130.html, 131.html: - these exceptions not typeless
7299: anymore
7300:
7301: * src/classes/op.C: - exception with 'invalid taint language' not
7302: typeless anylonger
7303:
7304: * src/classes/image.C: - some exceptions while operations with
7305: image not typeless anymore
7306:
7307: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7308: main/pa_exec.C, main/pa_http.C: - some exceptions while
7309: operations with files not typeless anymore
7310:
7311: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7312: types/pa_vdate.h: - exceptions while checking date range not
7313: typeless anymore
7314:
7315: * src/include/pa_exception.h: - exception type string for invalid
7316: date range was added
7317:
7318: 2008-09-03 misha
7319:
7320: * src/: classes/file.C, main/pa_string.C: - exception while pce
7321: operations not typeless anymore
7322:
7323: * src/include/pa_exception.h: - exception type for pce operations
7324: was added
7325:
7326: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7327: and .CLASS_NAME insite classes
7328:
7329: * src/classes/table.C: - don't save table header whiile
7330: ^table.save[append;filename] if file exists
7331:
7332: 2008-09-02 misha
7333:
7334: * src/main/compile.y, src/main/compile_tools.h,
7335: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7336: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7337: renamed to partial and it login changed: we must mark class as
7338: partial for allow their modifications in future.
7339:
7340: 2008-08-29 misha
7341:
7342: * tests/results/022.processed: - testing taint[regex] in mask for
7343: file:list
7344:
7345: * tests/022.html: - testing taint[regex] in mask for file:list
7346:
7347: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7348: for file:list was added
7349:
7350: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7351: file:list
7352:
7353: 2008-08-26 misha
7354:
7355: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7356: last derived object
7357:
7358: * src/classes/image.C: - many strings "image.format" replaced by
7359: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7360: understand some more exif tags
7361:
7362: * src/include/pa_exception.h: - string "image.format" was added
7363:
7364: 2008-08-21 misha
7365:
7366: * src/: main/pa_string.C, classes/file.C: - use method for print
7367: pcre_exec text error
7368:
7369: * src/main/pa_common.C: - method for print pcre_exec text error was
7370: added
7371:
7372: * src/include/pa_common.h: - method declaration for print pcre_exec
7373: text error was added
7374:
7375: 2008-08-19 misha
7376:
7377: * src/main/execute.C: - bugfix: opcodes must be in separate
7378: namespace while debug execution as well
7379:
7380: * tests/: 015.html, results/015.processed: - test for escaping some
7381: parser chars was added
7382:
7383: 2008-08-18 misha
7384:
7385: * tests/: 190.html, 190.p, results/190.processed: - test for
7386: $caller.self.field + default getter in one class was added
7387:
7388: * tests/: 189.html, results/189.processed: - test for
7389: ^date::create[date object]
7390:
7391: * tests/: 188.html, results/188.processed: - tests for match with
7392: UTF-8 strings
7393:
7394: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7395: ^string.match[]
7396:
7397: * ChangeLog: - parser 3.3.0 beta13
7398:
7399: 2008-08-15 misha
7400:
1.116 moko 7401: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7402: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7403: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7404: dftables.c: - old PCRE files removed
1.95 moko 7405:
7406: * src/lib/pcre/config.h: - configuration for PCRE library
7407:
7408: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7409: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7410:
7411: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7412: library and set flag UTF8 if $request:charset is UTF-8
7413:
7414: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7415: include/pa_config_fixed.h: - moved to new PCRE library
7416:
7417: * src/: main/main.vcproj, types/types.vcproj,
7418: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7419: win32\pcre instead of parser3\src\lib\pcre
7420:
7421: * src/: include/pa_opcode.h, include/pa_operation.h,
7422: main/compile.C, main/compile.y, main/compile_tools.C,
7423: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7424: opcodes were moved to separate namespace
7425:
7426: 2008-08-14 misha
7427:
7428: * src/types/pa_vstateless_class.C: - newline at the end missed
7429:
7430: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7431: tainting
7432:
7433: 2008-08-11 misha
7434:
7435: * tests/: 187.html, 187.p, results/187.processed: - tests for
7436: $caller.self, $caller.self.field and $caller.self.field[value]
7437: were added
7438:
7439: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7440: runtime as well (for $caller.self)
7441:
7442: 2008-07-25 misha
7443:
7444: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7445: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7446: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7447: tests with international characters
7448:
7449: 2008-07-23 misha
7450:
7451: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7452: file::load[...;http://
7453:
7454: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7455: now everywhere in separate namespace
7456:
7457: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7458: for vars
7459:
7460: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7461: can be escaped by '^'
7462:
7463: 2008-07-22 misha
7464:
7465: * src/classes/string.C, tests/186.html: - names changes:
7466: escape=>js-escape, unescape=>js-unescape
7467:
7468: 2008-07-21 misha
7469:
7470: * tests/results/186.processed: - test for string escape/unescape
7471:
7472: * tests/186.html: - test for string escape/unescape
7473:
7474: * src/classes/string.C: - string has escape and unescape methods
7475: now
7476:
7477: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7478: added
7479:
7480: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7481: method-layers added (with different params)
7482:
7483: 2008-07-18 misha
7484:
7485: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7486: was added
7487:
7488: * tests/185.html: - test for ^str.pos[sub](offset) added
7489:
7490: * src/classes/string.C, src/classes/void.C, operators.txt: -
7491: ^string.pos[substr](offset) -- 2nd param accepted now
7492:
7493: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7494: strings
7495:
7496: 2008-07-17 misha
7497:
7498: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7499: helper length added for mid for small optimisation
7500:
7501: 2008-07-16 misha
7502:
7503: * tests/: 185.html, results/185.processed: - tests for
7504: length/left/right/mid/pos with utf-8 strings
7505:
7506: * src/classes/string.C: - left/right/mid/length/pos works fine for
7507: utf-8 strings
7508:
7509: * src/main/untaint.C: - comments removed
7510:
7511: * src/: include/pa_string.h, main/pa_string.C,
7512: include/pa_charset.h, main/pa_charset.C: - methods for working
7513: with pos/mid for strings in utf-8 were added
7514:
7515: 2008-07-15 misha
7516:
7517: * tests/: 184.html, results/184.processed: - test for case body as
7518: expression: $var(^switch(1){^case(1)(true)..})
7519:
7520: * src/classes/op.C: - case body can be expression now:
7521: $var(^switch(1){^case(1)(true)..})
7522:
7523: * tests/: results/183.processed, 183.html: - added test for testing
7524: new cookie encoding (%uXXXX)
7525:
7526: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7527: decoding for backward compatibility they decoded from %XX in
7528: request:charset too
7529:
7530: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7531: - cookie class now decode cookies before first access after last
7532: request:charset changing (as form class).
7533:
7534: * src/main/pa_charset.C: - added method escape for escaping cookies
7535: as %uXXXX - before transcode calculate required space for dest
7536: string. it reduce mem usage for transcode
7537:
7538: * src/include/pa_charset.h: - added method escape for escaping
7539: cookies as %uXXXX
7540:
7541: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7542: was added. will used for escaping cookies as %uXXXX
7543:
7544: * src/include/pa_common.h: - escape method has new option for skip
7545: converting '+' to a space char
7546:
7547: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7548: transcode - escape method has new option for skip converting '+'
7549: to a space char
7550:
7551: 2008-07-08 misha
7552:
7553: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7554: (no UE if more then 1 case matches anylonger) - optimization:
7555: doing searching.as_string() || searching.as_double() only once
7556:
7557: 2008-07-04 misha
7558:
7559: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7560: now ^date::create[date object] works
7561:
7562: * src/classes/string.C: - left and right added as aliases for start
7563: and end in ^string.trim[]
7564:
7565: 2008-07-03 misha
7566:
7567: * src/classes/file.C: - allow $.limit for file::sql as well
7568:
7569: * src/classes/file.C: - allow $.offset option for file::sql - force
7570: send limit=1 to query for use sql specifics authomatically
7571:
7572: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7573: if $.limit value if empty. autoconvert it as everywere
7574:
7575: 2008-07-02 misha
7576:
7577: * configure.in: - time to change version number to 3.3.0 %-)
7578:
7579: * src/include/pa_version.h: - time to change version number to
7580: 3.3.0 %-)
7581:
7582: 2008-06-26 misha
7583:
7584: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7585: $.limit(0) fixes
7586:
7587: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7588: - $.limit(0) fixes
7589:
7590: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7591: new API)
7592:
7593: * src/: include/pa_sql_driver_manager.h,
7594: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7595: classes/op.C: - document_root added
7596:
7597: * src/main/compile.tab.C: - error message was changed
7598:
7599: 2008-06-25 misha
7600:
7601: * src/main/compile.y: - error message was changed
7602:
7603: 2008-06-24 misha
7604:
7605: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7606:
7607: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7608: tests for @OPTIONS\nappend
7609:
7610: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7611:
7612: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7613:
7614: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7615:
7616: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7617: compile.y
7618:
7619: 2008-06-17 misha
7620:
7621: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7622: compilation: ^if(default){true. it's incorrect. must be
7623: exception}
7624:
7625: 2008-06-16 misha
7626:
7627: * tests/: 181.ent, 181.html, results/181.processed: - test for
7628: checking external reference loading with 'http://localhost'
7629: prefix while creating xdoc
7630:
7631: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7632: ^math:long2ip[] and ^math:ip2long[]
7633:
7634: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7635: added which use scalar stateless class method when user object
7636: used in scalar context - use get_scalar_value when user object
7637: requested in scalar context
7638:
7639: * src/main/pa_common.C: - size must be int but not size_t or we
7640: can't compare with 0 sprintf result
7641:
7642: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7643: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7644: with internal switch between local/global vars
7645:
7646: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7647: specified
7648:
7649: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7650: pa_vstateless_object.h: - stateless class and object now has
7651: private scalar field and getter/setter for working with it
7652:
7653: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7654: moved to inet static class
7655:
7656: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7657: class added (^inet:aton[IP], ^inet:ntoa(number))
7658:
7659: * tests/: 180.html, results/180.processed: - tests for
7660: ^math:long2ip(long) and ^math:ip2long[IP]
7661:
7662: * src/classes/math.C: - ^math:ip2long[IP] added
7663:
7664: 2008-06-11 misha
7665:
7666: * src/main/pa_xml_io.C: - use file_read_text again because of we
7667: need cut BOM code and remove DOS newline chars. but don't
7668: transcode it anyway.
7669:
7670: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7671: main/pa_http.C: - option for disable transcoding while file_read
7672: and file_read_text added
7673:
7674: 2008-06-10 misha
7675:
7676: * tests/: 179.html, 179.p, results/179.processed: - test for many
7677: classes in 1 file
7678:
7679: * src/main/: compile.C, compile_tools.h: - compile return list of
7680: classes now.
7681:
7682: * src/main/: compile.y, compile.tab.C: - compile return list of
7683: classes now. internals.
7684:
7685: * src/main/pa_request.C: - compile return list of classes now. try
7686: call @conf and @auto for each returned class
7687:
7688: * src/include/pa_request.h: - compile return list of classes now
7689:
7690: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7691: return list of classes when compile buf)
7692:
7693: 2008-06-07 misha
7694:
7695: * src/main/pa_request.C: - constructing VRequest object with 3rd
7696: param -- form
7697:
7698: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7699: 3rd param: form. needed for get post_charset
7700:
7701: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7702: added
7703:
7704: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7705: types/pa_vform.C, types/pa_vform.h: - some polish
7706:
7707: 2008-06-06 misha
7708:
7709: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7710: charset and decode chars from it but not from response:charset
7711:
7712: * src/main/pa_http.C: - detect_charset moved out of here
7713:
7714: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7715: methods moved here - unescape_chars accepn one charset now
7716:
7717: * src/main/pa_http.C: - new constants used - don't allow
7718: $.content-type in ^file::load[;http://;$.method[POST]] - add
7719: charset info while ^file::load[;http://;$.method[POST]] - option
7720: $.omit-post-charset(true) added to ^file::load[;http://] for
7721: disabling charset during post
7722:
7723: * src/types/pa_vform.C: - new constants used
7724:
7725: * src/include/pa_common.h: - some constants were added
7726:
7727: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7728: instead of StrEqNc
7729:
7730: * src/main/pa_common.C: - new method for caseless search
7731: c-substring in c-string - use isxdigit instead of is_hex_digit
7732:
7733: * src/include/pa_common.h: - new method for caseless search
7734: c-substring in c-string
7735:
7736: 2008-06-05 misha
7737:
7738: * tests/results/178.processed: - test for testing default getter
7739:
7740: * tests/178.html: - test for testing default getter
7741:
7742: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7743: for test for testing default getter
7744:
7745: * src/main/execute.C: - default getter soul
7746:
7747: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7748: requested objects' field not found
7749:
7750: * src/types/pa_vclass.C: - register default getter if defined - get
7751: default getter if requested field not found
7752:
7753: * src/types/pa_vstateless_object.h: - method get_default_getter was
7754: added
7755:
7756: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7757: pointer to default getter and methods for get/set it were added
7758:
7759: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7760: auto_name field (for default getter)
7761:
7762: 2008-06-04 misha
7763:
7764: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7765: transcoding, no cutting BOM code, no fixing line breaks) and get
7766: it to libxml "as is"
7767:
7768: 2008-06-03 misha
7769:
7770: * src/main/pa_common.C: - use store_Char instead of
7771: transcodeCharFromUTF8
7772:
7773: * src/: include/pa_charset.h, main/pa_charset.C: - method
7774: store_Char added, transcodeCharFromUTF8 -- removed
7775:
7776: 2008-06-02 misha
7777:
7778: * tests/: results/177.processed, 177.html: - test for checking
7779: .[acm]date after local ^file::load[] was added
7780:
7781: * tests/: results/176.processed, 176.html: - test for checking
7782: @OPTION\locals + @method[vars][locals] added
7783:
7784: * tests/results/auto.p: - CLASS_PATH specified for checking use
7785:
7786: 2008-05-30 misha
7787:
7788: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7789: @OPTION\nlocals + @method[vars][;locals;] were added
7790:
7791: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7792: moved to separate method op_code - switch from VMethodFrame to
7793: VMethodFrameGlobal + VMethodFrameLocal
7794:
7795: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7796: was moved to separate method op_code
7797:
7798: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7799: VMethodFrame now
7800:
7801: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7802: all_vars_local as well
7803:
7804: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7805: pa_vmethod_frame_local.h, Makefile.am: - who children for
7806: VMethodFrame were added: one (global) works as VMethodFrame
7807: before and second (local) write all vars in self vars scope
7808:
7809: * src/types/pa_method.h: - method has bool flag all_vars_local now
7810:
7811: 2008-05-29 misha
7812:
7813: * tests/: 129.html, results/129.processed: - more tests for
7814: ^table.hash[]
7815:
7816: * src/classes/hash.C: - ^hash::sql has a new option:
7817: $.type[hash|string|table] as ^table.hash[] one.
7818:
7819: * src/classes/op.C: - ^try has 3rd param now: finally code which
7820: executed anyway after try or catch section
7821:
7822: 2008-05-27 misha
7823:
7824: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7825: must not fail if $.distinct(1) wasn't specified
7826:
7827: 2008-05-26 misha
7828:
7829: * src/classes/op.C: - allow ^throw[my type]
7830:
7831: 2008-05-22 misha
7832:
7833: * configure.in, configure: - version number updated to 3.2.4b
7834:
7835: * src/classes/: op.C, string.C: - trim format string before
7836: eval/format
7837:
7838: * tests/: results/175.processed, 175.html: - more tests for
7839: different format strings in .format[]
7840:
7841: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7842: as well (not only %XX)
7843:
7844: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7845: charset specified - checks for format before print number
7846: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7847: (instead of tabs) removed
7848:
7849: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7850: charset specified
7851:
7852: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7853: char in requested charset from utf code was added
7854:
7855: 2008-05-19 misha
7856:
7857: * tests/: 174.html, results/174.processed: - test for
7858: ^hashfile.cleanup[] added
7859:
7860: * src/classes/hashfile.C: - optimization: don't create any key or
7861: value variable if it's name weren't specified
7862: (^hf.foreach[;v]{...})
7863:
7864: 2008-05-16 misha
7865:
7866: * src/classes/hash.C: - optimization: don't create any key variable
7867: if variable name wasn't specified (^h.foreach[;v]{...})
7868:
7869: 2008-05-15 misha
7870:
7871: * src/classes/op.C: - small changes
7872:
7873: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7874:
7875: * src/classes/hash.C: - calculate var_context once before foreach
7876:
7877: 2008-05-14 misha
7878:
7879: * src/classes/hashfile.C: - incorrect vars context calculation for
7880: ^hashfile.foreach[;]{} fixed
7881:
7882: * src/classes/: hash.C, table.C: - little optimisation
7883:
7884: * src/classes/file.C: - bugfix: double absolute path while loading
7885: file
7886:
7887: * tests/: 174.html, results/174.processed: - tests for hashfile
7888: were added
7889:
7890: * buildall-with-xml: - moving to libxslt 1.1.24
7891:
7892: 2008-04-30 misha
7893:
7894: * src/classes/file.C: - stat file while loading (local only) so
7895: .adate, .mdate and .cdate available without additional ::stat
7896:
7897: 2008-04-28 misha
7898:
7899: * src/classes/file.C: - $.name and $.content-type available for
7900: stated file
7901:
7902: 2008-04-14 misha
7903:
7904: * src/targets/cgi/parser3.C: - new year in copyright %-)
7905:
7906: * src/include/pa_version.h: - new version number in head
7907:
7908: 2008-04-10 misha
7909:
7910: * tests/: 080.html, results/080.processed: - cut '0' from
7911: exponential part because of on diff OS it differ (20 or 020 for
7912: ex)
7913:
7914: * tests/: 119.html, results/119.processed: - check for encoding
7915: while creating xdoc
7916:
7917: 2008-04-09 misha
7918:
7919: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7920:
7921: * src/main/pa_common.C: - comment added
7922:
7923: * src/classes/date.C: - little refactoring
7924:
7925: 2008-04-07 misha
7926:
7927: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7928: style of ^table.save[]: prepare one big string and sabe it at
7929: once. it's safe on freebsd 4.x but use much more memory.
7930:
7931: * buildall-with-xml, buildall-without-xml: - option
7932: --disable-stringstream added (under comment. use it on freebsd
7933: 4.x)
7934:
7935: 2008-02-22 misha
7936:
7937: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7938: specified together in file::load[;http] - get back transcoding
7939: $.body[] in file::load[;http]
7940:
7941: 2008-02-21 misha
7942:
7943: * src/classes/date.C: - ^date.gmt-string[] was added
7944:
7945: * src/types/pa_value.C: - method for output date in RFC 822 format
7946: moved to pa_common.h
7947:
7948: * src/include/pa_common.h: - method for output date in RFC 822
7949: format moved here from pa_value.C
7950:
7951: * src/types/pa_vmail.C: - fixed core in sending mail with
7952: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7953:
7954: 2008-02-20 misha
7955:
7956: * src/main/pa_http.C: - transcode $.headers before escaping into
7957: specified charset while ^file::load[...;http://...] (L_URI
7958: instead of L_HTTP_HEADER) - $.cookies param available in
7959: ^file::load[;http://...] now (but we don't parse set-cookies from
7960: response yet) (cookies not transcoded as common $cookies)
7961:
7962: 2008-02-19 misha
7963:
7964: * src/main/pa_request.C: - rollback: we mustn't force taint
7965: $response:field values because in this case
7966: $response:locateion[http://...] don't works.
7967:
7968: 2008-02-15 misha
7969:
7970: * src/classes/op.C: - little refactoring
7971:
7972: * src/main/pa_http.C: - taint names of $.headers for load[;http
7973:
7974: * src/main/pa_request.C: - force taint values of $response:field
7975:
7976: 2008-02-14 misha
7977:
7978: * src/main/pa_request.C: - $response:field transcoded to
7979: $response:charset before escaping now
7980:
7981: * src/main/pa_http.C: - some outdated comments removed
7982:
7983: * src/classes/date.C: - lastdat -> last-day
7984:
7985: * src/classes/date.C: - ^date:lastday(year;month) and
7986: ^date.lastday[] were added - little code refactoring - comments
7987: changes
7988:
7989: * tests/: 159.html, results/159.processed: - test for number of
7990: days in February
7991:
7992: * src/types/pa_value.C: - fixes in code formatting
7993:
7994: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7995: and comments
7996:
7997: 2008-02-13 misha
7998:
7999: * src/main/pa_common.C: - bugfix for february at leap year
8000:
8001: 2008-01-28 misha
8002:
8003: * tests/: 160.html, results/160.processed: - more test for cache
8004: added
8005:
8006: * src/classes/op.C: - bugfix: cache body executed twice if contains
8007: unhandled exception
8008:
8009: 2008-01-25 misha
8010:
8011: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8012: bug when hashfile became inavailable after memory:compact)
8013:
8014: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8015:
8016: 2008-01-22 misha
8017:
8018: * src/classes/table.C: - little refactiring and exception texts
8019: changes in method ^table.hash[]
8020:
8021: * src/types/pa_vcookie.C: - link to cookie specification changed
8022:
8023: 2008-01-21 misha
8024:
8025: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8026: file::exec/cgi
8027:
8028: * src/classes/file.C: - bugfix: core while processing headers if
8029: executed cgi script don't return content
8030:
8031: 2008-01-18 misha
8032:
8033: * buildall-with-xml: - move to libxml2 version 2.6.31
8034:
8035: * src/include/pa_version.h, configure.in: - version number updated
8036: to '3.2.3b'
8037:
8038: 2007-12-28 misha
8039:
8040: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8041: hash.contains
8042:
8043: 2007-12-27 misha
8044:
8045: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8046: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8047: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8048: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8049: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8050: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8051: src/targets/cgi/parser3.vcproj,
8052: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8053: back to VS2003 because of Apache 1.3 module can't work if it was
8054: built in VS 2005. with cgi all file so VS2003 project files can
8055: be easy converted to the new format.
8056:
8057: 2007-12-04 misha
8058:
8059: * src/types/pa_vcode_frame.h: - changes in comment
8060:
8061: 2007-11-29 misha
8062:
8063: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8064: intercept strings any longer
8065:
8066: * tests/: 173.html, results/173.processed: - tests for
8067: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8068: but not in main code frame
8069:
8070: * tests/: 172.html, results/172.processed: - more tests for pass
8071: objects from code frames
8072:
8073: 2007-11-27 misha
8074:
8075: * tests/: 152.html, results/152.processed: - tests for converting
8076: strings 'true'/'false' to bool were added
8077:
8078: * tests/152.html: - added checks for converting strings
8079: 'true'/'false' to bool
8080:
8081: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8082: not only strings with numbers but with values 'true'/'false' as
8083: well
8084:
8085: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8086: for parser3.log increased
8087:
8088: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8089:
8090: * src/include/pa_common.h: - remove_crlf return cstring size now
8091:
8092: * src/include/pa_types.h: - constant with buffer size for
8093: parser3.log added
8094:
8095: 2007-11-16 misha
8096:
8097: * tests/cat.sh: - script for tests for file::exec/cgi
8098:
8099: * tests/171.html: - tests for file::exec/cgi
8100:
8101: * tests/results/171.processed: - tests results for file::exec/cgi
8102:
8103: 2007-11-15 misha
8104:
8105: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8106:
8107: * src/classes/file.C: - .body must be set before analyzing cgi
8108: headers
8109:
8110: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8111: only if exec/cgi return anything.
8112:
8113: 2007-11-14 misha
8114:
8115: * operators.txt: - info about new text|binary option for
8116: file::exec/cgi was added
8117:
8118: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8119: ^file:exec[[text|binary];script;...]
8120:
8121: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8122: classes/string.C, classes/table.C: - more text strings moved to
8123: the one place
8124:
8125: 2007-11-09 misha
8126:
8127: * src/types/pa_vrequest.C: - $request:argv must be taint
8128:
8129: * ChangeLog: - $request:argv [patch from Sumo]
8130:
8131: * operators.txt: - $request:argv
8132:
8133: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8134: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8135:
8136: 2007-10-25 misha
8137:
8138: * buildall-with-xml, buildall-without-xml: - options preparations
8139: for ./configure rewrited
8140:
8141: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8142: error occure in unhandled_exception finally fixed
8143:
8144: 2007-10-23 misha
8145:
8146: * tests/: 170.html, results/170.processed: - test for
8147: @method[][result]
8148:
8149: * operators.txt: - added info about node.prefix and
8150: node.namespaceURI
8151:
8152: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8153:
8154: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8155: added for node and attribute
8156:
8157: 2007-10-22 misha
8158:
8159: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8160:
8161: * src/main/pa_request.C: - added const content-transfer-encoding
8162:
8163: * src/include/pa_request.h: - added const content-transfer-encoding
8164: - ups. constants must be in lowercase (for search)
8165:
8166: * src/types/pa_vmail.C: - more constants used -
8167: content-transfer-encoding: 8bit added
8168:
8169: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8170:
8171: * src/include/pa_request.h: - more constants
8172:
8173: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8174: ommit anymore if $.content-disposition was specified - little
8175: refactoring
8176:
8177: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8178:
8179: 2007-10-17 misha
8180:
8181: * operators.txt: - info about
8182: table::create[nameless]{data}[>options<] was added
8183:
8184: * src/main/: compile.tab.C, compile.y: - if error occure while
8185: compile method don't put this method in methods table anymore.
8186: in other case the parser coredumped if @unhandled_exception
8187: method can't be compiled because of parser.compile error.
8188:
8189: * src/main/execute.C: - little code reformating
8190:
8191: * src/main/pa_request.C: - little code reformating - comment
8192: changed
8193:
8194: 2007-10-16 misha
8195:
8196: * tests/: 035.html, results/035.processed: - tests
8197: table::create[]{}[options] added
8198:
8199: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8200: options (only $.seperator[] yet)
8201:
8202: 2007-10-10 misha
8203:
8204: * src/classes/table.C: - some contstants moved to pa_common.h -
8205: some code changes
8206:
8207: 2007-10-02 misha
8208:
8209: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8210: then three time as much. but base64 encoding method still use
8211: less memory anyway.
8212:
8213: 2007-09-17 misha
8214:
8215: * operators.txt: - added info about $cookie:fields
8216:
8217: * src/types/pa_vcookie.C: - $cookie:fields available now
8218:
8219: * src/classes/hash.C: - some stuff for use with .for_each moved to
8220: common
8221:
8222: * src/include/pa_common.h: - some stuff for use with .for_each
8223: moved here
8224:
8225: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8226:
8227: 2007-09-14 misha
8228:
8229: * buildall-with-xml: - new xml libs again =)
8230:
8231: 2007-08-28 misha
8232:
8233: * operators.txt: - texts about ^table.columns[[column name]] and
8234: ^string.split[...][v][column name] were added
8235:
8236: * tests/: 168.html, 169.html, results/168.processed,
8237: results/169.processed: - tests for ^table.columns[[column name]]
8238: and ^string.split[...][v][column name] were added
8239:
8240: * src/classes/table.C: - new option ^table.columns[[column name]]
8241: was added
8242:
8243: * src/classes/string.C: - new option ^string.split[...;v;[column
8244: name]]
8245:
8246: * src/include/pa_exception.h: - error text message for
8247: ^hash._keys[], ^table.columns[] and ^string.split[]
8248:
8249: 2007-08-27 misha
8250:
8251: * src/main/untaint.C: - try to fix coredump on unix if print to
8252: body ^taint[sql][something] outside of connect
8253:
8254: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8255: outside of connect
8256:
8257: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8258: added (commented by default)
8259:
8260: 2007-08-20 misha
8261:
8262: * operators.txt: - comment about new method ^node.hasAttributes[]
8263: was added
8264:
8265: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8266: duplicated exception text strings were removed
8267:
8268: * src/include/pa_exception.h: - more exception text strings moved
8269: here
8270:
8271: * src/classes/table.C: - some duplicate exceptions' text strings
8272: removed
8273:
8274: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8275: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8276: removed
8277:
8278: * src/include/pa_exception.h: - some exception text strings movet
8279: to pa_exception
8280:
8281: * tests/: 149.html, results/149.processed: - test for
8282: ^xnode.hasAttributes[] was added - some code changes
8283:
8284: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8285: added
8286:
8287: 2007-08-17 misha
8288:
8289: * tests/: results/006.processed, results/059.processed, 006.html,
8290: 059.html: - more tests for match
8291:
8292: * tests/: 129.html, results/129.processed: - tests for
8293: ^table.hash[...][$.type[string|hash|table]] added
8294:
8295: * src/targets/cgi/parser3.C: - little syntax changes
8296:
8297: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8298: syntax changes
8299:
8300: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8301: messages in parser3.log switched off by default. If someone
8302: really still need it: use $SIGPIPE(1)
8303:
8304: 2007-08-08 misha
8305:
8306: * buildall-with-xml, buildall-without-xml: - remove libs source
8307: files by default since now
8308:
8309: 2007-08-07 misha
8310:
8311: * buildall-without-xml: - some option syntax changes
8312:
8313: * buildall-with-xml: - compile libxml2 without http support - some
8314: option syntax changes
8315:
8316: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8317:
8318: 2007-08-06 misha
8319:
8320: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8321:
8322: * tests/: 160.html, results/160.processed: - cache test was
8323: rewrited
8324:
8325: 2007-07-06 misha
8326:
8327: * tests/: 153.html, results/153.processed: - added test for
8328: ^math:sha1[string]
8329:
8330: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8331: transcoded
8332:
8333: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8334: were added
8335:
8336: 2007-06-28 misha
8337:
8338: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8339: some incorrect chars
8340:
8341: 2007-06-19 misha
8342:
8343: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8344: were moved on top because of gcc 4 had a problems during
8345: building.
8346:
8347: 2007-06-18 misha
8348:
8349: * tests/results/019.processed: - new image commited
8350:
8351: 2007-06-09 misha
8352:
8353: * src/classes/: op.C, table.C: - in while and table.select method
8354: as_expression used now
8355:
8356: * src/types/pa_vmethod_frame.h: - method as_expression was added
8357:
8358: 2007-06-08 misha
8359:
8360: * tests/: 166.html, results/166.processed: - test for
8361: ^match[...][n]
8362:
8363: * tests/: 165.html, results/165.processed: - tests for loops
8364:
8365: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8366: because of no speed/memory optimisation but some proglems with
8367: long cycles occure
8368:
8369: 2007-06-06 misha
8370:
8371: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8372: ^table.select(true) and ^table.select(1) didn't works because of
8373: awaiting junction-param only. fixed.
8374:
8375: 2007-05-24 misha
8376:
8377: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8378: with 0.5 secs interval
8379:
8380: * src/classes/op.C: - cache was rewrited. I hope it works with
8381: locking system now on unix
8382:
8383: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8384: system locks which wait till other threads release it but try get
8385: lock, if fail wait 1 sec and make 10 attempts.
8386:
8387: * src/include/pa_os.h: - consts for blocking locks + some comments
8388: were added
8389:
8390: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8391: opening files
8392:
8393: * src/classes/table.C: - changes in includes. if unclude <sstream>
8394: after our classes on unix it can't be build
8395:
8396: * src/types/pa_vhashfile.C: - not needed code removed
8397:
8398: 2007-05-23 misha
8399:
8400: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8401: include/pa_common.h: - cosmetic changes
8402:
8403: 2007-05-18 misha
8404:
8405: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8406: often. it's give some speed increasing
8407:
8408: * tests/results/160.processed: - returned time corrected
8409:
8410: * tests/160.html: - time increased because on unix 1 mean nothing
8411: :(
8412:
8413: * operators.txt: - added info about ^hash.contain[key]
8414:
8415: * src/classes/hash.C: - added ^hash.contain[key]
8416:
8417: * src/include/pa_hash.h: - added method for checking key exists in
8418: hash
8419:
8420: 2007-05-07 misha
8421:
8422: * src/include/pa_string.h: - was compilation error during build on
8423: freebsd4
8424:
8425: 2007-05-03 misha
8426:
8427: * src/classes/table.C: - option $.type[hash|string|table] was added
8428: for ^table.hash[]
8429:
8430: * src/classes/file.C: - comment removed
8431:
8432: 2007-04-26 misha
8433:
8434: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8435: real files doesn't opened in place anymore
8436:
8437: 2007-04-24 misha
8438:
8439: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8440:
8441: * src/include/pa_exception.h: "static" removed
8442:
8443: 2007-04-23 misha
8444:
8445: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8446:
8447: * src/classes/math.C: added: - ^math:ln(N) (the same as
8448: ^math:log(N)) - ^math:lg(N)
8449:
8450: * tests/: 097.html, results/097.processed: - charsets converstion
8451: during ^file::load[text;http://...] added
8452:
8453: * tests/: 164.html, results/164.processed: - check for set expires
8454: as a date
8455:
8456: * tests/: 164.html, results/164.processed: - test for hashfile
8457:
8458: * src/classes/hashfile.C: - little comment changes
8459:
8460: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8461: access
8462:
8463: * src/: classes/date.C, classes/double.C, classes/file.C,
8464: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8465: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8466: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8467: classes/xnode.h, include/pa_request.h, main/execute.C,
8468: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8469: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8470: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8471: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8472: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8473: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8475: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8476: "parser.runtime" strings were removed
8477:
8478: * src/classes/hashfile.C: - with .clear[] called files_delete()
8479: now.
8480:
8481: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8482:
8483: * src/include/pa_exception.h: - string constant with
8484: "parser.runtime" text was added
8485:
8486: 2007-04-20 misha
8487:
8488: * operators.txt: - some comments changing
8489:
8490: * operators.txt: - added info about .^hashfile.release[],
8491: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8492:
8493: * configure: =cheching for unsetenv
8494:
8495: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8496: ^hashfile.release[] were added
8497:
8498: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8499: ^string.match[][] understand new option now: return number of
8500: matches but not table wit results
8501:
8502: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8503: reopen now
8504:
8505: * src/classes/op.C: - bug. must be false
8506:
8507: * configure.in: - checking for unsetenv was added
8508:
8509: * src/types/pa_vform.C: - some comments
8510:
8511: 2007-04-18 misha
8512:
8513: * buildall-with-xml: moving to libxml2-2.6.28
8514:
8515: * buildall-with-xml, buildall-without-xml: added commented lines
8516: with --disable-safe-mode option
8517:
8518: * operators.txt: - info about $form:files
8519:
8520: 2007-04-17 misha
8521:
8522: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8523: $form:files was added
8524:
8525: * tests/: 163.html, results/163.processed: removing auto format
8526:
8527: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8528:
8529: 2007-04-16 misha
8530:
8531: * tests/: 163.html, results/163.processed: - test for .int[],
8532: floor, round, ceiling and .format[]
8533:
8534: * src/classes/file.C: - little optimization for getting args in
8535: exec/cgi
8536:
8537: 2007-04-13 misha
8538:
8539: * src/classes/file.C: - arguments for file::exec/cgi can be
8540: specified now as s table with one column
8541:
8542: 2007-03-27 misha
8543:
8544: * tests/: 162.html, results/162.processed: - test for
8545: ^table.select(^condition[$t])
8546:
8547: * tests/results/auto.p: - load windows-1251 charset for some tests
8548:
8549: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8550:
8551: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8552: 161_windows1251.txt: - added test for
8553: ^file::load[text;/local/file.txt;$.charset[...]]
8554:
8555: * tests/: results/013.processed, 013.html: - added test for
8556: checking $._default value while hash modifications
8557:
8558: * tests/: 160.html, results/160.processed: - add test for
8559: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8560:
8561: 2007-03-22 misha
8562:
8563: * src/include/pa_common.h: - "charset" string defined for
8564: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8565:
8566: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8567: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8568: added - not needed transcodes were removed from
8569: ^file::load[...;http://...]
8570:
8571: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8572: added
8573:
8574: * src/classes/date.C: - date.week was fixed
8575:
8576: * operators.txt: - added info about date.weekyear
8577:
8578: * tests/: 159.html, results/159.processed: - tests for date.week
8579: and date.weekyear added
8580:
8581: 2007-03-15 misha
8582:
8583: * src/classes/table.C: - enclose column numbers for nameless tables
8584: as well
8585:
8586: 2007-03-14 misha
8587:
8588: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8589:
8590: * src/classes/table.C: - table.save optimization: now required much
8591: less memory
8592:
8593: 2007-03-13 misha
8594:
8595: * tests/results/: 158.processed, 158.processes: - tests for
8596: table.save/table.load
8597:
8598: * tests/: 158.html, results/158.processes: - tests for
8599: table.save/table.load
8600:
8601: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8602:
8603: * buildall-with-xml: - pattern needed now for building
8604:
8605: * tests/results/097.processed: - added test results for xdoc::load
8606: & xdoc::load[http://...]
8607:
8608: * tests/097.html: - added test for xdoc::load
8609:
8610: 2007-03-12 misha
8611:
8612: * tests/: 107.html, results/107.processed: - added test for xpath
8613: '//man'
8614:
8615: 2007-03-01 misha
8616:
8617: * tests/: 097.html, results/097.processed: - added test for
8618: creating xdoc from file
8619:
8620: * tests/: results/157.processed, 157.html: - added test for
8621: file:move
8622:
8623: 2007-02-28 misha
8624:
8625: * src/classes/xdoc.C: - another attempt
8626:
8627: * src/classes/xdoc.C: - roll back last changes for a while
8628:
8629: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8630:
8631: * src/classes/file.C: - under lock we create non-exist dir anyway
8632:
8633: * tests/results/099.processed: - ever send content-disposition to
8634: client with file
8635:
8636: * tests/157.html: + test for file:copy
8637:
8638: 2007-02-26 misha
8639:
8640: * src/classes/file.C: - some similar strings moved to #define
8641: instead of to be copy/pasted many times
8642:
8643: * src/types/pa_vfile.h: - class name string ("file") moved to
8644: #define
8645:
8646: 2007-02-20 misha
8647:
8648: * bin/auto.p.dist.in: - added lines for sqlite
8649:
8650: * configure.in: - added some strings for sqlite detection
8651:
8652: 2007-02-19 misha
8653:
8654: * operators.txt: - some comments changes
8655:
8656: * buildall-with-xml, buildall-without-xml: - some modifications
8657:
8658: 2007-02-17 misha
8659:
8660: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8661:
8662: * src/main/pa_request.C: - damn, i forgot to commit it while I
8663: change console behaviour
8664:
8665: 2007-02-12 misha
8666:
8667: * src/targets/cgi/parser3.C: - don't print headers if
8668: $console:line[data] was used during cgi execution.
8669:
8670: * src/types/pa_vconsole.h: - console class have bool flag now which
8671: marked as 'true' if class was used.
8672:
8673: * tests/: 152.html, results/152.processed: - more types was added
8674: to test 152
8675:
8676: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8677: adding 'bool' (^if($image){} caused exception)
8678:
8679: 2007-02-09 misha
8680:
8681: * tests/: 152.html, results/152.processed: - test alightly updated
8682:
8683: * tests/: 152.html, results/152.processed: - test rewrited
8684:
8685: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8686: bugfix. I broke xdoc & xnode in expression
8687:
8688: 2007-02-08 misha
8689:
8690: * tests/: 152.html, results/152.processed: - add test for checking
8691: 'def' for void, string, bool, int & double
8692:
8693: 2007-02-07 misha
8694:
8695: * operators.txt: - ^file:base64[filespec] was added
8696:
8697: * tests/results/153.processed: - result test for
8698: ^file:base64[filespec] was updated
8699:
8700: * tests/153.html: - test for ^file:base64[filespec] was added
8701:
8702: * src/types/pa_vconsole.h: - little optimization
8703:
8704: * src/classes/file.C: - ^file:base64[filespec]
8705:
8706: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8707:
8708: * src/include/pa_common.h: - declarations for
8709: ^file:base64[filespec]
8710:
8711: * src/types/pa_vcookie.C: - little optimization
8712:
8713: 2007-02-06 misha
8714:
8715: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8716: were temporary commented
8717:
8718: * src/types/pa_vbool.h: - bugfix
8719:
8720: * tests/156.html: - added test for bool cookie
8721:
8722: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8723:
8724: * tests/: 155.html, results/155.processed: - added test for check
8725: $.encloser[] option for table save/load
8726:
8727: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8728:
8729: 2007-02-05 misha
8730:
8731: * tests/results/152.processed: - newline at the end was missed
8732:
8733: * tests/results/141.processed: - math:md5 must be lowercased
8734:
8735: * src/targets/cgi/parser3.C: - 2007 in help ;)
8736:
8737: 2007-02-03 misha
8738:
8739: * tests/results/: 150.processed, 151.processed, 152.processed: -
8740: test for bool added and some content length fixes
8741:
8742: * tests/152.html: - test for bool added
8743:
8744: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8745:
8746: * operators.txt: - info bool class was added
8747:
1.116 moko 8748: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8749: classes/classes.vcproj, classes/double.C, classes/int.C,
8750: classes/string.C, classes/void.C, classes/xnode.C,
8751: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8752: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8753: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8754: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8755: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8756: types/types.vcproj: - bool class was added
8757:
8758: * src/main/pa_request.C: - fix
8759:
8760: 2007-01-18 misha
8761:
8762: * src/: main/pa_string.C, classes/string.C: - return table during
8763: ^string.match[][] even if no matched found.
8764:
8765: 2006-12-20 misha
8766:
8767: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8768: http://www.parser.ru/forum/?id=55598 ]
8769:
8770: 2006-12-19 misha
8771:
8772: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8773: details: http://www.parser.ru/forum/?id=52359
8774:
8775: * src/main/pa_request.C: - always set content-disposition for
8776: $response:body[hash here]. more details:
8777: http://www.parser.ru/forum/?id=52130
8778:
8779: 2006-12-07 misha
8780:
8781: * operators.txt: - added info about bool params in cookie set
8782:
8783: * src/types/pa_vcookie.C: - bool param in cookies available now
8784: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8785: ]
8786:
8787: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8788: was added
8789:
8790: 2006-12-02 misha
8791:
8792: * src/classes/file.C: - file_block_read used instead of native read
8793:
8794: * src/main/pa_common.C: - added file_block_read with read error
8795: detection - file_block_read used instead of native read
8796:
8797: * src/include/pa_common.h: - added file_block_read declaration
8798:
8799: 2006-12-01 misha
8800:
8801: * operators.txt: - info about $var.CLASS_NAME was added
8802:
8803: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8804: $var.CLASS_NAME added
8805:
8806: * operators.txt: - added info about ^file:copy[]
8807:
8808: * src/classes/file.C: - ^file:copy[from;fo] was added
8809:
8810: 2006-11-20 misha
8811:
8812: * src/classes/date.C: - bug fix :)
8813:
8814: 2006-11-17 misha
8815:
8816: * src/include/pa_common.h: - array in crc32 calculation was changed
8817: to static
8818:
8819: * src/main/pa_common.C: - little optimization in getMonthDays -
8820: small changes in crc32 calculation
8821:
8822: * src/classes/date.C: - not needed code was removed
8823:
8824: 2006-11-16 misha
8825:
8826: * src/types/pa_vmail.C: - fix missed brakes
8827:
8828: * src/types/pa_vmail.C: - mail:send now set content-type:
8829: multipart/related instead of multipart/mixed if file have
8830: $.content-id[]
8831:
8832: 2006-11-15 misha
8833:
8834: * src/types/pa_vdouble.h: abs -> fabs
8835:
8836: 2006-11-14 misha
8837:
8838: * operators.txt: - added info about ^file.md5[] and
8839: ^file:md5[file-name]
8840:
8841: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8842: added
8843:
8844: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8845: FILE_BUFFER_SIZE
8846:
8847: * src/classes/math.C: - hex_string was moved to pa_common.h
8848:
8849: * src/include/pa_common.h: - hex_string was moved from math.C -
8850: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8851:
8852: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8853: values was fixed
8854:
8855: 2006-11-13 misha
8856:
8857: * operators.txt: - added info about ^math:crc32[string],
8858: ^file:crc32[file-name] & ^file.crc32[]
8859:
8860: * src/classes/math.C: - added ^math:crc32[string]
8861:
8862: * src/classes/file.C: - some comments were changed - added
8863: ^file:crc32[file-name] and ^file.crc32[]
8864:
8865: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8866: crc32 calculation added
8867:
8868: 2006-11-03 misha
8869:
8870: * src/include/pa_array.h: - not needed variable removed
8871:
8872: * tests/: 150.html, 151.html, results/150.processed,
8873: results/151.processed: - 2 tests were added
8874:
8875: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8876: with $.reverse(1) were fixed
8877:
8878: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8879: query converted to $.charset during ^file::load[http://...]
8880:
8881: 2006-11-02 misha
8882:
8883: * src/include/pa_table.h: ups. forget '=' char
8884:
8885: * src/include/pa_table.h: - one more fix in
8886: .locate[...][$.reverse(1)]
8887:
8888: 2006-11-01 misha
8889:
8890: * src/classes/math.C: - bug fix, details:
8891: http://www.parser.ru/forum/?id=53360
8892:
8893: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8894: false for all records )[$.reverse(1)]
8895:
8896: * src/main/pa_http.C: - second param for this mid method is length
8897: but not end_index so this method has error and can't detect
8898: charsets in next content-types: Content-type: text/html;
8899: charset="windows-1251" Content-type: text/html;
8900: charset="windows-1251"; Content-type: text/html;
8901: charset=windows-1251;
8902:
8903: only Content-type: text/html; charset=windows-1251 was fine
8904:
8905: 2006-10-31 misha
8906:
8907: * src/classes/file.C: - empty args in file::exec removed now
8908:
8909: 2006-09-11 misha
8910:
8911: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8912: replaced to table::create - some changes in text/code formatting
8913:
8914: 2006-09-03 paf
8915:
8916: * src/classes/file.C: proper tainting of
8917: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8918:
8919: 2006-06-09 paf
8920:
8921: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8922:
8923: * src/classes/table.C: formatting
8924:
8925: * src/classes/table.C: incorporated patch from misha: Sent:
8926: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8927: ignoring string options for ^table.save[]
8928:
8929: * src/classes/hash.C: incorporated patch from misha Sent:
8930: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8931: $hash._default disappear while
8932:
8933: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8934: $.format[!uue|!base64] << new base64 option. default uue ] ]
8935:
8936: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8937: PM Subject: patch for base64 in ^mail:send[] %-)
8938:
8939: 2006-04-09 paf
8940:
8941: * src/main/compile.tab.C: ` change compiled
8942:
8943: * gnu.vcproj, operators.txt, parser3.sln,
8944: src/classes/classes.vcproj, src/classes/file.C,
8945: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8946: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8947: src/classes/xnode.C, src/include/pa_array.h,
8948: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8949: src/include/pa_memory.h, src/include/pa_request.h,
8950: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8951: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8952: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8953: src/lib/pcre/pcre_dftables.vcproj,
8954: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8955: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8956: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8957: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8958: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8959: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8960: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8961: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8962: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8963: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8964: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8965: src/types/pa_value.h, src/types/pa_vcookie.C,
8966: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8967: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8968: src/types/pa_vstatus.C, src/types/types.vcproj,
8969: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8970: ^menu, ^hash/hashfile.foreach
8971:
8972: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8973: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8974: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8975: src/classes/xnode.C, src/include/pa_array.h,
8976: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8977: src/include/pa_memory.h, src/include/pa_request.h,
8978: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8979: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8980: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8981: src/lib/pcre/pcre_dftables.vcproj,
8982: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8983: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8984: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8985: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8986: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8987: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8988: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8989: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8990: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8991: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8992: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8993: src/types/pa_value.h, src/types/pa_vcookie.C,
8994: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8995: src/types/pa_vstatus.C, src/types/types.vcproj,
8996: tests/descript.ion: ! switched to VS2005 (projects and
8997: object<info explicitly typed>.for_each(, info)) +
8998: $response:field[] setting void means removing + grammar $name`
8999: name stops now, for mysql `$field` + started ^break[]
9000: ^continue[], in ^for. TODO: to other iterators (while, menu,
9001: foreach) + all log messages += [uri=, method=, cl=]
9002:
9003: * buildall-with-xml: merged . ftp paths update
9004:
9005: * buildall-with-xml: . ftp paths update
9006:
9007: 2006-03-04 paf
9008:
9009: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9010: checks++ [thanks to Igor Zinkovsky for detailed report]
9011:
9012: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9013: Igor Zinkovsky for detailed report]
9014:
9015: 2006-03-01 paf
9016:
9017: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9018: \n to ' ' in
9019:
9020: 2006-02-18 paf
9021:
9022: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9023: \n to ' ' in
9024:
9025: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9026:
9027: 2006-02-03 paf
9028:
9029: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9030: base64
9031:
9032: * src/main/pa_common.C: ! bugfix: decoding from base64
9033:
9034: 2006-01-20 paf
9035:
9036: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9037: economy fix
9038:
9039: * src/classes/: table.C: merged from HEAD ! bugfix
9040: ^table.save[$.encloser-s now handled properly
9041:
9042: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9043: handled properly
9044:
9045: 2006-01-19 paf
9046:
9047: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9048: libgc:USE_MUNMAP activates merging of free memory blocks which
9049: helps a lot in our case: after transform we want
9050: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9051:
9052: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9053: economy fix
9054:
9055: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9056: activates merging of free memory blocks which helps a lot in our
9057: case: after transform we want CORD(main.result)->cstr[big
9058: malloc]->transcode[big malloc]
9059:
9060: 2006-01-17 paf
9061:
9062: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9063: before reading them. got rid of reallocs = became quicker and
9064: less fragmentated
9065:
9066: 2005-12-29 paf
9067:
1.116 moko 9068: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9069: configure, configure.in, src/include/pa_version.h,
9070: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9071: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9072: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9073: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9074: src/lib/ltdl/missing: . merged from 3.2.1
9075:
1.116 moko 9076: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9077: packaged when 'make dist', so do configure companion files in
9078: src/lib/ltdl
9079:
9080: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9081: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9082: missing: . now config_auto.h is created with configure [were
9083: constant]
1.95 moko 9084:
9085: * INSTALL: . references to documentation and some clarification
9086:
9087: * buildall-with-xml, buildall-without-xml: . farawell doc
9088: indication
9089:
1.116 moko 9090: * Makefile.am: . dist+=buildall*
1.95 moko 9091:
9092: 2005-12-28 paf
9093:
9094: * configure: . 3.2.1
9095:
9096: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9097: simplify build process, see INSTALL
9098:
9099: 2005-12-26 paf
9100:
9101: * configure: ver
9102:
9103: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9104: version
9105:
9106: 2005-12-21 paf
9107:
9108: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9109: compiled with bison 1.875b, it reports unexpected token names
9110:
9111: 2005-12-19 paf
9112:
9113: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9114: holds a link to xmlNode to prevent premature gc(xmlNode)
9115:
9116: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9117: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9118: src/main/main.vcproj, src/main/pa_globals.C,
9119: src/targets/cgi/parser3.vcproj,
9120: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9121: configure, configure.in, src/include/pa_version.h: . killing
9122: gdome [what a relief]
9123:
9124: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9125: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9126: run_parser.sh, results/001.processed, results/002.processed,
9127: results/003.processed, results/004.processed,
9128: results/005.processed, results/006.processed,
9129: results/008.processed, results/009.processed,
9130: results/010.processed, results/011.processed,
9131: results/012.processed, results/013.processed,
9132: results/014.processed, results/015.processed,
9133: results/016.processed, results/017.processed,
9134: results/018.processed, results/020.processed,
9135: results/021.processed, results/022.processed,
9136: results/023.processed, results/024.processed,
9137: results/025.processed, results/026.processed,
9138: results/027.processed, results/028.processed,
9139: results/029.processed, results/030.processed,
9140: results/031.processed, results/032.processed,
9141: results/033.processed, results/034.processed,
9142: results/035.processed, results/036.processed,
9143: results/037.processed, results/038.processed,
9144: results/039.processed, results/040.processed,
9145: results/041.processed, results/042.processed,
9146: results/043.processed, results/044.processed,
9147: results/045.processed, results/046.processed,
9148: results/047.processed, results/048.processed,
9149: results/049.processed, results/050.processed,
9150: results/051.processed, results/052.processed,
9151: results/053.processed, results/054.processed,
9152: results/055.processed, results/056.processed,
9153: results/057.processed, results/058.processed,
9154: results/059.processed, results/060.processed,
9155: results/061.processed, results/062.processed,
9156: results/063.processed, results/064.processed,
9157: results/065.processed, results/066.processed,
9158: results/067.processed, results/068.processed,
9159: results/069.processed, results/070.processed,
9160: results/071.processed, results/072.processed,
9161: results/073.processed, results/074.processed,
9162: results/075.processed, results/076.processed,
9163: results/077.processed, results/078.processed,
9164: results/079.processed, results/080.processed,
9165: results/081.processed, results/082.processed,
9166: results/083.processed, results/084.processed,
9167: results/085.processed, results/086.processed,
9168: results/087.processed, results/088.processed,
9169: results/089.processed, results/090.processed,
9170: results/091.processed, results/092.processed,
9171: results/093.processed, results/094.processed,
9172: results/095.processed, results/096.processed,
9173: results/097.processed, results/099.processed,
9174: results/100.processed, results/101.processed,
9175: results/102.processed, results/104.processed,
9176: results/105.processed, results/106.processed,
9177: results/107.processed, results/108.processed,
9178: results/109.processed, results/110.processed,
9179: results/111.processed, results/112.processed,
9180: results/113.processed, results/114.processed,
9181: results/115.processed, results/117.processed,
9182: results/119.processed, results/120.processed,
9183: results/121.processed, results/122.processed,
9184: results/123.processed, results/124.processed,
9185: results/125.processed, results/126.processed,
9186: results/127.processed, results/128.processed,
9187: results/129.processed, results/130.processed,
9188: results/131.processed, results/132.processed,
9189: results/133.processed, results/134.processed,
9190: results/135.processed, results/136.processed,
9191: results/138.processed, results/139.processed,
9192: results/140.processed, results/141.processed,
9193: results/142.processed, results/143.processed,
9194: results/144.processed, results/145.processed,
9195: results/146.processed, results/147.processed,
9196: results/148.processed, results/149.processed, results/auto.p: .
9197: now works if we turn off default auto.p
9198:
1.116 moko 9199: * configure: . makes
1.95 moko 9200:
9201: * src/types/pa_vxnode.C: . less warnings
9202:
9203: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9204: tests/145.html, tests/149.html, tests/descript.ion,
9205: tests/outputs/d.cmd, tests/results/142.processed,
9206: tests/results/143.processed, tests/results/144.processed,
9207: tests/results/145.processed, tests/results/146.processed,
9208: tests/results/147.processed, tests/results/148.processed,
9209: tests/results/149.processed: . removed .nodeValue from all node
9210: types other than 5 (grabbed piece from gdome)
9211:
9212: * tests/: 137.html, results/137.processed: . not handled this case
9213: yet. code does not hang from inserting parent into child,
9214: considering thing minor issue -- nodes are removed from source
9215: anyway, don't know why shold that be an error after all
9216:
9217: * src/targets/cgi/parser3.C: . style
9218:
9219: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9220: xdoc too [were barking "not element"]
9221:
9222: 2005-12-16 paf
9223:
9224: * tests/: 146.html, 147.html, 148.html: . more tests
9225:
9226: * src/classes/xnode.C: . also bark on possible errors
9227:
9228: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9229: props
9230:
9231: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9232: main/compile.y: merged from HEAD ! fixed overoptimized
9233: ^call(false) case. (confused it with ^call[] case)
9234:
9235: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9236: ^call(false) case. (confused it with ^call[] case)
9237:
9238: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9239:
9240: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9241: results/001.processed, results/002.processed,
9242: results/003.processed, results/004.processed,
9243: results/005.processed, results/006.processed,
9244: results/008.processed, results/009.processed,
9245: results/010.processed, results/011.processed,
9246: results/012.processed, results/013.processed,
9247: results/014.processed, results/015.processed,
9248: results/016.processed, results/017.processed,
9249: results/018.processed, results/019.processed,
9250: results/020.processed, results/021.processed,
9251: results/022.processed, results/023.processed,
9252: results/024.processed, results/025.processed,
9253: results/026.processed, results/027.processed,
9254: results/028.processed, results/029.processed,
9255: results/030.processed, results/031.processed,
9256: results/032.processed, results/033.processed,
9257: results/034.processed, results/035.processed,
9258: results/036.processed, results/037.processed,
9259: results/038.processed, results/039.processed,
9260: results/040.processed, results/041.processed,
9261: results/042.processed, results/043.processed,
9262: results/044.processed, results/045.processed,
9263: results/046.processed, results/047.processed,
9264: results/048.processed, results/049.processed,
9265: results/050.processed, results/051.processed,
9266: results/052.processed, results/053.processed,
9267: results/054.processed, results/055.processed,
9268: results/056.processed, results/057.processed,
9269: results/058.processed, results/059.processed,
9270: results/060.processed, results/061.processed,
9271: results/062.processed, results/063.processed,
9272: results/064.processed, results/065.processed,
9273: results/066.processed, results/067.processed,
9274: results/068.processed, results/069.processed,
9275: results/070.processed, results/071.processed,
9276: results/072.processed, results/073.processed,
9277: results/074.processed, results/075.processed,
9278: results/076.processed, results/077.processed,
9279: results/078.processed, results/079.processed,
9280: results/080.processed, results/081.processed,
9281: results/082.processed, results/083.processed,
9282: results/084.processed, results/085.processed,
9283: results/086.processed, results/087.processed,
9284: results/088.processed, results/089.processed,
9285: results/090.processed, results/091.processed,
9286: results/092.processed, results/093.processed,
9287: results/094.processed, results/095.processed,
9288: results/096.processed, results/097.processed,
9289: results/099.processed, results/101.processed,
9290: results/102.processed, results/104.processed,
9291: results/105.processed, results/106.processed,
9292: results/107.processed, results/108.processed,
9293: results/109.processed, results/110.processed,
9294: results/111.processed, results/112.processed,
9295: results/113.processed, results/114.processed,
9296: results/115.processed, results/116.processed,
9297: results/117.processed, results/118.processed,
9298: results/119.processed, results/120.processed,
9299: results/121.processed, results/122.processed,
9300: results/123.processed, results/124.processed,
9301: results/125.processed, results/126.processed,
9302: results/127.processed, results/128.processed,
9303: results/129.processed, results/130.processed,
9304: results/131.processed, results/132.processed,
9305: results/133.processed, results/134.processed,
9306: results/135.processed, results/136.processed,
9307: results/137.processed, results/138.processed,
9308: results/139.processed, results/140.processed,
9309: results/141.processed: . refreshed old tests, made them work
9310: without auto.p (in utf8) . things noted: . gif got encoded
9311: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9312: some strange year)
9313:
9314: * INSTALL: . revived linux libgc fix
9315:
9316: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9317: glib/gdome in INSTALL and patches]
9318:
9319: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9320: include/pa_charset.h, include/pa_config_includes.h,
9321: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9322: include/pa_xml_exception.h, lib/cord/Makefile.am,
9323: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9324: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9325: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9326: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9327: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9328: types/pa_vxnode.h: . started killing gdome
9329:
9330: 2005-12-13 paf
9331:
9332: * src/main/: pa_request.C: merged from HEAD ! when code in
9333: @unhandled_exception thrown another exception, print correct
9334: origin (earlier code in catch of exception inside of
9335: @unhandled_exception grabbed parent_frame(original_exception)
9336: origin and printed it, instead of true origin)
9337:
9338: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9339: another exception, print correct origin (earlier code in catch of
9340: exception inside of @unhandled_exception grabbed
9341: parent_frame(original_exception) origin and printed it, instead
9342: of true origin)
9343:
9344: 2005-12-09 paf
9345:
9346: * INSTALL: . updated INSTALL doc to work around linux stack base
9347: detection problem, due to change in gc6.4 code
9348:
9349: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9350: ignored in ^string.matched :(
9351:
9352: * src/main/pa_string.C: ! regex tainting were ignored in
9353: ^string.matched :(
9354:
9355: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9356: src/include/pa_config_fixed.h, src/include/pa_version.h,
9357: src/main/compile.y, src/main/compile_tools.h,
9358: src/main/pa_charset.C, src/main/pa_common.C,
9359: src/main/pa_globals.C, src/main/pa_string.C,
9360: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9361: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9362:
9363: 2005-12-08 paf
9364:
9365: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9366: 500 chars now handled OK [were wrapped on 500th char according to
9367: rfc, but sendmail failed to unwrap it properly]
9368:
9369: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9370: handled OK [were wrapped on 500th char according to rfc, but
9371: sendmail failed to unwrap it properly]
9372:
9373: * src/targets/isapi/parser3isapi.C: . less warnings
9374:
9375: * src/targets/isapi/parser3isapi.C: . undone some strange change
9376: since 3.1.5
9377:
9378: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9379: link fixes
9380:
9381: * src/: classes/date.C, include/pa_config_fixed.h,
9382: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9383: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9384: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9385:
9386: * src/include/pa_config_fixed.h: . removed outdated string origins
9387: [in current storage scheme there's no place for them. someday we
9388: can add third CORD to store origins and special version of parser
9389: which stores origins there [separate binary]]
9390:
9391: 2005-12-07 paf
9392:
9393: * src/targets/isapi/parser3isapi.C: . now links in release mode
9394:
9395: * src/include/pa_version.h: makefiles
9396:
9397: * src/include/pa_version.h: . not beta
9398:
9399: * configure, configure.in, src/include/pa_version.h: not beta
9400:
9401: 2005-12-06 paf
9402:
9403: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9404: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9405: decided to undo the change ^call[$void] passes void. now it will
9406: pass empty string again.
9407:
9408: * src/main/: compile.tab.C, compile.y: . version readded
9409:
9410: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9411: = ^switch[void] problem
9412:
9413: 2005-12-01 paf
9414:
9415: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9416: caused ^case[string] to be coerced to double since searching
9417: value were not string (it was vvoid)
9418:
9419: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9420: ^case[string] to be coerced to double since searching value were
9421: not string (it was vvoid)
9422:
9423: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9424: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9425:
9426: 2005-11-30 paf
9427:
9428: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9429: win32 must putenv("TZ="), on unix works only putenv("TZ")
9430:
9431: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9432: putenv("TZ="), on unix works only putenv("TZ")
9433:
9434: * INSTALL: . xml libs versions updated
9435:
9436: * src/main/pa_globals.C: //20051130 trying to remove this, author
9437: claims that fixed a lot there // 20040920 for now both
9438: workarounds needed. wait for new libxml/xsl versions
9439:
9440: 2005-11-28 paf
9441:
9442: * src/classes/table.C: merged from HEAD: ! nameless table has
9443: columns==0
9444:
9445: * src/classes/table.C: ! nameless table has columns==0
9446:
9447: * src/main/pa_http.C: merged from HEAD: ! status line check made
9448: earlier [was totally wrong]
9449:
9450: * src/main/pa_http.C: ! status line check made earlier [was totally
9451: wrong]
9452:
9453: 2005-11-25 paf
9454:
9455: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9456: undoing for now...
9457:
9458: * src/include/pa_version.h: -this reduces speed(table::load),
9459: strange. undoing
9460:
9461: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9462:
9463: * src/classes/op.C: + ^while(){}[SEPARATOR]
9464:
9465: * src/include/pa_array.h: + optimistics added: all arrays (table
9466: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9467: this speeds things up and saves memory a LOT! (not noticed
9468: negative effect on syntetic tests, future will tell...)
9469:
9470: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9471: changed gc_malloc implementation, which obscured profiling
9472:
9473: * src/classes/table.C: merged from HEAD: + optimized
9474: table::load/sql, now row ArrayString-s allocated with
9475: columns.count() elements and don't always grow from
9476: count=3[realloc,realloc]
9477:
9478: * src/classes/table.C: + optimized table::load/sql, now row
9479: ArrayString-s allocated with columns.count() elements and don't
9480: always grow from count=3[realloc,realloc]
9481:
9482: * src/classes/table.C: merged from HEAD: . ^table.save unused
9483: buffer after save
9484:
9485: * src/classes/table.C: . ^table.save unused buffer after save
9486:
9487: 2005-11-24 paf
9488:
9489: * configure.in: . merged glib2-config patch
9490:
9491: * configure.in: + trying to find glib2-config
9492:
9493: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9494: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9495: file/dir_readable to simple file/dir_exist, this would help in
9496: situations "class not found because .p file has bad rights" << in
9497: that case error would be explicit "access denied to 'this' file"
9498:
1.116 moko 9499: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9500:
9501: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9502: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9503: to simple file/dir_exist, this would help in situations "class
9504: not found because .p file has bad rights" << in that case error
9505: would be explicit "access denied to 'this' file"
9506:
9507: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9508: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9509: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9510: ^file::exec/cgi[script;$.charset[changed]
9511: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9512: encoded in $.charset charset
9513:
9514: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9515: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9516: encoded in $.charset charset
9517:
9518: * src/: include/Makefile.am, include/pa_common.h,
9519: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9520: main/pa_common.C, main/pa_http.C: . extracted http:// into
9521: separate file [preparation for
9522: ^file::cgi[script;$.form[$.field1[]
9523:
9524: 2005-11-22 paf
9525:
9526: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9527:
9528: * acinclude.m4, configure.in: . merged underquting fixes
9529:
1.116 moko 9530: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9531:
9532: * src/classes/op.C: . overmerged a little
9533:
9534: * src/main/compile.tab.C: Makefile
9535:
9536: * src/main/: pa_common.C: . less gcc warnings
9537:
9538: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9539: now reports original exception if we have no old cache
9540:
9541: * src/classes/op.C: + $exception.handled[cache] now reports
9542: original exception if we have no old cache
9543:
9544: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9545: from HEAD: + ^taint/untaint[regex] << escapes these:
9546: \^$.[]|()?*+{}
9547:
9548: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9549: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9550:
9551: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9552: getenv-ed variable, which does not work both on win32&unix.
9553: copied old TZ value now
9554:
9555: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9556: stored pointer to getenv-ed variable, which does not work both on
9557: win32&unix. copied old TZ value now
9558:
9559: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9560: getenv-ed variable, which does not work both on win32&unix.
9561: copied old TZ value now
9562:
9563: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9564: access to internal hash
9565:
9566: * src/types/pa_vresponse.C: + $response:headers access to internal
9567: hash
9568:
9569: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9570: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9571: isapi] this reduces number of "GC Warning: Repeated allocation of
9572: very large block" messages to only important onces
9573:
9574: * src/targets/isapi/parser3isapi.C: +
9575: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9576: isapi] this reduces number of "GC Warning: Repeated allocation of
9577: very large block" messages to only important onces
9578:
9579: * src/classes/string.C: merged from HEAD: + removed limitation on
9580: ^string/int/double:sql{}[$.default[({param style})] ]
9581:
9582: * src/classes/string.C: + removed limitation on
9583: ^string/int/double:sql{}[$.default[({param style})] ]
9584:
9585: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9586: with ?params or $.form option" limitation
9587:
9588: * src/main/pa_common.C: + removed "use either uri with ?params or
9589: $.form option" limitation
9590:
9591: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9592: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9593: ^file::base64[encoded] decode
9594:
9595: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9596: main/pa_common.C: + ^file.base64[] encode +
9597: ^file::base64[encoded] decode
9598:
9599: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9600: ^string:base64[encoded] decode
9601:
9602: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9603: ^string:base64[in] encode + ^string.base64[] decode
9604:
9605: 2005-11-21 paf
9606:
9607: * src/classes/file.C: + merged from HEAD:
9608: ^file::create[text;file.xml;^untaint[xml]{data}]
9609:
9610: * src/classes/file.C: +
9611: ^file::create[text;file.xml;^untaint[xml]{data}]
9612:
9613: * src/main/pa_request.C: ! merged: $response:body[file] now
9614: differes from :download, it does not return content-disposition
9615: at all now [previusely it returned valueless content-disposition]
9616:
9617: * src/main/pa_request.C: ! $response:body[file] now differes from
9618: :download, it does not return content-disposition at all now
9619: [previusely it returned valueless content-disposition]
9620:
9621: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9622: literals, reverted to just vvod, recreating empty array with each
9623: void_value token. that's absolutely needed, since that array
9624: grows
9625:
9626: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9627: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9628: types/pa_vmethod_frame.h: + merged: expression literals:
9629: true/false. ^format[$.indent(true)]
9630:
9631: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9632: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9633: types/pa_vmethod_frame.h: + expression literals: true/false.
9634: ^format[$.indent(true)]
9635:
9636: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9637: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9638: i386-pc-win32)"
9639:
9640: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9641: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9642: i386-pc-win32)"
9643:
9644: 2005-11-18 paf
9645:
9646: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9647: null}[$.default(123)] will now return default value
9648:
9649: * src/classes/op.C: + merged ^cache[] << returns current cache
9650: expiration time
9651:
9652: * src/classes/op.C: + ^cache[] << returns current cache expiration
9653: time
9654:
9655: * src/classes/table.C: ! merged ^table::create[not'nameless';
9656: failed << Exception.problem_source pointed to local var!
9657:
9658: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9659: Exception.problem_source pointed to local var!
9660:
9661: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9662: now loads VFile.ptr!=0, so such files can be saved now
9663:
9664: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9665: loads VFile.ptr!=0, so such files can be saved now
9666:
9667: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9668: only . and .. now removed from list [were removed all .*]
9669:
9670: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9671: .. now removed from list [were removed all .*]
9672:
9673: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9674: open error now checked, were not :( [stole that piece from apache
9675: 1.3 sources]
9676:
9677: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9678: checked, were not :( [stole that piece from apache 1.3 sources]
9679:
9680: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9681: untainting of @main result if returned by $result or
9682: $response:body
9683:
9684: * src/main/pa_request.C: ! ensured proper untainting of @main
9685: result if returned by $result or $response:body
9686:
9687: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9688: issue: now tries to guess content-length and allocates one big
9689: piece if possible [regretfully gc_realloc works as malloc+free,
9690: leaving lots of holes behind]
9691:
9692: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9693: fixed file load memory issue: now tries to guess content-length
9694: and allocates one big piece if possible [regretfully gc_realloc
9695: works as malloc+free, leaving lots of holes behind]
9696:
9697: 2005-11-16 paf
9698:
9699: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9700: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9701: table::save with enclosers now doubles them: "->"" !
9702: table::save/load do not remove elements from options hash
9703:
9704: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9705: [were overoptimized ^if(double_literal), compiler confused
9706: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9707:
9708: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9709: [were overoptimized ^if(double_literal), compiler confused
9710: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9711:
9712: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9713: main/pa_common.C: ! table::save with enclosers now doubles them:
9714: "->"" ! table::save/load do not remove elements from options hash
9715:
9716: 2005-11-03 paf
9717:
1.116 moko 9718: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9719: compilation, not all makefiles liked that
1.95 moko 9720:
9721: 2005-08-30 paf
9722:
9723: * src/classes/op.C: merge . speedup check of [DEFAULT]
9724:
9725: * src/classes/op.C: . speedup check of [DEFAULT]
9726:
9727: 2005-08-26 paf
9728:
9729: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9730:
9731: * src/: classes/date.C, types/pa_vdate.h: + date.week
9732:
9733: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9734: complains about bad!=nameless
9735:
9736: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9737: about bad!=nameless
9738:
9739: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9740: optional options were allowed to be empty. were checked
9741: if(is_string), changed to !defined||is_string to allow void
9742:
9743: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9744: classes/string.C, classes/table.C, classes/void.C: ! optional
9745: options were allowed to be empty. were checked if(is_string),
9746: changed to !defined||is_string to allow void
9747:
9748: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9749: as_junction where they needed as_int/double, so failed with
9750: recent "(const) now no junction" optimization
9751:
9752: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9753: merged ! many classes/* used as_junction where they needed
9754: as_int/double, so failed with recent "(const) now no junction"
9755: optimization
9756:
9757: * src/: classes/double.C, classes/int.C, classes/math.C,
9758: classes/op.C, classes/string.C, classes/table.C,
9759: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9760: used as_junction where they needed as_int/double, so failed with
9761: recent "(const) now no junction" optimization
9762:
9763: 2005-08-24 paf
9764:
9765: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9766: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9767: stripped it
9768:
9769: 2005-08-09 paf
9770:
9771: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9772: not cleared
9773:
9774: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9775: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9776: classes/hashfile.C, classes/image.C, classes/int.C,
9777: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9778: classes/response.C, classes/string.C, classes/table.C,
9779: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9780: include/pa_array.h, include/pa_cache_managers.h,
9781: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9782: include/pa_config_fixed.h, include/pa_config_includes.h,
9783: include/pa_dictionary.h, include/pa_dir.h,
9784: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9785: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9786: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9787: include/pa_request_charsets.h, include/pa_request_info.h,
9788: include/pa_sapi.h, include/pa_socks.h,
9789: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9790: include/pa_stack.h, include/pa_string.h,
9791: include/pa_stylesheet_connection.h,
9792: include/pa_stylesheet_manager.h, include/pa_table.h,
9793: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9794: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9795: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9796: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9797: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9798: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9799: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9800: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9801: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9802: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9803: main/pa_sql_driver_manager.C, main/pa_string.C,
9804: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9805: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9806: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9807: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9808: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9809: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9810: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9811: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9812: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9813: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9814: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9815: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9816: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9817: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9818: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9819: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9820: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9821: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9822: types/pa_vresponse.C, types/pa_vresponse.h,
9823: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9824: types/pa_vstateless_object.h, types/pa_vstatus.C,
9825: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9826: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9827: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9828: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9829: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9830:
9831: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9832: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9833: speedup consequent checks in vmethod_frame
9834:
9835: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9836: not cleared
9837:
9838: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9839: params: 50 max (were 10)
9840:
9841: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9842: params: 50 max (were 10)
9843:
9844: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9845: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9846: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9847: empty string) ! simplified (double) speedup consequent checks in
9848: vmethod_frame
9849:
9850: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9851: optimized constants in expressions vstring->vdouble + optimized
9852: ^call(vdouble), no junction creation, no calls later
9853:
9854: 2005-08-08 paf
9855:
9856: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9857: integrated
9858:
9859: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9860: integrated
9861:
9862: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9863: compile_tools.h: merged + optimized constants in expressions
9864: vstring->vdouble + optimized ^call(vdouble), no junction
9865: creation, no calls later
9866:
9867: * src/types/pa_vdouble.h: merged . double values without fractional
9868: part now default printed as %.0f instead of %g
9869:
9870: * src/types/pa_vdouble.h: . double values without fractional part
9871: now default printed as %.0f instead of %g
9872:
9873: * src/classes/hashfile.C: . merged ! second hashfile::open would
9874: cause an exception
9875:
9876: * src/classes/hashfile.C: ! second hashfile::open would cause an
9877: exception
9878:
9879: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9880: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9881: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9882: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9883: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9884: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9885: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9886: types/pa_vresponse.h, types/pa_vstateless_class.C,
9887: types/pa_vstateless_object.h, types/pa_vvoid.h,
9888: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9889: merged VJunction(new Junction) optimization from 3.1.4
9890:
9891: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9892: types/pa_vstateless_class.C: + optimized new VJunction(new
9893: Junction(params)) to new VJunction(params), thousands of mallocs
9894: removed
9895:
9896: 2005-08-05 paf
9897:
9898: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9899: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9900: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9901: creation, no calls later
9902:
9903: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9904: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9905: classes/hashfile.C, classes/image.C, classes/int.C,
9906: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9907: classes/response.C, classes/string.C, classes/table.C,
9908: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9909: include/pa_array.h, include/pa_cache_managers.h,
9910: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9911: include/pa_config_fixed.h, include/pa_config_includes.h,
9912: include/pa_dictionary.h, include/pa_dir.h,
9913: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9914: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9915: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9916: include/pa_request_charsets.h, include/pa_request_info.h,
9917: include/pa_sapi.h, include/pa_socks.h,
9918: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9919: include/pa_stack.h, include/pa_string.h,
9920: include/pa_stylesheet_connection.h,
9921: include/pa_stylesheet_manager.h, include/pa_table.h,
9922: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9923: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9924: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9925: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9926: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9927: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9928: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9929: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9930: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9931: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9932: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9933: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9934: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9935: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9936: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9937: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9938: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9939: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9940: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9941: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9942: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9943: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9944: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9945: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9946: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9947: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9948: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9949: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9950: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9951: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9952: types/pa_vstateless_object.h, types/pa_vstatus.C,
9953: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9954: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9955: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9956: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9957: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9958:
9959: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9960: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9961: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9962: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9963: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9964: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9965: optimized constants in expressions vstring->vdouble
9966:
9967: 2005-07-29 paf
9968:
9969: * src/types/pa_vclass.C: . shaped up error messages a bit
9970:
9971: * src/types/pa_vclass.C: + property getter can now be overridden
9972:
9973: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9974: bug fix: static parent fields were not replaced in case
9975: $derived:field[put] + property setter can now be overridden
9976:
9977: 2005-07-28 paf
9978:
9979: * configure, configure.in, src/classes/classes.h,
9980: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9981: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9982: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9983: src/classes/xnode.h, src/include/pa_hash.h,
9984: src/include/pa_version.h, src/main/execute.C,
1.116 moko 9985: src/types/Makefile.am, src/types/pa_method.h,
9986: src/types/pa_value.h, src/types/pa_vclass.C,
9987: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9988: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9989: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9990: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9991: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9992: src/types/pa_vobject.C, src/types/pa_vobject.h,
9993: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
9994: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
9995: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
9996: src/types/pa_vstateless_class.h,
1.95 moko 9997: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9998: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9999: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10000: dynamic_fields_join
10001:
10002: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10003: classes/xnode.C, include/pa_hash.h, main/execute.C,
10004: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10005: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10006: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10007: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10008: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10009: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10010: types/pa_vresponse.h, types/pa_vstateless_object.h,
10011: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10012: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10013: restored its checks in vobject.put_element->static fields |
10014: dynamic properties
10015:
10016: 2005-07-27 paf
10017:
10018: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10019: is some old code containing @set_name $name
10020:
10021: * src/types/pa_vobject.h: . fixed warning
10022:
10023: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10024: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10025:
10026: * src/: classes/xnode.C, include/pa_hash.h,
10027: types/pa_vstateless_class.C: ! new asserts were all false.
10028: regretfully reverted them all to checks
10029:
10030: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10031: classes/op.C, main/execute.C, types/pa_method.h,
10032: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10033: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10034: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10035: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10036: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10037: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10038: types/pa_vstateless_object.h, types/pa_vvoid.h,
10039: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10040: joined_dynamic_fields: removed unused param from put_method
10041: (returned to 3 params)
10042:
10043: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10044: joined_dynamic_fields: dynamic get/set works with overriding
10045: props [alpha2]
10046:
10047: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10048: works [alfa]
10049:
10050: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10051: classes/op.C, include/pa_hash.h, main/execute.C,
10052: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10053: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10054: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10055: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10056: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10057: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10058: types/pa_vresponse.h, types/pa_vstateless_class.C,
10059: types/pa_vstateless_object.h, types/pa_vvoid.h,
10060: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10061: joined_dynamic_fields: just compiled
10062:
10063: * src/: classes/date.C, classes/file.C, classes/hash.C,
10064: classes/hashfile.C, classes/image.C, classes/table.C,
10065: classes/xdoc.C, classes/xnode.h, main/execute.C,
10066: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10067: types/pa_vstateless_class.h: joined_dynamic_fields: started
10068:
10069: * src/types/pa_vobject.C: . object setters [only started, does not
10070: work yet]
10071:
10072: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10073: object setters [only started, does not work yet]
10074:
10075: 2005-07-26 paf
10076:
10077: * src/: include/pa_request.h, main/execute.C: . properties: set
10078: works [alpha2]. for classes. todo: for objects
10079:
10080: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10081: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10082: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10083: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10084: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10085: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10086: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10087: types/pa_vstateless_object.h, types/pa_vvoid.h,
10088: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10089: properties: set works [alpha1]
10090:
10091: 2005-07-25 paf
10092:
10093: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10094: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10095: properties: started, get works [alpha1, other approach]
10096:
10097: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10098: properties: started, get works [alpha2]
10099:
10100: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10101: pa_vstateless_class.h: . properties: started, get works [alpha]
10102:
10103: 2005-07-15 paf
10104:
10105: * src/: classes/classes.h, classes/op.C, main/execute.C,
10106: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10107: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10108: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10109: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10110: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10111: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10112: types/pa_vresponse.C, types/pa_vresponse.h,
10113: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10114: types/pa_vstateless_object.h, types/pa_vvoid.h,
10115: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10116: types/pa_wwrapper.h, types/types.vcproj: + started property
10117: [getters work but think of changing them too to precaching]
10118:
10119: 2005-07-08 paf
10120:
10121: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10122: gpf
10123:
10124: 2005-06-28 paf
10125:
10126: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10127: in passing empty strings to file::exec/cgi environment
10128:
10129: 2005-06-06 paf
10130:
10131: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10132: ^table:sql ^hash:sql now DO process $.bind option
10133:
10134: 2005-05-24 paf
10135:
10136: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10137: $.limit] now work again [support was broken in 3.1.4]
10138:
10139: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10140: ALL_INTERIOR_POINTERS
10141:
10142: 2005-05-12 paf
10143:
10144: * configure: 3.1.5beta
10145:
10146: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10147:
10148: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10149: $.limit] now work again [support was broken in 3.1.4]
10150:
10151: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10152: line-width [was refusing to fill if line-width >1, thanks to
10153: Seras <seras@pinxit.lt> for repro case
10154:
10155: 2005-04-25 paf
10156:
10157: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10158: correctly
10159:
10160: 2005-04-19 paf
10161:
10162: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10163: in VString violating invariant!!
10164:
10165: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10166: getenv("TZ")==null
10167:
10168: 2005-04-08 paf
10169:
10170: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10171: bugfix: when there is no char in charset one byte produces 6
10172: (ÿ <<max). increased buffer size!
10173:
10174: 2005-03-23 paf
10175:
10176: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10177: ^date.sql-string now takes TZ into account
10178:
10179: 2005-03-16 paf
10180:
10181: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10182: gcc 3.4
10183:
10184: * src/types/pa_vhash.C: . warning about eof eol
10185:
10186: 2005-02-17 paf
10187:
10188: * operators.txt, src/classes/op.C: + operator ^sleep(double
10189: seconds)
10190:
10191: 2005-02-02 paf
10192:
10193: * src/classes/xnode.C: beauty: removed needless includes
10194:
10195: 2005-01-31 paf
10196:
10197: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10198: $.partNoNumber now alias to $.part1
10199:
10200: * src/types/pa_vmail.C: change: incoming letter part contains
10201: "content-disposition" header with any value? now considering that
10202: part to be "file#" [for text/plain text/html were $.text#
10203: $.html#]
10204:
10205: * INSTALL: updatet to latest working versions available
10206:
10207: 2005-01-20 paf
10208:
10209: * configure.in, src/include/pa_version.h: version
10210:
10211: 2005-01-19 paf
10212:
1.116 moko 10213: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10214: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10215: couple warnings in parser3.C
1.95 moko 10216:
10217: 2004-12-23 paf
10218:
10219: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10220:
10221: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10222: dir to directory of script (when shbang used), not to directory
10223: of its interpreter
10224:
10225: * src/include/pa_version.h: compiled on win32...
10226:
10227: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10228: we need more hspace
10229:
10230: * configure, configure.in, src/include/pa_version.h: configured
10231: host to pa_version. will be displayed everywhere
10232:
10233: * src/main/pa_request.C: new: @unhandled_exception can prevent
10234: exception from being logged by setting $exception.handled(1)
10235:
10236: * operators.txt, src/classes/file.C: change:
10237: ^file::sql{query}[[options]] options: $.name[file name]
10238: $.content-type[application/what]
10239:
10240: * src/: include/pa_common.h, main/pa_common.C,
10241: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10242: new file
10243:
10244: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10245: bugfix: table->hash now regards _default
10246:
10247: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10248: created by accessing $name_of_method it acquired bad self=closest
10249: methodframe; instead of proper self (current class)
10250:
10251: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10252: hashfile produced bad cord
10253:
10254: 2004-12-10 paf
10255:
10256: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10257: subsequent failures though defined in .h
10258:
10259: * src/main/pa_common.C: comment on volatile
10260:
10261: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10262: alarm function were not used since the beginning due to stupid
10263: error [setsigjmp were not checked in configure.in]
10264:
10265: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10266: unix too
10267:
10268: * src/main/pa_common.C: http: exception status of send/recv errors
10269: change to most probable http.timeout
10270:
10271: * src/main/pa_common.C: win32: http connection $.timeout option now
10272: works [setsockopt on send/receive]
10273:
10274: 2004-12-08 paf
10275:
10276: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10277: cstr-ed knowing mail charset, and untainting uri lang now knows
10278: proper charset
10279:
10280: 2004-11-24 paf
10281:
10282: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10283:
10284: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10285: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10286:
10287: 2004-11-12 paf
10288:
10289: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10290: [since 3.0.4]
10291:
10292: 2004-11-09 paf
10293:
10294: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10295: writes basics to c:\parser3.log
10296:
10297: 2004-10-21 paf
10298:
10299: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10300: tainted strings [were returning clean onces]
10301:
10302: 2004-10-15 paf
10303:
10304: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10305: cycles(i=1; i=2), which was wrong, now does ONE
10306:
10307: 2004-10-12 paf
10308:
10309: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10310:
10311: 2004-10-07 paf
10312:
10313: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10314: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10315: release asserts
10316:
10317: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10318: String.dump() to stdout in detailed form [were String.v() in
10319: short form]
10320:
10321: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10322: \t\r\n as @#| and truncates long char sequences less
10323:
10324: 2004-10-06 paf
10325:
10326: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10327: win32 beauty: socket errors properly decoded
10328:
10329: 2004-10-05 paf
10330:
10331: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10332: request::configure_user/admin done always, even if no
10333: file-to-process useful in @unhandled_exception [say, if they
10334: would want to mail by SMTP something]
10335:
10336: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10337: now performed prior to file loading [and @auto executing] thus
10338: making $cookie:value available in @auto and in
10339: @unhandled_exception when IIS is configured to run interpreter
10340: even if no file exist
10341:
10342: 2004-09-20 paf
10343:
10344: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10345: somewhere where it should have called xmlMalloc and it calls
10346: xmlFree when it should have not called it. inserted two
10347: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10348: xmlFree just ignored. put away a testcase, maybe someday libxml
10349: author would fix all that. until that day: we have SLOW garbage
10350: collecting when many xml objects are alive hint: do
10351: ^memory:compact[] before xdoc::create
10352:
10353: 2004-09-17 paf
10354:
10355: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10356: error from 3.0.8 version]
10357:
10358: 2004-09-14 paf
10359:
10360: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10361: part bugfix: hashfile.foreach iterated only part if hashfile were
10362: modified inside
10363:
10364: 2004-09-13 paf
10365:
10366: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10367: [were as octal]
10368:
10369: * src/types/pa_vhashfile.C: beauty: not reproduced
10370: $hashfile.key[$novalue] bug [reported by motorin], inserted
10371: safety-check
10372:
10373: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10374: [not something obscure from sdbm lib]
10375:
10376: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10377: = strerror now returnes something and we can properly report that
10378: to client
10379:
10380: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10381: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10382:
10383: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10384: [tainted as-is] this helps //[space][newline] to remain as-is and
10385: not be unnecessary optimized away [ruining javascript]
10386:
10387: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10388: [tainted as-is]
10389:
10390: * src/classes/mail.C: bugfix: typo error
10391:
10392: 2004-09-09 paf
10393:
10394: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10395: separators bugfix: loads header with endings \r\n\r\n and \n\n
10396: (bloody yandex.server)
10397:
10398: 2004-09-06 paf
10399:
10400: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10401: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10402: encoded
10403:
10404: 2004-09-01 paf
10405:
10406: * src/types/pa_vmail.C: change: multipart/mixed changed to
10407: multipart/related outlook express have no problems showing
10408: unrelated attachments. todo: someday figure out a way of
10409: multipart/mixed multipart/related text/html
10410: image/xxx application/octet-stream << true attachments
10411:
10412: * src/types/pa_vmail.C: new:
10413: ^mail:send[$.file[$.content-disposition can be overriden new:
10414: empty mail header fields removed from letter
10415:
10416: * src/: classes/mail.C, include/pa_config_fixed.h,
10417: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10418: ^mail:send[ $.file[ $.any[header]
10419:
10420: 2004-08-30 paf
10421:
10422: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10423: warnings
10424:
10425: * src/main/pa_common.C: beauty: do not bother with charset
10426: detection when ^file::load[binary
10427:
10428: 2004-08-27 paf
10429:
10430: * src/main/pa_common.C: hack: for yandex.server http server
10431:
10432: 2004-08-18 paf
10433:
10434: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10435: possibly-chunked response
10436:
10437: 2004-08-17 paf
10438:
10439: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10440: $f.content-type now = that of http response
10441:
10442: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10443: $f.content-type now = that of http response
10444:
10445: 2004-07-30 paf
10446:
10447: * src/: include/pa_request.h, main/pa_request.C,
10448: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10449: win32: system&parser exceptions in release mode reported properly
10450: parser exception in exception handler WERE mistakenly reported as
10451: system exception, without details [in apache & isapi] +some
10452: beauty in exception text
10453:
10454: * src/: include/pa_exception.h, main/pa_request.C,
10455: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10456: release mode reported properly parser exception in exception
10457: handler WERE mistakenly reported as system exception, without
10458: details
10459:
10460: * src/main/execute.C: beauty: simplified system exception handling
10461:
10462: 2004-07-29 paf
10463:
10464: * src/classes/table.C: bugfix:
10465: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10466: were ignored, and \t used unconditionally]
10467:
10468: * src/types/Makefile.am: added vhash.c
10469:
10470: 2004-07-28 paf
10471:
10472: * src/: classes/date.C, classes/image.C, classes/math.C,
10473: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10474: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10475: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10476: failed on russian letters
10477:
10478: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10479: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10480: letters
10481:
10482: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10483: as 'currentDirectory' parameter to CreateProcess
10484:
10485: 2004-07-27 paf
10486:
10487: * src/targets/cgi/parser3.vcproj: beauty: win32:
10488: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10489: from release somewhere [to help searching for unhandled system
10490: exceptions]
10491:
10492: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10493: TZ shift
10494:
10495: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10496: but also in ctor
10497:
10498: 2004-07-26 paf
10499:
10500: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10501: src/main/pa_request.C, src/types/pa_vfile.h,
10502: src/types/pa_vhash.C, src/types/pa_vhash.h,
10503: src/types/types.vcproj: new: $response:body/download[
10504: $.file[name on disk] $.name[of file for user]
10505: $.mdate[date of last-modified. default from directory] ]
10506:
10507: * src/classes/file.C: moving file:send somewhere else..
10508:
10509: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10510: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10511: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10512: $response:download[ $.filename[filename] $.option[] ,, ]
10513:
10514: * src/classes/file.C: beauty: invalid mode thoroughly reported
10515:
10516: 2004-07-21 paf
10517:
10518: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10519: to several lines
10520:
10521: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10522:
10523: note: ms outlook[!express] shows only first 255 characters of
10524: subject
10525:
10526: 2004-07-15 paf
10527:
10528: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10529: off]
10530:
10531: 2004-07-14 paf
10532:
10533: * src/classes/table.C: bugfix: $.bind values now got untainted
10534: according to lang [were: as-is]
10535:
10536: 2004-07-07 paf
10537:
10538: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10539: checked that
10540:
10541: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10542: now untainted according to their languages. were: as-is.
10543: EVERYWHERE
10544:
10545: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10546: environment string now untainted according to their languages.
10547: were: as-is. EVERYWHERE
10548:
10549: * src/main/pa_exec.C: bufix: on unix environment string now
10550: untainted according to their languages. were: as-is. on win32:
10551: ok
10552:
10553: * parser3.vssscc: ...would not go unnoticed
10554:
10555: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10556: fails. in case on input appears nonutf, those bytes will be
10557: printed in %HH form. that can be easily decoded/recovered.
10558:
10559: this form is quite noticable, and hopefully would not go noticed
10560:
10561: 2004-07-06 paf
10562:
10563: * src/main/pa_exec.C: bufix: on unix environment string now
10564: untainted according to their languages. were: as-is. on win32:
10565: ok
10566:
10567: 2004-07-01 paf
10568:
10569: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10570: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10571: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10572: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10573: main/main.vcproj, targets/cgi/parser3.vcproj,
10574: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10575: option: global optimization ON
10576:
10577: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10578: to do xdoc::create{invalid chars} standard disables chars less
10579: then \x20, except tab, cr, lf.
10580:
10581: changed tainting so that those become '!'
10582:
10583: 2004-06-25 paf
10584:
10585: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10586: int on odd address [prev bugfix failed due to superwize
10587: optimizer, which turned memcpy into same 'ld' asm command]
10588:
10589: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10590: int on odd address
10591:
10592: 2004-06-22 paf
10593:
10594: * src/sql/pa_sql_driver.h: note: about possible optimization
10595:
10596: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10597: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10598: src/include/pa_config_includes.h: new: ^void:sql{call
10599: paf(:a)}[ $.bind[ $.a[2]
10600: ] ] output variables work. todo: check in out
10601: variables
10602:
10603: 2004-06-18 paf
10604:
10605: * src/: classes/file.C, classes/hash.C, classes/string.C,
10606: classes/table.C, classes/void.C, include/pa_globals.h,
10607: include/pa_sql_connection.h, main/compile.tab.C,
10608: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10609: $.bind[ $.a[2] ]
10610: ] input variables work. todo:output
10611:
10612: * src/targets/cgi/parser3.C: bugfix: iis specific
10613: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10614: /_bug.html?404;http://hpsv/test/
10615: --------------------------------------------------------------------------------
10616: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10617: --------------------------------------------------------------------------------
10618: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10619:
10620: 2004-06-16 paf
10621:
10622: * src/targets/cgi/parser3.C: new: iis specific
10623: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10624: $request:query
10625: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10626: $form:fields IIS-STATUS="404"
10627: IIS-DOCUMENT="http://server/_bug.html" f="v"
10628:
10629: todo: isapi too
10630:
10631: 2004-05-26 paf
10632:
10633: * src/include/pa_version.h: 3.1.3
10634:
10635: * operators.txt: beauty: removed outdated level 'table'
10636:
10637: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10638:
10639: * src/main/pa_string.C: beauty: removed 3 warnings
10640:
10641: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10642: classes/op.C: beauty: removed outdated level 'table'
10643:
10644: 2004-05-25 paf
10645:
10646: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10647: implementation. mistery: how anything worked
10648:
10649: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10650: changed, it is now safe to use url if pointers to it are stored
10651: to gc mem
10652:
10653: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10654: unknown errors reported and not cause SIGSEGV now
10655:
10656: 2004-05-24 paf
10657:
10658: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10659: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10660: less memory: CORD_chars_block originally intended to ... it was
10661: good that CORD_chars_block were not used: it consumes more memory
10662: [and, might be slow too] undoing that. [and removed that func so
10663: that it would not confuse parser developer in future]
10664:
10665: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10666: less memory: CORD_chars_block originally intended to
10667: speedup/reduce mem usage were forgotten, and were used stupid
10668: CORD_chars
10669:
10670: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10671:
10672: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10673: BIGENDIAN processors space-conserving mech failed, causing
10674: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10675: (1|2|3));
10676:
10677: 2004-05-14 paf
10678:
10679: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10680: bugfix: void now has vfile value, and $response:body[] works OK
10681:
10682: 2004-05-12 paf
10683:
10684: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10685: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10686: sources to use is_defined() {return as_bool();} along VBool
10687:
10688: 2004-05-11 paf
10689:
10690: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10691: referencing to local objects
10692:
10693: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10694: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10695: left intact
10696:
10697: 2004-04-15 paf
10698:
10699: * src/classes/date.C: merged: beauty: unused var removed
10700:
10701: * src/classes/date.C: beauty: unused var removed
10702:
10703: * src/include/: pa_exec.h: bugfix: interface without pointer
10704: provoked bug
10705:
10706: 2004-04-09 paf
10707:
10708: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10709:
10710: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10711:
10712: 2004-04-08 paf
10713:
10714: * src/classes/date.C: new: ^date::create[y-m-d
10715: h-M-s>>.milliseconds<<] now allowed, ignored so far
10716:
10717: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10718:
10719: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10720: to consult default catalog [usually, that file belongs to other
10721: user/group]
10722:
10723: 2004-04-06 paf
10724:
10725: * src/main/pa_common.C: beauty: gcc warning removed
10726:
10727: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10728: accept that trick, trying other
10729:
10730: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10731: explicit result problem
10732:
10733: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10734: explicit result problem
10735:
10736: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10737: explicit result problem
10738:
10739: * operators.txt, src/classes/string.C: new: ^string.append[string]
10740:
10741: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10742: main/execute.C: attempt_check_call_in_explicit_result_mode:
10743: failed
10744:
10745: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10746: http://i.p.a.ddress gethostbyaddr added [on some platforms
10747: gethostbyname failed with such 'domains'] now checked properly,
10748: were: needless reverse/forward dns lookup
10749:
10750: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10751: http://i.p.a.ddress gethostbyaddr added [on some platforms
10752: gethostbyname failed with such 'domains'] now checked properly,
10753: were: needless reverse/forward dns lookup
10754:
10755: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10756: @method[][result] means "no string output here" moved to lexical
10757: level [on grammar level it were too difficult]
10758:
10759: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10760: src/main/compile.y, src/main/compile_tools.h,
10761: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10762: @method[][result] means "no string output here", implemented part
10763: of that idea: compiler throws away string literal generation
10764: code. and barks nonwhitespace chars
10765:
10766: * operators.txt: truth: removed comment about $ORIGIN
10767:
10768: 2004-04-05 paf
10769:
10770: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10771: src/include/pa_version.h, src/main/pa_common.C,
10772: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10773:
10774: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10775: Konstantin Tomashevitch [mailto:konst@design.ru]
10776:
10777: * src/doc/html2chm.cmd: beauty: no need in bg here
10778:
10779: * src/doc/sources2html.cmd: beauty: same window, in bg it
10780: interfered with FAR console
10781:
10782: * configure, configure.in: 3.1.3
10783:
10784: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10785:
10786: * src/main/pa_common.C: removed warning
10787:
10788: * src/include/pa_version.h: 3.1.3
10789:
10790: 2004-04-02 paf
10791:
10792: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10793:
10794: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10795: allows to specify where to put parser log file
10796:
10797: 2004-04-01 paf
10798:
10799: * src/classes/table.C: bugfix: bugfix: table::load last line
10800: without tab and enter were ignored
10801:
10802: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10803: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10804: main/pa_socks.C, targets/cgi/parser3.C,
10805: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10806: bugfix: sql connections now are disconnected
10807:
10808: 2004-03-30 paf
10809:
10810: * src/classes/table.C: bugfix: table::load last line without tab
10811: and enter were ignored
10812:
10813: * src/classes/table.C: bufix: if last table lines were commented,
10814: gpfed
10815:
10816: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10817: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10818: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10819: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10820: doc/methoded.dox, doc/object.dox, doc/string.dox,
10821: doc/targets.dox, doc/value.dox, include/pa_version.h,
10822: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10823: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10824: bugfixes from 3.1.2, changed version to 3.1.3beta
10825:
10826: 2004-03-29 paf
10827:
10828: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10829: causes gpf
10830:
10831: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10832: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10833: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10834: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10835: value.dox: translated to english
10836:
10837: 2004-03-25 paf
10838:
10839: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10840: parser3project dependency removed
10841:
10842: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10843: bugfix: refused to compile without xml
10844:
10845: * src/types/pa_vform.C: beauty: removed warning
10846:
10847: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10848: any folder [removed last ;) folder dependency]
10849:
10850: * src/classes/classes.vcproj: bugfix: now all compiles in any
10851: folder [removed last ;) folder dependency]
10852:
10853: * src/include/pa_version.h: release
10854:
10855: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10856:
10857: * src/classes/table.C: beauty: comment& more meaningful error
10858: message
10859:
10860: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10861: $.hash[$.column_value1(true) ... ] [were producing some strang
10862: thing]
10863:
10864: 2004-03-23 paf
10865:
10866: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10867: and http status line parsing checked number of columns in table
10868: [user reported an assert]
10869:
10870: * operators.txt: example: on hashfile
10871:
10872: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10873: bugfix: junction reattach now actually reattaches a junction to
10874: new wcontext [were only assigning it to junction, which caused
10875: junction tracking to loose junction, and it's context were not
10876: killed, and it tried to process in invalid context, gpf]
10877:
10878: * src/targets/cgi/parser3.C: debug helper added
10879:
10880: 2004-03-19 paf
10881:
10882: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10883: "type(type)" in braces
10884:
10885: 2004-03-10 paf
10886:
10887: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10888: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10889: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10890: solution to search-in-namespaces problem:
10891: $xdoc.search-namespaces.x[http://pif.design.ru/]
10892: $nodes[^xdoc.select[//x:second]]
10893:
10894: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10895: expression][[NAMESPACES HASH]] allows to search for info in
10896: namespaces
10897:
10898: $nodes[^xdoc.select[//x:second][
10899: $.x[http://pif.design.ru/] ]]
10900:
10901: 2004-03-09 paf
10902:
10903: * operators.txt, src/main/pa_common.C: new:
10904: ^file::load[...][options] $.form[
10905: !$.field1[string]
10906: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10907: ] !$.body[string]
10908:
10909: GET ?here notGET(POST, HEAD, others) in content-type:
10910: application/x-www-form-urlencoded
10911:
10912: todo: upload files ability
10913:
10914: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10915: properly, done
10916:
10917: 2004-03-05 paf
10918:
10919: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10920: GET/POST $.form[$.fields started, not tested yet
10921: todo:$.field[table] for multiple values
10922:
10923: * operators.txt: new: http:// options $.user $.password basic
10924: authorization
10925:
10926: * src/main/pa_common.C: beauty: link to rtf added
10927:
10928: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10929: new: http:// options $.user $.password basic authorization
10930:
10931: * src/main/pa_common.C: beauty: removed needless vars
10932:
10933: * operators.txt: new: pgsql option [like that recently added to
10934: oracle driver] ClientCharset=parser-charset <<
10935: charset in which parser thinks client works
10936:
10937: * operators.txt: new: odbc option [like that recently added to
10938: oracle driver] ClientCharset=parser-charset <<
10939: charset in which parser thinks client works
10940:
10941: * src/sql/pa_sql_driver.h: beauty: important warning added
10942:
10943: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10944: char!
10945:
10946: * etc/parser3.charsets/windows-1251.cfg: typo
10947:
10948: 2004-03-04 paf
10949:
10950: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10951: cached, sql transcoding now goes faster
10952:
10953: * operators.txt: new: mysql option [like that recently added to
10954: oracle driver] ClientCharset=parser-charset <<
10955: charset in which parser thinks client works
10956:
10957: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10958: typo error
10959:
10960: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10961: chars commented
10962:
10963: 2004-03-03 paf
10964:
10965: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10966: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10967:
10968: 2004-03-02 paf
10969:
10970: * operators.txt: new[update typo]: !^void.left(n)
10971: nothing !^void.right(n) nothing !^void.mid(p[;n])
10972: nothing
10973:
10974: * operators.txt, src/classes/void.C: new: !^void.left(n)
10975: nothing !^void.right(n) nothing !^void.pos(p[;n])
10976: nothing
10977:
10978: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10979: ^file::sql[[name_to_become_$.name]]{} query result must be one
10980: row with columns: first: data second: file name third:
10981: content-type
10982:
10983: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10984: ^connect gets properly escaped string, which can be passed to
10985: request now this for mysql only. it's up to parser sql driver to
10986: fix zeros properly
10987:
10988: * INSTALL: note: added on building apache with this option:
10989: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10990:
10991: 2004-03-01 paf
10992:
10993: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10994: extension memory:compact befor processingrequest
10995:
10996: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10997: call sole column of result
10998:
10999: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11000: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11001: pixel color
11002:
11003: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11004: beauty: image -- less checks [were ugly impl]
11005:
11006: * src/classes/string.C: bugfix: ^string.left/right/mid with
11007: negative values now considered bad
11008:
11009: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11010:
11011: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11012: options now have unified defaults [after transform
11013: indent/omit-xml-declaration/standalone 'default' erroreously
11014: meant 'true']
11015:
11016: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11017: added [on some platforms gethostbyname failed with such
11018: 'domains']
11019:
11020: * src/include/pa_config_auto.h.in: no select check, no define
11021:
11022: * src/classes/string.C: feature: ^string.trim both parameters may
11023: be empty-strings, meaning kind=both chars=whitespaces
11024:
11025: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11026: exist
11027:
11028: * src/classes/string.C: check: trim 'chars' must not be empty,
11029: exception if it is
11030:
11031: * src/classes/string.C: changed: ^string.trim [] << both,
11032: whitespaces [start|both|end] << kind, whitespaces
11033: [start|both|end;chars] full
11034:
11035: 2004-02-27 paf
11036:
11037: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11038: method: ^string.trim[start|both|end[;chars]] default
11039: 'chars' -- whitespace chars finished
11040:
11041: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11042: src/main/pa_string.C: new method:
11043: ^string.trim[start|both|end[;chars]] default 'chars' --
11044: whitespace chars started, only start works
11045:
11046: * src/main/compile.C: bugfix: line numbers after
11047: ^process{}[$.line(-10]] can be negative, allowed to print they as
11048: signed
11049:
11050: * src/main/untaint.C: speed: there's no \n chars in output
11051: [normally], so no need to optimize them they could be retrived
11052: from databases, though. but 1. should be replaced 2. if not
11053: optimized, no harm done
11054:
11055: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11056: ^file::exec/cgi could return invalid status & zombie child can
11057: remain for short period until process exists [very bad in
11058: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11059:
11060: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11061: malicious SMTP server to attack as by returning too long status
11062: responses http://i2/tasks/edit/?id=4629448401140924947
11063:
11064: 2004-02-26 paf
11065:
11066: * operators.txt: feature: ^process...{CODE}[now has options] which
11067: are $.main[to what to rename @main] $.file[file,
11068: from which (user says) goes that CODE] $.lineno(line
11069: number in that file, where CODE starts. may be negative)
11070:
11071: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11072: src/main/compile.C, src/main/compile_tools.h,
11073: src/main/pa_request.C: feature: ^process...{CODE}[now has
11074: options] which are $.main[to what to rename @main]
11075: $.file[file, from which (user says) goes that CODE]
11076: $.lineno(line number in that file, where CODE starts. may be
11077: negative)
11078:
11079: 2004-02-25 paf
11080:
1.116 moko 11081: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11082: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11083:
11084: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11085: produces hash of column=>1
11086:
11087: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11088: with incomplete errno constants set
11089:
11090: 2004-02-24 paf
11091:
11092: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11093: "man select"
11094:
11095: * src/main/pa_os.C: beauty: <0 better then ==-1
11096:
11097: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11098:
11099: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11100:
1.116 moko 11101: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11102:
11103: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11104: unix: steps to work on unix [extracted 'to']
11105:
11106: * src/classes/mail.C: smtp on unix: steps to work on unix
11107:
11108: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11109:
1.116 moko 11110: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11111: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11112: unix [testing on solaris]
1.95 moko 11113:
11114: 2004-02-20 paf
11115:
11116: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11117: pointing that out
11118:
11119: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11120: fixed again [same solution, mistanenly removed one line]
11121:
11122: 2004-02-19 paf
11123:
11124: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11125: date::create from bad datetime in spring daylightsaving hole now
11126: OK for all platforms [on some platforms it failed]
11127:
11128: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11129: in daylightsaving hole] now throws error
11130:
11131: * src/classes/date.C: comment: mistake fixed
11132:
11133: 2004-02-18 paf
11134:
11135: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11136: now renderes in $request:charset, but in header puts
11137: $response:charset todo: make that default only so that coder
11138: could override that
11139:
11140: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11141: turns off omit-xml-declaration
11142:
11143: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11144: /.xsl for sample
11145:
11146: 2004-02-17 paf
11147:
11148: * src/classes/xdoc.C: beauty: needless helper class removed
11149:
11150: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11151: copied extra time
11152:
11153: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11154: part of libxml
11155:
11156: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11157: libxml to do the work] <xsl:output method="html"
11158: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11159: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11160: />
11161:
11162: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11163:
11164: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11165: caused assertion
11166:
11167: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11168: could hang. now such add does nothing, sub clears $hash
11169:
11170: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11171: not made quoted-printable
11172:
11173: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11174: string invariant
11175:
11176: 2004-02-16 paf
11177:
11178: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11179: cleared [were not cleared properly]
11180:
11181: 2004-02-13 paf
11182:
1.116 moko 11183: * src/include/pa_version.h: prerelease
1.95 moko 11184:
11185: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11186: used, introducing dependencies timestamp check
11187:
11188: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11189: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11190: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11191: .xsl.stamp now not used, introducing dependencies timestamp check
11192:
11193: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11194:
11195: 2004-02-12 paf
11196:
11197: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11198: ruined empty <input type=file> submits. parser thought there were
11199: nameless empty file and $form:field got value of type 'file'
11200:
11201: * INSTALL: --without-threads
11202:
11203: * src/include/pa_sapi.h: 2004
11204:
11205: 2004-02-11 paf
11206:
11207: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11208: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11209: classes/hashfile.C, classes/image.C, classes/int.C,
11210: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11211: classes/response.C, classes/string.C, classes/table.C,
11212: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11213: include/pa_array.h, include/pa_cache_managers.h,
11214: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11215: include/pa_config_fixed.h, include/pa_config_includes.h,
11216: include/pa_dictionary.h, include/pa_dir.h,
11217: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11218: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11219: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11220: include/pa_request_charsets.h, include/pa_request_info.h,
11221: include/pa_socks.h, include/pa_sql_connection.h,
11222: include/pa_sql_driver_manager.h, include/pa_stack.h,
11223: include/pa_string.h, include/pa_stylesheet_connection.h,
11224: include/pa_stylesheet_manager.h, include/pa_table.h,
11225: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11226: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11227: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11228: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11229: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11230: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11231: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11232: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11233: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11234: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11235: main/pa_sql_driver_manager.C, main/pa_string.C,
11236: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11237: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11238: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11239: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11240: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11241: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11242: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11243: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11244: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11245: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11246: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11247: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11248: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11249: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11250: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11251: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11252: types/pa_vresponse.h, types/pa_vstateless_class.C,
11253: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11254: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11255: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11256: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11257: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11258: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11259:
11260: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11261: debug version of gc.dll
11262:
11263: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11264: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11265: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11266: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11267: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11268: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11269: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11270: processes
11271:
11272: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11273: main/pa_globals.C, targets/cgi/parser3.vcproj,
11274: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11275: changes to reflect libxml xsl new folders
11276:
11277: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11278: lib/smtp/smtp.vcproj, main/main.vcproj,
11279: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11280: to reflect libxml xsl new folders
11281:
11282: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11283: lib/smtp/smtp.vcproj, main/main.vcproj,
11284: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11285: types/types.vcproj: started changes to reflect libxml xsl new
11286: folders
11287:
11288: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11289: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11290: src/main/compile.tab.C, src/main/main.vcproj,
11291: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11292: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11293: started changes to reflect libxml xsl new folders
11294:
11295: 2004-02-10 paf
11296:
11297: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11298: compile. recommened latest libxml up to date
11299:
11300: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11301: pattern compilation errors", on which spent 4 hours worktime. use
11302: versions higher than that. recommended now latest up to date
11303:
11304: 2004-02-06 paf
11305:
11306: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11307: beauty: unified destructing style
11308:
11309: * src/main/untaint.C: beauty: removed old def/ifdef
11310:
11311: * src/main/untaint.C: beauty: coredump @unknown untaint language
11312: now
11313:
11314: 2004-02-03 paf
11315:
11316: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11317: targets/isapi/parser3isapi.C, types/pa_value.C,
11318: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11319: then %ld/%lu
11320:
11321: * src/main/pa_common.C: typo: %l -> %u
11322:
11323: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11324: in attributes or documents-results of transform now not xx;
11325:
11326: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11327:
11328: * src/main/pa_charset.C: bugfix: forgot to undo some
11329:
11330: * src/main/pa_charset.C: beauty: uncomment
11331: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11332: libraries
11333:
11334: 2004-02-02 paf
11335:
11336: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11337: $cookie:example[ $.value[value] $.path[/there/] ]
11338:
11339: $cookie:example[ $.value[] $.expires[session]
11340: $.path[/there/] $.domain[test.com] ]
11341:
11342: * src/types/pa_vform.C: bugfix: empty values with
11343: enctype=multipart/form-data now produce entries in $form:tables
11344: <form method=post enctype=multipart/form-data> <input type=hidden
11345: name=a> <input type=hidden name=b>
11346:
11347: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11348: <hr> <pre>$request:body
11349:
11350: 2004-01-30 paf
11351:
11352: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11353: or documents-results of transform now not xx;
11354:
11355: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11356: produce exception.
11357:
11358: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11359: bugfix: ^date::create[invalid fields now produce exception.
11360:
11361: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11362: year] now produces exception. todo: check other fields
11363:
11364: 2004-01-29 paf
11365:
11366: * src/include/pa_memory.h: typo error
11367:
11368: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11369: more byte then specified, then zeroed it << useless and
11370: potentially harmful(could gpf)
11371:
11372: 2004-01-22 paf
11373:
11374: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11375:
11376: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11377: optimization
11378:
11379: * src/main/untaint.C: bugfix: whitespace now optimized properly
11380: [were bug: ^taint[1 & 2]="1 &2"
11381:
11382: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11383: errors
11384:
11385: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11386: overflow
11387:
11388: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11389: error-reporting code * in parser-error reporting code [when no
11390: @unhandled_exception defined]
11391:
11392: fixed in one place: my *snprintf override
11393:
11394: 2004-01-13 paf
11395:
11396: * operators.txt: typo erro
11397:
11398: 2003-12-25 paf
11399:
11400: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11401: garbled [pieces after zero bytes were removed]
11402:
11403: 2003-12-22 paf
11404:
1.116 moko 11405: * src/include/Makefile.am: bugfix: removed from dist:
11406: src/include/pa_config_auto.h which were configured for
1.95 moko 11407: make-dist-platform and badly updated proper config file in target
11408: [when .tar used for updating existing source tree]
11409:
11410: * ChangeLog, operators.txt, src/classes/op.C,
11411: src/include/pa_sql_connection.h,
11412: src/include/pa_sql_driver_manager.h,
11413: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11414: feature: sql introducing ability to transcode charsets
11415:
11416: 2003-12-19 paf
11417:
11418: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11419: error message
11420:
11421: * src/main/pa_charset.C: bugfix: memory for charsethandler
11422: structure for libxml now allocated properly
11423:
11424: 2003-12-17 paf
11425:
11426: * src/types/pa_vfile.C: beauty: removed outdated cast
11427:
11428: * src/main/pa_common.C: bugfix: empty http response caused gpf
11429:
11430: * src/include/pa_string.h: bugfix: removed too strong a assert
11431:
11432: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11433: unreported xmlGenericErrors]
11434:
11435: 2003-12-15 paf
11436:
11437: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11438: works}
11439:
11440: 2003-12-11 paf
11441:
11442: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11443: id
11444: !$status:tid thread id
11445:
11446: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11447: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11448: bugfix(solaris): removed dependency on object initialization
11449: order [one more place]
11450:
11451: * src/: classes/file.C, classes/mail.C, classes/op.C,
11452: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11453: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11454: understand that
11455:
11456: * src/: classes/file.C, classes/mail.C, classes/op.C,
11457: classes/xdoc.C, include/pa_cache_managers.h,
11458: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11459: include/pa_stylesheet_manager.h, main/pa_request.C,
11460: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11461: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11462: ctor call [relying on implicit String::Body(cstr) call]
11463:
11464: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11465: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11466: object initialization order [two places]
11467:
11468: 2003-12-10 paf
11469:
11470: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11471: << time now ok
11472:
11473: * operators.txt, src/main/pa_sql_driver_manager.C,
11474: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11475: operational
11476:
11477: * ChangeLog, operators.txt, src/classes/xdoc.C,
11478: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11479: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11480: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11481: back operational
11482:
11483: 2003-12-02 paf
11484:
11485: * src/types/pa_vmail.C: bugfix:
11486: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11487: as-is forced]
11488:
11489: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11490: exceptions out of libxml callbacks: reimplemented error handling
11491: of http://localhost, parser://method and safemode check callbacks
11492:
11493: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11494: [merged from HEAD]
11495:
11496: * src/classes/image.C: nothing: comment removed
11497:
11498: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11499: addresses to int
11500:
11501: 2003-12-01 paf
11502:
11503: * src/main/pa_xml_io.C: bugfix: typo
11504:
11505: * src/main/pa_globals.C: bugfix: win32: compile prob
11506:
11507: * src/classes/xdoc.C: bugfix: typo
11508:
11509: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11510: exception
11511:
11512: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11513:
11514: 2003-11-28 paf
11515:
11516: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11517: all xml documents read
11518:
11519: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11520:
11521: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11522: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11523: replaced original open mech of xdoc::create & co to use libxml
11524: open, so that this would work for root document todo: safe mode
11525: checks to libxml: ideally to some 1 point
11526:
11527: * src/main/pa_xml_io.C: comment
11528:
11529: * operators.txt, src/main/pa_xml_io.C: leading / in
11530: http://parser[abscent params]
11531:
11532: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11533: works. todo: maybe replace original open mech of xdoc::create &
11534: co to use libxml open, so that this would work for root document
11535:
11536: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11537: "parser://method/params/here"> <test> &test^; </test> }]
11538:
11539: ^taint[^xdoc.string[]]
11540:
11541: @method[param] <!ENTITY test
11542: "test-entity-value+$form:user+$param!">
11543:
11544: 2003-11-27 paf
11545:
11546: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11547:
11548: * src/classes/date.C: bugfix: typo error
11549:
11550: 2003-11-26 paf
11551:
11552: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11553: src/main/Makefile.am, src/main/main.vcproj,
11554: src/main/pa_globals.C, src/main/pa_request.C,
11555: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11556: xml errors to hash<thread_id,error> reorganization: xml io moved
11557: to pa_xml_io.C/h
11558:
11559: * src/types/pa_value.h: warnings: --
11560:
11561: 2003-11-25 paf
11562:
11563: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11564: whatever)
11565:
11566: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11567: a, (c?x:y, z)
11568:
11569: * src/main/untaint.C: bugfix: consequences of not reading this
11570: comment: CORD_pos_chars_left /* Number of characters in cache.
11571: <= 0 ==> none */
11572:
11573: * src/include/pa_array.h: removed needless checks
11574:
11575: 2003-11-24 paf
11576:
11577: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11578: removed limit: now $form:xxx can be accessed anytime, even in
11579: @auto/conf [and request/response:charset still can be changed
11580: anytime]
11581:
11582: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11583: now not transcodes response body
11584:
11585: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11586: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11587: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11588: $xdoc.firstChild.firstChild.nodeValue[different]
11589: ^taint[^xdoc.string[]]
11590:
11591: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11592: workaround: static Hash::allocates -> static Hash_allocates
11593:
11594: 2003-11-21 paf
11595:
1.116 moko 11596: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11597: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11598: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11599:
11600: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11601:
11602: * src/classes/mail.C: bugfix: typo
11603:
11604: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11605: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11606: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11607: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11608: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11609: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11610:
11611: * src/main/pa_exec.C: bug in safe mode
11612:
11613: * src/include/Makefile.am: pa_xml_exception.h
11614:
11615: * src/targets/isapi/parser3isapi.C: more warnings --
11616:
11617: 2003-11-20 paf
11618:
11619: * src/: classes/math.C, classes/op.C, classes/string.C,
11620: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11621: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11622: --
11623:
11624: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11625: more warnings --
11626:
11627: * src/classes/xdoc.C: more warnings --
11628:
11629: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11630:
11631: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11632: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11633:
11634: * src/: classes/date.C, classes/file.C, classes/hash.C,
11635: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11636: classes/table.C, include/pa_cache_managers.h,
11637: include/pa_stylesheet_connection.h, main/pa_request.C,
11638: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11639: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11640: --
11641:
11642: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11643: can't report problem (undefined @unhandled_exception) problem
11644: source string were not reported
11645:
11646: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11647: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11648: classes/hashfile.C, classes/image.C, classes/int.C,
11649: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11650: classes/response.C, classes/string.C, classes/table.C,
11651: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11652: include/pa_array.h, include/pa_cache_managers.h,
11653: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11654: include/pa_config_fixed.h, include/pa_dictionary.h,
11655: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11656: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11657: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11658: include/pa_request.h, include/pa_request_charsets.h,
11659: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11660: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11661: include/pa_stack.h, include/pa_string.h,
11662: include/pa_stylesheet_connection.h,
11663: include/pa_stylesheet_manager.h, include/pa_table.h,
11664: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11665: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11666: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11667: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11668: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11669: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11670: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11671: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11672: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11673: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11674: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11675: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11676: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11677: targets/isapi/parser3isapi.C, types/pa_junction.h,
11678: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11679: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11680: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11681: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11682: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11683: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11684: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11685: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11686: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11687: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11688: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11689: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11690: types/pa_vresponse.h, types/pa_vstateless_class.C,
11691: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11692: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11693: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11694: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11695: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11696: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11697: const IDENT
11698:
11699: * src/: include/pa_array.h, include/pa_pool.h,
11700: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11701: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11702: types/pa_wcontext.h: more warnings --
11703:
11704: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11705: classes/file.C, classes/hash.C, classes/hashfile.C,
11706: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11707: classes/memory.C, classes/op.C, classes/string.C,
11708: classes/table.C, classes/xdoc.C, classes/xnode.C,
11709: include/pa_config_includes.h, include/pa_operation.h,
11710: include/pa_sql_connection.h, include/pa_table.h,
11711: include/pa_types.h, lib/ltdl/config_fixed.h,
11712: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11713: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11714: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11715: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11716: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11717: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11718: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11719: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11720: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11721: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11722: types/pa_vmail.C, types/pa_vobject.C,
11723: types/pa_vstateless_class.h, types/pa_vtable.C,
11724: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11725: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11726: on all projects (except libltdl=off & libsdbm=level3) found
11727: several unitialized vars
11728:
11729: 2003-11-19 paf
11730:
11731: * src/classes/op.C: more ansi C++ comp
11732:
11733: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11734: src/main/pa_request.C: ^cache[...]{body}{catch block with
11735: $exception.handled[cache] meaning "get expired cache, if any.
11736: else error"}
11737:
11738: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11739: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11740: ^cache[...]{body}{catch code with $exception.cache field}
11741:
11742: 2003-11-12 paf
11743:
11744: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11745: [copy/paste bug]
11746:
11747: 2003-11-11 paf
11748:
11749: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11750: failed]
11751:
11752: * bin/auto.p.dist.in: colno
11753:
11754: 2003-11-10 paf
11755:
11756: * src/types/pa_vconsole.h: flush
11757:
11758: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11759: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11760: read/write [for nntp]
11761:
11762: * operators.txt: mysql: transaction support: ?autocommit=0
11763:
11764: * operators.txt: comment: updated
11765:
11766: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11767: serialize version and exipire now removes entries
11768:
11769: * operators.txt: ^hashfile.delete[] removes files altogether [and
11770: dir, if could]
11771:
11772: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11773: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11774: removes files altogether [and dir, if could]
11775:
11776: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11777: nonexistent pair. .c coded that that was error. fixed
11778:
11779: * src/types/pa_vhashfile.C: sdbm: exception type change to
11780: file.access [regretfull can't split it to different exceptions
11781: without modifying sdbm source wich would prefer not to]
11782:
11783: 2003-11-07 paf
11784:
11785: * src/: classes/date.C, classes/file.C, classes/hash.C,
11786: classes/hashfile.C, classes/image.C, classes/table.C,
11787: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11788: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11789: main/execute.C, main/main.vcproj, main/pa_pool.C,
11790: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11791: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11792: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11793: destructing objects at request processing end
11794:
11795: 2003-11-06 paf
11796:
11797: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11798: updates
11799:
11800: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11801: to include sdbm
11802:
1.116 moko 11803: * src/include/: pa_config_includes.h, pa_version.h: our
11804: replacements of max& co only for cpp
1.95 moko 11805:
11806: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11807: upper dir, .am updated
11808:
11809: * tests/todo.txt: hashfile: done
11810:
11811: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11812: expiration [time in value. todo: move time to key]
11813:
11814: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11815:
11816: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11817: to do that in foreach, no errors, but surely wrong]
11818:
11819: * operators.txt, src/types/pa_vhashfile.C,
11820: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11821:
11822: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11823: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11824: foreach
11825:
11826: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11827: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11828:
11829: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11830: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11831:
11832: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11833: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11834: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11835: get/put [raw]
11836:
11837: * src/: classes/op.C, main/pa_os.C: just linked
11838:
11839: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11840: XmlException changes
11841:
11842: * src/: include/pa_charset.h, include/pa_globals.h,
11843: include/pa_stylesheet_connection.h, main/pa_exception.C:
11844: XmlException changes
11845:
11846: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11847:
11848: * src/: include/pa_common.h, include/pa_exception.h,
11849: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11850: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11851: main/pa_xml_exception.C: locking move to pa_os [along with
11852: pa_sleep] apr-impl locking done
11853:
11854: * configure, configure.in, operators.txt, parser3.sln,
11855: src/classes/classes.vcproj, src/classes/hashfile.C,
11856: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11857: src/include/pa_exception.h, src/include/pa_globals.h,
11858: src/include/pa_memory.h, src/include/pa_version.h,
11859: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11860: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11861: src/main/compile.tab.C, src/main/main.vcproj,
11862: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11863: src/types/Makefile.am, src/types/pa_vhash.C,
11864: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11865: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11866: again with sdbm from apache
11867:
11868: 2003-11-05 paf
11869:
11870: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11871: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11872: \parser3project dir anymore
11873:
11874: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11875: thoughtlessly from xalan]
11876:
11877: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11878: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11879: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11880:
11881: * src/main/helpers/CaseFolding.txt:
11882: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11883:
11884: 2003-11-04 paf
11885:
11886: * operators.txt: comment: ^mail:send[$.options[
11887:
11888: * src/classes/table.C: compiled on unix
11889:
1.116 moko 11890: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11891:
11892: * src/classes/mail.C: compiled on unix
11893:
11894: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11895: src/types/pa_vmail.h: !^mail:send[
11896: $.options[unix: string to append to sendmail command
11897: line]
11898:
11899: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11900: tests/todo.txt: ^table.save[... $.separator[^#09]
11901: $.encloser["] <nothing> by default
11902:
11903: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11904: !$.separator[^#09] !$.encloser["] <nothing> by
11905: default
11906:
11907: 2003-11-03 paf
11908:
11909: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11910: ^table::load[; options: !$.column-separator[^#09]
11911: !$.column-encloser["]
11912:
11913: * operators.txt, src/include/pa_config_fixed.h,
11914: src/types/pa_vrequest.C: $request:document-root
11915:
11916: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11917: [already included into uri=xxx]
11918:
11919: * operators.txt, src/classes/image.C, tests/todo.txt:
11920: ^image.gif[filename] for $response:download
11921:
11922: * src/classes/date.C: minor precaution
11923:
11924: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11925: !^date.unix-timestamp[]
11926:
11927: 2003-10-30 paf
11928:
11929: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11930: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11931:
11932: * src/classes/: date.C, image.C: improvement diagnostics:
11933: $now[^date::create[$undefined]] now is error
11934:
11935: * src/main/pa_common.C: read errors would now be reported 'actually
11936: read -1 bytes'
11937:
11938: 2003-10-24 paf
11939:
11940: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11941: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11942: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11943: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11944:
11945: 2003-10-22 paf
11946:
11947: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11948:
11949: 2003-10-21 paf
11950:
11951: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11952: fixed: string.match[g] without <'> option produced columns with
11953: NULL's, which gpf'ed at table.save time
11954:
11955: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11956: recoursion' message with intensive throw-catches fixed: incorrect
11957: name and line (one name upper then needed) in error message about
11958: problems inside try block
11959:
11960: 2003-10-10 paf
11961:
11962: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11963: check offset argument for validity did that in String::Body::pos
11964: myself http://i2/tasks/edit/?id=4577425257580789777
11965:
11966: 2003-10-07 paf
11967:
11968: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11969: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11970:
11971: 2003-10-03 paf
11972:
11973: * parser3.sln, src/include/pa_dictionary.h,
11974: src/main/pa_dictionary.C, src/main/pa_string.C,
11975: src/targets/cgi/parser3.vcproj: dictionary optimized by
11976: precalculating cstr&length
11977:
11978: 2003-10-02 paf
11979:
11980: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11981: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11982: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11983: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11984:
11985: 2003-09-30 paf
11986:
11987: * src/main/pa_string.C: string::replace bug fix [were ignoring
11988: occurrances after lang-mismatched
11989:
11990: 2003-09-29 paf
11991:
11992: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11993: helper
11994:
11995: * src/main/pa_string.C: string::serialize bug fix with
11996: zero-terminator
11997:
11998: * src/classes/table.C: ^nameless_table.save column row now has no
11999: \t at the end
12000:
12001: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12002: @postprocess now takes $response:body/download
12003:
12004: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12005: error message
12006:
12007: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12008:
12009: * src/classes/table.C: bugfix: flip: must produce nameless
12010: http://i2/tasks/edit/?id=4573405524674081244
12011:
12012: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12013: main/helpers/simple_folding.pl: utf-8 upper/lower
12014:
12015: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12016: to typo error http://i2/tasks/edit/?id=4573354650786434584
12017:
12018: 2003-09-26 paf
12019:
12020: * src/main/untaint.C: removed needless field
12021:
12022: * src/main/untaint.C: removed needless const
12023:
12024: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12025: String.for_each bug fixed [omited one-char cases]
12026:
12027: * src/include/pa_stack.h: bugfix: before collecting garbage,
12028: runtime-executor stack were cleared... BADLY
12029:
12030: * src/main/pa_string.C: ^stirng.replace code used old
12031: param-convention on langs.append, fixed that search fo the like,
12032: found none
12033:
12034: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12035: string::serialize/deserialize implemented Language enum assigned
12036: meaningful letters [more convinient for debugging. read warning
12037: before adding/changing anything]
12038:
12039: 2003-09-25 paf
12040:
12041: * src/: include/pa_string.h, include/pa_version.h,
12042: main/pa_string.C, main/untaint.C: templates and anonymous unions
12043: differences on unix
12044:
12045: * parser3.sln, src/classes/file.C, src/classes/image.C,
12046: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12047: src/classes/xdoc.C, src/classes/xnode.C,
12048: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12049: src/include/pa_charsets.h, src/include/pa_common.h,
12050: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12051: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12052: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12053: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12054: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12055: src/main/compile_tools.h, src/main/pa_charset.C,
12056: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12057: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12058: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12059: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12060: src/types/pa_vmail.C, src/types/pa_vmath.C,
12061: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12062: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12063:
12064: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12065: functions aligned to that of eeparser3 look
12066:
12067: * src/lib/cord/cordprnt.c: removed warnings
12068:
12069: 2003-09-24 paf
12070:
12071: * src/: classes/file.C, classes/image.C, classes/mail.C,
12072: classes/op.C, classes/xdoc.C, classes/xnode.C,
12073: include/pa_cache_managers.h, include/pa_charset.h,
12074: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12075: include/pa_sql_driver_manager.h, include/pa_string.h,
12076: include/pa_stylesheet_manager.h, include/pa_table.h,
12077: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12078: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12079: main/pa_sql_driver_manager.C, main/pa_string.C,
12080: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12081: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12082: types/pa_vstateless_class.h, types/pa_vstatus.C,
12083: types/pa_vxnode.C: v() functions of String::Body,
12084: String::Languages and String itself StringBody->String::Body
12085:
12086: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12087: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12088: never optimized anything. todo: somehow speed up harder cases:
12089: concatenationA+concatenationB when last block of A and first of B
12090: contain same letters
12091:
12092: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12093: lib/cord/include/cord.h: langs: speed up by joining adjucent
12094: blocks of same char [CORD_append_block]
12095:
12096: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12097: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12098: save space by extending blocks when appending block with c ==
12099: lastblock.c
12100:
12101: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12102: working yet :( but more working &understood :)
12103:
12104: * src/: classes/table.C, include/pa_string.h,
12105: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12106:
12107: 2003-09-23 paf
12108:
12109: * src/main/untaint.C: $a[ok!] $a works!
12110:
12111: * src/main/untaint.C: something even more works :)
12112:
12113: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12114: something more works :)
12115:
12116: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12117: lib/cord/cordxtra.c: something already works :)
12118:
12119: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12120: serialize&deserialize
12121:
12122: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12123: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12124: main/untaint.C: main idea implemented, details left
12125:
12126: 2003-09-22 paf
12127:
12128: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12129:
12130: * src/classes/xnode.C: copy/paste comment bugfix
12131:
12132: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12133: allocator returns 0, just die.
12134: http://i2/tasks/edit/?id=4570798492410259445
12135:
12136: * src/classes/xdoc.C: copy/paste comment bugfix
12137:
12138: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12139: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12140: xnode: getAttributeNS setAttributeNS removeAttributeNS
12141: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12142:
12143: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12144: chars due to bitwise operation signed-char error]
12145:
12146: 2003-09-19 paf
12147:
12148: * src/types/pa_wcontext.C: output message: more practical
12149: suggestion
12150:
12151: * src/main/pa_common.C, operators.txt: merged
12152: $f[^file::load[binary;http://...]] $f.tables
12153:
12154: 2003-09-02 paf
12155:
12156: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12157: flush stdout without referencing 'stdout' symbol. to hell with
12158: non-ansi libraries without 'stdout' symbol
12159:
12160: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12161: unix (users reported problems with some old libc)
12162:
12163: * src/types/pa_vdate.h: forgot initializer
12164:
12165: 2003-09-01 paf
12166:
12167: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12168: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12169: zone]
12170:
12171: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12172:
12173: 2003-08-19 paf
12174:
12175: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12176: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12177: simplified a little
12178:
12179: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12180: [lost fix from 3.0.8]
12181:
12182: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12183: visible here }
12184:
12185: bug fix
12186:
12187: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12188:
12189: * src/main/compile.tab.C: initialized couple of variables about
12190: which user reported runtime problems when parser were compiled
12191: with VC7, warning level4. study shows that later in bison
12192: they've fixed that. would migrate to latest bison someday
12193:
12194: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12195: recoding headers)
12196:
12197: * src/types/pa_vmail.C: works as before, same charset problems:
12198: gmime recodes to UTF-8 only headers, not body. so not recoding
12199: anything for now
12200:
12201: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12202: problems with body
12203:
12204: * src/types/pa_vmail.C: mail_receive just compiled
12205:
12206: 2003-08-18 paf
12207:
12208: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12209: main/main.vcproj, types/types.vcproj: win32: continued process
12210: detaching from \parser3project directory
12211:
12212: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12213: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12214: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12215: src/lib/pcre/pcre_dftables.dsp,
12216: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12217: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12218: src/types/types.dsp: moved to MSVC 7
12219:
12220: * gnu.vcproj.vspscc, parser3.vssscc,
12221: src/classes/classes.vcproj.vspscc,
12222: src/lib/cord/cord.vcproj.vspscc,
12223: src/lib/ltdl/libltdl.vcproj.vspscc,
12224: src/lib/md5/md5.vcproj.vspscc,
12225: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12226: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12227: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12228: src/targets/isapi/parser3isapi.vcproj.vspscc,
12229: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12230: moved to MSVC 7
12231:
12232: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12233: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12234: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12235: src/lib/pcre/pcre_dftables.vcproj,
12236: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12237: src/targets/cgi/parser3.vcproj,
12238: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12239: new VS project files
12240:
12241: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12242: .NET to detect Jalindi Igloo capabilities.
12243:
12244: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12245: src/classes/classes.awk, src/doc/footer.htm,
12246: src/include/pa_config_fixed.h, src/include/pa_version.h,
12247: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12248: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12249: src/types/pa_vmail.C: merged 3.1.0 latest changes
12250:
12251: 2003-08-15 paf
12252:
12253: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12254: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12255:
12256: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12257: non-ascii <yyy> now encoded correctly
12258:
12259: 2003-07-29 paf
12260:
1.116 moko 12261: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12262: dist
1.95 moko 12263:
12264: * src/types/pa_vmail.C: just started --with-mail-receive
12265:
12266: 2003-07-28 paf
12267:
1.116 moko 12268: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12269: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12270:
12271: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12272:
12273: 2003-07-25 paf
12274:
12275: * src/doc/footer.htm: year
12276:
12277: 2003-07-24 paf
12278:
12279: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12280: fix
12281:
12282: * src/include/pa_version.h: release
12283:
1.116 moko 12284: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12285:
12286: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12287: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12288: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12289: getting rid of win32xml pseudo project
12290:
12291: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12292:
1.116 moko 12293: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12294: configure.in, operators.txt, parser3.dsw,
1.95 moko 12295: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12296: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12297: src/classes/classes.C, src/classes/classes.awk,
12298: src/classes/classes.dsp, src/classes/classes.h,
12299: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12300: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12301: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12302: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12303: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12304: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12305: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12306: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12307: src/include/pa_array.h, src/include/pa_cache_managers.h,
12308: src/include/pa_charset.h, src/include/pa_charsets.h,
12309: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12310: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12311: src/include/pa_dictionary.h, src/include/pa_dir.h,
12312: src/include/pa_exception.h, src/include/pa_exec.h,
12313: src/include/pa_globals.h, src/include/pa_hash.h,
12314: src/include/pa_memory.h, src/include/pa_opcode.h,
12315: src/include/pa_operation.h, src/include/pa_pool.h,
12316: src/include/pa_pragma_pack_begin.h,
1.95 moko 12317: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12318: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12319: src/include/pa_sapi.h, src/include/pa_socks.h,
12320: src/include/pa_sql_connection.h,
12321: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12322: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12323: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12324: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12325: src/include/pa_uue.h, src/lib/Makefile.am,
12326: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12327: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12328: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12329: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12330: src/lib/cord/include/ec.h,
12331: src/lib/cord/include/private/Makefile.am,
12332: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12333: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12334: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12335: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12336: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12337: src/main/compile_tools.C, src/main/compile_tools.h,
12338: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12339: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12340: src/main/pa_charsets.C, src/main/pa_common.C,
12341: src/main/pa_dictionary.C, src/main/pa_dir.C,
12342: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12343: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12344: src/main/pa_request.C, src/main/pa_socks.C,
12345: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12346: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12347: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12348: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12349: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12350: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12351: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12352: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12353: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12354: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12355: src/targets/isapi/parser3isapi.dsp,
12356: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12357: src/types/pa_junction.h, src/types/pa_method.h,
12358: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12359: src/types/pa_vclass.C, src/types/pa_vclass.h,
12360: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12361: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12362: src/types/pa_vdouble.h, src/types/pa_venv.h,
12363: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12364: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12365: src/types/pa_vimage.C, src/types/pa_vimage.h,
12366: src/types/pa_vint.h, src/types/pa_vjunction.h,
12367: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12368: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12369: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12370: src/types/pa_vobject.C, src/types/pa_vobject.h,
12371: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12372: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12373: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12374: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12375: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12376: src/types/pa_vstring.h, src/types/pa_vtable.C,
12377: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12378: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12379: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12380: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12381: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12382: HEAD
12383:
12384: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12385: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12386: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12387: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12388: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12389: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12390: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12391: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12392: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12393: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12394: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12395: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12396: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12397: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12398: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12399: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12400: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12401: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12402: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12403: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12404: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12405: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12406: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12407: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12408: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12409: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12410: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12411: outputs/create-dir, results/001.processed, results/002.processed,
12412: results/003.processed, results/004.processed,
12413: results/005.processed, results/006.processed,
12414: results/007.processed, results/008.processed,
12415: results/009.processed, results/010.processed,
12416: results/011.processed, results/012.processed,
12417: results/013.processed, results/014.processed,
12418: results/015.processed, results/016.processed,
12419: results/017.processed, results/018.processed,
12420: results/019.processed, results/020.processed,
12421: results/021.processed, results/022.processed,
12422: results/023.processed, results/024.processed,
12423: results/025.processed, results/026.processed,
12424: results/027.processed, results/028.processed,
12425: results/029.processed, results/030.processed,
12426: results/031.processed, results/032.processed,
12427: results/033.processed, results/034.processed,
12428: results/035.processed, results/036.processed,
12429: results/037.processed, results/038.processed,
12430: results/039.processed, results/040.processed,
12431: results/041.processed, results/042.processed,
12432: results/043.processed, results/044.processed,
12433: results/045.processed, results/046.processed,
12434: results/047.processed, results/048.processed,
12435: results/049.processed, results/050.processed,
12436: results/051.processed, results/052.processed,
12437: results/053.processed, results/054.processed,
12438: results/055.processed, results/056.processed,
12439: results/057.processed, results/058.processed,
12440: results/059.processed, results/060.processed,
12441: results/061.processed, results/062.processed,
12442: results/063.processed, results/064.processed,
12443: results/065.processed, results/066.processed,
12444: results/067.processed, results/068.processed,
12445: results/069.processed, results/070.processed,
12446: results/071.processed, results/072.processed,
12447: results/073.processed, results/074.processed,
12448: results/075.processed, results/076.processed,
12449: results/077.processed, results/078.processed,
12450: results/079.processed, results/080.processed,
12451: results/081.processed, results/082.processed,
12452: results/083.processed, results/084.processed,
12453: results/085.processed, results/086.processed,
12454: results/087.processed, results/088.processed,
12455: results/089.processed, results/090.processed,
12456: results/091.processed, results/092.processed,
12457: results/093.processed, results/094.processed,
12458: results/095.processed, results/096.processed,
12459: results/097.processed, results/098.processed,
12460: results/099.processed, results/100.processed,
12461: results/101.processed, results/102.processed,
12462: results/103.processed, results/104.processed,
12463: results/105.processed, results/106.processed,
12464: results/107.processed, results/108.processed,
12465: results/109.processed, results/110.processed,
12466: results/111.processed, results/112.processed,
12467: results/113.processed, results/114.processed,
12468: results/115.processed, results/116.processed,
12469: results/117.processed, results/118.processed,
12470: results/119.processed, results/120.processed,
12471: results/121.processed, results/122.processed,
12472: results/123.processed, results/124.processed,
12473: results/125.processed, results/126.processed,
12474: results/127.processed, results/128.processed,
12475: results/129.processed, results/130.processed,
12476: results/131.processed, results/132.processed,
12477: results/133.processed, results/134.processed,
12478: results/135.processed, results/136.processed,
12479: results/137.processed, results/138.processed,
12480: results/139.processed, results/140.processed,
12481: results/141.processed: merged(copied) to HEAD from template_gc
12482:
12483: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12484: towards \parser3project not having to be in root
12485:
12486: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12487: module compiled [were minor unnecessary changes in lib/md5
12488: interface]
12489:
12490: * src/include/pa_version.h: release
12491:
12492: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12493:
12494: * src/classes/math.C: merged uuid bugfix
12495:
12496: * tests/: 141.html, results/141.processed: fixed bug with
12497: too-small-a-buffer
12498:
12499: * src/classes/math.C: uuid bugfix
12500:
12501: * tests/: 141.html, Makefile, results/005.processed,
12502: results/030.processed, results/075.processed,
12503: results/078.processed: to reflect date format change (were -
12504: become ' ')
12505:
12506: * src/classes/math.C: uuid bugfix
12507:
12508: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12509: debug/release changes
12510:
12511: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12512:
12513: 2003-07-23 paf
12514:
12515: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12516: renamed a little [to move to comman naming conv]
12517:
1.116 moko 12518: * src/targets/Makefile.am: apache13 splitted to simplify apache
12519: build
1.95 moko 12520:
12521: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12522: main/pa_request.C, main/pa_sql_driver_manager.C,
12523: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12524: stack top_index() fixed
12525:
12526: * src/main/pa_globals.C: minor style changes
12527:
12528: * src/: classes/op.C, include/pa_sql_connection.h: connection
12529: closing/caching fixed [connections were not closed/put to cache]
12530:
12531: 2003-07-22 paf
12532:
12533: * INSTALL: gc part updated stightly
12534:
12535: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12536: new sapi interface
12537:
12538: * src/classes/file.C: comment on OS
12539:
12540: * src/main/pa_string.C: removed reduntant invariant check [there is
12541: one deeper in cord lib]
12542:
12543: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12544:
12545: * src/main/pa_memory.C: out of memory is no longer coredump
12546:
12547: * INSTALL: disable-threads adviced
12548:
12549: 2003-07-21 paf
12550:
1.116 moko 12551: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12552:
12553: * src/classes/file.C: file::exec/cgi environment variables now must
12554: be UPPERCASE and A-Z 0-9 _-
12555:
12556: * src/classes/file.C: env passing fixed
12557:
12558: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12559:
12560: * src/main/pa_common.C: http:// CRLF now
12561:
12562: 2003-07-02 paf
12563:
12564: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12565: fields to reflect their real meaning
12566:
12567: 2003-06-27 paf
12568:
12569: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12570: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12571: file::exec/cgi .charset
12572:
12573: 2003-06-26 paf
12574:
12575: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12576: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12577: src/classes/table.C: fixed several uninitialized local
12578: structures. notably ^hash.foreach now inserts delimiters
12579: properly [were inserting it before first body]
12580:
12581: 2003-06-24 paf
12582:
12583: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12584:
12585: 2003-06-20 paf
12586:
12587: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12588: src/main/pa_globals.C: introducing
12589: $f[^file::load[binary;http://...]] $f.tables
12590:
12591: 2003-06-06 paf
12592:
12593: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12594: table. [were method lookup: inconsistent]
12595:
12596: 2003-06-02 paf
12597:
12598: * src/include/pa_memory.h: empty string clone fixed to return
12599: writable memory
12600:
12601: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12602: were not appended] which violated string invariant
12603:
12604: 2003-05-30 paf
12605:
12606: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12607: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12608:
12609: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12610: GMT ; RFC 822, updated by RFC 1123
12611:
12612: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12613: targets/isapi/parser3isapi.C: initialized request_info properly
12614:
12615: * src/classes/xnode.C: found minor bug, commended for future
12616:
12617: 2003-05-28 paf
12618:
12619: * src/classes/form.C: request_info.content_length can't be <0,
12620: size_t for some time
12621:
12622: 2003-05-26 paf
12623:
12624: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12625: forgotten <0 changed to !=STRING_NOT_FOUND
12626:
12627: * src/classes/math.C: merged ffffu from HEAD
12628:
12629: 2003-05-11 paf
12630:
12631: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12632:
12633: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12634: premature doc free. transformed document had xmlDoc reference
12635: stored to non-gc-memory (libgdome) added holding-reference
12636:
12637: 2003-04-29 paf
12638:
12639: * src/main/pa_globals.C: started digging on double free. on win32
12640: found that that's perfectly normal.
12641:
12642: 2003-04-25 paf
12643:
12644: * src/classes/table.C: table.join bug fix [bad limit check]
12645:
12646: * src/classes/math.C: merged from HEAD: simpiler hash_string
12647:
12648: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12649: print anything. changed to quicker and simplier code
12650:
12651: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12652: strict a check]
12653:
12654: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12655:
12656: 2003-04-24 paf
12657:
12658: * src/include/pa_table.h: too strict assert loosened
12659:
12660: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12661: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12662: report
12663:
12664: 2003-04-21 paf
12665:
1.116 moko 12666: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12667:
12668: * src/main/pa_globals.C: pcre memory management changed to use GC
12669: memory
12670:
12671: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12672: xmlMallocAtomic [author agreed to my suggestion], used that
12673:
12674: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12675:
12676: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12677: types/pa_vmail.C: attributed_meaning_to_string added
12678: L_UNSPECIFIED piece which was sortof OK, but violated string
12679: invariant [assertion barked on that] changed to L_PASS_APPEND,
12680: made that param obligatory
12681:
12682: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12683: fixed [assert helped]
12684:
12685: * src/include/pa_string.h: assert added [looking for bug]
12686:
12687: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12688: names on Win32 considered disk-global
12689:
12690: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12691: considered disk-global
12692:
12693: 2003-04-18 paf
12694:
12695: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12696: filenames
12697:
12698: * src/main/untaint.C: enabled '~' letter in filenames
12699:
12700: 2003-04-16 paf
12701:
12702: * src/classes/file.C: small bug introduced in autoptr times fixed
12703:
12704: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12705: HEAD
12706:
1.116 moko 12707: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12708:
12709: 2003-04-15 paf
12710:
12711: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12712: src/lib/md5/pa_md5c.c, tests/141.html,
12713: tests/results/141.processed: merged from head ^math:uuid[]
12714: ^math:uid64[] ^math:md5[string]
12715:
12716: test added: 141.html
12717:
12718: * operators.txt, src/classes/math.C: ^math:uid64[]
12719:
12720: * src/classes/math.C: ^math:uuid[]
12721:
12722: * operators.txt, src/classes/math.C: ^math:uuid[]
12723:
12724: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12725: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12726:
12727: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12728: src/include/pa_config_fixed.h, src/main/pa_common.C:
12729: ^file::load[mode;name; $.offset $.limit
12730:
12731: 2003-04-14 paf
12732:
12733: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12734: started ^math:md5
12735:
12736: * src/classes/table.C, src/include/pa_array.h,
12737: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12738: tests/results/140.processed: table $.reverse option works in
12739: create&co table $.distinct[tables] bug fix merged
12740:
12741: * src/: classes/table.C, include/pa_table.h: table
12742: $.distinct[tables] bug fixed
12743:
12744: * src/classes/table.C: more warnings
12745:
12746: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12747: removed checks in table::set_current, moved them back to
12748: table::locate implemented table::create/join ñ $.reverse
12749:
12750: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12751: removed checks in table::set_current, moved them back to
12752: table::locate
12753:
12754: 2003-04-11 paf
12755:
12756: * operators.txt, src/classes/date.C, src/classes/table.C,
12757: src/include/pa_array.h, src/include/pa_common.h,
12758: src/include/pa_config_includes.h, src/include/pa_string.h,
12759: src/include/pa_table.h, src/main/pa_request.C,
12760: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12761: src/main/pa_table.C: merged from HEAD from
12762: before_append_array_limit_sense_change to
12763: after_append_array_limit_sense_change
12764:
12765: * src/classes/table.C: typo
12766:
12767: * operators.txt, src/classes/date.C, src/classes/table.C,
12768: src/include/pa_array.h, src/include/pa_common.h,
12769: src/include/pa_config_includes.h, src/include/pa_globals.h,
12770: src/include/pa_table.h, src/main/pa_array.C,
12771: src/main/pa_globals.C, src/main/pa_request.C,
12772: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12773: src/main/pa_table.C: append_array_limit_sense_change locate
12774: accepts options same as create new option: $.reverse(1) [do not
12775: work in table::create]
12776:
12777: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12778: (stat xxx,
12779:
12780: * src/classes/: table.C: typo
12781:
12782: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12783: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12784: results/130.processed, results/131.processed,
12785: results/132.processed, results/133.processed,
12786: results/134.processed, results/135.processed,
12787: results/136.processed, results/137.processed,
12788: results/138.processed, results/139.processed: added few mustfail
12789: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12790: date/time 132.html mustfail: access to junction outside of
12791: context 133.html mustfail: access to junction outside of context,
12792: case version 134.html mustfail: hash: adding a key inside of
12793: foreach 135.html mustfail: modifying system class 136.html
12794: mustfail: $.name outside of $hash[here] 137.html mustfail:
12795: appendChild without import 138.html mustfail: invalid encoding
12796: inside of xml 139.html mustfail: bad XPath
12797:
12798: * operators.txt, src/classes/table.C, tests/084.html,
12799: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12800: tests/129.html, tests/results/125.processed,
12801: tests/results/126.processed, tests/results/127.processed,
12802: tests/results/128.processed, tests/results/129.processed: merged
12803: from HEAD ^table.hash[key][$.distinct[tables]]
12804:
12805: maked appropriate tests [changed one old nonconforming]
12806:
12807: * operators.txt, src/classes/table.C:
12808: ^table.hash[key][$.distinct[tables]]
12809:
12810: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12811: merged fix for found very old xml (dom) bug: were passing
12812: domString objects and later ERROREOUSLY freed them
12813:
12814: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12815: src/main/pa_charset.C: re-added libgdome patch. regretfully
12816: libgdome bug can not be worked around
12817:
12818: 2003-04-10 paf
12819:
12820: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12821: found very old xml (dom) bug: were passing domString objects and
12822: later ERROREOUSLY freed them
12823:
12824: * src/doc/string.dox, src/include/pa_memory.h,
12825: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12826: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12827: tests/123.html, tests/124.html, tests/results/001.processed,
12828: tests/results/002.processed, tests/results/003.processed,
12829: tests/results/004.processed, tests/results/005.processed,
12830: tests/results/006.processed, tests/results/008.processed,
12831: tests/results/009.processed, tests/results/010.processed,
12832: tests/results/011.processed, tests/results/012.processed,
12833: tests/results/013.processed, tests/results/014.processed,
12834: tests/results/015.processed, tests/results/016.processed,
12835: tests/results/017.processed, tests/results/018.processed,
12836: tests/results/020.processed, tests/results/021.processed,
12837: tests/results/022.processed, tests/results/023.processed,
12838: tests/results/024.processed, tests/results/025.processed,
12839: tests/results/026.processed, tests/results/027.processed,
12840: tests/results/028.processed, tests/results/029.processed,
12841: tests/results/030.processed, tests/results/031.processed,
12842: tests/results/032.processed, tests/results/033.processed,
12843: tests/results/034.processed, tests/results/035.processed,
12844: tests/results/036.processed, tests/results/037.processed,
12845: tests/results/038.processed, tests/results/039.processed,
12846: tests/results/040.processed, tests/results/041.processed,
12847: tests/results/042.processed, tests/results/043.processed,
12848: tests/results/044.processed, tests/results/045.processed,
12849: tests/results/046.processed, tests/results/047.processed,
12850: tests/results/048.processed, tests/results/049.processed,
12851: tests/results/050.processed, tests/results/051.processed,
12852: tests/results/052.processed, tests/results/053.processed,
12853: tests/results/054.processed, tests/results/055.processed,
12854: tests/results/056.processed, tests/results/057.processed,
12855: tests/results/058.processed, tests/results/059.processed,
12856: tests/results/060.processed, tests/results/061.processed,
12857: tests/results/062.processed, tests/results/063.processed,
12858: tests/results/064.processed, tests/results/065.processed,
12859: tests/results/066.processed, tests/results/067.processed,
12860: tests/results/068.processed, tests/results/069.processed,
12861: tests/results/070.processed, tests/results/071.processed,
12862: tests/results/072.processed, tests/results/073.processed,
12863: tests/results/074.processed, tests/results/075.processed,
12864: tests/results/076.processed, tests/results/077.processed,
12865: tests/results/078.processed, tests/results/079.processed,
12866: tests/results/080.processed, tests/results/081.processed,
12867: tests/results/082.processed, tests/results/083.processed,
12868: tests/results/084.processed, tests/results/085.processed,
12869: tests/results/086.processed, tests/results/087.processed,
12870: tests/results/088.processed, tests/results/089.processed,
12871: tests/results/090.processed, tests/results/091.processed,
12872: tests/results/092.processed, tests/results/093.processed,
12873: tests/results/094.processed, tests/results/095.processed,
12874: tests/results/096.processed, tests/results/097.processed,
12875: tests/results/101.processed, tests/results/102.processed,
12876: tests/results/104.processed, tests/results/105.processed,
12877: tests/results/106.processed, tests/results/107.processed,
12878: tests/results/108.processed, tests/results/109.processed,
12879: tests/results/110.processed, tests/results/111.processed,
12880: tests/results/112.processed, tests/results/113.processed,
12881: tests/results/114.processed, tests/results/115.processed,
12882: tests/results/116.processed, tests/results/117.processed,
12883: tests/results/118.processed, tests/results/119.processed,
12884: tests/results/120.processed, tests/results/121.processed,
12885: tests/results/122.processed, tests/results/123.processed,
12886: tests/results/124.processed: new convention: char* never 0.
12887: assert in cord on that
12888:
12889: * src/main/pa_charset.C: couple more asserts
12890:
12891: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12892: speedup
12893:
12894: * src/main/pa_charset.C: couple assertions on fantastic situations
12895: added [may be those is the case now?]
12896:
12897: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12898: that's memory from gc_malloc, not from g_malloc :(, but would
12899: hope]
12900:
12901: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12902: that's memory from gc_malloc, not from g_malloc :(, but would
12903: hope]
12904:
12905: * src/main/pa_charset.C: checked custom malloc for returning 0
12906:
12907: 2003-04-09 paf
12908:
12909: * src/classes/date.C: merged ^date.roll changes
12910:
12911: * src/classes/date.C: ^date.roll bug fix
12912:
12913: * src/classes/date.C: ^date.roll now throws less errors: month
12914: shifts handles end of month situation by reducing day number
12915: hour-hole shift reduces hour to recover
12916:
12917: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12918: Sort by function time
12919:
12920: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12921: http:// $.charset[] param done
12922:
12923: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12924: added [after volatile fix. passes on win&intel-solaris]
12925:
12926: 2003-04-08 paf
12927:
12928: * src/: classes/file.C, classes/op.C, classes/table.C,
12929: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12930: include/pa_common.h, include/pa_request_charsets.h,
12931: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12932: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12933: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12934: types/pa_vresponse.C: started http:// $.charset[] param and
12935: http response charset detection just compiled. todo:test
12936:
12937: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12938:
12939: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12940: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12941: types/pa_vmail.C: changed transcode param converntion along with
12942: string creating convention -- all strings are zero-terminated,
12943: this allowed to fix one remaining String("123", 2) case
12944:
12945: * src/: classes/date.C, classes/file.C, classes/hash.C,
12946: classes/op.C, classes/string.C, classes/table.C,
12947: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12948: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12949: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12950: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12951: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12952: violated String::invariant. started fixing [not compiled now]
12953:
12954: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12955: main/compile.tab.C, main/compile.y, main/pa_string.C,
12956: main/untaint.C, targets/cgi/parser3.C: number of string style
12957: improvements & optimizations
12958:
12959: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12960: :(]
12961:
12962: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12963: [for it's a pointer really]
12964:
12965: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12966: 'n' param. worked that around
12967:
12968: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12969: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12970: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12971: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12972: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12973:
12974: Thanks for the bug report and patch.
12975:
12976: I hadn't looked at this code in a while. Reading it now, it
12977: seems to me that the tests should also be ">= MAX_DEPTH" to
12978: comply with the invariant, though that may not matter a lot. I
12979: changed that, too.
12980:
12981: Hans
12982:
12983: 2003-04-07 paf
12984:
12985: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12986: merged from head:safe mode error message now includes numbers
12987:
12988: * src/main/execute.C: n-th attempt to make a=a work with double.
12989: problem: as_double returns it's result in fp-register compiler
12990: optimizes access to that register after b->as_double, and just
12991: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12992: from memory. _SAME_ double values do not match here. when
12993: forced to REload fp-register, values do match.
12994:
12995: tried to make them volatile.
12996:
12997: * src/main/execute.C: n-th attempt to make a=a work with double.
12998: problem: as_double returns it's result in fp-register compiler
12999: optimizes access to that register after b->as_double, and just
13000: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13001: from memory. _SAME_ double values do not match here. when
13002: forced to REload fp-register, values do match.
13003:
13004: tried to make them volatile.
13005:
13006: * src/types/pa_vobject.h: small style change
13007:
13008: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13009:
13010: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13011: mode error message now includes numbers
13012:
13013: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13014: now causes death
13015:
13016: 2003-04-04 paf
13017:
13018: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13019: incorportated pa_exec patch by From: "Victor Fedoseev"
13020: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13021: Sent: Thursday, January 23, 2003 9:14 AM
13022:
13023: huge speedup on ^file::cgi with big result
13024:
13025: * src/classes/table.C: sort table with 0 rows bug fixed
13026:
13027: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13028: fix http://i2/tasks/edit/?id=4493701604654042676
13029:
13030: @main[] $with_default[ $.a[1] $._default[default from
13031: with_default] ] ^show[$with_default]
13032:
13033: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13034: =$to_add_to.xxx=<br>
13035:
13036: ^show[$to_add_to]
13037:
13038: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13039: ^show[$cloned]
13040:
13041: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13042:
13043: } <hr>
13044:
13045: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13046: http://i2/tasks/edit/?id=4493701604654042676
13047:
13048: @main[] $with_default[ $.a[1] $._default[default from
13049: with_default] ] ^show[$with_default]
13050:
13051: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13052: =$to_add_to.xxx=<br>
13053:
13054: ^show[$to_add_to]
13055:
13056: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13057: ^show[$cloned]
13058:
13059: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13060:
13061: } <hr>
13062:
13063: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13064: http://i2/tasks/edit/?id=4507350336410850921
13065:
13066: * src/classes/xdoc.C: memory allocation func bugfix
13067: http://i2/tasks/edit/?id=4499303470368629745
13068:
13069: * src/classes/math.C: allowed random 1...
13070:
13071: * src/classes/math.C: allowed random 0..
13072:
13073: * src/main/pa_globals.C: exif mem leak
13074: http://i2/tasks/edit/?id=4480590323629807263
13075:
13076: * src/: classes/classes.dsp, main/main.dsp,
13077: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13078: fix http://i2/tasks/edit/?id=4493946731322521294
13079: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13080:
13081: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13082: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13083: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13084: links to xml libs made relative, no need to unpack parser3project
13085: to /parser3project.
13086:
13087: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13088: column more precise - tab handling bug fixed
13089:
13090: * src/main/: compile.tab.C, compile.y: more understandable error
13091: message in case @CLASS with more then one line inside
13092:
13093: * src/targets/cgi/parser3.C: more understandable error message in
13094: case of errors in @unhandled_exception
13095:
13096: 2003-04-03 paf
13097:
13098: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13099: src/main/compile.tab.C, src/main/compile.y,
13100: src/main/compile_tools.C, src/main/compile_tools.h,
13101: src/main/execute.C, src/main/pa_request.C: debug info format
13102: simplified, now it's: OP_VALUE Operation::Origin << here value*
13103:
13104: higher limits: file number (max: 255) line number (max:
13105: 64535) column number (max: 255)
13106:
13107: * src/classes/math.C: top limit
13108:
13109: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13110: precise parse error position in case of
13111:
13112: ^bug ]
13113:
13114: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13115: changed to realities, and passed [bug fixed]
13116:
13117: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13118: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13119: main/compile_tools.h, main/pa_request.C: introducing
13120: ^process...[main-method-alias]
13121:
13122: * src/: classes/date.C, classes/image.C, classes/op.C,
13123: classes/string.C, classes/table.C, classes/xdoc.C,
13124: types/pa_vmethod_frame.h: MethodParams& now [methods without
13125: params receive zero reference, but they are expected not to look
13126: there]
13127:
13128: * operators.txt, src/classes/date.C, src/classes/double.C,
13129: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13130: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13131: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13132: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13133: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13134: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13135: [methods without params receive zero reference, but they are
13136: expected not to look there]
13137:
13138: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13139: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13140: ^process...[filename] useful for better error reporting
13141: [file/line/col]
13142:
13143: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13144: types/pa_vstring.h: slightly improved error messages text: 1. is
13145: '%s', it 2. method undefined in case of ^void[]
13146:
13147: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13148: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13149: handling done. now we have error columns todo: test it
13150:
13151: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13152: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13153:
13154: this makes life easier: were: bad stack order -- were in
13155: exception catch unwind order, which didn't match execution order
13156:
13157: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13158:
13159: @first[] ^throw[a;1]
13160:
13161: showed throw a first throw b try
13162:
13163: which is no good
13164:
13165: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13166: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13167: trace reset after handled exception [old bug fixed]
13168:
13169: * src/main/: compile.tab.C, compile.y: parse position old bug
13170: fixed. position reporting made precise [both, in parse erros and
13171: runtime errors]
13172:
13173: 2003-04-02 paf
13174:
13175: * src/: include/pa_operation.h, include/pa_request.h,
13176: main/compile.C, main/compile.tab.C, main/compile.y,
13177: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13178: main/pa_exception.C, main/pa_request.C: debug info: started
13179: using. todo:complete
13180:
13181: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13182: main/compile.C, main/compile.tab.C, main/compile.y,
13183: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13184: main/pa_request.C: prepared debug info todo:use it
13185:
13186: * src/include/pa_operation.h: strange mistake fixed: forgot to
13187: return Operation class->union after switching from autoptrs.
13188:
13189: * tests/: Makefile, results/108.processed, results/117.processed:
13190: meta considered OK [it's up to coder now to remove it not needed]
13191:
13192: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13193: Dictionary constructor when moved to gc]
13194:
13195: * src/main/pa_common.C: uncommented http:// file loading
13196:
13197: * src/include/pa_array.h, src/main/execute.C,
13198: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13199: fix [gdGrowingBuf]
13200:
13201: * configure.in, src/lib/Makefile.am: removed patches
13202:
13203: * configure, src/include/pa_config_auto.h.in,
13204: src/main/pa_charset.C: --enable-assertions autoconf-ed
13205:
13206: * src/main/pa_common.C: uncommented http:// file loading
13207:
13208: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13209: xdoc::create/load
13210:
13211: * src/: classes/form.C, classes/hash.C, classes/image.C,
13212: classes/string.C, classes/table.C, classes/void.C,
13213: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13214: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13215: String::String(str,helper_length) are checked. found/fixed one
13216: place: $request:body now zero-terminated,
13217:
13218: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13219: main/compile_tools.C, main/execute.C, types/pa_value.h,
13220: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13221: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13222: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13223: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13224: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13225: types/pa_vxnode.h: more locally scoped vars in execute (more
13226: easily optimizable)
13227:
13228: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13229: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13230:
13231: * src/: include/pa_array.h, include/pa_stack.h,
13232: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13233: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13234: become assertion iterator in methodframe filler
13235:
13236: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13237: targets/cgi/parser3.C: array::get/put inlined
13238:
13239: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13240: gc_substitute_memory_management_functions +installed CORD_oom
13241: function
13242:
13243: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13244: src/include/pa_config_includes.h, src/include/pa_string.h,
13245: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13246: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13247: assertions started configure.in --enable-assertions
13248:
13249: 2003-04-01 paf
13250:
13251: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13252: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13253: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13254: gdome uses glib memory, and stores last pointer to xmlDoc there,
13255: gc misses that and collects valid memory fixed by remembering
13256: xmlDoc from dom object in xdoc. todo: do something with
13257: premature free of xdoc with xnodes/node values referring into it
13258:
13259: * src/classes/: mail.C: typo fix
13260:
13261: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13262: changes
13263:
13264: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13265: main/pa_memory.C: moved memory debugging to global level: to
13266: pa_gc_malloc
13267:
13268: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13269: debugging showed no errors. todo: debug parser memory
13270:
13271: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13272: configurations
13273:
13274: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13275: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13276: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13277: types/types.dsp: prepared xml-static configuration
13278:
13279: 2003-03-31 paf
13280:
13281: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13282: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13283: xml lib memory debugging, simple checks failed: it seems that
13284: library does realloc(bad ptr), and recording those ptrs in heap
13285: [for debugging] was bad: heap situation changes = everything
13286: works fine
13287:
13288: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13289: xmlRegisterCharEncodingHandler limitation [currently imposed
13290: limit of 10 user-defined charsets]
13291:
13292: 2003-03-28 paf
13293:
13294: * src/main/execute.C: execution stack copied to local register
13295: variable, removed lots [~2e7) of memory accesses
13296:
13297: 2003-03-27 paf
13298:
13299: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13300: works in debug, but fails in release todo: fix that
13301:
13302: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13303: targets/cgi/parser3.C: forgot to merge XML memory funcs
13304: replacement from gc branch
13305:
13306: * src/main/pa_exec.C: introducing append_help_length [radical
13307: improvement here]
13308:
13309: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13310: 'not recommened' in gc.h, on win32 noticed no difference]
13311:
13312: * src/include/pa_array.h: returned checked array get [were disabled
13313: for debugging] result:not slower [don't understand that, it were
13314: INLINED] todo: find out a way of inlining it!
13315:
13316: * src/: include/pa_string.h, lib/gc/include/gc.h,
13317: lib/gc/include/gc_fake.h, main/compile.tab.C,
13318: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13319: convention changed: all resulting strings are zero-terminated
13320:
13321: * src/: classes/date.C, classes/file.C, classes/hash.C,
13322: classes/string.C, classes/table.C, classes/void.C,
13323: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13324: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13325: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13326: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13327: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13328: types/pa_vfile.C, types/pa_vmail.C: introducing
13329: append_help_length [radical improvement here]
13330:
13331: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13332: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13333: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13334: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13335: even slower
13336:
13337: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13338: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13339: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13340: clients of &get(): most to use non-ref version, some[in tight
13341: places] to get_unchecked_ref
13342:
13343: * src/doc/memory.dox: forgot to add
13344:
13345: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13346: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13347: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13348: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13349: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13350: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13351: targets/cgi/parser3.dsp, types/pa_vmail.C,
13352: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13353: T>>&<< removed after Stack::pop wiping removed [moved to separate
13354: func] other Array & removed
13355:
13356: 2003-03-26 paf
13357:
13358: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13359: classes/table.C, include/pa_array.h, include/pa_charset.h,
13360: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13361: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13362: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13363: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13364: main/pa_exec.C, main/pa_sql_driver_manager.C,
13365: main/pa_stylesheet_manager.C, main/pa_table.C,
13366: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13367: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13368: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13369: pre-evaluated .count() in some places
13370:
13371: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13372: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13373: types/types.dsp: .dsp profiling updated
13374:
13375: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13376: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13377: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13378:
13379: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13380: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13381: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13382: use lib/gc,lib/cord
13383:
1.116 moko 13384: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13385: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13386: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13387: src/include/pa_config_includes.h, src/include/pa_request.h,
13388: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13389: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13390: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13391: src/lib/cord/include/Makefile.am,
1.116 moko 13392: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13393: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13394: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13395: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13396: src/types/pa_vform.h, src/types/pa_vhash.h,
13397: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13398: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13399: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13400: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13401: funcs ported pa_exec
1.95 moko 13402:
13403: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13404:
13405: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13406: bundled gc includes
13407:
13408: * src/: classes/op.C, include/pa_array.h,
13409: include/pa_sql_connection.h, include/pa_string.h,
13410: include/pa_version.h, main/compile.tab.C, main/compile.y,
13411: main/execute.C, main/pa_common.C, main/pa_exception.C,
13412: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13413: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13414: first real site (aval)]
13415:
13416: 2003-03-25 paf
13417:
13418: * operators.txt, src/main/pa_sql_driver_manager.C,
13419: src/types/pa_vstatus.C: $status.memory used free since_compact
13420: process
13421:
13422: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13423: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13424:
13425: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13426:
13427: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13428: src/types/pa_value.h, src/types/pa_vfile.h,
13429: src/types/pa_vobject.C, src/types/pa_vobject.h,
13430: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13431: tests/results/121.processed: untaint.C L_URI
13432:
13433: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13434: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13435: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13436: src/types/pa_vmemory.h: ^memory:compact[]
13437:
13438: * tests/results/109.processed: it was a bug in parser. updated 109
13439: test result
13440:
13441: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13442:
13443: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13444: tests/results/107.processed: fixed dom language [values are now
13445: considered tainted. it was a bug in parser. updated 107 test
13446: result
13447:
13448: * src/classes/xdoc.C: fixed transform params
13449:
13450: * src/: include/pa_stylesheet_manager.h,
13451: main/pa_stylesheet_manager.C: fixed stylesheet caching
13452:
13453: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13454: overloads for structure handling
13455:
13456: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13457: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13458: StringBody(0) ambiguilty, introducting static
13459: StringBody::Format(int)
13460:
13461: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13462: linked
13463:
13464: * src/types/pa_vxdoc.C: vxdoc compiled
13465:
13466: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13467: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13468: finalizers isntalled
13469:
13470: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13471: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13472: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13473: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13474: compiled todo: xnode.C / finalizers
13475:
13476: * src/doc/string.dox: updated: new string internals
13477:
13478: 2003-03-24 paf
13479:
13480: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13481: include/pa_charset.h, include/pa_config_fixed.h,
13482: include/pa_request.h, include/pa_stylesheet_connection.h,
13483: include/pa_stylesheet_manager.h, main/pa_charset.C,
13484: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13485: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13486: types/pa_vxnode.h: started XML
13487:
13488: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13489:
13490: * src/: classes/file.C, classes/image.C, classes/mail.C,
13491: include/pa_string.h, main/pa_common.C,
13492: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13493:
13494: * src/: classes/file.C, classes/image.C, classes/mail.C,
13495: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13496: main/pa_request.C, main/pa_sql_driver_manager.C,
13497: types/pa_vimage.h: size_t pos everywhere checks changed to check
13498: for eq STRING_NOT_FOUND
13499:
13500: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13501: optimize bit implemented
13502:
13503: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13504: String::ArrayFragment::append_positions fixed
13505:
13506: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13507: String::this_starts fixed
13508:
13509: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13510:
13511: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13512: hashcode implemented fully, including per-char callback [it can
13513: be - substr CORD node]
13514:
13515: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13516: rewritten to rewalloc with 100byte buf ahead
13517:
13518: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13519: src/include/pa_string.h, src/main/compile.tab.C,
13520: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13521: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13522: CORD_ec [bad] would rewrite as realloc now
13523:
13524: * src/: classes/date.C, classes/file.C, classes/form.C,
13525: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13526: include/pa_cache_managers.h, include/pa_charsets.h,
13527: include/pa_common.h, include/pa_request.h,
13528: include/pa_sql_driver_manager.h, include/pa_table.h,
13529: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13530: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13531: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13532: types/pa_vmail.C, types/pa_vmethod_frame.C,
13533: types/pa_vstateless_class.h: 2*2 worked :)
13534:
13535: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13536: src/include/pa_exec.h, src/include/pa_string.h,
13537: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13538: passed OK
13539:
13540: * src/: classes/hash.C, classes/string.C, classes/table.C,
13541: types/pa_value.C: all linked todo: debug
13542:
13543: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13544: types/pa_vstateless_class.C: all compiled. todo:link
13545:
13546: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13547:
13548: * src/types/pa_vtable.C: pa_vtable.C compiled
13549:
13550: * src/types/pa_vstring.C: pa_vstring.C compiled
13551:
13552: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13553:
13554: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13555: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13556: pa_vstateless_class.C, pa_vstateless_class.h:
13557: pa_vstateless_class.C compiled
13558:
13559: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13560: types/pa_vmath.C: pa_vmail.C compiled
13561:
13562: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13563:
13564: * src/types/pa_vform.C: pa_vform.C compiled
13565:
13566: * src/types/pa_vfile.C: pa_vfile.C compiled
13567:
13568: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13569: pa_vstateless_class.C: pa_vcookie.C compiled
13570:
13571: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13572: types/pa_vhash.h: pa_value.C compiled
13573:
13574: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13575: classes.lib main.lib compiled
13576:
13577: * src/classes/void.C: void.C compiled
13578:
13579: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13580: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13581: compiled
13582:
13583: * src/: classes/string.C, include/pa_request.h,
13584: include/pa_string.h, main/pa_string.C: string.C compiled
13585:
13586: * src/: classes/op.C, classes/string.C, classes/table.C,
13587: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13588: main/pa_request.C, main/pa_string.C: op.C compiled
13589:
13590: * src/classes/: math.C, op.C: math.C compiled
13591:
13592: * src/: classes/mail.C, classes/string.C, classes/table.C,
13593: types/pa_vmail.h: mail.C compiled
13594:
13595: * src/classes/: int.C, table.C: int.C compiled
13596:
13597: * src/: classes/hash.C, classes/image.C, classes/string.C,
13598: classes/table.C, include/pa_memory.h, include/pa_string.h,
13599: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13600: compiled
13601:
13602: * src/: classes/hash.C, classes/string.C, classes/table.C,
13603: classes/void.C, classes/xdoc.C, include/pa_request.h,
13604: include/pa_sql_connection.h: hash.C compiled
13605:
13606: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13607: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13608: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13609: classes/math.C, classes/op.C, classes/response.C,
13610: classes/string.C, classes/table.C, classes/void.C,
13611: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13612: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13613: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13614: file.C table.C compiled
13615:
13616: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13617: main/untaint.C: main.lib compiled
13618:
13619: 2003-03-21 paf
13620:
13621: * src/: classes/op.C, include/pa_cache_managers.h,
13622: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13623: include/pa_stylesheet_manager.h, main/pa_exception.C,
13624: main/pa_globals.C, main/pa_sql_driver_manager.C,
13625: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13626: compiled
13627:
13628: * src/: classes/hash.C, classes/image.C, classes/op.C,
13629: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13630: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13631: main/compile.C, main/pa_common.C, main/pa_request.C,
13632: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13633: pa_request.C compiled
13634:
13635: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13636: include/pa_request.h, main/execute.C, main/pa_request.C,
13637: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13638: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13639: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13640: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13641: compiled
13642:
13643: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13644: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13645: on unix
13646:
13647: * src/: include/pa_charset.h, include/pa_charsets.h,
13648: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13649: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13650: pa_charsets.C compiled
13651:
13652: * src/: classes/image.C, classes/mail.C, classes/op.C,
13653: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13654: main/compile.y, main/execute.C, main/pa_common.C,
13655: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13656: types/pa_vcode_frame.h, types/pa_vimage.h,
13657: types/pa_vmethod_frame.h: execute.C compiled
13658:
13659: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13660: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13661: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13662: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13663: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13664: include/pa_cache_managers.h, include/pa_charsets.h,
13665: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13666: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13667: include/pa_sql_driver_manager.h, include/pa_string.h,
13668: include/pa_stylesheet_connection.h,
13669: include/pa_stylesheet_manager.h, include/pa_table.h,
13670: main/compile.C, main/compile.tab.C, main/compile.y,
13671: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13672: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13673: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13674: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13675: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13676: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13677: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13678: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13679: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13680: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13681: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13682: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13683: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13684: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13685: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13686: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13687: types/pa_vresponse.h, types/pa_vstateless_class.C,
13688: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13689: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13690: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13691: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13692: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13693: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13694: [C++ CORD wrapper]
13695:
13696: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13697:
13698: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13699: $file::exec/cgi[script; $.charset[this is script's charset]
13700:
13701: command line, env values, input got transcoded before call
13702: stdout, stderr got transcoded after call
13703:
13704: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13705: by default. use: ^file::exec[...;$.stdin[$request.body]
13706:
13707: * src/main/pa_common.C: } typo bug fix
13708:
13709: * src/main/pa_common.C: } typo bug fix
13710:
13711: 2003-03-20 paf
13712:
13713: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13714: main/untaint.C: cord bug fix, but still errors todo: clear out
13715:
13716: * src/include/pa_string.h: more tests
13717:
13718: * src/main/pa_string.C: string.pos fixed
13719:
1.116 moko 13720: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13721: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13722: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13723: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13724: replaces
1.95 moko 13725:
13726: * src/: classes/image.C, include/pa_dictionary.h,
13727: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13728: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13729: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13730: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13731:
13732: * src/include/pa_string.h: warning
13733:
13734: * src/include/pa_string.h: this_starts fixed
13735:
13736: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13737: new String ctor & append params convention
13738:
13739: * src/: classes/file.C, classes/hash.C, classes/image.C,
13740: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13741: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13742: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13743: main/pa_exception.C, main/pa_exec.C,
13744: main/pa_sql_driver_manager.C, main/pa_string.C,
13745: main/pa_stylesheet_manager.C, main/untaint.C,
13746: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13747: types/pa_vmail.C: more tests OK
13748:
13749: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13750: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13751: gc/exit runned OK
13752:
13753: * src/types/pa_vmail.C: another naming problem: should not name
13754: vars like that: unpredictable close caused problems with later
13755: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13756: descriptors missing on startup: stdin; Bad file number
13757:
13758: todo: find out why so many filters(stream) here. probably wrong?
13759:
13760: * src/: include/pa_dictionary.h, include/pa_string.h,
13761: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13762: main/untaint.C: test compiled
13763:
13764: * src/: classes/image.C, classes/mail.C, classes/math.C,
13765: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13766: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13767: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13768: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13769: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13770: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13771: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13772: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13773: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13774:
13775: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13776: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13777: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13778: src/include/pa_memory.h, src/include/pa_request.h,
13779: src/include/pa_request_charsets.h,
13780: src/include/pa_sql_connection.h, src/include/pa_string.h,
13781: src/main/compile.tab.C, src/main/execute.C,
13782: src/main/pa_charset.C, src/main/pa_common.C,
13783: src/main/pa_exception.C, src/main/pa_exec.C,
13784: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13785: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13786: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13787: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13788: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13789: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13790: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13791: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13792: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13793: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13794: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13795: pa_common.C [done, without http for now]
13796:
13797: 2003-03-19 paf
13798:
13799: * src/: classes/date.C, classes/form.C, classes/hash.C,
13800: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13801: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13802: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13803: include/pa_string.h, include/pa_table.h, main/compile.C,
13804: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13805: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13806: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13807: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13808: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13809: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13810: types/pa_vstateless_class.h, types/pa_vtable.C,
13811: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13812: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13813: types/pa_wwrapper.h: started test
13814:
1.116 moko 13815: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13816: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13817:
13818: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13819: include/pa_string.h, main/pa_string.C: string compiled todo: test
13820: it
13821:
13822: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13823: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13824: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13825: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13826: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13827: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13828: types/pa_vmethod_frame.h, types/types.dsp: string
13829: reimplementation with cord+array<fragment>: 70%
13830:
13831: 2003-03-18 paf
13832:
13833: * src/: classes/date.C, classes/file.C, classes/form.C,
13834: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13835: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13836: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13837: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13838: can ignore lang in cmp and pos really, but would
13839: split properly!
13840:
13841: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13842: cord part made parser/src/lib: it's not compiled into libgc by
13843: default
13844:
13845: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13846: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13847: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13848: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13849: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13850: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13851: src/classes/xnode.C, src/classes/xnode.h,
13852: src/include/Makefile.am, src/include/pa_cache_managers.h,
13853: src/include/pa_charset.h, src/include/pa_charsets.h,
13854: src/include/pa_common.h, src/include/pa_dictionary.h,
13855: src/include/pa_exception.h, src/include/pa_exec.h,
13856: src/include/pa_globals.h, src/include/pa_hash.h,
13857: src/include/pa_memory.h, src/include/pa_pool.h,
13858: src/include/pa_request.h, src/include/pa_request_charsets.h,
13859: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13860: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13861: src/include/pa_stylesheet_connection.h,
13862: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13863: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13864: src/main/compile.C, src/main/compile.tab.C,
13865: src/main/compile_tools.C, src/main/compile_tools.h,
13866: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13867: src/main/pa_charsets.C, src/main/pa_common.C,
13868: src/main/pa_dictionary.C, src/main/pa_exception.C,
13869: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13870: src/main/pa_pool.C, src/main/pa_request.C,
13871: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13872: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13873: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13874: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13875: src/types/pa_junction.h, src/types/pa_method.h,
13876: src/types/pa_value.C, src/types/pa_value.h,
13877: src/types/pa_vclass.C, src/types/pa_vclass.h,
13878: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13879: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13880: src/types/pa_vdouble.h, src/types/pa_venv.h,
13881: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13882: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13883: src/types/pa_vimage.C, src/types/pa_vimage.h,
13884: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13885: src/types/pa_vmath.C, src/types/pa_vmath.h,
13886: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13887: src/types/pa_vobject.C, src/types/pa_vobject.h,
13888: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13889: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13890: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13891: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13892: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13893: src/types/pa_vstring.h, src/types/pa_vtable.C,
13894: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13895: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13896: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13897: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13898: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13899: gc: PA_Object done lots of replacements also
13900:
13901: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13902: gc logging
13903:
13904: 2003-03-17 paf
13905:
13906: * src/: classes/date.C, classes/file.C, classes/form.C,
13907: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13908: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13909: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13910: include/pa_string.h, include/pa_types.h, main/compile.C,
13911: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13912: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13913: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13914: main/pa_sql_driver_manager.C, main/pa_string.C,
13915: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13916: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13917: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13918: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13919: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13920: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13921: types/pa_vxnode.h: libgc attempt
13922:
13923: 2003-03-13 paf
13924:
13925: * src/: include/pa_sql_driver_manager.h,
13926: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13927: called
13928:
13929: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13930: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13931: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13932: types/pa_value.h, types/pa_vobject.h,
13933: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13934: set_base, set_derived simplified [counter leaks fixed]
13935:
13936: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13937: src/types/types.dsp: incorporated status class patch From:
13938: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13939: 2003 8:14 AM
13940:
13941: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13942: Win32 specific: QuotaPeakNonPagedPoolUsage
13943: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13944:
13945: 2003-03-12 paf
13946:
1.116 moko 13947: * configure, configure.in, src/lib/ltdl/configure,
13948: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13949: lib/ltdl/Makefile now created by /configure.in only [were by
13950: lib/ltdl/configure.in OVERWRITE]
13951:
1.116 moko 13952: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13953: linkage fixed for g++ 3.2.2
1.95 moko 13954:
13955: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13956: on using privately declared class [fixed]
13957:
13958: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13959: 3.2 rightliy complained on using privately declared class [fixed]
13960:
13961: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13962: sigpipe before request constructor now causes death
13963:
13964: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13965: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13966: not cause exception in exception handler
13967:
1.116 moko 13968: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13969: now default links libstdc++ statically. that can be overriden by
13970: --with-dynamic-stdcpp
1.95 moko 13971:
13972: 2003-03-11 paf
13973:
13974: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13975: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13976: necessity of libstdc++
13977:
13978: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13979:
13980: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13981:
13982: 2003-03-08 paf
13983:
13984: * tests/Makefile: make install & co
13985:
13986: * src/: include/pa_request.h, classes/op.C: removing
13987: vclass,object.h -> pa_request.h dependency
13988:
13989: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13990: main/pa_request.C: removing vform,response,cookie.h ->
13991: pa_request.h dependency
13992:
13993: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13994: dependency [testing...]
13995:
13996: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13997: return 0; fixed
13998:
13999: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14000: types/pa_vmail.h: vmail.C received just compiled [not tested]
14001:
14002: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14003:
14004: * src/main/pa_request.C: forgotten: ifdef XML
14005:
14006: * src/main/pa_request.C: forgotten: ifdef XML
14007:
14008: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14009: win32 and run memleak tests again
14010:
14011: * src/targets/cgi/parser3.C: charsets: see some strange things with
14012: old xml lib-- it's internal memory handling has faults
14013:
14014: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14015: problems when transcode from charset A to A.
14016:
14017: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14018: todo: still problems when transcode from charset A to A.
14019:
14020: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14021: classes/table.C, include/pa_array.h,
14022: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14023: started full-scale-site-test [~ http://parser.ru sources]
14024:
14025: some fixes
14026:
14027: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14028: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14029: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14030: results/110.processed, results/111.processed,
14031: results/112.processed, results/113.processed,
14032: results/114.processed, results/115.processed,
14033: results/116.processed, results/117.processed,
14034: results/118.processed, results/119.processed,
14035: results/120.processed: xml: tests 109 dom create/show 110 xpath
14036: selectSingle 111 xdoc.create from tainted & 112
14037: xdoc.create/output with russian attr value 113 xpath
14038: selectString/Number 114 dom attributes.count 115 xpath selectBool
14039: 116 output media-type change 117 transform by dom stylesheet 118
14040: empty transform result 119 dom setAttribute 120 nbsp letter
14041: output
14042:
14043: =END OF PREPARED XML TESTS=
14044:
14045: 2003-03-07 paf
14046:
14047: * src/classes/xdoc.C, src/include/pa_charset.h,
14048: src/include/pa_stylesheet_connection.h, tests/108.html,
14049: tests/108.xsl, tests/results/108.processed: xml: test 108
14050: transform with params [bugs fixed]
14051:
14052: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14053: from copy/paste bug
14054:
14055: * src/classes/xdoc.C, src/include/pa_charset.h,
14056: src/include/pa_request.h, src/main/execute.C,
14057: src/main/pa_charset.C, src/main/pa_exception.C,
14058: src/main/pa_globals.C, src/main/pa_request.C,
14059: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14060: src/types/pa_vxnode.C, tests/107.html,
14061: tests/results/107.processed: xml: test: 107 bug fixes
14062:
14063: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14064: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14065: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14066:
14067: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14068: string
14069:
14070: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14071: mem alloc functions used for different cases [libxml, libxsl]
14072:
14073: * src/classes/classes.C: fixed: prevent system classes from
14074: modification to lock ALL the classes, not only directly used
14075:
14076: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14077: linked
14078:
14079: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14080:
14081: 2003-03-06 paf
14082:
14083: * src/classes/xdoc.C: xdoc.C 50%
14084:
14085: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14086: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14087: main/pa_globals.C, main/pa_request.C,
14088: main/pa_stylesheet_manager.C: xnode.C compiled
14089:
14090: * src/: include/pa_stylesheet_connection.h,
14091: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14092: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14093:
14094: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14095: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14096: xml: stylesheet&manager STARTED
14097:
14098: * src/: include/pa_globals.h, main/pa_charset.C,
14099: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14100:
14101: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14102: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14103: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14104: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14105: charsets
14106:
14107: * tests/023.html: in some cases it rounded up badly. postponing
14108: solution of that problem, making more simple test
14109:
14110: * tests/: 058_paf2000.png, results/058.processed: .png added with
14111: -kb now
14112:
14113: * src/: include/pa_charset.h, include/pa_charsets.h,
14114: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14115: moved to charsets.C
14116:
14117: 2003-03-05 paf
14118:
14119: * src/classes/string.C, src/include/pa_string.h,
14120: src/main/pa_string.C, tests/105.html,
14121: tests/results/105.processed: String::match bug fixed
14122:
14123: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14124: tests/results/104.processed: ^bpt operator added [does int3 in
14125: debug build on win32]
14126:
14127: * tests/: 057.html, results/057.processed: test bug fixed
14128:
1.116 moko 14129: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14130:
14131: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14132: missing
14133:
1.116 moko 14134: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14135: forgotten files added to Makes
1.95 moko 14136:
14137: * ltmain.sh: ltmain.sh added
14138:
14139: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14140: change undone ;(
14141:
14142: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14143: made static
14144:
14145: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14146: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14147: todo:make linker happy
1.95 moko 14148:
14149: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14150: env param made optional
14151:
14152: 2003-03-04 paf
14153:
14154: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14155: types/pa_vimage.h: number of gcc compiler bugs fixed
14156:
14157: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14158: results/103.processed: tests: 103 image.copy transparence test
14159:
14160: * src/main/execute.C, tests/101.html, tests/102.html,
14161: tests/results/101.processed, tests/results/102.processed: tests:
14162: 101 method/variable name conflict test 102 form fields change
14163: should not not change anything [bug fix]
14164:
14165: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14166: results/099.processed, results/100.processed: tests: 57 date
14167: create 2002: added 99,100 response:body/download
14168:
14169: * src/classes/image.C, tests/098.html, tests/098font.gif,
14170: tests/results/098.processed: test: 98 image font text [bug fixed]
14171:
14172: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14173: tests/results/097.processed: test: 97 file::load http:// [bugs
14174: fixed]
14175:
14176: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14177: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14178: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14179: image EXIF [bug fixed]
14180:
14181: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14182: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14183: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14184: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14185: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14186: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14187: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14188: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14189: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14190: tests/094.html, tests/095.html, tests/results/061.processed,
14191: tests/results/062.processed, tests/results/063.processed,
14192: tests/results/064.processed, tests/results/065.processed,
14193: tests/results/066.processed, tests/results/067.processed,
14194: tests/results/068.processed, tests/results/069.processed,
14195: tests/results/070.processed, tests/results/071.processed,
14196: tests/results/072.processed, tests/results/073.processed,
14197: tests/results/074.processed, tests/results/075.processed,
14198: tests/results/076.processed, tests/results/077.processed,
14199: tests/results/078.processed, tests/results/080.processed,
14200: tests/results/081.processed, tests/results/082.processed,
14201: tests/results/083.processed, tests/results/084.processed,
14202: tests/results/085.processed, tests/results/086.processed,
14203: tests/results/087.processed, tests/results/088.processed,
14204: tests/results/089.processed, tests/results/090.processed,
14205: tests/results/091.processed, tests/results/092.processed,
14206: tests/results/093.processed, tests/results/094.processed,
14207: tests/results/095.processed, tests/079.html,
14208: tests/results/079.processed: tests: 61 file::stat size 62
14209: string->int autoconvert 63 double .int,dec,div,mul 64 date
14210: compare 65 file: basename,justname,justext 66 math:crypt 67
14211: string.match simple on long 68 string.match normalized simple on
14212: long 69 string.int 70 file::stat content-type 71 table.join 72
14213: hash parameter conditional pass 73 date daylightsaving,yearday 74
14214: date arithmetics 75 response date values/attributes 76 string.pos
14215: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14216: with local 80 scientific numeric literal in string autoconvert 81
14217: xor: logical and numerical 82 for delims 83 menu delims 84
14218: table.hash distinct 85 long string replace 86 throw+catch
14219: current language preserve 87 bit shifts 88 junction tests +
14220: $caller test 89 hash.foreach selfmodification 90 int/void to int
14221: 91 $caller test 92 junction is + def junction tests 93 $caller
14222: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14223:
14224: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14225: fixed] 60 string eq string [bug fixed]
14226:
14227: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14228: 058.html, 058_paf2000.png, 059.html, 060.html,
14229: results/053.processed, results/054.processed,
14230: results/055.processed, results/056.processed,
14231: results/057.processed, results/058.processed,
14232: results/059.processed, results/060.processed: test: 53
14233: string.replace 54 junctions 55 table.hash 56 call indirect 57
14234: date.create[string] 58 image.measure[png]
14235:
14236: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14237: outputs/051.processed, results/052.processed: test: 52
14238: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14239: task: fix that
14240:
14241: 2003-03-03 paf
14242:
14243: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14244: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14245: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14246: outputs/049.processed, outputs/050.processed,
14247: outputs/051.processed, results/001.processed,
14248: results/002.processed, results/003.processed,
14249: results/005.processed, results/006.processed,
14250: results/008.processed, results/009.processed,
14251: results/011.processed, results/012.processed,
14252: results/013.processed, results/014.processed,
14253: results/015.processed, results/016.processed,
14254: results/017.processed, results/020.processed,
14255: results/021.processed, results/022.processed,
14256: results/024.processed, results/025.processed,
14257: results/026.processed, results/027.processed,
14258: results/028.processed, results/029.processed,
14259: results/030.processed, results/031.processed,
14260: results/049.processed, results/050.processed,
14261: results/051.processed, results/043.processed,
14262: results/044.processed, results/045.processed,
14263: results/046.processed, results/047.processed,
14264: results/048.processed: tests: 43,44,45 date rolls 46
14265: autoevaluating junction 47 table.select 48 name with subvar 49
14266: hash-creating switch 50 process 51 started parent/child, works as
14267: it were but it were NOT GOOD, created separate task to fix that
14268:
14269: * tests/: 042.html, results/042.processed: test: 42
14270: exception.handled
14271:
14272: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14273: expression
14274:
14275: * tests/: 040.html, results/040.processed: test: 39 method result
14276: of type table 40 method param junction auto evaluate
14277:
14278: * tests/: 039.html, results/039.processed: test: 37 method result
14279: of type table
14280:
14281: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14282: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14283: tests/038.html, tests/results/033.processed,
14284: tests/results/034.processed, tests/results/035.processed,
14285: tests/results/036.processed, tests/results/037.processed,
14286: tests/results/038.processed: tests: 33 string.replace 34
14287: string.upper 35 table created 36 local/global vars with juntions
14288: 37 table clone 38 math PI & number formatting
14289:
14290: math class registring typo fixed
14291:
14292: * src/classes/op.C, src/include/pa_request.h,
14293: src/include/pa_string.h, src/main/execute.C,
14294: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14295: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14296: tests/032.html, tests/results/032.processed: uchar changed to
14297: String_UL in all places [was not everywhere] untaint test: 032
14298:
14299: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14300: tests/results/004.processed, tests/parser-cygwin.sh,
14301: tests/parser-unix.sh: removed -H command line key, now testing
14302: using .sh file with SERVER_SOFTWARE=xxx
14303:
14304: 2003-02-26 paf
14305:
14306: * src/main/execute.C, src/types/pa_vstateless_class.h,
14307: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14308: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14309: tests/results/024.processed, tests/results/025.processed,
14310: tests/results/026.processed, tests/results/027.processed,
14311: tests/results/028.processed, tests/results/029.processed,
14312: tests/results/030.processed, tests/results/031.processed: fixed
14313: bug with name_cstr mutable CharPtr more tests
14314:
14315: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14316: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14317: << abort. die now just exits
14318:
14319: * src/classes/classes.awk, src/classes/classes.h,
14320: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14321: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14322: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14323: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14324: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14325: src/classes/xnode.C, src/include/pa_memory.h,
14326: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14327: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14328: src/types/pa_vform.C, tests/015.html, tests/016.html,
14329: tests/017.html, tests/018.html, tests/019.html,
14330: tests/019paf2001.gif, tests/020.html, tests/021.html,
14331: tests/022.html, tests/023.html, tests/022_dir/a.html,
14332: tests/022_dir/b.txt, tests/022_dir/c.htm,
14333: tests/results/015.processed, tests/results/016.processed,
14334: tests/results/017.processed, tests/results/018.processed,
14335: tests/results/019.processed, tests/results/020.processed,
14336: tests/results/021.processed, tests/results/022.processed,
14337: tests/results/023.processed: methoded_array now contains all Mxxx
14338: classes SAPI::get_env now returns info on pool more tests
14339:
14340: * src/include/pa_array.h, src/include/pa_hash.h,
14341: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14342: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14343: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14344: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14345: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14346: tests/results/001.processed, tests/results/002.processed,
14347: tests/results/003.processed, tests/results/004.processed,
14348: tests/results/005.processed, tests/results/006.processed,
14349: tests/results/007.processed, tests/results/008.processed,
14350: tests/results/009.processed, tests/results/010.processed,
14351: tests/results/011.processed, tests/results/012.processed,
14352: tests/results/013.processed, tests/results/014.processed: hash
14353: cloning fixed
14354:
14355: 2003-02-25 paf
14356:
14357: * src/main/pa_common.C: typo fixed
14358:
14359: 2003-02-24 paf
14360:
14361: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14362: [one remained]
14363:
14364: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14365: [should have been get_string(&pool)] todo: check other such calls
14366:
14367: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14368: test10, bad lookups
14369:
14370: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14371: object got destructed, and xxx points to sky
14372:
14373: * ChangeLog, src/classes/string.C: match bug fixed
14374:
14375: * src/types/pa_vmail.C: body [text/html] transcoded to
14376: $.charset[specified] now
14377:
14378: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14379: which failed to handle sigsetjmp+throw: crashed inside of
14380: pre-throw code. rewritten simplier [though duplicating
14381: closesocket code]
14382:
14383: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14384: which failed to handle sigsetjmp+throw: crashed inside of
14385: pre-throw code. rewritten simplier [though duplicating
14386: closesocket code]
14387:
14388: 2003-02-21 paf
14389:
14390: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14391: $cookie:name[$.expires[date << can be now]]
14392:
14393: written makefile with regression tests [raw]
14394:
14395: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14396: tests' only [it's not forcing CGI mode now] now use -H to output
14397: CGI header when parser used in command line [useful for tests
14398: also]
14399:
14400: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14401: switches on CGI mode, and is used in regression tests
14402:
14403: * src/: include/pa_request.h, main/pa_request.C,
14404: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14405: fixed
14406:
14407: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14408: handling pa_*
14409:
14410: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14411: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14412: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14413: memory handling files
14414:
14415: * src/main/pa_array.C: pool::format_integer terminator fixed
14416:
14417: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14418: compiles OK test to show benefits of free
14419:
14420: * src/: classes/file.C, classes/image.C, classes/mail.C,
14421: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14422: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14423: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14424: use pool [as the one in ^process]
14425:
14426: * src/classes/op.C: fixed process. sould now check for all cstr's
14427: -- some must use pool [as the one in ^process]
14428:
14429: 2003-02-20 paf
14430:
14431: * src/: classes/date.C, classes/double.C, classes/file.C,
14432: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14433: classes/math.C, classes/op.C, classes/response.C,
14434: classes/string.C, classes/table.C, classes/void.C,
14435: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14436: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14437: string cmp fixed
14438:
14439: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14440: values passed OK now
14441:
14442: 2003-02-19 paf
14443:
14444: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14445: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14446: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14447: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14448: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14449: all remaning leaks resulted from pooled::malloc calls [excluding
14450: in gd -- planning complete rewrite extremely ugly code]
14451:
14452: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14453: files
14454:
14455: 2003-02-17 paf
14456:
14457: * src/: classes/date.C, classes/double.C, classes/file.C,
14458: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14459: classes/response.C, classes/string.C, classes/table.C,
14460: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14461: include/pa_stylesheet_connection.h,
14462: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14463: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14464: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14465: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14466: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14467: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14468: of unitialized simple-typed field
14469:
14470: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14471: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14472: simple-typed field fixed. todo: find&kill all like that one
14473:
14474: * src/: main/execute.C, targets/cgi/pa_pool.C,
14475: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14476: debug output fixed
14477:
14478: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14479: main/pa_request.C: stack-stored items need extra .ref to prevent
14480: object_ptr from delete[them]
14481:
14482: * src/: classes/date.C, classes/op.C, classes/table.C,
14483: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14484: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14485: main/pa_charset.C, main/pa_common.C,
14486: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14487: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14488: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14489: calls
14490:
14491: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14492: couple mem leaks rusulted from old pooled::malloc usage.
14493: todo:find more like those
14494:
14495: * src/main/: compile.C, compile_tools.C: 2*2!
14496:
14497: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14498: stackItem fixed [there were no string on stack before]
14499:
14500: * src/: main/execute.C, main/pa_request.C,
14501: types/pa_vmethod_frame.C: first letters out OK
14502:
14503: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14504: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14505: main/pa_string.C, main/untaint.C, types/pa_value.h,
14506: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14507: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14508: type not initialized with zeros :( while class fields of class
14509: types initialized with default constructors. learn C++
14510:
14511: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14512: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14513: classes/math.C, classes/xdoc.C, classes/xnode.C,
14514: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14515: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14516:
14517: 2003-02-14 paf
14518:
14519: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14520: 13 link errors
14521:
14522: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14523: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14524: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14525: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14526: errors :)
14527:
14528: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14529: classes/hash.C, classes/mail.C, classes/op.C,
14530: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14531: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14532: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14533: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14534:
14535: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14536: classes/table.C, include/pa_common.h, include/pa_globals.h,
14537: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14538: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14539: types/pa_vint.h, types/types.dsp: op compiled
14540:
14541: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14542: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14543: main/untaint.C, types/pa_vtable.h: string, response compiled
14544:
14545: 2003-02-07 paf
14546:
14547: * src/: classes/table.C, types/pa_vtable.h: table compiled
14548:
14549: 2003-02-06 paf
14550:
14551: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14552: mail compiled
14553:
14554: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14555: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14556: types/pa_vfile.h, types/pa_vimage.h: image compiled
14557:
14558: * src/classes/: file.C, form.C: form compiled
14559:
14560: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14561: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14562: types/pa_vfile.C, types/pa_vfile.h: file compiled
14563:
14564: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14565: types/pa_vmath.h: math compiled [win32]
14566:
14567: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14568: types/pa_vstring.h: hash compiled
14569:
14570: 2003-02-04 paf
14571:
14572: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14573: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14574: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14575: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14576: types/pa_vhash.h: hash 50% compiled
14577:
14578: * src/: classes/date.C, classes/file.C, classes/hash.C,
14579: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14580: classes/string.C, classes/table.C, classes/xdoc.C,
14581: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14582: main/pa_string.C: date compiled
14583:
14584: * src/classes/: classes.dsp, double.C: double compiled
14585:
14586: * src/: classes/date.C, classes/double.C, classes/file.C,
14587: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14588: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14589: classes/string.C, classes/table.C, classes/void.C,
14590: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14591: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14592: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14593: compiled
14594:
14595: * src/: classes/date.C, classes/double.C, classes/file.C,
14596: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14597: classes/math.C, classes/op.C, classes/response.C,
14598: classes/string.C, classes/table.C, classes/void.C,
14599: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14600: types/pa_vvoid.h: void compiled :)
14601:
14602: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14603: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14604: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14605: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14606: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14607: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14608: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14609: types/pa_vresponse.C, types/pa_vstateless_class.C,
14610: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14611: types/pa_wcontext.C, types/types.dsp: removed stupid
14612: value_includes.h
14613:
14614: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14615: trying to remove stupid value_includes.h
14616:
14617: * src/main/pa_exec.C: pa_exec compiled on win32
14618:
14619: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14620:
14621: * src/: include/pa_globals.h, include/pa_request.h,
14622: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14623: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14624: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14625: types/pa_vrequest.C, types/pa_vstateless_class.C,
14626: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14627:
14628: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14629: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14630: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14631:
14632: * src/: include/pa_array.h, include/pa_config_includes.h,
14633: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14634: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14635: compiled
14636:
14637: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14638: name conflicts)
14639:
14640: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14641: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14642: yelds "virtual memory exhausted" while trying to compile
14643: execute.C [eating up to 127MB]
14644:
14645: 2003-02-03 paf
14646:
14647: * src/: include/pa_config_includes.h, include/pa_hash.h,
14648: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14649: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14650: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14651: types/pa_vint.h, types/pa_vjunction.h,
14652: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14653: started gcc compiling pa_common compiled
14654:
14655: * src/: include/pa_exception.h, include/pa_pool.h,
14656: main/pa_exception.C: exception gcc change #1
14657:
1.116 moko 14658: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14659: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14660:
14661: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14662:
14663: * src/types/pa_vtable.C: vtable compiled
14664:
14665: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14666:
14667: * src/: include/pa_cache_managers.h, main/pa_request.C,
14668: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14669:
14670: * src/types/pa_vstateless_class.C: vstateless_class compiled
14671:
14672: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14673:
14674: * src/types/pa_vrequest.C: vrequest compiled
14675:
14676: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14677: pa_vobject.C, pa_vobject.h: vobject compiled
14678:
14679: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14680: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14681: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14682: compiled
14683:
14684: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14685:
14686: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14687: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14688: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14689: compiled
14690:
14691: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14692: main.lib - 0 error(s), 0 warning(s)
14693:
14694: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14695: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14696:
14697: 2003-01-31 paf
14698:
14699: * src/: include/pa_array.h, include/pa_operation.h,
14700: include/pa_request.h, main/execute.C, main/main.dsp,
14701: types/pa_vjunction.h: started last file from main library:
14702: execute
14703:
14704: * src/: include/pa_request.h, include/pa_sapi.h,
14705: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14706: main/pa_request.C, targets/cgi/parser3.C,
14707: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14708: types/pa_vhash.h: pa_request compiled
14709:
14710: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14711: include/pa_globals.h, include/pa_request.h,
14712: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14713: main/execute.C, main/main.dsp, main/pa_common.C,
14714: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14715: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14716: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14717: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14718: types/types.dsp: most pa_request compiled
14719:
14720: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14721: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14722: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14723: classes/op.C, classes/response.C, classes/string.C,
14724: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14725: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14726: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14727: include/pa_config_fixed.h, include/pa_config_includes.h,
14728: include/pa_dictionary.h, include/pa_dir.h,
14729: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14730: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14731: include/pa_pool.h, include/pa_request.h,
14732: include/pa_request_charsets.h, include/pa_request_info.h,
14733: include/pa_sapi.h, include/pa_socks.h,
14734: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14735: include/pa_stack.h, include/pa_string.h,
14736: include/pa_stylesheet_connection.h,
14737: include/pa_stylesheet_manager.h, include/pa_table.h,
14738: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14739: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14740: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14741: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14742: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14743: main/compile.C, main/compile.tab.C, main/compile.y,
14744: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14745: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14746: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14747: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14748: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14749: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14750: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14751: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14752: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14753: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14754: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14755: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14756: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14757: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14758: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14759: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14760: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14761: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14762: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14763: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14764: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14765: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14766: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14767: types/pa_vresponse.h, types/pa_vstateless_class.C,
14768: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14769: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14770: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14771: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14772: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14773: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14774:
14775: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14776: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14777: src/include/pa_charsets.h, src/include/pa_common.h,
14778: src/include/pa_dictionary.h, src/include/pa_exception.h,
14779: src/include/pa_exec.h, src/include/pa_pool.h,
14780: src/include/pa_request.h, src/include/pa_sapi.h,
14781: src/include/pa_sql_connection.h,
14782: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14783: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14784: src/main/compile.tab.C, src/main/compile_tools.C,
14785: src/main/compile_tools.h, src/main/main.dsp,
14786: src/main/pa_charset.C, src/main/pa_charsets.C,
14787: src/main/pa_common.C, src/main/pa_dictionary.C,
14788: src/main/pa_exception.C, src/main/pa_exec.C,
14789: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14790: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14791: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14792: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14793: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14794: src/types/pa_vdouble.h, src/types/pa_venv.h,
14795: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14796: src/types/pa_vhash.h, src/types/pa_vimage.C,
14797: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14798: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14799: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14800: src/types/pa_vobject.C, src/types/pa_vobject.h,
14801: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14802: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14803: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14804: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14805: src/types/pa_vstring.h, src/types/pa_vtable.h,
14806: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14807: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14808: died, long live StringPtr
14809:
14810: 2003-01-30 paf
14811:
14812: * src/: include/pa_charset.h, include/pa_request.h,
14813: include/pa_sql_driver_manager.h, main/compile.tab.C,
14814: main/compile.y, main/compile_tools.h, main/pa_request.C,
14815: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14816:
14817: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14818: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14819: types/pa_vhash.h, types/pa_vmethod_frame.h,
14820: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14821: types/types.dsp: vstateless_class compiled
14822:
14823: * src/main/compile.C: compile compiled
14824:
14825: * src/: include/pa_array.h, include/pa_operation.h,
14826: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14827: main/pa_table.C: compile_tools compiled
14828:
14829: * src/: include/pa_operation.h, main/compile.y,
14830: main/compile_tools.C, main/compile_tools.h: started
14831: compile_tools. vagues ideas of how to free compiled code
14832:
14833: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14834: main/main.dsp, types/pa_value.C, types/pa_value.h,
14835: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14836: compiled
14837:
14838: 2003-01-29 paf
14839:
14840: * src/: include/pa_globals.h, include/pa_request.h,
14841: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14842: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14843: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14844: compiled
14845:
14846: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14847: now
14848:
14849: * src/: include/pa_array.h, include/pa_exception.h,
14850: include/pa_pool.h, main/pa_exception.C: gd compiled
14851:
14852: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14853: compiled
14854:
14855: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14856: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14857: types/pa_vfile.h: vfile compiled
14858:
14859: * src/: include/pa_common.h, include/pa_globals.h,
14860: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14861: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14862: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14863:
14864: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14865: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14866: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14867: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14868: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14869:
14870: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14871: main/main.dsp, main/untaint.C: more compiled
14872:
14873: * src/: include/pa_charsets.h, include/pa_request.h,
14874: include/pa_request_info.h, include/pa_string.h,
14875: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14876: types/pa_vresponse.h: vrequest compiled
14877:
14878: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14879: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14880: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14881:
14882: * src/: classes/classes.h, include/pa_charset.h,
14883: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14884: include/pa_request.h, include/pa_string.h, main/main.dsp,
14885: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14886: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14887: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14888: types/pa_vrequest.C, types/pa_vrequest.h,
14889: types/pa_vstateless_class.h, types/pa_vstring.h,
14890: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14891:
14892: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14893: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14894: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14895: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14896: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14897: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14898: types/pa_vobject.h, types/pa_vstateless_class.h,
14899: types/pa_vstateless_object.h, types/pa_vstatus.h,
14900: types/pa_vstring.h, types/types.dsp: vmath compiled
14901:
14902: 2003-01-28 paf
14903:
14904: * src/: classes/classes.h, classes/date.C, classes/file.C,
14905: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14906: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14907: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14908: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14909: compile_tools
14910:
14911: * src/: include/pa_charset.h, include/pa_exception.h,
14912: include/pa_request.h, include/pa_string.h, main/untaint.C:
14913: untaint compiled
14914:
14915: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14916: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14917: more compiled. struck with string::store_to needing to know
14918: source/client charsets
14919:
14920: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14921: types/pa_vfile.h: uue compiled
14922:
14923: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14924: table compiled
14925:
14926: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14927: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14928:
14929: * src/: include/pa_charset.h, main/pa_charset.C,
14930: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14931: introduced]
14932:
14933: * src/: classes/date.C, include/pa_charset.h,
14934: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14935: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14936: pa_charsets compiled
14937:
14938: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14939: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14940:
14941: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14942: common compiled
14943:
14944: * src/: include/pa_charsets.h, main/pa_charsets.C,
14945: main/pa_sql_driver_manager.C: pa_charsets compiled
14946:
14947: * src/: include/pa_array.h, include/pa_charset.h,
14948: include/pa_charsets.h, include/pa_pool.h,
14949: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14950: include/pa_stack.h, include/pa_string.h,
14951: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14952: sql_driver_manager compiled
14953:
14954: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14955: letter i with two dots added to koi, all ukranian letters added
14956: to win1251.
14957:
14958: typographic simbol 0xb9 deleted from win1251 [strange one & were
14959: abscent from koi]
14960:
14961: 2003-01-27 paf
14962:
14963: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14964: include/pa_sql_driver_manager.h, include/pa_string.h,
14965: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14966: sql/pa_sql_driver.h: paused on sql_manager
14967:
14968: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14969: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14970: include/pa_stack.h, main/pa_sql_driver_manager.C,
14971: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14972:
14973: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14975: include/pa_table.h, main/pa_sql_driver_manager.C,
14976: main/pa_table.C: table compiled
14977:
14978: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14979: cache_managers compiled
14980:
14981: * src/: include/pa_array.h, include/pa_charset.h,
14982: include/pa_pool.h, main/pa_charset.C: charset compiled
14983:
14984: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14985:
14986: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14987: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14988: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14989: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14990: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14991:
14992: 2003-01-24 paf
14993:
14994: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14995: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14996: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14997: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14998: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14999: types/pa_vint.h, types/pa_vjunction.h,
15000: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15001: types/pa_vstatus.h, types/pa_vstring.h: more patched
15002:
15003: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15004: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15005: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15006: main/pa_string.C, main/pa_table.C: string compiled
15007:
15008: * src/: include/pa_array.h, include/pa_common.h,
15009: include/pa_dictionary.h, include/pa_exception.h,
15010: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15011: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15012: main/pa_string.C: dictionary compiled
15013:
15014: 2003-01-23 paf
15015:
15016: * src/: include/pa_array.h, include/pa_common.h,
15017: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15018: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15019: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15020: types/pa_value.h: resurrected pool in new sense: now it's
15021: factory, producing&accounting memory chunks for read[autofree]
15022: buffers
15023:
15024: * src/: include/pa_array.h, include/pa_exception.h,
15025: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15026: main/pa_exception.C, main/pa_table.C: table compiled
15027:
15028: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15029: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15030: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15031: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15032: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15033: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15034: main/pa_table.C: aint that easy
15035:
15036: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15037: main/main.dsp: continued with Hash
15038:
15039: * src/main/pa_common.C: connect_string allocated on heap[wes on
15040: stack] now. and exception can be reported OK now [can be reported
15041: outside of pro c with that stack]
15042:
15043: 2003-01-22 paf
15044:
15045: * src/: include/pa_array.h, include/pa_charset.h,
15046: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15047: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15048: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15049: base: contains references_count. auto_ptr template calls
15050: add_ref/release
15051:
15052: 2003-01-21 paf
15053:
15054: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15055: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15056: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15057: classes/op.C, classes/response.C, classes/string.C,
15058: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15059: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15060: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15061: include/pa_config_fixed.h, include/pa_config_includes.h,
15062: include/pa_dictionary.h, include/pa_dir.h,
15063: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15064: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15065: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15066: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15067: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15068: include/pa_stack.h, include/pa_string.h,
15069: include/pa_stylesheet_connection.h,
15070: include/pa_stylesheet_manager.h, include/pa_table.h,
15071: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15072: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15073: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15074: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15075: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15076: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15077: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15078: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15079: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15080: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15081: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15082: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15083: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15084: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15085: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15086: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15087: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15088: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15089: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15090: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15091: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15092: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15093: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15094: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15095: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15096: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15097: types/pa_vstateless_object.h, types/pa_vstatus.C,
15098: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15099: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15100: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15101: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15102: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15103: 2002->2003
15104:
15105: 2003-01-16 paf
15106:
15107: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15108: src/main/pa_globals.C: http:// introducing $.any-status(1)
15109:
15110: * operators.txt, src/include/pa_config_fixed.h,
15111: src/main/pa_common.C: http request now return status. and not
15112: fail on status!=200
15113:
15114: 2003-01-15 paf
15115:
15116: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15117:
15118: 2003-01-14 paf
15119:
15120: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15121: mkinstalldirs: removed some ancient files [they in / really]
15122:
15123: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15124: regretfully needed patch in two places. in config_fixed.h made
15125: stubs for lib to compile in MSVC
15126:
15127: 2003-01-13 paf
15128:
15129: * config.guess, config.sub, ltmain.sh: removed last piece of
15130: configure.in(libtool) hacks
15131:
1.116 moko 15132: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15133: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15134: ltdl.h: moved to latest libtool (1.4.3)
15135:
15136: 2003-01-10 paf
15137:
15138: * src/lib/ltdl/: configure, configure.in: PROG_NM
15139:
15140: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15141: patches. libxml2 >= 2.5.1
15142: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15143: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15144: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15145:
15146: * INSTALL: moved to latest versions of xml libs libxml2 >=
15147: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15148: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15149: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15150:
15151: 2003-01-09 paf
15152:
15153: * INSTALL: xml,xslt,gdome lib urls updated
15154:
15155: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15156: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15157: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15158: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15159: 1.7.2
1.95 moko 15160:
15161: * depcomp: moving to automake 1.7.2
15162:
15163: 2002-12-27 paf
15164:
15165: * src/include/pa_version.h: 0007
15166:
15167: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15168: outdated parts, made links to language docs
15169:
15170: * src/include/pa_config_auto.h.in: comment
15171:
15172: 2002-12-26 paf
15173:
15174: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15175: not contain trailing / fixed.
15176:
15177: * INSTALL: changing SAFE_MODE politics
15178:
15179: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15180:
15181: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15182:
15183: 2002-12-25 paf
15184:
15185: * src/main/pa_globals.C: optimized-xml
15186:
15187: * src/main/pa_globals.C: optimized-as-is
15188:
15189: 2002-12-24 paf
15190:
15191: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15192: fixed [were really called with zero size when .html?a=&b=]
15193:
15194: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15195: with --with-sendmail
15196:
15197: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15198: fixed]
15199:
15200: 2002-12-23 paf
15201:
15202: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15203: ignoring parameters & were storing only string with default
15204: expires
15205:
15206: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15207: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15208: December 23, 2002 4:22 AM Subject: bug â
15209: Charset::transcode_buf2xchar
15210:
15211: 2002-12-20 paf
15212:
15213: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15214: non-cgi [script] runs
15215:
15216: 2002-12-19 paf
15217:
15218: * INSTALL: --without-iconv recommended [it crashes on some systems
15219: [tested on elik]] moreover, it's not needed there [parser
15220: registers charsets itself]
15221:
15222: * INSTALL: --without-iconv recommended [it crashes on some systems
15223: [tested on elik]]
15224:
15225: * operators.txt, src/include/pa_globals.h,
15226: src/include/pa_request.h, src/main/pa_globals.C,
15227: src/main/pa_request.C: $response:download
15228:
15229: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15230: compiler [win32]].
15231:
15232: 2002-12-18 paf
15233:
15234: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15235:
15236: 2002-12-17 paf
15237:
15238: * src/targets/cgi/parser3.C: merged die&iis changes
15239:
15240: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15241: to exit(1) 2. more flexible iilegal call check
15242:
15243: 2002-12-16 paf
15244:
15245: * ltmain.sh: some automakes silly insist on having this handy
15246:
15247: * src/main/untaint.C: filespec russian small 'r' changed to latin
15248: 'p' bug fix
15249:
15250: 2002-12-15 paf
15251:
15252: * src/main/untaint.C: filespec russian small 'r' changed to latin
15253: 'p'
15254:
15255: * configure.in, src/include/pa_config_auto.h.in,
15256: src/main/compile.C, src/main/pa_common.C: merged small changes
15257: from branch 6 to HEAD
15258:
15259: * src/main/compile.C: removed warning
15260:
15261: * src/main/pa_common.C: ftruncate having checked
15262:
15263: * configure.in, src/include/pa_version.h: new version
15264:
15265: 2002-12-14 paf
15266:
15267: * src/classes/table.C: removed unnecessary code
15268:
15269: * src/sql/pa_sql_driver.h: exception type fixed
15270:
15271: 2002-12-09 paf
15272:
15273: * src/types/pa_vvoid.h: $void.store[now] error
15274:
15275: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15276:
15277: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15278: tries to write core dump
15279:
15280: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15281:
15282: * src/: classes/hash.C, classes/string.C, classes/table.C,
15283: classes/void.C, main/pa_sql_driver_manager.C,
15284: sql/pa_sql_driver.h: changed exception handling mech in sql
15285: handlers #2
15286:
15287: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15288: exception handling mech in sql handlers
15289:
15290: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15291: handlers
15292:
15293: * src/: classes/hash.C, classes/string.C, classes/table.C,
15294: classes/void.C, main/pa_sql_driver_manager.C,
15295: sql/pa_sql_driver.h: changed exception handling mech in sql
15296: handlers
15297:
1.116 moko 15298: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15299: to write makefile which used libtool to install things, which is
15300: not needed
1.95 moko 15301:
15302: 2002-12-06 paf
15303:
15304: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15305: $hash.fields -- pseudo field to make 'hash' more like 'table'
15306:
15307: 2002-12-05 paf
15308:
15309: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15310: cc/bcc OK now
15311:
15312: * src/main/untaint.C: mail header closed properly
15313:
15314: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15315: header ',' allowed. still bugs in smtp [only one receiptient
15316: works, cc, bcc ignored now, and MAILED ;)]
15317:
15318: [strncpy killed, memnchr used]
15319:
15320: * src/main/pa_table.C: table-copy now current=0
15321:
15322: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15323: lowlevel proc
15324:
15325: * src/targets/cgi/parser3.C: more checks on
15326: http://domain/parser.cgi start [maybe some getenv returns "",
15327: checked that now
15328:
15329: * src/targets/cgi/parser3.C: more checks on
15330: http://domain/parser.cgi start [maybe some getenv returns "",
15331: checked that now
15332:
15333: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15334: out-of-mem errors reached log]
15335:
15336: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15337: mail:send MIME-Version default
15338:
15339: * src/main/main.dsp: pa_version included into main.dsp
15340:
15341: 2002-12-04 paf
15342:
15343: * src/types/pa_vform.C: $form:field string value cut by premature 0
15344:
15345: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15346: lib/libltdl -> lib/ltdl Win32 changes. s
15347:
15348: * src/classes/classes.awk: more strict *.C$
15349:
15350: * gnu.dsp: restored
15351:
1.116 moko 15352: * configure.in, gnu.dsp, src/lib/Makefile.am,
15353: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15354: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15355: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15356: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15357: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15358: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15359: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15360: now created with /configure, not ltdl/configure, so it does have
15361: no problems with automake. ltdl/configure
15362: AC_OUTPUT(Makefile<<removed)
1.95 moko 15363:
15364: 2002-12-02 paf
15365:
15366: * operators.txt: removed outdated status:db
15367:
15368: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15369: src/main/pa_common.C, src/main/pa_request.C,
15370: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15371: tainted parts becomes http-header
15372:
15373: 2002-11-29 paf
15374:
15375: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15376: dates now objects of type date
15377:
15378: * src/classes/image.C: file.seek removed [it were used in image.C
15379: only, and for parser user this means that jpeg image has bad
15380: size in fragment's header] now used image.format
15381:
15382: * src/: include/pa_common.h, main/pa_common.C,
15383: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15384: now handled exactly like $response:header values. e.g. can be
15385: hash [can have subattributes] & contain date values.
15386:
15387: * src/main/pa_common.C: http:// param values lang forced URI
15388:
15389: * src/main/pa_common.C: http:// tainted partes now %xx
15390:
15391: 2002-11-28 paf
15392:
15393: * operators.txt: http.timeout
15394:
15395: * src/classes/image.C: ^image.length now counts interchar space.
15396: plus space after last char
15397:
15398: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15399:
15400: * src/classes/image.C: ^image.font width measurer now scans full
15401: height [were -1]
15402:
15403: * configure.in: stopped double libltdl/Makefile generation
15404:
15405: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15406: chars [one top horizontal line of 1pixel height were missing]
15407:
15408: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15409: 'false' to go into (Hash *) parameter
15410:
15411: 2002-11-27 paf
15412:
15413: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15414: types/pa_vmail.C: response:body[file] if file nows it's name now
15415: returns content-disposition: >>attachment<<
15416:
15417: * src/classes/image.C: ^image.font << bad font file-size now
15418: properly reported
15419:
15420: 2002-11-26 paf
15421:
15422: * src/main/pa_request.C: fixed lang in reponse header
15423:
15424: * src/main/pa_common.C: utf8 prefix ignored @read text
15425:
15426: * operators.txt, src/main/pa_common.C: http:// response status!=200
15427: made exception: http.status with source=bad status#
15428:
15429: 2002-11-25 paf
15430:
15431: * configure.in, src/classes/image.C,
15432: src/include/pa_config_auto.h.in,
15433: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15434: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15435: const void related probs fixed
1.95 moko 15436:
15437: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15438:
15439: $file[^file::load[http://there]] $file.SERVER
15440:
15441: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15442: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15443: http options [invalid onces now reported] made default
15444: user-agent: paf
15445:
15446: * operators.txt, src/classes/file.C, src/classes/table.C,
15447: src/classes/xdoc.C, src/include/pa_common.h,
15448: src/include/pa_globals.h, src/main/pa_common.C,
15449: src/main/pa_globals.C, src/main/pa_request.C,
15450: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15451: now understand http:// prefix and additional params, sample:
15452: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15453: $.USER-AGENT[parser3] ]]
15454:
15455: 2002-11-22 paf
15456:
15457: * src/classes/image.C, src/include/pa_globals.h,
15458: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15459: src/types/pa_vimage.h, operators.txt: $image.exif support
15460: $image.exif.DateTime & co
15461:
15462: 2002-11-21 paf
15463:
15464: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15465: _PASS_APPENDED)
15466:
15467: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15468: EXIF information [were big block and it's size were considered
15469: negative :(]
15470:
15471: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15472: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15473: internals rewritten. no there's reader.seek, and all's ready for
15474: EXIF extraction [now we fail to measure files with EXIF info]
15475:
15476: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15477: O_TRUNC truncates even exclusevely write-locked file [thanks to
15478: Igor Milyakov <virtan@rotabanner.com> for discovering]
15479:
15480: 2002-11-20 paf
15481:
15482: * src/targets/cgi/parser3.C: logging @signal += query_string
15483:
15484: * configure.in, src/include/pa_config_auto.h.in,
15485: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15486: comment
15487:
15488: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15489:
15490: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15491: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15492: currently processed document SIGPIPE >> interrupts request
15493: processing [exception = DB rollback]
15494:
15495: * src/main/pa_exec.C: comment
15496:
15497: * src/main/pa_exec.C: pa_exec: data written only if size>0
15498:
15499: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15500: << disable HTTP-POST repassing
15501:
15502: * src/: include/pa_config_fixed.h, main/pa_common.C,
15503: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15504: pipe read errors now checked
15505:
15506: 2002-11-19 paf
15507:
15508: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15509: CGI: Illegal call
15510:
15511: 2002-11-01 paf
15512:
15513: * src/main/execute.C: comment
15514:
15515: 2002-10-31 paf
15516:
15517: * src/main/execute.C: found out why, checked that for now. todo:
15518: find out a way for that user could do that
15519:
15520: * src/types/pa_vstateless_object.h: object put replaces static
15521: parent if any
15522:
15523: * src/types/pa_vobject.C: object put replaces static parent if any
15524:
15525: * src/: classes/form.C, classes/mail.C, classes/op.C,
15526: classes/xnode.h, main/compile.tab.C, main/execute.C,
15527: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15528: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15529: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15530: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15531: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15532: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15533: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15534: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15535: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15536: types/pa_vstateless_object.h, types/pa_vstatus.C,
15537: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15538: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15539: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15540: types/pa_wwrapper.h: static fix merged
15541:
15542: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15543: $virtual_fields in dynamic, but one can reach derived
15544: static[class] variable from base
15545:
15546: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15547: types/pa_vobject.C, types/pa_vobject.h,
15548: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15549: statics, left $virtual_fields in dynamic
15550:
15551: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15552: one can't remember derivates in base class: there's so many of
15553: them. also there can be no virtual method calls in static
15554: classes
15555:
15556: * src/: classes/form.C, classes/mail.C, classes/op.C,
15557: classes/xnode.h, main/execute.C, main/pa_request.C,
15558: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15559: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15560: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15561: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15562: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15563: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15564: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15565: types/pa_vresponse.C, types/pa_vresponse.h,
15566: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15567: types/pa_vstateless_object.h, types/pa_vstatus.C,
15568: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15569: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15570: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15571: types/pa_wwrapper.h: static call $self fixed
15572:
15573: * src/main/execute.C: comment
15574:
15575: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15576: ^process[$caller.self]{...} now compiles to last derived object
15577: part of that 'self'
15578:
15579: 2002-10-29 paf
15580:
15581: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15582: re-passing [iis to blame]
15583:
15584: * src/classes/string.C: changed string.save to pass current sql
15585: connection to cstr thus one can ^connect[some server]{
15586: $s[insert into table x (x) values (^taint[sql]{value})]
15587: ^s.save[some.sql] } and he'd get in some.sql file code with
15588: properly escaped. [tried in mssql->mysql export->import of
15589: binary data]
15590:
15591: 2002-10-25 paf
15592:
15593: * src/types/pa_vresponse.C: case insensitive response user fields
15594: get/put
15595:
15596: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15597: types/pa_vresponse.C: saving for maybe-future
15598:
15599: 2002-10-23 paf
15600:
15601: * operators.txt, src/classes/table.C: ^table.hash{code}...
15602: ^table.hash(expr)...
15603:
15604: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15605:
15606: 2002-10-22 paf
15607:
15608: * src/types/: pa_vform.C, pa_vform.h: removed needless
15609: VForm::Append...(...Value)
15610:
15611: * src/main/execute.C: $.name outside of $name[...] checked
15612:
15613: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15614: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15615:
15616: 2002-10-21 paf
15617:
15618: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15619: $form:qtail $form:imap.x/y
15620:
15621: * operators.txt, src/types/pa_vform.C: $form:nameless =
15622: "?value&...", "...&value&...", "...&value"
15623:
15624: * operators.txt, src/types/pa_vform.C: $form:image-map
15625:
15626: * operators.txt, src/classes/file.C: /some/page.html:
15627: ^file:fullpath[a.gif] => /some/a.gif
15628:
15629: 2002-10-17 paf
15630:
15631: * src/main/: compile.tab.C, compile.y: operators precedence changed
15632: a little: logical not and bitwise negation precedence made
15633: highest, << and >> bitshits precedence made equal [were << higher
15634: than >>]
15635:
15636: * src/classes/op.C: exception handling fixed [were bad with
15637: contexts]
15638:
15639: 2002-10-16 paf
15640:
15641: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15642: main/pa_request.C: Request::self considered equal to
15643: VMethodFrame::self, and removed, Request::get_self() mapped to
15644: VMethodFrame.self()
15645:
15646: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15647: $hash in open field now gives old good error meesage
15648:
15649: 2002-10-15 paf
15650:
15651: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15652: use ^if($junction is junction){was and now true}
15653:
15654: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15655: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15656: types/pa_vxnode.C: xml->parser strings now have origin, which
15657: points to place where value left xml library and came to parser:
15658: place of dom field extraction/call
15659:
15660: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15661: main/compile.tab.C, main/compile.y, main/execute.C,
15662: types/pa_vmethod_frame.h: removed last pieces of old code
15663: allowing $junction.xxx at compile time
15664:
15665: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15666: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15667: objects also considered [were only classes]
15668:
15669: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15670: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15671: with CLASS self. [ (request&method_frame).self temporarily
15672: changed ]
15673:
15674: * src/classes/: hash.C, op.C: method_frame now always changed, with
15675: no exception to native calls. for&foreach changed to use
15676: method_frame.caller for their var's name context
15677:
15678: * src/: main/execute.C, targets/cgi/parser3.C,
15679: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15680: compiling to system classes disabled
15681:
15682: * operators.txt, src/classes/op.C:
15683: ^process[$caller.CLASS]{code-string} added
15684:
15685: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15686: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15687: src/types/Makefile.am, src/types/pa_vjunction.C,
15688: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15689: src/types/types.dsp: removed $junction.get $junction.set[]
15690: introducing $caller
15691:
15692: * src/types/pa_value.h: removed outdated comments. doxygen would
15693: find them lower by inheritance tree
15694:
15695: * src/types/pa_vjunction.C: ident
15696:
15697: 2002-10-14 paf
15698:
15699: * src/classes/op.C: process compiles to code's class class
15700:
15701: * src/: classes/form.C, classes/mail.C, classes/op.C,
15702: include/pa_request.h, main/compile.C, main/compile.tab.C,
15703: main/compile.y, main/execute.C, main/pa_request.C,
15704: types/pa_vstateless_class.h: operators now main-class-methods
15705:
15706: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15707: better stack trace [has "call" & co there]
15708:
15709: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15710: operators @auto now executed in MAIN context
15711:
15712: * src/main/execute.C: operator execution context now = MAIN, not
15713: closest stack frame
15714:
15715: @touchit[] $i[after]
15716:
15717: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15718: were 'after'
15719:
15720: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15721: 'after'
15722:
15723: * src/main/execute.C: comment
15724:
15725: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15726: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15727: action]
15728:
15729: * src/types/pa_vxnode.C: misreplace fixed
15730:
15731: * configure, configure.in, src/include/pa_config_auto.h.in,
15732: src/types/pa_vstatus.C, operators.txt:
15733: $status:rusage.tv_secs/usecs introduced
15734:
15735: 2002-10-09 paf
15736:
15737: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15738: on empty string [or uses (default)]
15739:
15740: 2002-10-08 paf
15741:
15742: * src/main/untaint.C: mail header quoted printable changed after
15743: RFC reread
15744:
15745: * operators.txt: plan on ^if(method
15746:
15747: * src/types/pa_vxnode.C: misreplace
15748:
15749: 2002-09-24 paf
15750:
1.116 moko 15751: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15752:
15753: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15754: mailreceive would compile on freebsd now
15755:
15756: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15757: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15758: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15759: mailreceive would compile on freebsd now
1.95 moko 15760:
15761: * src/: classes/file.C, main/untaint.C: 1. file spec language
15762: changed: now there are only few chars are untainted: * ? ' " < >
15763: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15764: one should use ^untaint[uri]{...} now]
15765:
15766: 2. $list[^file:list[dir]] now returns simply tainted names in
15767: $list.name, not tainted as filespec
15768:
15769: @russianindex[] #dir with files with russian-lang names
15770: $where[dir]
15771:
15772: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15773: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15774:
15775: 2002-09-23 paf
15776:
15777: * src/types/pa_vdouble.h: double->int round added
15778:
15779: * src/classes/date.C: date bug fix, now
15780: round(floatDays*secondsPerDay)
15781:
15782: * src/classes/date.C: date bug fix, now
15783: round(floatDays*secondsPerDay)
15784:
15785: 2002-09-20 paf
15786:
15787: * src/main/execute.C: code junction calls disabled [before: code
15788: was compiled in such a way, that there were no code-junctions in
15789: OP_CALL]
15790:
15791: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15792:
15793: @badjunctioncallinside[code] ^code[]
15794:
15795: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15796: expanding to include ^junction.method
15797:
15798: * src/main/pa_common.C: -d "DIR/" now true
15799:
15800: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15801: as internal xdoc encoding, and after decoding attributes set by
15802: dom functions now encoded OK, not as digital entities
15803:
15804: * src/classes/xdoc.C: empty transform result, being taken as file
15805: now returns empty file, not raises stupid error about "stat-ed
15806: file"
15807:
15808: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15809: allowed
15810:
15811: * src/types/types.dsp: introducing $junction.get/put(1) one can
15812: write iterators now:
15813:
15814: ^user-foreach[key;value]{$key=$value<br>}
15815:
15816: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15817: $code.value($i*2) $code }
15818:
15819: * src/main/compile_tools.h: mistype
15820:
1.116 moko 15821: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15822: thus taking linking options configure changes into account [were:
15823: ignoring]
1.95 moko 15824:
15825: * src/types/: pa_vjunction.C, Makefile.am: introducing
15826: $junction.get/put(1) one can write iterators now:
15827:
15828: ^user-foreach[key;value]{$key=$value<br>}
15829:
15830: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15831: $code.value($i*2) $code }
15832:
15833: * src/: include/pa_opcode.h, include/pa_request.h,
15834: main/compile.tab.C, main/compile.y, main/execute.C,
15835: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15836: introducing $junction.get/put(1) one can write iterators now:
15837:
15838: ^user-foreach[key;value]{$key=$value<br>}
15839:
15840: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15841: $code.value($i*2) $code }
15842:
15843: 2002-09-19 paf
15844:
1.116 moko 15845: * Makefile.am: new: make commit
1.95 moko 15846:
15847: * aclocal.m4: forced to be older
15848:
15849: 2002-09-18 paf
15850:
15851: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15852: src/main/compile.y, src/main/execute.C: << >> int shifts
15853:
15854: * src/: include/pa_common.h, include/pa_request.h,
15855: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15856: - now this - fatal error
15857:
15858: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15859: that one can pass binary data there
15860:
15861: * src/: classes/date.C, classes/double.C, classes/file.C,
15862: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15863: classes/op.C, classes/response.C, classes/string.C,
15864: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15865: include/pa_request.h: pa_request contexts made privated, plus
15866: get_{self/method_frame} to read. Request_context_saver used in
15867: ^try to save flang too. [were not saved]
15868:
15869: * src/types/pa_vresponse.C: header value chains joined before
15870: output, this should help $.subject[$var $var] from being
15871: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15872:
15873: 2002-09-17 paf
15874:
15875: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15876: removed changes, operators executed with calling self. lots of
15877: code with ^include code relies on defined/defining self variables
15878:
15879: $a[1] ^include[print_a.p] print_a.p: $a
15880:
15881: ^include[set_a.p] a=$a set_a.p: $a[1]
15882:
15883: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15884: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15885: types/pa_vstateless_class.h: operators now executed with MAIN
15886: self. it's for ^include sake, too strong a change
15887:
15888: * src/classes/op.C: made place for ^process to compile it's code to
15889: in case of no self
15890:
15891: * src/main/execute.C: found ancient param to Junction, removed.
15892: allowed passing self to native_code_operators [for ^process to
15893: work, she needs self]
15894:
15895: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15896: types/pa_vstateless_class.h: found ancient param to Junction,
15897: removed. allowed passing self to native_code_operators [for
15898: ^process to work, she needs self]
15899:
15900: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15901: types/pa_value.h, types/pa_vmethod_frame.h,
15902: types/pa_vstateless_class.h: allowed Request.self to be 0,
15903: checked that in VMethodFrame get/put and $self.
15904:
15905: * src/classes/: table.C, xdoc.C: table::sql options table::create
15906: copy options options checked, wrong option now fatal error
15907:
15908: * src/main/pa_string.C: string.replace fixed [were missing words on
15909: pieces boundaries]
15910:
15911: * bin/auto.p.dist.in: strange \n
15912:
15913: * configure, configure.in: .so now detected [can be .sl on hpux,
15914: .dll on cygwin, .so in other cases)
15915:
1.116 moko 15916: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15917: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15918:
15919: * operators.txt, src/classes/hash.C, src/classes/table.C,
15920: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15921: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15922: record taken [were last]
15923:
15924: * src/: classes/hash.C, classes/table.C,
15925: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15926: now errors
15927:
15928: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15929:
15930: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15931: ,2,3]
15932:
15933: 2002-09-16 paf
15934:
15935: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15936: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15937: stdout to be binary. now detected closest header break.
15938:
15939: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15940: closed right
15941:
15942: 2002-09-13 paf
15943:
15944: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15945: src/main/compile_tools.h: (expression #comment)
15946:
15947: (multiline expression #comment line2 #comment )
15948:
15949: (expression #comment with (brackets) comment) << OK
15950:
15951: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15952: bitwise !|| numerical xor now [preparing for expression
15953: #comments]
15954:
15955: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15956: error
15957:
15958: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15959: cheched in pa_socks.C
15960:
1.116 moko 15961: * configure, configure.in, src/include/pa_config_auto.h.in:
15962: HAVE_WINSOCK_H created in configure.in
1.95 moko 15963:
15964: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15965: cookie date now clean [were mistakenly tainted & that worked bad
15966: with opera -- 'happily' that worked OK with msie]
15967:
15968: 2002-09-12 paf
15969:
15970: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15971: VClass get_element now first looks to fields, next to methods &
15972: co todo: the rest reason: more speed
15973:
15974: * src/main/untaint.C: quoted printable encoding stops before
15975: \s*<...>$
15976:
15977: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15978: stops before <...>$
15979:
15980: 2002-09-11 paf
15981:
15982: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15983: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15984: forgot to check users of those funcs. not all were using that
15985: return value convention
15986:
15987: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15988: windows-1254 added
15989:
15990: 2002-09-10 paf
15991:
15992: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15993: VCodeFrame parent param were specified badly
15994:
15995: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15996: WWrapper which used in constructing objects(second param to sql
15997: method) ^...sql{}[$.default{code}] now has parent, wich helps
15998: code in hash to survivi
15999:
16000: * src/: include/pa_request.h, main/execute.C: removed redundant
16001: param to execute [stack said 'thanks']
16002:
16003: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16004: types/pa_value.h, types/pa_vcode_frame.h,
16005: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16006: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16007: responsibility to wcontext
16008:
16009: * src/classes/file.C: decided not to log exec's with stderr, that
16010: could be warnings, and it's up to scritper to log/show them
16011:
16012: * src/: classes/double.C, main/execute.C: double:sql badly called
16013: write_assign_lang, not write_no_lang, thus doing unnecessary
16014: double/string converstion, which were loosing time&precesion
16015:
16016: * src/: main/pa_charset.C, types/pa_vmail.C:
16017: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16018: case of unfinished in buffer processing, causing accidental
16019: transcode stop [in case that source enc != utf-8 & there is
16020: incomplete utf-8 sequence at the end of 16000block iside of
16021: libxml lib] tfm readed & code updated
16022:
16023: 2002-09-04 paf
16024:
16025: * configure: makes with sjlj
16026:
16027: * INSTALL, src/include/pa_config_fixed.h,
16028: src/include/pa_sql_connection.h,
16029: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16030: checked. on win32 it made default
16031:
16032: * src/include/pa_config_auto.h.in: sjlj define
16033:
16034: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16035: can not work with longjump/throw pair, and one must switch that
16036: on there. todo: detect that automatically]
16037:
16038: * src/types/pa_vxnode.C: removed too strong checks of
16039: xnode.elements. now, for instance, if element does not have any
16040: attributes, $xnode.attributes is void, not error
16041:
16042: 2002-09-02 paf
16043:
16044: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16045: removed double_result, didn't help
16046:
16047: * src/main/execute.C: double_result made to move that var away from
16048: hungry g++ optimizer (-O2), before: it were optimized and
16049: comparison operators worked badly
16050:
16051: * src/types/pa_vdate.h: removed debug
16052:
1.116 moko 16053: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16054:
16055: * src/main/execute.C: fixed numeric < & co so that thay now use
16056: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16057: unknown reason.
16058:
16059: 2002-08-29 paf
16060:
16061: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16062: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16063: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16064: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16065: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16066: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16067: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16068: [called less frequent, allowed to remove ugly
16069: Junction.change_context-s from many places, switch,
16070: mail:send..html{}, ..] request.root renamed to method_frame [more
16071: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16072: [speed up]
16073:
16074: 2002-08-28 paf
16075:
16076: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16077: tainted
16078:
16079: * src/types/pa_vcookie.C: fixed cookie delete when
16080: $cookie:name[$.value[]]
16081:
16082: * operators.txt, src/classes/string.C:
16083: ^string.split[delim[;options]]
16084:
16085: 2002-08-27 paf
16086:
1.116 moko 16087: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16088:
16089: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16090: delimiter
16091:
16092: * INSTALL: recommended latest gmime 1.0.5
16093:
16094: 2002-08-26 paf
16095:
16096: * configure, configure.in: apache13/hook added to make dist.
16097:
16098: 2002-08-23 paf
16099:
16100: * src/: include/pa_common.h, main/pa_common.C,
16101: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16102: beside binary [cgi, isapi] not accessible [due to bad rights or
16103: whatever] it's error now
16104:
16105: 2002-08-21 paf
16106:
1.116 moko 16107: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16108:
16109: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16110: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16111: class". compiled as if here they named base class
16112:
16113: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16114: cloning constructor]
16115:
16116: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16117:
16118: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16119: src/types/pa_vfile.C, src/types/pa_vmail.C:
16120: $mail.received.file.value.content-type fixed
16121:
16122: 2002-08-20 paf
16123:
16124: * src/classes/file.C: fixed language of file:file result
16125:
16126: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16127: from 3.0.0005
16128:
16129: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16130:
16131: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16132: 3.0.0005
16133:
16134: * src/classes/void.C, operators.txt: ^void.length[] = 0
16135:
16136: 2002-08-19 paf
16137:
16138: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16139: work now
16140:
16141: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16142: error in xnode, which were not catched in xdoc]
16143:
16144: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16145: prepared: // validate each document after load/create (?)
16146: //xmlDoValidityCheckingDefaultValue = 1;
16147:
16148: 2002-08-15 paf
16149:
16150: * src/classes/classes.h: write to static var caused useless
16151: Exception, introduced Methoded::put_element wich consumes those
16152:
16153: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16154: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16155: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16156: $response:field[date] $response:field[$.xxx[date]]
16157:
16158: * src/: classes/hash.C, classes/string.C, classes/table.C,
16159: classes/void.C, include/pa_sql_connection.h: fixed source of
16160: ^hash::sql{bad}
16161:
16162: * operators.txt: $request:body unprecessed POST request body
16163:
16164: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16165:
16166: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16167: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16168:
16169: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16170: src/include/pa_request.h, src/main/pa_pool.C,
16171: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16172: $request:body r.post_data now const
16173:
16174: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16175: classes/xnode.C, main/execute.C, types/pa_value.h,
16176: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16177: types/pa_vtable.h: instead of type() checking everywhere used
16178: Value.as now user descendants can be used in params.
16179:
16180: VObject::as_*, is_defined now taken from bases. xtable(table)
16181: ^if($xtable) now OK
16182:
16183: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16184: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16185: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16186:
16187: 2002-08-14 paf
16188:
16189: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16190: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16191: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16192: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16193: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16194: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16195: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16196: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16197: types/pa_vresponse.C, types/pa_vresponse.h,
16198: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16199: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16200: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16201: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16202: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16203: & VClass
16204:
16205: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16206:
16207: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16208: removed fixopt stupidity. on stupid linux use cd /document/root
16209: ../cgi/parser3 script
16210:
16211: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16212: params, splitting them by space, excluding argv[0], argv[argc-1]
16213:
16214: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16215: fixopt.h: fixopt now preprocesses command line params, splitting
16216: them by space, excluding argv[0], argv[argc-1]
16217:
16218: * src/targets/cgi/parser3.C: -f config file
16219:
16220: * src/targets/cgi/parser3.C: fixed .log file dir
16221:
16222: 2002-08-13 paf
16223:
16224: * src/types/pa_vobject.C: allow override parent variables, useful
16225: for form descendants [in vobject too, were in vclass]
16226:
16227: * src/types/pa_vclass.C: allow override parent variables, useful
16228: for form descendants
16229:
16230: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16231: overwritten in derived(table)
16232:
16233: * src/: classes/form.C, classes/mail.C, classes/op.C,
16234: classes/xnode.h, include/pa_request.h, main/execute.C,
16235: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16236: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16237: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16238: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16239: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16240: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16241: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16242: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16243: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16244: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16245: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16246: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16247: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16248: Value::get_element(..., bool looking_down) [needed to exclude
16249: endless recoursion]
16250:
16251: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16252: fix bug with put endless recoursion todo: check 'as'
16253:
16254: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16255: reorganized modules todo: fix bug with put endless recoursion
16256: todo: check 'as'
16257:
16258: * src/types/pa_vobject.h: checked: table fields can be overwritten
16259: in derived(table)
16260:
16261: * src/types/pa_vobject.h: derived classes can have fields of their
16262: own now
16263:
16264: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16265: fixed error message on using non-created table
16266:
16267: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16268: classes/op.C, classes/xnode.h, include/pa_request.h,
16269: main/compile.C, main/compile.tab.C, main/execute.C,
16270: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16271: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16272: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16273: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16274: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16275: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16276: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16277: types/pa_vresponse.C, types/pa_vresponse.h,
16278: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16279: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16280: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16281: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16282: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16283: looking down/up tree todo: fix error message on non-constructed
16284: parents
16285:
16286: 2002-08-12 paf
16287:
16288: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16289: derived OK
16290:
16291: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16292: thorough testing
16293:
16294: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16295: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16296: types/pa_vobject.h, types/pa_vstateless_class.h,
16297: types/pa_vstateless_object.h, types/pa_wcontext.h,
16298: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16299: ^base:create[] dynamic call rewritten todo: thorough testing
16300:
16301: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16302: now instantates base class, remembers it and saves child in
16303: parent VObject.get_class now returns last child = downward
16304: virtual calls OK
16305:
16306: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16307: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16308: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16309: types/pa_vobject.h, types/pa_vresponse.h,
16310: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16311: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16312: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16313: VAliased [redundant], moved $CLASS to VObject only [parser class
16314: instance]
16315:
16316: * bin/auto.p.dist.in: more like in dist on parser.ru
16317:
16318: * bin/auto.p.dist.in: fixed sendmail default comment
16319:
16320: * src/main/pa_request.C: $response:body[file] content-type check
16321: fixed [were bad when content-type is hash]
16322:
16323: 2002-08-09 paf
16324:
16325: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16326: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16327:
16328: 2002-08-08 paf
16329:
16330: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16331: src/main/pa_globals.C: year column in month calendar [week year]
16332:
16333: * src/main/execute.C: error reporting on object writes to MAIN
16334: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16335:
16336: * operators.txt, src/types/pa_vdate.h: $date.yearday
16337: $date.daylightsaving
16338:
16339: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16340: use tainted data now. only she must specify the language.
16341:
16342: ^mail:send[ $.from[paf@mail.design.ru]
16343: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16344: $.text[^taint[uri][ìîñêâà]=] ]
16345:
16346: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16347: now prints more precise origin
16348:
16349: * src/include/pa_string.h: String::first_char now not fails on
16350: empty strings ^if(-f '') now ok and in 3 other places.
16351:
16352: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16353: String::first_char now not fails on empty strings ^if(-f '') now
16354: ok and in 3 other places.
16355:
16356: 2002-08-07 paf
16357:
16358: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16359: fixed
16360:
16361: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16362:
16363: * src/: main/execute.C, types/pa_vcode_frame.h,
16364: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16365: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16366: mistakenly not completely transparent to object writes.
16367: $hash[^if(1){$hash}] now works
16368:
16369: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16370: now erasing cache file [there were bad check on that]
16371:
16372: * src/: classes/classes.dsp, classes/table.C,
16373: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16374: all Debug dirs in .dsp now named 'Debug'
16375:
1.116 moko 16376: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16377:
16378: * operators.txt, src/classes/mail.C: exception_type email.send
16379:
16380: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16381:
16382: * src/types/pa_vmail.C: mail:send empty email checked
16383:
16384: 2002-08-06 paf
16385:
16386: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16387: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16388: ^table::create[$source;$.options] ^table::join[$source;$.options]
16389:
16390: * operators.txt, src/classes/hash.C, src/classes/string.C,
16391: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16392: # $.default() }
16393:
16394: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16395:
16396: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16397: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16398: $file.content-type [instead of .mime-type] now works for
16399: file::stat also
16400:
16401: * src/main/pa_request.C: case insensitive mime_type_of
16402:
16403: * bin/auto.p.dist.in: jpeg
16404:
16405: 2002-08-05 paf
16406:
16407: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16408:
16409: * src/types/pa_vmail.C: file buffer relocated to parser heap
16410:
16411: * operators.txt: comment on date:calendar week column
16412:
16413: * src/main/pa_common.C: write checked
16414:
16415: * src/main/: pa_common.C: write checked
16416:
16417: * src/classes/date.C: +1 buf size for stupid snprintfs
16418:
16419: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16420: month calendar week column [ISO 8601 Week Numbers]
16421:
16422: 2002-08-02 paf
16423:
16424: * src/: include/pa_config_fixed.h, main/pa_string.C,
16425: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16426: DEBUG*
16427:
16428: * configure, configure.in, src/include/pa_version.h: release
16429: 3_0_0005
16430:
16431: * bin/auto.p.dist.in: unhandled_exception comments
16432:
16433: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16434: multipart post fixed
16435:
16436: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16437: response transcoded source->client only when text/* or simple
16438: onoverridden $response:body
16439:
16440: 2002-08-01 paf
16441:
16442: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16443: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16444: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16445: classes/op.C, classes/response.C, classes/string.C,
16446: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16447: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16448: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16449: include/pa_config_fixed.h, include/pa_dictionary.h,
16450: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16451: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16452: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16453: include/pa_socks.h, include/pa_sql_connection.h,
16454: include/pa_sql_driver_manager.h, include/pa_stack.h,
16455: include/pa_string.h, include/pa_stylesheet_connection.h,
16456: include/pa_stylesheet_manager.h, include/pa_table.h,
16457: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16458: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16459: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16460: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16461: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16462: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16463: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16464: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16465: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16466: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16467: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16468: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16469: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16470: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16471: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16472: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16473: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16474: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16475: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16476: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16477: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16478: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16479: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16480: types/pa_vmethod_frame.h, types/pa_vobject.h,
16481: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16482: types/pa_vresponse.h, types/pa_vstateless_class.C,
16483: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16484: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16485: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16486: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16487: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16488: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16489:
16490: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16491: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16492: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16493: classes/math.C, classes/op.C, classes/response.C,
16494: classes/string.C, classes/table.C, classes/void.C,
16495: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16496: include/pa_array.h, include/pa_cache_managers.h,
16497: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16498: include/pa_config_fixed.h, include/pa_config_includes.h,
16499: include/pa_dictionary.h, include/pa_dir.h,
16500: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16501: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16502: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16503: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16504: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16505: include/pa_stack.h, include/pa_string.h,
16506: include/pa_stylesheet_connection.h,
16507: include/pa_stylesheet_manager.h, include/pa_table.h,
16508: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16509: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16510: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16511: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16512: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16513: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16514: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16515: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16516: main/pa_sql_driver_manager.C, main/pa_string.C,
16517: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16518: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16519: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16520: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16521: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16522: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16523: targets/isapi/pool_storage.h, types/pa_valiased.C,
16524: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16525: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16526: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16527: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16528: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16529: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16530: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16531: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16532: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16533: types/pa_vresponse.C, types/pa_vresponse.h,
16534: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16535: types/pa_vstateless_object.h, types/pa_vstatus.C,
16536: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16537: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16538: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16539: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16540: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16541: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16542: types/Makefile.am: ident.C* removed
16543:
16544: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16545: file:find[/can/do/this/now.txt]
16546:
16547: * src/targets/cgi/parser3.C: usage to stdout now
16548:
16549: 2002-07-31 paf
16550:
16551: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16552:
16553: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16554: default "postmaster"
16555:
16556: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16557: -f postmaster now default sendmail key word "postmaster"
16558: replaced to $.from
16559:
16560: 2002-07-30 paf
16561:
1.116 moko 16562: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16563: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16564:
16565: * src/main/pa_charset.C: comment
16566:
16567: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16568: table, &#decimal;
16569:
16570: * src/main/pa_request.C: comment
16571:
16572: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16573: paragraf]
16574:
16575: 2002-07-11 paf
16576:
16577: * src/main/pa_exec.C: build command line badly added params twice
16578: [and first time without ' ']. double wrong. fixed.
16579:
16580: * src/main/pa_exec.C: invalid .exe caused error message with params
16581: wich parser did not provide = reported badly. fixed that.
16582:
16583: * src/classes/mail.C: $MAIL[ # xxx ]
16584:
16585: now ok
16586:
16587: * operators.txt: plan: sql detailed exception
16588:
16589: 2002-07-01 paf
16590:
16591: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16592: [MForm.configure_admin were called when request.main_class ==0
16593:
16594: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16595:
16596: * src/classes/form.C: content_length type fix
16597:
16598: 2002-06-30 paf
16599:
16600: * src/classes/mail.C: merged from 4
16601:
16602: * src/classes/mail.C: restored $MAIL
16603:
16604: 2002-06-28 paf
16605:
16606: * configure, configure.in: removed paths.h
16607:
1.116 moko 16608: * configure, src/include/pa_version.h,
1.95 moko 16609: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16610: merged, makes updated
16611:
16612: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16613: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16614: src/include/pa_pool.h, src/include/pa_version.h,
16615: src/main/pa_charset.C, src/main/pa_pool.C,
16616: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16617: src/types/pa_vmail.C: merged latest updates to head
16618:
16619: 2002-06-27 paf
16620:
16621: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16622: not error now
16623:
16624: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16625: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16626: src/main/pa_charset.C, src/main/pa_pool.C:
16627: ^xdoc::create[[uri]]... base uri for document being created,
16628: imports and other relative file names would be relative to this
16629: uri default uri=path_translated
16630:
16631: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16632:
16633: 2002-06-26 paf
16634:
16635: * configure, configure.in, src/include/pa_version.h:
16636: release_3_0_0004
16637:
16638: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16639: 0 now
16640:
16641: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16642:
16643: 2002-06-25 paf
16644:
16645: * src/main/pa_string.C: emtpy string, or string of whitespaces
16646: considered bad number now
16647:
16648: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16649: now
16650:
16651: * operators.txt, src/classes/string.C: ^string.normalize [old
16652: name: optimize
16653:
16654: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16655: library configured
16656:
16657: * src/main/pa_request.C: configure_admin forced if no @conf
16658:
16659: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16660: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16661: when needed and to call system crypt() if not $apr1$ prefix
16662:
16663: 2002-06-24 paf
16664:
16665: * INSTALL: --with-static/shared-mailreceive described
16666:
16667: * src/include/pa_config_fixed.h: ssize_t fixed
16668:
1.116 moko 16669: * configure, configure.in, src/include/pa_config_auto.h.in,
16670: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16671: src/types/pa_vmail.C: $mail:received makes update
16672:
16673: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16674: WITH_MAILRECEIVE
16675:
16676: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16677:
16678: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16679: option, for $mail:receive
16680:
16681: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16682: introducting $message:received ^mail:send rewritten with backward
16683: comp
16684:
16685: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16686: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16687: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16688: now
16689:
16690: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16691: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16692: src/include/pa_request.h, src/include/pa_string.h,
16693: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16694: src/main/pa_globals.C, src/main/pa_request.C,
16695: src/main/pa_string.C, src/main/pa_uue.C,
16696: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16697: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16698: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16699: uue to separate file introducting $message:received ^mail:send
16700: rewritten with backward comp
16701:
16702: 2002-06-21 paf
16703:
1.116 moko 16704: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16705: co changes
1.95 moko 16706:
1.116 moko 16707: * configure, configure.in, src/lib/md5/Makefile.am,
16708: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16709: restructure .in and .am files appropriate changes
1.95 moko 16710:
16711: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16712: pcre to libs/ added libs/md5 which is linked to non-apache
16713: targets ^math:crypt[password;$apr1$salt]
16714:
16715: * INSTALL, configure.in, operators.txt, parser3.dsw,
16716: src/Makefile.am, src/classes/Makefile.am,
16717: src/classes/classes.dsp, src/classes/math.C,
16718: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16719: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16720: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16721: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16722: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16723: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16724: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16725: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16726: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16727: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16728: src/lib/pcre/pcre_parser_ctype.dsp,
16729: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16730: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16731: src/main/compile.tab.C, src/main/main.dsp,
16732: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16733: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16734: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16735: to libs/ added libs/md5 which is linked to non-apache targets
16736: ^math:crypt[password;$apr1$salt]
16737:
16738: 2002-06-20 paf
16739:
16740: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16741: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16742: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16743: src/include/pa_request.h, src/main/execute.C,
16744: src/main/pa_request.C, src/targets/cgi/parser3.C,
16745: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16746: marged latest HEAD updates, mainly file:justname&co &
16747: @auto/conf[filespec
16748:
16749: * operators.txt, src/classes/file.C:
16750: !^file:dirname[/a/some.tar.gz]=/a
16751: !^file:dirname[/a/b/]=/a
16752: !^file:basename[/a/some.tar.gz]=some.tar.gz
16753: !^file:justname[/a/some.tar.gz]=some.tar
16754: !^file:justext[/a/some.tar.gz]=gz
16755:
16756: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16757: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16758: @conf/auto[filespec]
16759:
16760: * bin/auto.p.dist.in: <noindex>
16761:
1.116 moko 16762: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16763:
16764: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16765: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16766: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16767: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16768:
16769: 2002-06-18 paf
16770:
16771: * configure, configure.in, src/include/pa_version.h: version to
16772: configure.in
16773:
16774: * INSTALL: reflected .conf.dist dir change
16775:
1.116 moko 16776: * Makefile.am, configure, configure.in, bin/Makefile.am,
16777: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16778: .in & *.am updated
16779:
16780: * src/classes/file.C: strncasecmp
16781:
16782: * src/classes/file.C: strcasecmp
16783:
1.116 moko 16784: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16785: from etc
1.95 moko 16786:
16787: * src/classes/file.C: ^file::exec[script;$.bad error case
16788: insensitive check now
16789:
16790: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16791:
16792: * configure, configure.in, src/include/pa_pool.h,
16793: src/include/pa_types.h: pack configure.in detection simplified.
16794: figured out that gcc on sparc not that stupid as thought
16795: previously: on sparc: when it sees packed class it modifies it's
16796: field-access-code to byte operations [stb, ldub] instead of 4byte
16797: operations [st, lduh] so packed must be all parts of packed
16798: class, i.e. it's parents&fields(classes). for now it's only
16799: String that packed and what was wrong is that it's parent -
16800: Pooled, were not packed. fixed that.
16801:
16802: 2002-06-14 paf
16803:
16804: * operators.txt: more precise xml-to-text options
16805:
16806: * operators.txt, src/types/pa_vxnode.C: xnode
16807: attribute_node.name/value xnode pi.node.data
16808:
16809: 2002-06-12 paf
16810:
1.116 moko 16811: * configure, configure.in, src/targets/cgi/Makefile.am,
16812: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16813:
16814: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16815: src/include/pa_globals.h, src/include/pa_request.h,
16816: src/main/compile.tab.C, src/main/pa_globals.C,
16817: src/main/pa_request.C, src/targets/cgi/parser3.C,
16818: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16819:
16820: * src/classes/mail.C: sendmail -ti [default now]
16821:
16822: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16823: to be strings. for convinient #ing
16824:
16825: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16826: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16827:
16828: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16829: main/pa_globals.C, main/pa_request.C: @conf
16830:
16831: 2002-06-11 paf
16832:
16833: * src/classes/file.C: check simplified
16834:
16835: * src/: classes/file.C, targets/cgi/parser3.dsp,
16836: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16837: valid prefix
16838:
16839: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16840: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16841: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16842:
16843: 2002-06-10 paf
16844:
16845: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16846: src/main/pa_common.C: lock failures reported now
16847:
16848: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16849: string->double @ compile time were not-enough-checking...
16850:
16851: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16852: autoconvert now ignored
16853:
16854: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16855: check
16856:
16857: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16858: $response:body content-type:name
16859:
16860: * configure, configure.in: hpux check, nsl link, no socket
16861:
16862: * operators.txt: old merge conflict removed
16863:
16864: * configure, configure.in: pack even address access on sparc&co
16865: arch checked in configure
16866:
16867: * configure, src/include/pa_version.h: makes
16868:
16869: * configure, configure.in, src/include/pa_version.h: makes
16870:
16871: * src/main/untaint.C: (bug#2) mail subject got always prepended
16872: with charset even when all letters were 7bit one
16873:
16874: * src/main/pa_common.C: merged fixed -d (bug)
16875:
16876: * src/main/pa_common.C: fixed -d (bug)
16877:
16878: 2002-06-03 paf
16879:
16880: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16881: src/classes/classes.dsp, src/main/compile.tab.C,
16882: src/main/main.dsp, src/main/pa_globals.C,
16883: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16884: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16885: .dsp-s along with reorganized cvs modules dirs structure
16886:
16887: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16888: main/pa_globals.C, targets/cgi/parser3.dsp,
16889: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16890: modules
16891:
16892: 2002-05-28 paf
16893:
16894: * src/targets/cgi/parser3.C: info.uri now ""
16895:
16896: 2002-05-17 paf
16897:
16898: * src/classes/: table.C: ^table.save << checked empty
16899: pre/match/post columns
16900:
16901: 2002-05-16 paf
16902:
16903: * src/classes/image.C: image::measure can png now
16904:
16905: 2002-05-15 paf
16906:
16907: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16908: added
16909:
16910: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16911:
16912: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16913: %H[:%M[:%S]]]]]] [-%m now
16914:
16915: 2002-05-14 paf
16916:
16917: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16918:
16919: 2002-05-07 paf
16920:
16921: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16922: src/include/pa_globals.h, src/include/pa_request.h,
16923: src/include/pa_table.h, src/main/compile.tab.C,
16924: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16925: src/main/pa_request.C, src/main/pa_table.C,
16926: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16927: src/targets/isapi/parser3isapi.dsp,
16928: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16929: name2number field now &. main_method_name now on Request pool
16930: rather on global_pool [Junction+VJunction created on same pool as
16931: name = were created on global pool, causing mem leaks]
16932:
16933: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16934: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16935: main/compile.y, main/main.dsp, main/pa_globals.C,
16936: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16937: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16938: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16939: field now &. main_method_name now on Request pool rather on
16940: global_pool [Junction+VJunction created on same pool as name =
16941: were created on global pool, causing mem leaks]
16942:
16943: 2002-05-06 paf
16944:
16945: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16946: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16947: 100*40 bytes per request memory leak [nonpool malloc in globals]
16948:
16949: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16950: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16951: 100*40 bytes per request memory leak [nonpool malloc in globals]
16952:
16953: 2002-04-30 paf
16954:
16955: * configure, src/include/pa_version.h: version now not b
16956:
16957: * src/targets/cgi/parser3.C: request.uri now never 0
16958:
16959: 2002-04-29 paf
16960:
16961: * configure.in: removed b
16962:
16963: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16964: Exception::comment/type checked in (), no there's no empty
16965: type/comment by default
16966:
16967: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16968: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16969: src/doc/value.dox, src/include/pa_exception.h,
16970: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16971: 0001
16972:
16973: 2002-04-26 paf
16974:
16975: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16976: size reduced
16977:
16978: 2002-04-25 paf
16979:
16980: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16981: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16982: now that took into account
16983:
16984: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16985: 01:03:04]
16986:
16987: * ChangeLog, operators.txt, src/classes/date.C:
16988: ^date::create[2002-12-33 01:03:04]
16989:
16990: * ChangeLog: updated changelog
16991:
16992: * src/classes/table.C: removed restriction on column count to
16993: ^table.hash to work, now must be >0 [were >1]
16994:
16995: 2002-04-24 paf
16996:
16997: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16998: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16999: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17000: targets
17001:
17002: 2002-04-23 paf
17003:
17004: * operators.txt, src/classes/string.C:
17005: int/double/string:sql{}[$.default{code}] fixed [were barking:
17006: "junction used outside of context"]
17007:
17008: 2002-04-22 paf
17009:
17010: * types.txt, src/classes/string.C, src/include/pa_string.h,
17011: src/main/pa_string.C, src/types/pa_vstring.C,
17012: src/types/pa_vstring.h: ^string.optimize[]
17013:
17014: * src/: include/pa_globals.h, include/pa_table.h,
17015: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17016: table template
17017:
17018: * src/classes/: string.C: optimize removed from string
17019: .left/right/pos
17020:
17021: * src/main/execute.C: rolled back to
17022: before_killing_userjunction_contexts
17023:
17024: * src/main/execute.C: user junctions context killed
17025:
17026: * src/main/execute.C: junctions to local contexts got
17027: cleanized&checked later
17028:
17029: 2002-04-19 paf
17030:
17031: * src/: classes/string.C, include/pa_request.h,
17032: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17033: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17034: prior to .left .right .mid .pos .match when that is profitable,
17035: and always before .replace when $ORIGINS(1) optimization disabled
17036: economy from not wasting mem on lots of strings which occur by
17037: lots of String:mid calls to get parts of source string between
17038: found_occurances
17039:
17040: * src/classes/file.C: ovector now local economy: 16 bytes per
17041: ^file:list
17042:
17043: * src/: include/pa_globals.h, include/pa_table.h,
17044: main/pa_globals.C, main/pa_string.C: String::match table columns
17045: globalized, not created @ each ^match anymore economy:
17046: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17047:
17048: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17049: removed from each String::match replace iteration, and made
17050: stacked sizeof(VTable)=12bytes economy on each replace code
17051:
17052: * src/doc/footer.htm: 2001,
17053:
17054: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17055: string.match[]['] option enables generation of $match.prematch
17056: .match .postmatch columns
17057:
17058: * src/main/pa_string.C: String::match options analized without
17059: cstr-ing them now
17060:
17061: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17062: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17063: config updated to doxygen 1.2.15, created helper which fixes
17064: minor bugs in chm project files & htm tree. changed extension to
17065: .htm
17066:
17067: 2002-04-18 paf
17068:
17069: * src/doc/doxygen.cfg: .chi generation disabled
17070:
17071: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17072: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17073: fields&methods
17074:
17075: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17076: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17077: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17078: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17079: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17080: types/pa_vresponse.h, types/pa_vstateless_class.h,
17081: types/pa_vstateless_object.h, types/pa_vstatus.h,
17082: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17083: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17084: VStateless_class to VObject
17085:
17086: * src/: main/pa_request.C, types/pa_valiased.h,
17087: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17088: types/pa_vstring.h: VStateless_string_object speicalized light
17089: version of VStateless_object
17090:
17091: * src/classes/op.C: ^throw comment param made optional
17092:
17093: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17094: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17095: and implemented down in VClass, fclass_alias removed,
17096:
17097: * src/types/pa_value.C: forced to cut that from .h because of
17098: VStateless_class usage [undefined in .h]
17099:
17100: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17101: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17102: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17103: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17104: on each CALL]
17105:
17106: * src/: classes/classes.h, classes/date.C, classes/double.C,
17107: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17108: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17109: classes/response.C, classes/string.C, classes/table.C,
17110: classes/void.C, classes/xnode.C, include/pa_globals.h,
17111: include/pa_request.h, main/execute.C, main/pa_globals.C,
17112: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17113: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17114: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17115: types/pa_vstateless_class.h, types/pa_wcontext.C,
17116: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17117: removed Value::fname
17118:
17119: 2002-04-17 paf
17120:
17121: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17122: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17123: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17124: include/pa_pool.h, include/pa_types.h: dox updated to current
17125: state, PTHROW freshen to throw & co
17126:
17127: * src/types/pa_vhash.h: vstring wrong parent fixed
17128:
17129: * src/classes/op.C: taint local result var bug fixed
17130:
17131: 2002-04-16 paf
17132:
17133: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17134: Attic asm.txt as most interesting
17135:
17136: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17137: check, preventing content-length: 0 from appearing
17138:
17139: * src/main/execute.C: $result in @main now taken into account as in
17140: usual functions
17141:
17142: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17143: & @unhandled_exception now taken into account as in usual
17144: functions
17145:
17146: * src/doc/postbuild.txt: instructions on post .html build
17147:
17148: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17149:
17150: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17151: tainted
17152:
17153: * src/main/pa_request.C: uri in error log
17154:
17155: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17156: cheched date:create(days) param for validity [later were assumed
17157: valid and crashed on invalid onces]
17158:
17159: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17160: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17161: and used that for removing VString wrapper
17162:
17163: * src/classes/op.C: exception2vhash file now tainted
17164:
17165: * src/classes/op.C: _process pseudo origin copied from local var to
17166: heap
17167:
17168: * src/classes/op.C: extra check on empty file in origin in _execute
17169:
17170: 2002-04-15 paf
17171:
17172: * src/: main/execute.C, types/pa_value.h: fixed name update
17173:
17174: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17175: functions
17176:
17177: * src/: classes/file.C, classes/hash.C, classes/op.C,
17178: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17179: started dual write_xxx_lang functions, if checked & works
17180:
17181: * src/: classes/date.C, classes/file.C, classes/mail.C,
17182: classes/string.C, classes/xnode.C, include/pa_request.h,
17183: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17184: unnecessary VString shells
17185:
17186: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17187: prev changes]
17188:
17189: * src/: classes/image.C, classes/op.C, classes/string.C,
17190: classes/table.C, include/pa_request.h, main/execute.C,
17191: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17192: StringOrValue wcontext result, now ready for dual writes
17193:
17194: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17195: checked that
17196:
17197: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17198: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17199: changed to OP_WRITE_VALUE in var get cases
17200:
17201: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17202: include/pa_request.h, main/compile.tab.C, main/compile.y,
17203: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17204: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17205: switch in hash constructor fixed [were problems with using of
17206: stacked wwrapper after it's death]
17207:
17208: 2002-04-12 paf
17209:
17210: * operators.txt, src/classes/table.C: table.select(expression) 0
17211:
17212: 2002-04-11 paf
17213:
17214: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17215: Request::process_internal codeFrame & wwrapper stacked [not
17216: wasting heap anymore]
17217:
17218: 2002-04-10 paf
17219:
17220: * src/: classes/double.C, classes/file.C, classes/hash.C,
17221: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17222: classes/string.C, classes/table.C, classes/void.C,
17223: classes/xdoc.C, include/pa_request.h, main/execute.C,
17224: main/pa_string.C: killed Request::process() wrapping
17225: VString(String) in case we need only String
17226:
17227: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17228: killed 8 bytes from String.head
17229:
17230: 2002-04-09 paf
17231:
17232: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17233: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17234: local*/char b[...]; a=b; situations
17235:
17236: * operators.txt, src/classes/xdoc.C: xslt params made literal
17237:
17238: * src/classes/xdoc.C: xslt params fixed
17239:
17240: * src/: main/pa_common.C, targets/cgi/parser3.C,
17241: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17242: not pool.malloc(MAX_NUMBER) but really neaded
17243:
17244: * operators.txt, src/classes/double.C, src/classes/int.C:
17245: int/double.int/double(default)
17246:
17247: 2002-04-04 paf
17248:
17249: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17250: [when reconstructing pieces were split by
17251: max_integral(piece.size), thus some strings to replace happen to
17252: be split into two = not replaced)
17253:
17254: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17255: standalone version = current dir
17256:
17257: * src/targets/cgi/parser3.C: document root in standalone version =
17258: current dir
17259:
17260: 2002-04-03 paf
17261:
17262: * configure, configure.in: more checks on nonexistent charset
17263:
1.116 moko 17264: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17265:
17266: 2002-04-02 paf
17267:
17268: * src/main/compile.C: parser.compile [exception name more like in
17269: doc]
17270:
17271: 2002-04-01 paf
17272:
17273: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17274: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17275: .content-type.charset, not .charset
17276:
17277: 2002-03-29 paf
17278:
17279: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17280:
17281: * operators.txt, src/classes/date.C: ^date::create now may not
17282: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17283: days' year. | 31.05->31.04 roll
17284:
17285: 2002-03-28 paf
17286:
17287: * operators.txt, src/classes/date.C, src/classes/op.C,
17288: src/include/pa_globals.h, src/include/pa_hash.h,
17289: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17290: ^cache(seconds) ^cache[date] }
17291:
17292: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17293: param
17294:
17295: 2002-03-27 paf
17296:
17297: * operators.txt, src/classes/date.C, src/classes/double.C,
17298: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17299: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17300: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17301: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17302: src/classes/xnode.C, src/include/pa_exception.h,
17303: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17304: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17305: src/main/pa_array.C, src/main/pa_charset.C,
17306: src/main/pa_charsets.C, src/main/pa_common.C,
17307: src/main/pa_dictionary.C, src/main/pa_exception.C,
17308: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17309: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17310: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17311: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17312: src/types/pa_value.h, src/types/pa_vcookie.C,
17313: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17314: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17315: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17316: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17317: src/types/pa_wwrapper.h: assigned exception types
17318:
17319: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17320: src/include/pa_request.h, src/main/execute.C,
17321: src/main/pa_request.C: decided agains resetting exception_trace,
17322: just changed name
17323:
17324: 2002-03-26 paf
17325:
17326: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17327: fixed
17328:
17329: * src/classes/op.C: forced language of $source field of exception
17330: to 'tainted', so that sql-langed-frags could be outputed outside
17331: of connect
17332:
17333: * operators.txt: removed date.roll limit of +-1 offset
17334:
17335: * src/classes/date.C: removed date.roll limit of +-1 offset
17336:
17337: * operators.txt, src/classes/date.C: fixed date roll on
17338: daylightsaving days mktime took into account tm_isdst flag, which
17339: remained from BEFORE roll, but should have been reset
17340:
17341: 2002-03-25 paf
17342:
17343: * operators.txt, src/targets/cgi/parser3.C:
17344: http_site_config_filespec
17345:
17346: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17347: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17348: with any/both --disable-foreign-group-files --disable-execs
17349:
17350: * INSTALL: "--with=sendmail=COMMAND" comment
17351:
17352: * INSTALL, configure, configure.in, src/classes/mail.C,
17353: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17354: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17355: disables execs also. introducing --sendmail
1.95 moko 17356:
17357: * operators.txt: pgsql options comment
17358:
17359: * INSTALL: comment on --disable-link-stdcpp
17360:
1.116 moko 17361: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17362: libstdc++ link skipping configure option
1.95 moko 17363:
17364: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17365: with error were put to cache with 'marked_to_rollback' flag, all
17366: consequent even OK requests rolled back
17367:
17368: 2002-03-22 paf
17369:
17370: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17371: false return
17372:
17373: * operators.txt: few comments on sets
17374:
17375: 2002-03-18 paf
17376:
17377: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17378: src/include/pa_globals.h, src/include/pa_request.h,
17379: src/include/pa_stack.h, src/main/pa_globals.C,
17380: src/main/pa_request.C: introducing ^try
17381:
17382: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17383: types/pa_vdouble.h: removed some tested @tests
17384:
17385: 2002-03-15 paf
17386:
17387: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17388:
17389: 2002-03-13 paf
17390:
17391: * src/main/pa_exception.C: checked not-pooled malloc
17392:
17393: 2002-03-11 paf
17394:
17395: * INSTALL, configure, configure.in,
17396: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17397:
17398: * src/main/pa_common.C: --disable-foreign-group-files
17399:
17400: * INSTALL: --disable-execs
17401:
17402: * src/main/pa_exec.C: --disable-execs
17403:
17404: * configure, configure.in, src/include/pa_config_auto.h.in:
17405: --disable-execs
17406:
17407: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17408:
17409: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17410: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17411:
17412: 2002-03-05 paf
17413:
17414: * operators.txt, src/classes/date.C: date week calendar columns
17415: named
17416:
17417: * operators.txt, src/classes/date.C: date week calendar columns
17418: named
17419:
17420: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17421: requires headers to be terminated with \r\n manually [refuses to
17422: separate header/body itself]
17423:
17424: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17425: targets/isapi/parser3isapi.C: isapi site config beside .dll
17426:
17427: 2002-03-04 paf
17428:
17429: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17430: in PASS language
17431:
17432: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17433: deserialize checks on broken file
17434:
17435: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17436: parser3isapi.dsp: isapi updated
17437:
17438: 2002-03-01 paf
17439:
17440: * src/main/pa_exec.C: execle -> execve, now argc OK
17441:
17442: 2002-02-28 paf
17443:
17444: * src/main/untaint.C: removed some debug comments
17445:
17446: * src/main/pa_charsets.C: when placing charset to cache using
17447: global name now [were request]
17448:
17449: * configure, configure.in: apache module updated
17450:
17451: * src/main/pa_string.C: origin by first piece preferred before last
17452: piece
17453:
17454: 2002-02-27 paf
17455:
17456: * src/main/pa_charset.C: size_t
17457:
17458: * INSTALL: shared/static-xml with-pathlink
17459:
17460: * operators.txt: SMTP comment
17461:
17462: 2002-02-26 paf
17463:
17464: * src/main/pa_exec.C: more precise names for vars, cosmetic
17465:
17466: * src/classes/xnode.C: in some situation, xpath query returned
17467: result with type NODESET, but empty nodeset member field, checked
17468: that
17469:
17470: 2002-02-22 paf
17471:
17472: * INSTALL: without-zlib comment
17473:
17474: * etc/parser3.charsets/windows-1251.cfg: °
17475:
17476: * configure, configure.in: glib###.a detection fixed
17477:
17478: * INSTALL: hashfile removed from INSTALL
17479:
1.116 moko 17480: * Makefile.am: make update
1.95 moko 17481:
17482: * src/main/pa_string.C: string iterators fixed again, so were
17483: String::join_chain
17484:
17485: * src/main/pa_string.C: string iterators fixed again, so were
17486: String::join_chain
17487:
17488: * src/: include/pa_string.h, main/pa_string.C: string iterators
17489: fixed again, so were String::join_chain
17490:
17491: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17492:
17493: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17494: "session"
17495:
1.116 moko 17496: * configure, configure.in, src/include/pa_config_auto.h.in:
17497: --with-shared-xml --with-static-xml
1.95 moko 17498:
17499: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17500: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17501: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17502: xalan&xml
17503:
17504: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17505:
17506: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17507: src/types/types.dsp: removed hashfile support from sources for
17508: now
17509:
1.116 moko 17510: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17511: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17512: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17513: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17514: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17515: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17516: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17517: src/types/Makefile.am, src/types/pa_vhashfile.C,
17518: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17519:
17520: 2002-02-21 paf
17521:
17522: * src/main/untaint.C: removed debug code, activated commented-for
17523: debug parts
17524:
1.116 moko 17525: * Makefile.am: make cvsupdate
1.95 moko 17526:
17527: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17528: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17529: append_row, not at link zero now string to string appending works
17530:
17531: 2002-02-20 paf
17532:
17533: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17534: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17535: DEBUG_STRING_APPENDS_VS_EXPANDS
17536:
17537: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17538: economy: 22%
17539:
17540: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17541: space uptimized: string::link_row removed
17542:
17543: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17544: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17545: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17546: types/pa_vstring.h: speed uptimized: string::is_empty
17547:
17548: * operators.txt, src/include/pa_common.h,
17549: src/include/pa_config_fixed.h, src/include/pa_string.h,
17550: src/include/pa_types.h, src/main/compile.tab.C,
17551: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17552: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17553: string append optimiziation idea and estimates
17554:
17555: 2002-02-19 paf
17556:
17557: * src/classes/math.C: not used directly [but erroreously reported
17558: that 'is', thus registering twice&other probs]
17559:
17560: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17561: to node [element]
17562:
17563: * src/main/compile.C: without string_origins parse error
17564: file+line+col possible
17565:
17566: * src/main/: compile.C: without string_origins not worked
17567:
17568: 2002-02-18 paf
17569:
17570: * src/types/pa_vdouble.h: since we have in_expression removed that
17571: trick i've installed into double::as_string
17572:
17573: * src/main/pa_globals.C: extern "C" was removed too fast
17574:
17575: * src/: include/pa_opcode.h, include/pa_request.h,
17576: main/compile.tab.C, main/compile.y, main/execute.C,
17577: types/pa_wcontext.h: in_expression aimed to solve old problem
17578: with string/nonstring values, now in expressions double/int
17579: values are passed as-is, without stupid tostring/fromstring
17580: conversions
17581:
17582: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17583: __cplusplus } #endif
17584:
17585: * src/main/compile.tab.C: bison env set so one could compile
17586: without cygwin installed
17587:
17588: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17589: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17590: gnome xml libs parser .dsp-s changed accordingly
17591:
17592: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17593:
17594: * operators.txt, src/classes/date.C: date::create [were date::set,
17595: with backward comp
17596:
17597: * src/classes/math.C: math:random range check fixed
17598:
17599: * src/main/: compile.tab.C, compile.y: integer division stops name
17600:
17601: * INSTALL: local install comment
17602:
1.116 moko 17603: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17604:
1.116 moko 17605: * acinclude.m4, aclocal.m4, configure, configure.in,
17606: src/include/pa_config_auto.h.in,
17607: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17608: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17609:
17610: * operators.txt: \ comment
17611:
17612: 2002-02-13 paf
17613:
17614: * src/include/pa_config_includes.h: sys/time time both included
17615: now. vaguely remember confilicts on this on some system [not on
17616: six|ablv] so when would see them again would think up proper
17617: check
17618:
1.116 moko 17619: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17620: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17621:
17622: * src/main/pa_common.C: truncation never occured when writing files
17623: on unix [since i've changed cache mech] fix
17624:
17625: * src/main/pa_common.C: strnchr: sanity check added
17626:
17627: * etc/parser3.charsets/windows-1257.cfg: id added
17628:
17629: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17630: baltic charset file generated, in generation script ispunct check
17631: added
17632:
17633: 2002-02-08 paf
17634:
1.116 moko 17635: * src/: include/Makefile.am, sql/Makefile.am,
17636: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17637:
17638: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17639: forgotten
17640:
17641: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17642:
17643: * INSTALL, README: install&others updated
17644:
17645: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17646:
1.116 moko 17647: * Makefile.am, configure, configure.in,
17648: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17649: src/classes/Makefile.am, src/main/Makefile.am,
17650: src/main/pa_status_provider.C, src/targets/Makefile.am,
17651: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17652: works
1.95 moko 17653:
17654: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17655: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17656: classes/hashfile.C, classes/int.C, classes/mail.C,
17657: classes/math.C, classes/op.C, classes/response.C,
17658: classes/string.C, classes/table.C, classes/void.C,
17659: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17660: include/pa_array.h, include/pa_cache_managers.h,
17661: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17662: include/pa_config_fixed.h, include/pa_config_includes.h,
17663: include/pa_db_connection.h, include/pa_db_manager.h,
17664: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17665: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17666: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17667: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17668: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17669: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17670: include/pa_stack.h, include/pa_string.h,
17671: include/pa_stylesheet_connection.h,
17672: include/pa_stylesheet_manager.h, include/pa_table.h,
17673: include/pa_threads.h, include/pa_types.h, main/compile.C,
17674: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17675: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17676: main/pa_db_connection.C, main/pa_db_manager.C,
17677: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17678: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17679: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17680: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17681: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17682: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17683: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17684: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17685: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17686: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17687: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17688: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17689: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17690: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17691: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17692: types/pa_vmethod_frame.h, types/pa_vobject.h,
17693: types/pa_vrequest.h, types/pa_vresponse.h,
17694: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17695: types/pa_vstateless_object.h, types/pa_vstatus.C,
17696: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17697: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17698: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17699: classes/image.C, main/pa_common.C, main/pa_exec.C,
17700: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17701: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17702: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17703: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17704: types/pa_vxnode.C, main/pa_charset.C: name spelling
17705:
17706: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17707: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17708: classes/hashfile.C, classes/image.C, classes/int.C,
17709: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17710: classes/string.C, classes/table.C, classes/void.C,
17711: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17712: include/pa_array.h, include/pa_cache_managers.h,
17713: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17714: include/pa_config_fixed.h, include/pa_config_includes.h,
17715: include/pa_db_connection.h, include/pa_db_manager.h,
17716: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17717: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17718: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17719: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17720: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17721: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17722: include/pa_stack.h, include/pa_string.h,
17723: include/pa_stylesheet_connection.h,
17724: include/pa_stylesheet_manager.h, include/pa_table.h,
17725: include/pa_threads.h, include/pa_types.h, main/compile.C,
17726: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17727: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17728: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17729: main/pa_db_connection.C, main/pa_db_manager.C,
17730: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17731: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17732: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17733: main/pa_socks.C, main/pa_sql_driver_manager.C,
17734: main/pa_status_provider.C, main/pa_string.C,
17735: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17736: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17737: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17738: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17739: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17740: targets/isapi/pool_storage.h, types/pa_valiased.C,
17741: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17742: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17743: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17744: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17745: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17746: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17747: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17748: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17749: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17750: types/pa_vresponse.h, types/pa_vstateless_class.C,
17751: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17752: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17753: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17754: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17755: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17756: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17757:
17758: 2002-02-07 paf
17759:
17760: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17761:
1.116 moko 17762: * configure, configure.in, src/include/pa_config_auto.h.in,
17763: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17764: added yet another locking function: fcntl
1.95 moko 17765:
17766: * config.sub: on cygwin configure passes it with strange i1586
17767: const, hacked it to mean i586
17768:
17769: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17770: disabled $if reference due to conflicts with local variables
17771:
17772: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17773: xdoc::set obsolete now, now xdoc::create, with both sences
17774:
17775: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17776: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17777: table::create now // 'set' name obsolete now table clone.
17778:
17779: * operators.txt, src/classes/string.C,
17780: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17781: ^int/double/string.format now can be called with normal []
17782: brackets, not stupid {} as it were implemented for some strange
17783: reason. retaining backward compatibility due to some
17784: already-implemented servers
17785:
17786: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17787: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17788: operators now detected by check at name_without_curly_rdive_read
17789: rule whether diving code constists only of
17790: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17791: with OP_GET_ELEMENT_OR_OPERATOR to form
17792: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17793:
17794: 2002-02-06 paf
17795:
17796: * configure, configure.in: prefix expanded, grr
17797:
17798: * operators.txt, src/classes/mail.C: mail:send config changed
17799:
17800: 2002-02-05 paf
17801:
17802: * operators.txt: regex options commented
17803:
17804: * src/main/: pa_exec.C: argv0 now correct
17805:
17806: * src/types/pa_vstatus.C: status:rusage 3
17807:
17808: * src/types/pa_vstatus.C: status:rusage 2
17809:
17810: * operators.txt: status:rusage described int operators
17811:
17812: * src/types/pa_vstatus.C: status:rusage 1
17813:
17814: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17815: src/types/types.dsp: status:rusage
17816:
17817: * configure.in, operators.txt, src/classes/file.C,
17818: src/classes/op.C, src/include/pa_common.h,
17819: src/include/pa_config_includes.h, src/main/compile.tab.C,
17820: src/main/pa_common.C: rewritten ^cache to use
17821: non-blocking-exclusive-caches
17822:
17823: * src/main/pa_common.C: text file read mode on win32 adjusted
17824: [speed impact. was off for debugging purpose, but forgotten
17825: afterwards]
17826:
17827: 2002-02-01 paf
17828:
17829: * src/classes/op.C: file_write does EX lock after create, while
17830: file_read does SH after open, so there's a moment after create
17831: but before EX lock when read can sneak into, and read
17832: just-created-for-writing-and-not-yet-locked file, added a check
17833: for that in ^cache...read
17834:
17835: 2002-01-31 paf
17836:
17837: * src/main/: compile.y, compile.tab.C: disabled operator call after
17838: ^xxx:
17839:
17840: * src/main/: compile.tab.C, execute.C: made operators lookup first
17841: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17842:
17843: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17844: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17845: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17846: operators check 6.1 rewritten. now check is done at compile time
17847:
17848: * src/main/execute.C: operators check 5 floated up old error of
17849: staying in 'entered class/object' state after $a($a..) it
17850: prevented operators from being called thereafter
17851:
17852: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17853: main/execute.C: operators check 4 floated up old error of staying
17854: in 'entered object' state after ^a.a(a) it prevented operators
17855: from being called thereafter
17856:
17857: * src/main/execute.C: operators check 3 floated up old error of
17858: staying in 'entered class' state after $a:a(a) it prevented
17859: operators from being called thereafter
17860:
17861: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17862: floated up old error of staying in 'entered class' state after
17863: $a:a[a] it prevented operators from being called thereafter
17864:
17865: * src/main/execute.C: operators check, thay mistakenly seen in
17866: $class:operator $object.operators contexts
17867:
17868: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17869: win32
17870:
1.116 moko 17871: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17872: src/classes/Makefile.am, src/main/Makefile.am,
17873: src/targets/cgi/Makefile.am,
1.95 moko 17874: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 17875: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17876:
1.116 moko 17877: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17878: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17879: configure, configure.in, form.txt, ident.awk, install-sh,
17880: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17881: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17882: etc/parser3.charsets/Makefile.am,
17883: etc/parser3.charsets/koi8-r.cfg,
17884: etc/parser3.charsets/windows-1250.cfg,
17885: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 17886: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17887: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17888: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17889: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17890: straightened installation scripts procedure made
17891: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17892: change
17893:
17894: 2002-01-30 paf
17895:
17896: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17897: removed] those comments were a mistake, and prevented libltdl
17898: from function properly
17899:
17900: 2002-01-29 paf
17901:
1.116 moko 17902: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17903: creation [modified acinclude.m4 which were creating int into just
17904: assignment LIBTOOL=../libtool] added default system
17905: config&charsetts prepared 'make install', now it installs
17906: targets/cgi/parser3 into bin directory etc/parser3.conf &
17907: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17908: $sysconfdir/parser3.charsets respectively
17909:
17910: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17911: main/pa_globals.C: few forgotten ifdef XML added
17912:
17913: 2002-01-28 paf
17914:
1.116 moko 17915: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17916: removed
17917:
17918: * src/main/pa_exception.C: dom|generic error output fix
17919:
17920: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17921:
17922: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17923:
17924: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17925: [fixed as_node helper func to accept docs]
17926:
17927: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17928: xdoc.importNode 0
17929:
17930: * src/classes/xdoc.C: xdoc::set now untaints OK
17931:
17932: 2002-01-25 paf
17933:
17934: * src/main/: compile.tab.C, compile.y: #comment before @ after
17935: @SPECIAL now works OK
17936:
17937: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17938:
17939: * src/main/pa_exec.C: max arg count now 10, and proper message on
17940: violation that added
17941:
17942: * src/classes/hash.C: unified hash::sql, now
17943: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17944:
17945: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17946: ^file:lock[filename]{code}
17947:
17948: * src/: classes/file.C, classes/op.C, classes/string.C,
17949: classes/table.C, classes/xdoc.C, include/pa_common.h,
17950: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17951: to some pa_common funcs
17952:
17953: * src/: include/pa_charset.h, main/pa_globals.C:
17954: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17955:
17956: * src/: include/pa_charset.h, main/pa_charset.C,
17957: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17958: not stupid illegal define
17959:
17960: 2002-01-24 paf
17961:
17962: * src/include/pa_version.h: changed version number
17963:
17964: * src/: classes/hashfile.C, include/pa_db_table.h,
17965: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17966: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17967: main/pa_db_connection.C, main/pa_db_table.C,
17968: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17969: hashfile without logfiles
17970:
17971: * src/: classes/hashfile.C, include/pa_db_table.h,
17972: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17973: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17974: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17975: DB_INIT_TXN init bits, thus got rid of huge log files, which
17976: cluttered disk without huge need]
17977:
17978: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17979: handy macro, which is strangly abscent in dome lib
17980:
17981: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17982:
17983: * src/classes/xdoc.C: checked empty response
17984:
17985: * src/classes/xnode.C: xdoc.select fixed context node [were always
17986: /, not self node]
17987:
17988: * src/classes/xnode.C: xnode.select returns array always now, in
17989: case 'nothing found' returns empty array
17990:
17991: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17992: be more tender with ctrl/c/v
17993:
17994: 2002-01-23 paf
17995:
17996: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
17997: substituted. // 2. when dom tree with entites goes under
17998: transform text nodes // got [erroreosly] cut on first
17999: entity occurance
18000:
18001: * src/types/pa_vdouble.h: double prec. todo: get rid of
18002: twice-converting
18003:
18004: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18005: 'e' in output this is for regretful twice-converting here:
18006: $a(double value) when they write double falue they convert it to
18007: string first, thus %g were losing precesion.
18008:
18009: todo: think up some way to remove double->string string->double
18010: twice-converting
18011:
18012: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18013: %.20E now default float format this is for regretful
18014: twice-converting here: $a(double value) when they write double
18015: falue they convert it to string first, thus %g were losing
18016: precesion.
18017:
18018: todo: think up some way to remove double->string string->double
18019: twice-converting
18020:
18021: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18022: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18023: reasons in comment inside
18024:
18025: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18026: statically linked]
18027:
18028: * src/: include/pa_exception.h, main/compile.tab.C,
18029: main/pa_exception.C: removed exception va_list constructor. 1.
18030: not needed anymore 2. there were a conflict[causing errors]
18031: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18032: never detected an ambiguilty here, compiling ctor(, "hello") into
18033: ctor(, va_list) which, of course, caused gpf
18034:
18035: * src/main/pa_globals.C: removed debug xslt messages
18036:
18037: 2002-01-22 paf
18038:
18039: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18040: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18041: helps compiling stylesheet properly. example: this refused to
18042: work, <b>«<xsl:value-of select="@title"
18043: />»</b> stranly worked only this way:
18044: <b>«<xsl:value-of select="@title" />»</b>
18045:
18046: docs says "set it to 1", never going into details, so I decided
18047: to try NOT to do that
18048:
18049: * src/classes/table.C: join behaived badly in case named tables
18050: structure mismatched: 0 strings sneaked into dest failing
18051: afterwards. replaced them with empty strings
18052:
18053: 2002-01-21 paf
18054:
18055: * src/main/pa_charset.C: checked empty transcoders in
18056: transcode_cstr|buf
18057:
18058: * src/classes/xdoc.C: xdoc::load error source = filespec
18059:
18060: * src/classes/xdoc.C: transform error source now
18061: stylesheet_filespec
18062:
1.116 moko 18063: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18064: include/pa_stylesheet_connection.h, main/pa_charset.C,
18065: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18066: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18067: gnome
1.95 moko 18068:
18069: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18070: include/pa_globals.h, include/pa_stylesheet_connection.h,
18071: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18072: xslt generic error 1
18073:
18074: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18075: xml generic message 1
18076:
18077: * src/classes/table.C: ^table::load empty lines or #comments before
18078: headline
18079:
18080: * src/: include/pa_array.h, include/pa_globals.h,
18081: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18082: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18083: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18084: errors 0
18085:
18086: 2002-01-16 paf
18087:
18088: * src/: classes/hash.C, classes/op.C, classes/string.C,
18089: classes/table.C, classes/void.C, classes/xdoc.C,
18090: include/pa_db_connection.h, include/pa_request.h,
18091: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18092: include/pa_stylesheet_connection.h,
18093: include/pa_stylesheet_manager.h, main/pa_request.C,
18094: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18095: targets/cgi/pool_storage.h: auto closers to sql_connection,
18096: stylesheet_connection auto destroyers to remaining gnome objects
18097:
18098: * src/classes/xdoc.C: few comments
18099:
18100: 2002-01-15 paf
18101:
18102: * src/classes/xdoc.C: xdoc file save string
18103:
18104: ready. todo: error handling
18105:
18106: * src/classes/xdoc.C: xdoc save rewritten using
18107: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18108: result
18109:
18110: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18111: started output options parsing
18112:
18113: 2002-01-14 paf
18114:
18115: * src/classes/xdoc.C: method
18116:
18117: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18118: include/pa_pool.h, include/pa_stylesheet_connection.h,
18119: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18120: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18121: xslt transform0. TODO: use output options handle errors
18122:
18123: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18124:
18125: 2002-01-11 paf
18126:
18127: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18128: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18129: partial logical && || evaluation
18130:
18131: * src/classes/xnode.C: xpath selectNodes
18132:
18133: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18134: string/number/bool
18135:
18136: * src/classes/xnode.C: xpath selectNode 2
18137:
18138: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18139: xpath selectNode 1
18140:
18141: 2002-01-10 paf
18142:
18143: * src/classes/xnode.C: xpath selectNode -100 [just written]
18144:
18145: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18146: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18147: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18148: refcounter]
18149:
18150: 2001-12-29 paf
18151:
18152: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18153: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18154: glib works 0
18155:
18156: 2001-12-28 paf
18157:
18158: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18159: main/pa_exception.C: started glib transcoders
18160:
18161: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18162:
18163: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18164: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18165: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18166: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18167: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18168: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18169: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18170: libs just compiled in. no refcounting no xpath no xslt yet
18171:
18172: 2001-12-27 paf
18173:
18174: * src/: include/pa_charset.h, include/pa_common.h,
18175: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18176: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18177: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18178: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18179: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18180: from xalan&xerces, started the process. globals [initialization
18181: pool [charset update charset [transcodings vxnode vxdoc [DOM
18182: calls
18183:
18184: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18185: anymore
18186:
18187: 2001-12-26 paf
18188:
18189: * src/: include/pa_charset.h, include/pa_charsets.h,
18190: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18191: key globalized [bug]
18192:
18193: 2001-12-25 paf
18194:
18195: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18196: main/pa_string.C: table set & append changed splitting languages,
18197: separators now can be clean AND as-is same to mail command line
18198: $MAIN:MAIL.progX arguments
18199:
18200: 2001-12-24 paf
18201:
18202: * src/classes/mail.C: one parted text messages - no multipart
18203: mime-type anymore. for convinient if $.attach-ments
18204:
18205: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18206: main/pa_string.C: read from cache size check updated
18207:
18208: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18209:
18210: 2001-12-21 paf
18211:
18212: * src/classes/date.C: date:sql-string now returns localtime
18213:
18214: * src/main/pa_request.C: $result in @main actually not working, to
18215: hell with it for now
18216:
18217: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18218: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18219: @postprocess @exception
18220:
18221: * src/main/execute.C: junction evaluation canceled - endless
18222: recursion detected
18223:
18224: 2001-12-19 paf
18225:
18226: * src/main/pa_charset.C: charset->charset transcoding via unicode
18227: intermediate
18228:
18229: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18230:
18231: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18232:
18233: * src/classes/op.C: ^cache keypath now relative
18234:
18235: * src/classes/mail.C: changed weighting prior to sort
18236:
18237: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18238: were missing
18239:
18240: 2001-12-17 paf
18241:
18242: * src/main/pa_charset.C: ifndef XML were bad type
18243:
18244: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18245: outdated unset services_pool
18246:
18247: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18248: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18249: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18250:
18251: * src/main/untaint.C: allowed space in filespec
18252:
18253: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18254:
18255: * src/classes/image.C: no govno
18256:
18257: * src/classes/image.C: govno
18258:
18259: 2001-12-16 paf
18260:
18261: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18262:
18263: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18264: charset_connection&manager replaced by charset&charsets
18265:
18266: * src/main/pa_charset.C: name_cstr 0
18267:
18268: * src/main/untaint.C: uri lang now knows about client/source
18269: charsets
18270:
18271: * src/: classes/file.C, classes/math.C, classes/op.C,
18272: classes/string.C, classes/table.C, classes/xdoc.C,
18273: include/pa_array.h, include/pa_cache_managers.h,
18274: include/pa_charset_connection.h, include/pa_charset_manager.h,
18275: include/pa_common.h, include/pa_db_connection.h,
18276: include/pa_db_manager.h, include/pa_db_table.h,
18277: include/pa_dictionary.h, include/pa_exception.h,
18278: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18279: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18280: include/pa_sapi.h, include/pa_socks.h,
18281: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18282: include/pa_string.h, include/pa_stylesheet_connection.h,
18283: include/pa_stylesheet_manager.h, include/pa_table.h,
18284: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18285: main/pa_charset.C, main/pa_charset_connection.C,
18286: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18287: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18288: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18289: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18290: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18291: types/types.dsp: introducing Charset
18292:
18293: 2001-12-14 paf
18294:
18295: * src/: include/pa_request.h, include/pa_transcoder.h,
18296: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18297: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18298: uri lang
18299:
18300: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18301:
18302: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18303:
18304: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18305: defalts_name global
18306:
18307: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18308: include/pa_request.h, main/main.dsp,
18309: main/pa_charset_connection.C, main/pa_charset_manager.C,
18310: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18311: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18312: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18313: changed charset model. now important: $request:charset
18314: $response:charset while $response:content-type.charset become
18315: unimportant [informational]
18316:
18317: 2001-12-13 paf
18318:
18319: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18320:
18321: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18322: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18323: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18324: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18325: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18326: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18327:
18328: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18329: auto_ptr part other way, because of stupid gcc 2.96
18330: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18331: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18332: FormatterListener] /usr/include/g++-3/memory:48:
18333: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18334: _Tp1 = FormatterListener, _Tp = FormatterListener]
18335:
18336: * src/classes/xdoc.C: removed extra inc
18337:
18338: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18339:
18340: * src/include/pa_types.h: msvc head debugging flag
18341:
18342: * src/classes/xdoc.C: freed up listener
18343:
18344: * src/classes/string.C: change msg '... code is not code'
18345:
18346: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18347: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18348: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18349: [past/future prob]
18350:
18351: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18352: include/pa_config_fixed.h, include/pa_db_manager.h,
18353: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18354: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18355:
18356: * src/: include/pa_config_fixed.h, main/pa_common.C,
18357: main/pa_string.C: removed signed mismatch warnings
18358:
18359: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18360: 'expires' from header outputs
18361:
18362: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18363: row ptr
18364:
18365: * src/classes/file.C: file::cgi bug, request_method were passed to
18366: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18367:
18368: * src/classes/xdoc.C: lang list updated
18369:
18370: 2001-12-10 paf
18371:
18372: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18373:
18374: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18375: erase files like that, knowing their full name introducing //
18376: theoretical problem with, for instance, "_2B" and "." fragments,
18377: // they would yield the same // because
18378: need_file_encode('_')=false // but we need to delete such files
18379: somehow, getting names from ^index
18380:
18381: * src/main/pa_string.C: ^string.replace bug fixed [bad
18382: string::join_chank break]
18383:
18384: 2001-12-07 paf
18385:
18386: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18387: include/pa_common.h, include/pa_config_auto.h.in,
18388: include/pa_config_fixed.h, include/pa_config_includes.h,
18389: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18390: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18391: types/pa_vhashfile.C: merged from r14_simple_cache
18392:
18393: * src/main/pa_string.C: stupid sparc architecture failed to access
18394: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18395: lduh [ %i2 + 1 ], %l0
18396:
18397: bus error, fixed that
18398:
18399: * src/main/pa_string.C: strange string deserialize bug on
18400: client[pmts], a bit shortened,
18401:
18402: * src/include/pa_config_auto.h.in: makes
18403:
18404: * src/: include/pa_common.h, include/pa_config_fixed.h,
18405: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18406: file write shared lock file read
18407:
18408: * src/: classes/op.C, include/pa_common.h,
18409: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18410:
18411: 2001-12-06 paf
18412:
18413: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18414: main/pa_request.C: #ifdef RESOURCES_DEBUG
18415:
18416: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18417: info
18418:
18419: * src/classes/hashfile.C: removed transaction from ^cache
18420:
18421: 2001-12-05 paf
18422:
18423: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18424: IIS5 there were a prob with illegal call check
18425:
18426: 2001-12-04 paf
18427:
18428: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18429: main/pa_request.C: measures to log
18430:
18431: 2001-11-23 paf
18432:
18433: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18434: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18435: types/pa_vhashfile.C: merged from _0014, 1
18436:
18437: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18438: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18439: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18440: ^cache(33) would change
18441:
18442: 0660 bits in file_write & hashfile create
18443:
18444: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18445: after pa_string optimization]
18446:
18447: 2001-11-22 paf
18448:
18449: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18450: table.offset[whence]
18451:
18452: * src/classes/op.C: process cstr(,connection)
18453:
18454: * src/classes/op.C: process now gets its body on current language,
18455: not as-is
18456:
18457: * src/main/untaint.C: ORIGINS mode removed UHTML
18458:
18459: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18460: bit
18461:
1.116 moko 18462: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18463:
18464: 2001-11-21 paf
18465:
18466: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18467: <xsl:output output options made identical to xsl:output
18468: attributes exclusion: cdata-section-elements what xalan can do
18469: but that not used now: it can escape and remove CDATA sections
18470:
18471: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18472: produced by xslt
18473:
18474: * src/targets/cgi/parser3.C: removed debug cgi||1
18475:
18476: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18477:
18478: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18479: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18480: default language for {code}, it happen to change it's language
18481: from CLEAN, so later refused to split by CLEAN \t
18482:
18483: 2001-11-20 paf
18484:
1.116 moko 18485: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18486: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18487: bottom of dependeces, so that errors would popup quicklier, fixed
18488: line numbering in table::sql
18489:
18490: 2001-11-19 paf
18491:
18492: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18493: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18494: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18495: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18496: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18497: at wcontext.write
18498:
1.116 moko 18499: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18500: _set_new_handler
18501:
1.116 moko 18502: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18503: set_new_handler in apache&isapi
1.95 moko 18504:
18505: 2001-11-16 paf
18506:
18507: * src/targets/cgi/parser3.C: pool debug @ die
18508:
18509: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18510: removed 8 bytes from String, 2 bytes from
18511: string::chunk::row::item
18512:
18513: * src/main/pa_string.C: removed 1+4 bytes from String
18514:
18515: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18516: types/pa_vstring.C: removed 1+4 bytes from String
18517:
18518: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18519: 0
18520:
18521: * src/: include/pa_globals.h, include/pa_string.h,
18522: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18523: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18524: targets/cgi/parser3.C: introducing estimating
18525: String::cstr_bufsize, 0
18526:
18527: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18528:
18529: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18530:
18531: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18532: include/pa_pool.h: die in pool::fail
18533:
18534: 2001-11-15 paf
18535:
18536: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18537: main/pa_exception.C, targets/cgi/parser3.C: exception with
18538: dynamic buffer re-back now with counter
18539:
18540: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18541: static buffer back
18542:
18543: * src/targets/cgi/parser3.C: std::
18544:
18545: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18546: include/pa_config_includes.h: setnewhandler check
18547:
1.116 moko 18548: * src/include/pa_config_auto.h.in: makes
1.95 moko 18549:
18550: * src/targets/cgi/parser3.C: set_new_handler started
18551:
18552: 2001-11-14 paf
18553:
18554: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18555: was wrong
18556:
18557: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18558: was wrong
18559:
18560: * src/main/pa_request.C: z
18561:
18562: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18563: full returns win32 -1 solaris >buffer_size
18564:
18565: checked all that
18566:
18567: * src/classes/op.C: ^untaint{body} as-is default now
18568:
18569: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18570: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18571: with no_bad_constructors_try
18572:
18573: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18574: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18575: this: $bred[^string::length[]] $bred[^response::clear[]]
18576: $bred[^int::int[]]
18577:
18578: now VObject creation moved into overriden
18579: VClass::create_new_value, thus 0 from create_new_value means that
18580: class has no ctors
18581:
18582: 2001-11-13 paf
18583:
18584: * src/classes/classes.C: returned accedently removed if in foreach
18585: callbacks [when hash no-0-restructure]
18586:
18587: 2001-11-12 paf
18588:
18589: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18590: passed as-is to method, xalan makes & into & itself
18591:
18592: * src/classes/date.C: date.roll parser2 alg used
18593:
18594: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18595: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18596: main/pa_dictionary.C, main/pa_hash.C,
18597: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18598: now does not containt 0 values. put 0 actullay removes. no check
18599: on 0 value in foreach now required
18600:
18601: 2001-11-11 paf
18602:
18603: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18604:
18605: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18606:
18607: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18608: driver initialize not const
18609:
18610: 2001-11-10 paf
18611:
18612: * src/main/pa_exec.C: doc
18613:
18614: 2001-11-09 paf
18615:
18616: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18617: param properly
18618:
18619: * src/classes/string.C: string.save now does untainting before
18620: saving
18621:
18622: * src/main/pa_common.C: line endings fixing fixed last piece[was
18623: still cstr oriented]
18624:
18625: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18626: line endings fixing got rid of cstr, now must work ok with post
18627: multipart
18628:
18629: * src/types/pa_vform.C: line endings fixed at post / multipart /
18630: not file also now
18631:
18632: 2001-11-08 paf
18633:
18634: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18635: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18636: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18637: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18638: main/pa_stylesheet_manager.C: restructured Cache manager to be
18639: simple parent, not second parent [gcc 2.96 strangly refused to
18640: call virtual from second parent]
18641:
1.116 moko 18642: * src/: include/pa_common.h, main/Makefile.am,
18643: targets/cgi/pa_pool.C: makes
1.95 moko 18644:
18645: * src/: include/pa_request.h, main/pa_request.C,
18646: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18647: 'status' class enabler
18648:
18649: <Location /parser-status.html> ParserStatusAllowed </Location>
18650:
18651: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18652: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18653: include/pa_stylesheet_manager.h, main/main.dsp,
18654: main/pa_cache_managers.C, main/pa_charset_manager.C,
18655: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18656: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18657: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18658: todo: apache 'status' class enabler
18659:
18660: 2001-11-05 paf
18661:
18662: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18663: debug to normal
18664:
18665: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18666: hence i removed skipping 0 values in hash::for_each-es we need to
18667: check cleaned cache items manually. few more checks.
18668:
18669: expiring to 0 time was wrong, changed to 'now' time
18670:
18671: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18672: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18673: on apache already done :)
18674:
18675: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18676: skipping 0 values in hash::for_each-es we need to check cleaned
18677: cache items manually
18678:
18679: * src/main/: pa_db_connection.C, pa_db_table.C:
18680: parser_multithreaded check was wrong
18681:
18682: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18683: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18684: classes/hashfile.C, classes/image.C, classes/int.C,
18685: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18686: classes/string.C, classes/table.C, classes/void.C,
18687: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18688: include/pa_array.h, include/pa_charset_connection.h,
18689: include/pa_charset_manager.h, include/pa_common.h,
18690: include/pa_config_fixed.h, include/pa_config_includes.h,
18691: include/pa_db_connection.h, include/pa_db_manager.h,
18692: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18693: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18694: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18695: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18696: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18697: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18698: include/pa_stack.h, include/pa_string.h,
18699: include/pa_stylesheet_connection.h,
18700: include/pa_stylesheet_manager.h, include/pa_table.h,
18701: include/pa_threads.h, include/pa_types.h, main/compile.C,
18702: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18703: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18704: main/pa_charset_manager.C, main/pa_common.C,
18705: main/pa_db_connection.C, main/pa_db_manager.C,
18706: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18707: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18708: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18709: main/pa_socks.C, main/pa_sql_driver_manager.C,
18710: main/pa_status_provider.C, main/pa_string.C,
18711: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18712: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18713: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18714: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18715: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18716: targets/isapi/pool_storage.h, types/pa_valiased.C,
18717: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18718: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18719: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18720: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18721: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18722: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18723: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18724: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18725: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18726: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18727: types/pa_vstateless_object.h, types/pa_vstatus.h,
18728: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18729: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18730: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18731: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18732: $status:db fixed used not initialized in db_connection & db_table
18733:
18734: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18735: $status:charset
18736:
18737: * src/: classes/xdoc.C, include/pa_db_connection.h,
18738: include/pa_stylesheet_connection.h,
18739: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18740: types/pa_vstatus.h: $status:stylesheet
18741:
18742: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18743: include/pa_request.h, include/pa_sql_connection.h,
18744: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18745: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18746: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18747: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18748: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18749: types/pa_vxnode.C, types/types.dsp: started status parser class
18750:
18751: 2001-11-01 paf
18752:
18753: * src/include/pa_config_auto.h.in: makes
18754:
18755: * src/main/pa_hash.C: removed old extra include
18756:
18757: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18758: checks [for hp, there are such in math.h]
18759:
18760: * src/classes/op.C: ^for endless loop check strightened
18761:
18762: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18763: behavior in native calls. it left unchanged, so ^for ^foreach &
18764: co can use r.root to write their i & key,value there
18765:
18766: * src/classes/op.C: detected for var storage bug, fixed.
18767: todo:foreach
18768:
18769: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18770: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18771: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18772: changing of hash inside of foreach
18773:
18774: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18775: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18776: were hash.foreach
18777:
18778: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18779: types/pa_vstring.C, types/pa_vstring.h:
18780: ^foreach[key|value]{body}[[separator]|{separator}]
18781:
18782: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18783: types/pa_vcookie.C: ^hash.delete[key]
18784:
18785: 2001-10-31 paf
18786:
18787: * src/main/: compile.C, pa_common.C: completely empty file now
18788: considered "read", not ignored [not perfect trick used]
18789:
18790: * src/main/pa_common.C: simplier common ifdefs
18791:
18792: * src/main/pa_common.C: typing bug in common - bad ifdeff
18793:
18794: * src/main/pa_db_connection.C: z
18795:
18796: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18797: lockdetector flags
18798: dbenv.lk_detect=DB_LOCK_RANDOM;
18799:
18800: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18801: from accidental show [imagine user forgot @exception]
18802:
18803: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18804:
18805: * src/: classes/file.C, classes/image.C, classes/mail.C,
18806: classes/string.C, classes/xnode.C, include/pa_common.h,
18807: main/pa_common.C: ^string.save[[append;]path]
18808:
18809: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18810: main/execute.C: \ in expression: int divide 10/3=3
18811:
18812: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18813: inside of ^cache
18814:
18815: * src/: include/pa_threads.h, main/pa_db_connection.C,
18816: main/pa_db_table.C, targets/cgi/pa_threads.C,
18817: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18818: needed
18819:
18820: 2001-10-30 paf
18821:
18822: * src/: classes/classes.dsp, main/main.dsp,
18823: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18824: types/types.dsp: enabled debug incremental compile
18825:
18826: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18827: form post data line endings not reformatted now.
18828:
18829: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18830: now required [had bug when file= has no value]
18831:
18832: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18833: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18834: cstr(asis) default param removed
18835:
18836: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18837:
18838: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18839:
18840: * src/include/pa_dir.h: LOAD_DIR fixed
18841:
18842: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18843: was broken} fix_line_breaks
18844:
18845: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18846: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18847: packed with #pragma pack
18848:
1.116 moko 18849: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18850:
18851: 2001-10-29 paf
18852:
18853: * src/types/pa_wcontext.h: bitfield syntax stricter
18854:
18855: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18856: string hash.puts
18857:
18858: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18859:
18860: * src/include/pa_sql_connection.h: there were one wrong
18861: SQL_CONNECTION_FUNC_GUARDED [failed]
18862:
18863: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18864: param.someday either ifdef or remove it
18865:
18866: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18867:
18868: * src/main/untaint.C: optimizing returned after debugging
18869:
18870: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18871: main/untaint.C: memory hunging #pragma pack(1)
18872:
18873: 16 419 844 13 169 394
18874:
18875: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18876: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18877: places [todo:Array]
18878:
18879: * src/: main/execute.C, targets/cgi/pa_pool.C,
18880: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18881: types/pa_wwrapper.h: debugging memory WContext flags to bits
18882:
18883: total 5 652 652/158731 total 5 469 332/158731
18884:
18885: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18886: Array:: without cache in get/put now
18887:
18888: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18889: 18:25:27 2001] total 5 652 652/158731
18890:
18891: * src/: include/pa_string.h, main/pa_string.C,
18892: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18893: now
18894:
18895: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18896: 18:11:53 2001] total 5796092/158731
18897:
18898: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18899: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18900: key ref now
18901:
18902: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18903: 17:11:17 2001] total 16867948/202658
18904:
18905: * src/: classes/file.C, classes/image.C, classes/string.C,
18906: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18907: main/execute.C, main/pa_array.C, main/pa_common.C,
18908: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18909: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18910: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18911: string::as_int/double now usually uses stack, not heap [200K out
18912: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18913:
18914: * src/main/pa_sql_driver_manager.C: ping to have services [old
18915: hiding bug]
18916:
18917: * src/Makefile.am: .am order
18918:
18919: * src/: include/pa_array.h, include/pa_charset_manager.h,
18920: include/pa_db_connection.h, include/pa_db_manager.h,
18921: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18922: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18923: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18924: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18925: required "friend class"
18926:
18927: ../include/pa_request.h:51: friend declaration requires
18928: class-key, i.e. `friend class Temp_lang'
18929:
18930: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18931: main/pa_exception.C, main/pa_sql_driver_manager.C,
18932: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18933:
18934: the idea is to #1 jump to C++ some function to main body, where
18935: every function stack frame has exception unwind information and
18936: from there... #2 propagate_exception()
18937:
18938: 2001-10-28 paf
18939:
18940: * src/main/pa_db_connection.C: removed old consts
18941:
18942: * src/main/pa_db_connection.C: expire table [was accidently pasted
18943: with wrong type/cast]
18944:
18945: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18946: translation
18947:
1.116 moko 18948: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18949: remember to build DB2 with -fexceptions!!!
18950:
18951: * src/main/pa_db_table.C: DB_RMW defed
18952:
18953: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18954: include/pa_db_connection.h, include/pa_db_manager.h,
18955: include/pa_db_table.h, main/pa_db_connection.C,
18956: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18957:
18958: 2001-10-27 paf
18959:
18960: * src/: classes/hashfile.C, include/pa_db_connection.h,
18961: include/pa_db_table.h, main/pa_db_connection.C,
18962: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18963: types/pa_vhashfile.C: DB2 ifdefs
18964:
1.116 moko 18965: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18966: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18967: makes with DB2
18968:
1.116 moko 18969: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18970: types/Makefile.am: makes db
1.95 moko 18971:
18972: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18973: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18974: globals.C
18975:
18976: * src/: classes/hashfile.C, include/pa_db_connection.h,
18977: include/pa_db_table.h, main/pa_db_connection.C,
18978: main/pa_db_table.C: ^hashfile.clear[]
18979:
18980: * src/classes/classes.awk: no $ in var names
18981:
18982: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18983: connection&table [forgotten calls]
18984:
18985: 2001-10-26 paf
18986:
18987: * src/main/pa_db_connection.C: db checkpoints
18988:
18989: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18990: checkpoints
18991:
18992: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18993: default. but entities still reparsed. todo: tothink
18994:
18995: * src/main/pa_db_connection.C: db recover mech 2
18996:
18997: * src/: classes/hashfile.C, include/pa_db_connection.h,
18998: include/pa_db_manager.h, include/pa_db_table.h,
18999: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19000: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19001: types/pa_vhashfile.h: db connections & tables now cached at
19002: create time & multithreaded
19003:
19004: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19005: parsed_source
19006:
19007: * src/main/pa_db_connection.C: about to remove connection from
19008: vhashfile
19009:
19010: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19011: transaction commit/rollback responsibility left to parent [as it
19012: sould - else there were a bug with double free]
19013:
19014: * src/include/pa_db_table.h: db: child transaction commit/rollback
19015: responsibility left to parent [as it sould - else there were a
19016: bug with double free]
19017:
19018: 2001-10-25 paf
19019:
19020: * src/: classes/hashfile.C, include/pa_common.h,
19021: include/pa_db_connection.h, include/pa_db_manager.h,
19022: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19023: types/pa_vhashfile.C, types/pa_vhashfile.h,
19024: include/pa_db_table.h, main/pa_db_table.C: started db_home
19025: [multiple, cached] todo: autorecover [tried, but not succeded,
19026: yet]
19027:
19028: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19029:
19030: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19031: transaction parent passed
19032:
19033: 2001-10-24 parser
19034:
1.116 moko 19035: * src/classes/Makefile.am: makes
1.95 moko 19036:
19037: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19038: isapi/pool_storage.h: pool_storage fixed
19039:
19040: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19041: types/pa_vform.h: form fix_line_breaks
19042:
1.116 moko 19043: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19044:
19045: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19046: targets/cgi/pool_storage.h: makes
19047:
19048: * src/sql/pa_sql_driver.h: version
19049:
19050: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19051: types/pa_vform.C, types/pa_vform.h: .am
19052:
19053: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19054: this: DB_RMW Acquire write locks instead of read locks when doing
19055: the retrieval. Setting this flag may decrease the likelihood of
19056: deadlock during a read-modify-write cycle by immediately
19057: acquiring the write lock during the read part of the cycle so
19058: that another thread of control acquiring a read lock for the same
19059: item, in its own read-modify-write cycle, will not result in
19060: deadlock
19061:
19062: * src/targets/isapi/parser3isapi.dsp: doc
19063:
19064: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19065:
19066: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19067:
19068: * src/: classes/hashfile.C, include/pa_db_connection.h,
19069: main/pa_db_connection.C: hashfile expired deleted from db when
19070: get & iterate
19071:
19072: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19073: expiring 1
19074:
19075: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19076:
19077: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19078: db_connection not bothers with key when not returning expired
19079: data
19080:
19081: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19082: types/pa_vhashfile.C: db_cursor constructor public now
19083:
19084: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19085: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19086: stamped, todo: put_element analize
19087:
19088: * src/: include/pa_db_connection.h, include/pa_string.h,
19089: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19090: serialize. todo stamp
19091:
19092: 2001-10-23 parser
19093:
19094: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19095: classes/image.C, classes/mail.C, classes/response.C,
19096: classes/string.C, classes/table.C, classes/xdoc.C,
19097: include/pa_config_fixed.h, include/pa_db_connection.h,
19098: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19099: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19100: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19101: types/pa_vtable.C: ^hashfile.hash[]
19102:
19103: * src/: classes/hashfile.C, classes/xdoc.C,
19104: include/pa_config_fixed.h, main/pa_db_manager.C,
19105: main/pa_globals.C: ifdefs so it compiled without db
19106:
19107: * src/: classes/hashfile.C, include/pa_db_connection.h,
19108: include/pa_db_manager.h, main/pa_db_connection.C,
19109: main/pa_db_manager.C, types/pa_vhashfile.h:
19110: ^hashfile.transaction{code} ^hashfile:clear[filename]
19111: ^hashfile.delete[key]
19112:
19113: 2001-10-22 parser
19114:
19115: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19116: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19117:
19118: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19119: classes/xnode.C, include/pa_charset_connection.h,
19120: include/pa_db_connection.h, include/pa_db_manager.h,
19121: include/pa_exception.h, include/pa_sapi.h,
19122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19123: include/pa_stylesheet_connection.h,
19124: include/pa_stylesheet_manager.h,
19125: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19126: main/pa_db_connection.C, main/pa_db_manager.C,
19127: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19128: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19129: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19130: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19131: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19132: types/types.dsp: hashfile 0
19133:
19134: * src/types/pa_vhashfile.C: z
19135:
19136: * src/: classes/classes.dsp, classes/hashfile.C,
19137: include/pa_config_fixed.h, main/execute.C,
19138: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19139: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19140:
19141: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19142:
19143: * src/: include/pa_exception.h, include/pa_request.h,
19144: main/execute.C, main/pa_exception.C, main/pa_request.C,
19145: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19146: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19147:
19148: 2001-10-19 parser
19149:
19150: * src/include/pa_pool.h: header
19151:
19152: * src/main/pa_pool.C: auto compiled on gcc
19153:
19154: * src/classes/image.C: comment
19155:
1.116 moko 19156: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19157:
19158: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19159: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19160: types/pa_vxnode.h: xnode clone got freed
19161:
19162: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19163: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19164: can free up xalandomstring resulting from pool::transcode
19165:
19166: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19167: include/pa_config_fixed.h, include/pa_exception.h,
19168: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19169: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19170: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19171: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19172: from non-xml compile
19173:
19174: * src/main/pa_request.C: pool:: context - get_context
19175:
19176: * src/: classes/classes.h, classes/date.C, classes/double.C,
19177: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19178: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19179: classes/string.C, classes/table.C, classes/void.C,
19180: include/pa_config_fixed.h, include/pa_exception.h,
19181: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19182: main/compile.C, main/compile_tools.C, main/execute.C,
19183: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19184: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19185: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19186: main/pa_string.C, main/pa_table.C, main/untaint.C,
19187: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19188: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19189: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19190: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19191: types/pa_vstateless_class.h, types/pa_vtable.C,
19192: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19193: exceptions 0
19194:
19195: * src/classes/classes.awk: $ removed
19196:
19197: 2001-10-18 parser
19198:
19199: * src/types/pa_vcookie.C: cookie:CLASS
19200:
19201: * src/main/main.dsp: project
19202:
19203: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19204: set_document & ctor question "who owns document" solved
19205:
19206: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19207:
19208: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19209: main/pa_pool.C: encoding in dom creating funcs
19210:
19211: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19212: be transformed now
19213:
19214: * src/classes/xdoc.C: dom created by create can be transformed now
19215:
19216: * src/classes/xdoc.C: z
19217:
19218: * src/classes/xdoc.C: comment
19219:
19220: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19221: create now uses XercesDocumentBridge, appendChild&co now works
19222:
19223: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19224: @ recompile
19225:
19226: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19227: $origin @exception[
19228:
19229: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19230: tag names forced to XML lang
19231:
19232: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19233: leechy-found bugs in code&doc fixed
19234:
19235: 2001-10-17 parser
19236:
19237: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19238: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19239: n functionality preserved
19240:
19241: * src/types/pa_vimage.h: removed unused vimage::save
19242:
19243: 2001-10-16 parser
19244:
19245: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19246:
19247: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19248:
19249: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19250:
19251: * src/classes/image.C: image.copy tolerance
19252:
19253: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19254: ineffective, but works for small paleted image
19255:
19256: * src/types/pa_vimage.C: comment
19257:
19258: * src/classes/image.C: gd size/resize bugfix
19259:
19260: * src/: classes/classes.dsp, main/main.dsp,
19261: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19262: types/types.dsp: ident >nul 2>&1
19263:
19264: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19265: systems
19266:
19267: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19268: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19269:
19270: 2001-10-15 parser
19271:
19272: * src/main/execute.C: z
19273:
19274: * src/classes/: xdoc.C: !::create{qualifiedName}
19275:
19276: * src/types/pa_vxnode.C: document_type_node.
19277: !readonly attribute DOMString name
19278: !notation_node.
19279: !readonly attribute DOMString publicId
19280: !readonly attribute DOMString systemId
19281:
1.116 moko 19282: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19283: ::write badly passed string too transparently [failed to
19284: intercept it]
1.95 moko 19285:
19286: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19287: include/pa_request.h, main/pa_sql_driver_manager.C,
19288: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19289: types/pa_vxnode.h: DOM1 major addtion, only few
19290: attributes/methods left
19291:
19292: 2001-10-13 parser
19293:
19294: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19295: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19296: in main handler
19297:
19298: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19299: cleanups & frees order
19300:
19301: * src/types/pa_vcode_frame.h: couple comments
19302:
19303: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19304: transparent enough to handle hash if creation&passing
19305:
19306: * src/: include/pa_config_fixed.h, main/execute.C,
19307: main/pa_exception.C: noticed that vcodeframe not transparent
19308: enough, would change now
19309:
19310: 2001-10-12 parser
19311:
19312: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19313: fixed. initialization&free on each thread!
19314:
19315: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19316: handling changed: now type of default param analized always, not
19317: only at problem time, thus helping early problem spotting
19318:
19319: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19320: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19321: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19322: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19323: multithread bug fixed. initialization&free on each thread!
19324:
19325: 2001-10-11 parser
19326:
19327: * src/classes/xnode.C: xnode.selectSingle now
19328:
19329: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19330: include/pa_pool.h, include/pa_stylesheet_connection.h,
19331: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19332: convertors out of Pool into Exception
19333:
19334: * src/main/pa_string.C: const
19335:
19336: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19337: linked pieces of same language together prior to String::replace
19338:
19339: * src/classes/hash.C: !^hash.add[addme]
19340: !^hash.sub[subme]
19341: !^a.union[b] = new
19342: !^a.intersection[b] = new
19343: !^a.intersects[b] = bool
19344:
19345: * src/classes/hash.C: !^hash::append[append_from]
19346:
19347: * src/: classes/hash.C, types/pa_vhash.h:
19348: !^hash::create[[copy_from]]
19349:
19350: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19351: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19352: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19353: fixed. got rid of empty_string, which caused errors - it hasnt
19354: exception but somebody[value.bark] tried to throw it on it's pool
19355:
1.116 moko 19356: * src/include/pa_config_auto.h.in: makes
1.95 moko 19357:
19358: 2001-10-10 parser
19359:
19360: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19361:
19362: * src/main/: compile.tab.C, compile.y: ^a[
19363:
19364: @next_method << now unclosed ] would be reported here
19365:
19366: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19367: compile error
19368:
19369: 2001-10-09 parser
19370:
1.116 moko 19371: * src/: classes/Makefile.am, main/Makefile.am,
19372: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19373:
19374: * src/classes/Makefile.am: makes
19375:
19376: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19377: win32 errors intercepted [xalan transformer patched and
19378: incorporated]
19379:
19380: * src/: classes/classes.dsp, classes/xdoc.C,
19381: include/pa_stylesheet_connection.h, main/main.dsp,
19382: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19383: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19384: patches starting
19385:
19386: * src/classes/: string.C, table.C: ^string.save[file]
19387:
19388: * src/classes/: date.C, table.C: calendar moved to date
19389:
19390: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19391: string/table] now
19392:
19393: * src/classes/: op.C, table.C: z
19394:
19395: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19396: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19397: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19398: be code [be string..]
19399:
19400: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19401: table.C: lots of
19402: params->as_int/double/as_string/as_junction/as_no_junction
19403: messages added
19404:
19405: 2001-10-08 parser
19406:
19407: * src/: classes/date.C, classes/image.C, classes/string.C,
19408: classes/table.C, classes/void.C, include/pa_request.h:
19409: params->as_int/double message added
19410:
19411: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19412:
19413: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19414: image:sector removed image:html internal "line-*" attribs
19415:
19416: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19417: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19418:
19419: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19420: way
19421:
19422: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19423: main/untaint.C: header untainting to UL_HTTP_HEADER,
19424: UL_MAIL_HEADER made nonforced [only tainted pieces]
19425:
19426: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19427: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19428: @ SAPI::log
19429:
19430: * src/main/untaint.C: \r to ' ' in origins mode
19431:
19432: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19433: set]
19434:
19435: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19436: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19437: nonstandard liaison freed up
19438:
19439: 2001-10-07 parser
19440:
19441: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19442: project
19443:
19444: 2001-10-05 parser
19445:
19446: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19447: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19448: from outputing to cerr. lots of "todos"
19449:
19450: * src/main/untaint.C: http_header tainting more gentle with
19451: enquoting now
19452:
19453: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19454: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19455: xml errorhandler. fixed string.replace a little, read @test
19456:
19457: * src/main/pa_string.C: found replace bug - first_that_starts(char
19458: *) does not have limit, and looks further eos, fixing....
19459:
19460: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19461:
19462: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19463:
19464: * src/main/: pa_charset_connection.C: ctype another mem clear
19465: bugfix
19466:
1.116 moko 19467: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19468: $result[^[$p^]z] now works fine
1.95 moko 19469:
19470: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19471: wrong. fixed it
19472:
19473: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19474: of totable appered to be vital
19475:
19476: 2001-10-04 parser
19477:
19478: * src/classes/image.C: ^image.length[text]
19479:
19480: 2001-10-03 parser
19481:
19482: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19483:
19484: * src/main/pa_request.C: restored pcre defaulting in request
19485: [mindlessly "optimized" yesterday] comment left
19486:
19487: 2001-10-02 parser
19488:
19489: * src/: main/pa_charset_manager.C,
19490: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19491: needed
19492:
19493: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19494: forgot non-xml pool.*charset needed
19495:
19496: * src/classes/table.C: # config comments fixed
19497:
19498: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19499: charset_connection #comment now
19500:
19501: * src/: classes/classes.dsp, types/types.dsp: release projects
19502: options fixed to use release msvcrt lib
19503:
19504: * src/main/pa_charset_connection.C: pcre tables now const inside
19505: removed default - pcre handles that internally fixed bug on
19506: not-cleaning tables [previously was calloced, now member]
19507:
19508: * src/: include/pa_request.h, main/pa_charset_connection.C,
19509: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19510: inside removed default - pcre handles that internally fixed bug
19511: on not-cleaning tables [previously was calloced, now member]
19512:
19513: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19514: tested charset reload on file change @ apache version = OK tested
19515: freeing up prev encoding on adding new = OK
19516:
19517: 2001-10-01 parser
19518:
19519: * src/main/pa_charset_connection.C: removed entitify external hack
19520: [internal installed]
19521:
1.116 moko 19522: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19523:
19524: * src/: include/pa_charset_connection.h,
19525: include/pa_charset_manager.h,
19526: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19527: main/pa_charset_connection.C, main/pa_charset_manager.C,
19528: main/pa_request.C: charset loading & caching mech 0
19529:
19530: * src/: include/pa_stylesheet_connection.h,
19531: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19532: main/pa_globals.C, main/pa_request.C: would make charset loading
19533: & caching mech now
19534:
19535: 2001-09-30 parser
19536:
19537: * src/main/pa_request.C: forgot to fill toTable
19538:
19539: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19540: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19541: failed on win32 for now..
19542:
19543: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19544: now charsets table configuration variable is: CHARSETS
19545:
19546: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19547: ctype with unicode 1. todo: no П entities on output somehow
19548:
19549: * src/: classes/file.C, classes/op.C, classes/string.C,
19550: include/pa_request.h, main/pa_request.C: started ctype with
19551: unicode values
19552:
19553: 2001-09-28 parser
19554:
19555: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19556: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19557: string passed AS-IS now
19558:
19559: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19560: way of user-configuring... todo: implement
19561:
19562: 2001-09-27 parser
19563:
19564: * src/classes/table.C: table.sort changed to sort table itself
19565:
19566: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19567: X^.getElementsByTagName[tagname] = array of xnode
19568: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19569: nodes removed - regretfully not supported @ xalan. maybe someday
19570: would reimplement, if needed.
19571:
19572: win32build system: solved long waiting anti-non-started-apache
19573: problem
19574:
19575: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19576: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19577: types/types.dsp: win32 ident make system so not to rebuild
19578: library [ident.C.new]
19579:
19580: 2001-09-26 parser
19581:
19582: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19583: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19584: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19585: types/pa_vxnode.C, types/types.dsp: z
19586:
19587: * src/classes/classes.C: forgot one non-xml check
19588:
1.116 moko 19589: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19590: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19591:
19592: * src/targets/cgi/parser3.C: z
19593:
19594: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19595: targets/isapi/parser3isapi.C: #ifdef SMTP
19596:
19597: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19598: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19599: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19600: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19601: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19602: types/types.dsp: xdoc&xnode now
19603:
19604: * src/: classes/classes.C, classes/classes.awk,
19605: classes/classes.dsp, classes/classes.h, classes/date.C,
19606: classes/dnode.C, classes/dnode.h, classes/dom.C,
19607: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19608: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19609: classes/op.C, classes/response.C, classes/string.C,
19610: classes/table.C, classes/void.C, include/pa_array.h,
19611: include/pa_common.h, include/pa_config_fixed.h,
19612: include/pa_config_includes.h, include/pa_dictionary.h,
19613: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19614: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19615: include/pa_socks.h, include/pa_sql_connection.h,
19616: include/pa_sql_driver_manager.h, include/pa_stack.h,
19617: include/pa_string.h, include/pa_stylesheet_connection.h,
19618: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19619: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19620: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19621: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19622: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19623: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19624: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19625: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19626: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19627: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19628: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19629: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19630: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19631: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19632: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19633: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19634: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19635: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19636: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19637: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19638: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19639: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19640: types/pa_vmethod_frame.h, types/pa_vobject.h,
19641: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19642: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19643: types/pa_vstateless_object.h, types/pa_vstring.C,
19644: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19645: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19646: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19647: main.dsp splitted to main+classes+types along to .am
19648:
19649: * src/classes/Makefile.am: removed useless var
19650:
19651: * src/: classes/classes.cmd, main/main.dsp,
19652: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19653: main.dsp
19654:
19655: 2001-09-25 parser
19656:
19657: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19658: 1251 though, todo ICU
19659:
1.116 moko 19660: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19661: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19662: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19663: types/pa_vdom.h: xml configure makes
1.95 moko 19664:
19665: 2001-09-24 parser
19666:
1.116 moko 19667: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19668: types/Makefile.am: makes
1.95 moko 19669:
1.116 moko 19670: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19671:
19672: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19673: started unix makes update
19674:
19675: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19676: started unix makes update
19677:
19678: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19679:
19680: * src/types/pa_value.h: z
19681:
19682: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19683: bugs with usinge hash/table in expressions
19684:
19685: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19686: resolved conflicts fixed [const]
19687:
19688: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19689: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19690: main/compile.C, main/compile.tab.C, main/compile.y,
19691: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19692: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19693: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19694: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19695: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19696: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19697: with before_xml [merge2 actually didn't happen - i've created
19698: tags on wrong branch. so this merge is in fact re-merge]
19699:
19700: 2001-09-21 parser
19701:
19702: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19703: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19704: produced "" in make file and sadly wrong interpreted on load]
19705:
1.116 moko 19706: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19707: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19708: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19709: include/pa_sql_driver_manager.h, include/pa_string.h,
19710: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19711: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19712: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19713:
19714: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19715: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19716: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19717: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19718: main/pa_pool.C, main/pa_request.C,
19719: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19720: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19721: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19722: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19723: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19724: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19725: types/pa_vrequest.C, types/pa_vresponse.h,
19726: types/pa_vstateless_class.C, types/pa_vstring.C,
19727: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19728: created new projects for sql drivers [planning to remove sql
19729: drivers from main cvs project] first, will join latest changes
19730:
19731: * src/classes/: dom.C: defaulted dom writing methods encoding to
19732: pool.get_charset
19733:
19734: * src/classes/dom.C: defaulted dom writing methods encoding to
19735: pool.get_charset
19736:
19737: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19738: pool.get_charset
19739:
19740: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19741: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19742: methods encoding to pool.get_charset
19743:
19744: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19745: transcoder were created right "unsupported encoding" message.
19746: not @ set time, but @ use time, so until xml output functions
19747: .string, .file, .save used - no encoding name check occur
19748:
19749: reduced transcode buffer size to 60 fixed pool cleanup - no
19750: registration needed, pools are officially destructured
19751:
19752: 2001-09-20 parser
19753:
19754: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19755:
19756: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19757: $MAIN:DEFAULTS.content-type[$.charset[here]]
19758:
19759: * src/: classes/dnode.C, classes/dom.C,
19760: include/pa_config_includes.h, include/pa_globals.h,
19761: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19762: main/pa_pool.C, targets/cgi/parser3.dsp,
19763: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19764: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19765: Pool::transcode 0
19766:
19767: * src/classes/dom.C: dom. string save file moved output xml options
19768: to last param and made it optional
19769:
19770: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19771: dnodes
19772: !$attributenode.specified = boolean
19773: true if the attribute received its value explicitly
19774: in the XML document,
19775: or if a value was assigned programatically with the
19776: setValue function.
19777: false if the attribute value came from the default value
19778: declared in the document's DTD.
19779: !$pinode.target = target of this processing instruction
19780: XML defines this as being the first token following the
19781: markup
19782: that begins the processing instruction.
19783: XPath:
19784: !^node.select[xpath/query/expression] = hash of 0->node0
19785: 1->node1
19786: !^node.select-single[xpath/query/expression] = first node if
19787: any
19788:
19789: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19790: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19791: some 'const's added
19792:
19793: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19794: expression context now, there value = size and boolean value
19795: size!=0
19796:
19797: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19798: can be used in expression context now, there value = size and
19799: boolean value size!=0
19800:
19801: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19802: types/pa_vstring.h: dnode .file .string .save moved back to dom
19803: due to strange xalan bug
19804:
19805: 2001-09-18 parser
19806:
19807: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19808: classes/image.C, classes/op.C, classes/table.C,
19809: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19810: include/pa_sql_driver_manager.h, main/compile.C,
19811: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19812: main/execute.C, main/pa_common.C, main/pa_request.C,
19813: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19814: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19815: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19816: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19817: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19818: before_xml branch ^if(def $hash) now true only when
19819: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19820:
19821: * src/: classes/op.C, main/execute.C: operators self changed to
19822: root ^for variable context changed to self
19823:
19824: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19825: dnode 1
19826:
19827: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19828: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19829:
19830: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19831: poly* fixed
19832:
19833: 2001-09-17 parser
19834:
19835: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19836: types/pa_vdom.h: started dnode+dom
19837:
19838: dnode DOM methods: $node.name $node.value
19839: ...others...
19840:
19841: ^node.xpath[/rates/USD] = hash
19842: $hash[
19843: $.0[node0]
19844: $.1[node1]
19845: ]
19846:
19847: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19848: applies to all linear primitives
19849:
19850: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19851: include/pa_stylesheet_connection.h, main/main.dsp,
19852: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19853: types/pa_vimage.h: started dnode DOM: $node.name
19854: $node.value ...others... ^node.xpath[/rates/USD] = hash
19855: dom(dnode)
19856:
19857: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19858: main/compile.y, main/compile_tools.h, main/execute.C,
19859: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19860: in expression compound($aa.zz.xx) names now can have minus '-' in
19861: name after '.'
19862:
19863: 2001-09-15 parser
19864:
19865: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19866: image: $line-width ^line(...)[**** style]
19867:
19868: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19869: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19870: pool_storage - cleanups first, allocations second. apache wisely
19871: does just like that
19872:
19873: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19874: rewritten using template, no bugs now
19875:
19876: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19877: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19878: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19879: poorly started isapi pool_storage, would rewrite using template
19880: now
19881:
19882: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19883: include/pa_stylesheet_connection.h, main/main.dsp,
19884: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19885: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19886: xalan objects freed up [introducing Pool::register_cleanup]
19887:
19888: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19889: comments
19890:
19891: 2001-09-14 parser
19892:
19893: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19894: z
19895:
19896: * src/: classes/dom.C, classes/file.C, classes/image.C,
19897: classes/mail.C, include/pa_common.h,
19898: include/pa_sql_driver_manager.h, include/pa_string.h,
19899: include/pa_stylesheet_connection.h,
19900: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19901: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19902: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19903: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19904: compiled&cached
19905:
19906: 2001-09-13 parser
19907:
19908: * src/: classes/dom.C, classes/file.C, classes/image.C,
19909: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19910:
19911: * src/classes/dom.C: dom:file content-type(.method)
19912:
19913: * src/: include/pa_common.h, include/pa_globals.h,
19914: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19915: string now more informative error messages
19916:
19917: * src/: include/pa_globals.h, include/pa_request.h,
19918: main/pa_request.C, targets/cgi/parser3.C,
19919: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19920: ParserSiteConfig .../parser3.conf
19921:
19922: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19923:
19924: 2001-09-12 parser
19925:
19926: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19927: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19928: precise error reporting: "connection string must start with
19929: protocol://" now
19930:
19931: * src/main/compile.tab.C: fixed - subname code parts actually []
19932: braced
19933:
19934: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19935: lexer on LS_USER level did [] matching without setting nestage,
19936: introduced special LS_NAME_SQUARE_PART state
19937:
19938: 2001-09-11 parser
19939:
19940: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19941: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19942: languages+=xml
19943:
19944: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19945:
19946: * src/classes/dom.C: ^dom:save/string/file[output options] output
19947: options: $.method[xml|html|text] detection fixed
19948:
19949: * src/types/pa_vdom.h: messages
19950:
19951: * src/classes/dom.C: ^dom:save/string/file[output options] output
19952: options: $.method[xml|html|text] detection fixed
19953:
19954: 2001-09-10 parser
19955:
19956: * src/classes/dom.C: ^dom:save/string/file[output options] output
19957: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19958:
19959: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19960: added]
19961:
19962: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19963: ^dom.xslt[stylesheet filename] 0
19964:
19965: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19966: ^dom.xslt[stylesheet filename] -1 doc is lying
19967:
19968: * src/classes/dom.C: ^dom.file[encoding] = file
19969:
19970: * src/classes/: dom.C: ^dom.string[encoding] 1
19971: ^dom.save[encoding;filename]
19972:
19973: * src/classes/dom.C: ^dom.string[] 0
19974:
19975: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19976:
19977: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19978: types/pa_vform.h: ^dom.save[b.xml] 0
19979:
19980: 2001-09-08 parser
19981:
19982: * src/types/pa_vform.C: $form:tables.name.field
19983:
19984: 2001-09-07 parser
19985:
19986: * src/classes/table.C: table:empty removed, superceded by ^if(def
19987: $table)...
19988:
19989: * src/targets/cgi/parser3.C: z
19990:
19991: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19992: from '' to int/double is 0]
19993:
19994: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
19995: $table) is false when table is empty
19996:
19997: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
19998: !$form:tables $atable[$form:tables.a]
19999: ^atable.menu{a=$atable.element}[,]
20000:
20001: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20002: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20003:
1.116 moko 20004: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20005: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20006: of dom
20007:
20008: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20009: types/pa_vform.C, types/pa_vform.h: z
20010:
20011: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20012: element [not last]
20013:
1.116 moko 20014: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20015: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20016:
20017: 2001-09-06 parser
20018:
20019: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20020: table with one column 'element' and two rows: 1 and 2
20021:
20022: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20023: table with one column 'element' and two rows: 1 and 2
20024:
20025: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20026: bad int/double conversions, and now $form:nonexistent.int(88)
20027: would return 88
20028:
20029: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20030: types/pa_vhash.h: now there's special hash key '_default'
20031: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20032: $._default[xx] ] $hash.c
20033:
20034: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20035: fixed [thanks, fif], ^; were treated there non-literally
20036:
20037: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20038: doxygen
20039:
20040: * src/: classes/image.C, classes/op.C, classes/string.C,
20041: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20042: types/pa_vtable.C: few #ifndef DOXYGEN
20043:
20044: 2001-09-05 parser
20045:
20046: * src/classes/: string.C, table.C: sql options can be void [same as
20047: image:html the other day]
20048:
20049: * src/targets/cgi/Makefile.am: .am undo
20050:
20051: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20052: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20053: macro expantion on param, simply qoutes whatever passed, undone
20054:
20055: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20056: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20057: STRINGIZE(name) #name invented
20058:
20059: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20060: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20061: MAIN_SQL_DRIVERS_NAME "drivers"
20062:
20063: moved to be availible to all users
20064:
20065: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20066: SQL_DRIVER_CREATE_FUNC_NAME
20067:
20068: * src/classes/mail.C: MAIN:MAIL check fixed
20069:
20070: 2001-09-04 parser
20071:
20072: * src/classes/image.C: image.html now can accept void params
20073:
20074: * src/targets/isapi/parser3isapi.C: z
20075:
20076: * src/targets/cgi/parser3.C: full_file_spec bug
20077:
20078: * src/targets/cgi/parser3.C: getenvcheck
20079:
20080: * src/targets/cgi/parser3.C: zz
20081:
20082: * src/targets/cgi/parser3.C: zzz
20083:
20084: * src/classes/date.C: date
20085:
20086: * src/classes/date.C: date:sql-string is now without ''
20087:
1.116 moko 20088: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20089: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20090: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20091:
1.116 moko 20092: * src/include/pa_config_auto.h.in: makes
1.95 moko 20093:
20094: 2001-09-03 parser
20095:
20096: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20097:
20098: 2001-09-01 parser
20099:
20100: * src/classes/image.C: letter_spacing
20101:
20102: * src/classes/image.C: image: font params changed
20103:
20104: * src/classes/image.C: image: as_int as_string used
20105:
20106: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20107: analized
20108:
20109: 2001-08-31 parser
20110:
20111: * src/targets/cgi/parser3.C: z
20112:
1.116 moko 20113: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20114: cygwin
1.95 moko 20115:
20116: * src/classes/void.C: void:int/double += (default)
20117:
20118: * src/classes/image.C: image:font added space param image:font
20119: changed charwidth alg, added kerning const[for now]
20120:
20121: * src/classes/: string.C, table.C: string:int/double (defaults)
20122:
20123: 2001-08-29 parser
20124:
20125: * src/main/pa_exception.C: exception redundant debug info
20126:
20127: 2001-08-28 parser
20128:
20129: * src/classes/image.C: image error msgs
20130:
20131: * src/classes/image.C: image: gifsize little endian
20132:
20133: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20134: doxygeneration
20135:
20136: * src/: classes/Makefile.am, main/Makefile.am,
20137: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20138:
20139: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20140: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20141:
20142: * src/main/compile.C: NO_STRING_ORIGIN check2
20143:
20144: * src/classes/table.C: NO_STRING_ORIGIN check
20145:
20146: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20147: storage class specifiers invalid in friend function declarations
20148:
20149: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20150: main/untaint.C, targets/cgi/parser3.C,
20151: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20152: case of limit
20153:
20154: * src/: classes/file.C, main/pa_common.C: file:move
20155: autocreate/remove dest/src dir
20156:
20157: * src/: classes/string.C, include/pa_dictionary.h,
20158: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20159: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20160: to directory constructor. string:replace
20161:
20162: 2001-08-27 parser
20163:
20164: * src/classes/image.C: fixed jpgsize alg
20165:
20166: * src/classes/image.C: fixed jpgsize alg
20167:
20168: * src/main/pa_exception.C: z
20169:
20170: * src/main/pa_common.C: removed debug info from pa_common
20171:
20172: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20173: [auto.p from current dir loading]
20174:
1.116 moko 20175: * src/: main/pa_common.C, main/pa_exception.C,
20176: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20177: for solaris -lsocket
1.95 moko 20178:
20179: 2001-08-24 parser
20180:
20181: * src/targets/cgi/parser3.C: not cgi extra \n 3
20182:
20183: * src/targets/cgi/parser3.C: not cgi extra \n 2
20184:
20185: * src/targets/cgi/parser3.C: not cgi extra \n
20186:
20187: * src/main/pa_sql_driver_manager.C: z
20188:
20189: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20190: sql* removed services from disconnect - cross-request ideological
20191: probs.
20192:
20193: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20194: cross-request ideological probs. oracle - fixed bug: cs
20195: allocated on request.pool and got freed before disconnect
20196:
20197: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20198: mallocs fixed
20199:
20200: 2001-08-23 parser
20201:
20202: * src/classes/file.C: minor bug in file:save fixed
20203:
20204: * src/main/pa_sql_driver_manager.C: oracle: dlink
20205:
20206: 2001-08-22 parser
20207:
20208: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20209: types/pa_vfile.h: file:load|save[text|binary;
20210:
20211: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20212:
20213: 2001-08-21 parser
20214:
20215: * src/classes/: file.C, table.C: ^file:list
20216:
20217: 2001-08-20 parser
20218:
20219: * src/: main/compile.tab.C, main/compile.y,
20220: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20221: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20222: recousively caused problems: inc incremeted 123 literal!! fixed
20223:
20224: 2001-08-10 parser
20225:
20226: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20227:
20228: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20229: added
20230:
20231: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20232: added
20233:
20234: * src/classes/table.C: table:sort restored [it was bad test :(]
20235:
20236: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20237: ''
20238:
20239: * src/main/: pa_request.C: wanted to make const int
20240: MAX_EXECUTE_SECONDS=1;
20241:
20242: but couldnt, set_callback_and_alarm appeared to be not exported
20243: :(
20244:
20245: * src/main/pa_string.C: string.match hanged on. there were a hang
20246: check but it weren't wise enough
20247:
20248: @parse[dateString][tmp]
20249: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20250: #end
20251:
20252: @main[] ^parse[2001-02-03]
20253:
20254: * src/classes/: table.C: table:sort now default desc
20255:
20256: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20257: table.sort now creates new sorted table
20258:
20259: 2001-08-09 parser
20260:
20261: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20262:
20263: * src/classes/hash.C: hash:_default now [was hash:default]
20264:
20265: * src/classes/op.C: case without switch check added
20266:
20267: * src/types/pa_vcookie.C: cookie name&value origins added, more
20268: precise $ORIGINS(1)
20269:
20270: * src/main/Makefile.am: .am
20271:
20272: * src/classes/void.C: void: int double copy/paste from int: bug
20273: fixed
20274:
20275: * src/classes/void.C: void: int double copy/paste from int: bug
20276: fixed
20277:
20278: 2001-08-07 parser
20279:
20280: * src/: classes/double.C, classes/int.C, classes/string.C,
20281: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20282: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20283: string, table
20284:
20285: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20286: srand made working
20287:
20288: 2001-08-06 parser
20289:
20290: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20291: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20292: main/compile.tab.C, main/compile.y, main/pa_array.C,
20293: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20294: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20295:
20296: * src/main/pa_exec.C: exec win32 real filename
20297:
20298: * src/classes/file.C: exec stderr out
20299:
20300: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20301:
20302: 2001-08-03 parser
20303:
20304: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20305:
20306: 2001-08-02 parser
20307:
20308: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20309: main/execute.C, main/pa_exec.C: introducing Array_iter
20310:
20311: * src/main/execute.C: detected quick_get recursion bug. changed to
20312: get@execute, but needs array iterator, separate from array to
20313: avoid it & use caching
20314:
20315: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20316: bug fixed
20317:
20318: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20319: main/execute.C, main/pa_globals.C: found another multithread bug
20320: in op.C (last, last global var killed) :)
20321:
20322: 2001-08-01 parser
20323:
20324: * src/: include/pa_dictionary.h, include/pa_globals.h,
20325: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20326: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20327: main/untaint.C: speeded up typo-html replacements. introducing
20328: Dictionary with first-char caching
20329:
20330: 2001-07-31 parser
20331:
20332: * src/types/Makefile.am: pa_vtable.C added to .am
20333:
20334: * src/main/compile.tab.C: added, so that could be compiled even on
20335: non-bison-enabled platforms
20336:
20337: 2001-07-28 parser
20338:
20339: * src/classes/table.C: table:hash always produces hash, when can't
20340: - empty
20341:
20342: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20343: skipped \n
20344:
20345: 2001-07-27 parser
20346:
20347: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20348: on int/double/string :sql without result and default
20349:
20350: 2001-07-26 parser
20351:
20352: * src/classes/op.C: fixed bad multithread bug with strangly global
20353: OP
20354:
20355: * src/main/compile.y: $man[$.age[zzz]] 0
20356:
20357: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20358: creation syntax problem persists. restored $: for a while.
20359: thinking of $man[$.age[zzz]] syntax now
20360:
20361: * src/: classes/double.C, classes/int.C, classes/string.C,
20362: include/pa_opcode.h, main/compile.C, main/compile.y,
20363: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20364: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20365: types/pa_wwrapper.h: fixing :: realization #1
20366:
20367: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20368: main/compile_tools.h, main/execute.C, main/pa_request.C,
20369: types/pa_vmethod_frame.h: introducing :: this is constructor call
20370: prefix. ordinary : remains for static accesses
20371:
20372: 2001-07-25 parser
20373:
20374: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20375: fields 2. methods 3. columns
20376:
20377: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20378: quote. optimized double&int tostring-s
20379:
20380: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20381: whitespace before first method decl
20382:
20383: * src/classes/table.C: allowed nontable result in table:sql,
20384: results in empty table
20385:
20386: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20387: lines before first method decl
20388:
20389: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20390: types/pa_vtable.h: ^table.record[] now $table.fields
20391:
20392: * src/main/compile.y: $var[] is now empty string, not void
20393:
20394: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20395: void
20396:
20397: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20398: main/pa_globals.C: match replace code context moved to implicit
20399: $match context
20400:
20401: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20402: main/compile_tools.h, main/execute.C: with killed, code storage
20403: introduced with former 'with' syntax
20404:
20405: 2001-07-24 parser
20406:
20407: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20408: types/pa_value.h: first get_element, next get operator
20409:
20410: * src/main/compile.y: removed @end handling
20411:
20412: * src/main/: compile.C, compile.y: @end handling method2
20413:
20414: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20415: file:move
20416:
20417: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20418: fixed
20419:
20420: 2001-07-23 parser
20421:
20422: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20423: driver
20424:
20425: * src/classes/hash.C: changed sql driver query interface
20426:
20427: * src/: classes/hash.C, classes/string.C, classes/table.C,
20428: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20429: changed sql driver query interface
20430:
20431: 2001-07-20 parser
20432:
20433: * src/types/pa_vrequest.C: X!$browser:type
20434:
20435: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20436: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20437: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20438: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20439: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20440: types/pa_vobject.h, types/pa_vrequest.C,
20441: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20442: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20443: BASE element globally removed
20444:
20445: 2001-07-18 parser
20446:
20447: * src/classes/file.C: file:exec/cgi msg
20448:
20449: * src/classes/file.C: $file:exit-code renamed to 'status'
20450:
20451: * src/: classes/file.C, main/pa_exec.C: file:exec
20452:
1.116 moko 20453: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20454: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20455: removed $id from *.in *.am
1.95 moko 20456:
20457: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20458: abbrevations
20459:
20460: * src/: classes/date.C, classes/mail.C, classes/math.C,
20461: classes/string.C, classes/table.C, include/pa_globals.h,
20462: include/pa_string.h, main/execute.C, main/pa_globals.C,
20463: main/pa_request.C, main/pa_string.C, main/untaint.C,
20464: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20465: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20466: $ORIGINS(1) output tracing mode
20467:
20468: 2001-07-13 parser
20469:
20470: * src/: classes/double.C, classes/int.C, classes/string.C,
20471: include/pa_request.h, main/execute.C, main/pa_request.C:
20472: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20473: second would not call first @auto
20474:
20475: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20476: wrong, fixed
20477:
20478: 2001-07-12 parser
20479:
20480: * src/types/pa_value.h: pa_value.putelement modification of system
20481: classes prevented
20482:
20483: 2001-07-11 parser
20484:
20485: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20486: table $piece
20487:
20488: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20489: types/pa_vstateless_class.h: $file created by file:state +=
20490: .atime .mtime .ctime +found&fixed bug with exceptions on
20491: get_junction-created objects [they were on wrong pool]
20492:
20493: 2001-07-09 parser
20494:
20495: * src/main/untaint.C: qp wrong name
20496:
20497: * src/: classes/date.C, classes/string.C, classes/table.C,
20498: main/compile.y: date format 0
20499:
20500: 2001-07-07 parser
20501:
20502: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20503: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20504: roll table calendar
20505:
20506: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20507: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20508: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20509: include/pa_request.h, main/main.dsp, types/pa_value.h,
20510: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20511: string. todo: sql, calendar
20512:
20513: 2001-07-06 parser
20514:
20515: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20516: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20517:
20518: 2001-07-03 parser
20519:
20520: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20521: classes/random.C, main/main.dsp: class random renamed to math,
20522: operators became methods
20523:
20524: * src/classes/op.C: pow sqrt
20525:
20526: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20527:
20528: 2001-07-02 parser
20529:
20530: * src/classes/table.C: ^table.columns column renamed from 'name' to
20531: 'column'
20532:
20533: * src/classes/hash.C: ^hash.keys[]
20534:
20535: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20536:
20537: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20538: 'strings'
20539:
20540: 2001-06-29 parser
20541:
20542: * src/main/: execute.C: /0 %0 checkes ver 2
20543:
20544: * src/main/execute.C: /0 %0 checke
20545:
20546: * src/classes/Makefile.am: nothing - void
20547:
20548: * src/classes/table.C: empty strings @ sql
20549:
20550: 2001-06-28 parser
20551:
20552: * src/: classes/double.C, classes/file.C, classes/form.C,
20553: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20554: classes/op.C, classes/random.C, classes/response.C,
20555: classes/string.C, classes/table.C, classes/void.C,
20556: main/compile.C, main/compile_tools.C, main/execute.C,
20557: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20558: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20559: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20560: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20561: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20562: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20563: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20564: $";
20565:
20566: * src/: classes/double.C, classes/file.C, classes/form.C,
20567: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20568: classes/op.C, classes/random.C, classes/response.C,
20569: classes/string.C, classes/table.C, classes/void.C,
20570: main/compile.C, main/compile.y, main/compile_tools.C,
20571: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20572: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20573: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20574: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20575: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20576: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20577:
20578: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20579: $class:name: == ${class:name}:
20580:
20581: * src/classes/string.C: exactly one
20582:
20583: 2001-06-27 parser
20584:
20585: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20586: types/pa_vvoid.h: nothing renamed to void
20587:
20588: * src/classes/op.C: ^switch ^case
20589:
20590: * src/main/compile.y: nothing renamed to void
20591:
20592: * src/: classes/hash.C, classes/table.C, main/compile.y,
20593: main/execute.C, main/main.dsp, main/pa_request.C,
20594: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20595: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20596: void
20597:
20598: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20599:
20600: 2001-05-28 parser
20601:
20602: * src/doc/html2chm.cmd: removed >a
20603:
20604: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20605: project options [some bugs]
20606:
20607: * src/doc/sources2html.cmd: z
20608:
20609: * src/: classes/classes.C, main/compile.C, main/compile.y,
20610: main/execute.C: operators are not in root class again
20611:
20612: 2001-05-24 parser
20613:
20614: * src/targets/cgi/parser3.dsp: project file
20615:
20616: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20617: ^log ^exp
20618:
20619: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20620: conversions in @exception[params]
20621:
20622: * src/main/pa_request.C: // no _ conversions in @exception[params]
20623:
20624: 2001-05-23 parser
20625:
20626: * src/main/pa_string.C: string cmp bug
20627:
20628: * src/classes/: mail.C, op.C: rem max 1000
20629:
20630: * src/: classes/op.C, main/compile.y: allow one empty line before
20631: LS_DEF_NAME
20632:
20633: 2001-05-22 parser
20634:
20635: * src/classes/op.C: if params code-required
20636:
20637: 2001-05-21 parser
20638:
20639: * src/types/pa_vstring.C: eoleof
20640:
20641: * src/classes/Makefile.am: .AM
20642:
20643: * src/classes/nothing.C: resultless ^sql moved to nothing:
20644:
20645: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20646:
20647: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20648: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20649: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20650: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20651: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20652: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20653: 'nothing'
20654:
20655: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20656: vstring::set_string
20657:
20658: * src/classes/: double.C, int.C, string.C: int,double;sql
20659:
20660: * src/: classes/hash.C, classes/int.C, classes/string.C,
20661: classes/table.C, include/pa_string.h, main/pa_string.C,
20662: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20663:
20664: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20665: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20666: hash:sql moved to main trunc. operators.txt updated
20667:
20668: * src/classes/: hash.C, op.C, table.C: hash:sql
20669:
20670: * src/classes/op.C: z
20671:
20672: * src/: main/compile.C, classes/classes.C: 1
20673:
20674: * src/: classes/classes.C, main/compile.C, main/compile.y,
20675: main/execute.C: 0
20676:
20677: * src/main/execute.C: z
20678:
20679: * src/targets/cgi/parser3.C: z
20680:
20681: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20682: site_auto_path "." in that case
20683:
20684: * src/targets/cgi/: parser3.C: z
20685:
20686: * src/main/pa_request.C: .am
20687:
20688: * src/: main/pa_request.C, targets/cgi/parser3.C:
20689: pcre_tables=pcre_default_tables;
20690:
20691: 2001-05-19 parser
20692:
20693: * src/main/pa_string.C: z
20694:
20695: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20696: introducing String::cstr_bufsize, returns just size+1 for as_is
20697: target.
20698:
20699: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20700: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20701: used, 4* mem wasted
20702:
20703: * src/classes/string.C: root context in match replace body now
20704: unchanged
20705:
20706: * src/types/pa_value.h: parameter # 1 based
20707:
20708: * src/main/pa_common.C: common: actual filename '%s'
20709:
20710: * src/classes/string.C: z
20711:
20712: * src/classes/Makefile.am: classes/.am
20713:
20714: * src/classes/: Makefile.am: classes/.am
20715:
20716: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20717: targets/cgi/pa_pool.C: classes/.am
20718:
20719: 2001-05-18 parser
20720:
1.116 moko 20721: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20722: pa_threads.C ins
1.95 moko 20723:
20724: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20725:
20726: 2001-05-17 parser
20727:
20728: * src/: classes/string.C, include/pa_config_fixed.h,
20729: include/pa_config_includes.h, main/compile.y,
20730: main/compile_tools.h, main/execute.C, main/pa_array.C,
20731: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20732: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20733: types/pa_vform.C: #include "pa_config_includes.h" removed from
20734: most .C
20735:
20736: * src/doc/html2chm.cmd: z
20737:
20738: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20739: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20740:
20741: * src/main/pa_sql_driver_manager.C: moved expiration to
20742: get_connection_from_cache
20743:
20744: * src/main/pa_sql_driver_manager.C: cache expiration bf
20745:
20746: * src/: classes/classes.h, include/pa_sql_connection.h,
20747: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20748: cache expiration[use SQL_Driver::disconnect]
20749:
20750: * src/main/pa_table.C: table.locate current restored on "not found"
20751:
20752: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20753: line no
20754:
20755: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20756: ANTI_ENDLESS_EXECUTE_RECOURSION
20757:
20758: * src/: classes/op.C, include/pa_sql_connection.h,
20759: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20760: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20761: 1driver and set_services fight for driver::fservices. before fix
20762:
20763: * src/: classes/op.C, include/pa_config_fixed.h,
20764: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20765: main/pa_sql_driver_manager.C: found problem at last: 2connections
20766: own 1driver and set_services fight for driver::fservices. before
20767: fix
20768:
20769: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20770: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20771: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20772: pa_threads.C
20773:
20774: * src/include/pa_threads.h: removed targets/parser
20775:
20776: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20777: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20778: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20779: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20780: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20781: headers
20782:
20783: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20784: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20785: order prevented sqlmanager to see MULTYTHREAD define
20786:
20787: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20788: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20789: put/gets
20790:
20791: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20792: from hash.h
20793:
20794: * src/: classes/op.C, include/pa_sql_connection.h,
20795: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20796: from cache ->set_services(&services);
20797:
20798: 2001-05-16 parser
20799:
20800: * src/targets/cgi/parser3.C: z
20801:
20802: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20803: debug, #ifdefed some. would debug later, on more precise sample
20804: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20805: $name.$tail[$tail!] $name.$tail } ok3
20806:
20807: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20808: removed array debug. before vstring rebasing
20809:
20810: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20811: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20812: array debugged; adjusted
20813:
20814: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20815: SQL_Driver_manager line no for connect/charset errors
20816:
20817: 2001-05-15 parser
20818:
20819: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20820: main/pa_string.C: string+array made linear grows
20821:
20822: * src/: include/pa_string.h, main/pa_string.C,
20823: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20824: grow lineary, not exponentialy
20825:
20826: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20827: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20828: with fullchunk cmps
20829:
20830: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20831: 70041= 81
20832:
20833: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20834: targets/cgi/parser3.C: detected huge mem allocation: size/times
20835: malloc 27809390/368771, calloc 3232/83. would test now
20836:
20837: * src/: classes/random.C, main/compile.y, main/execute.C,
20838: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20839: numbered params had wrong name - for instance: bad error message
20840: in ^for[] bad body type. fixed
20841:
20842: 2001-05-14 parser
20843:
20844: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20845: main/untaint.C: ^string.upper|lower[]
20846:
20847: 2001-05-11 parser
20848:
20849: * src/: classes/double.C, classes/image.C, classes/op.C,
20850: classes/string.C, classes/table.C, classes/unknown.C,
20851: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20852: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20853: types/pa_vunknown.h: op: MAX_LOOPS as_int
20854:
20855: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20856: .dsp for win32tools
20857:
20858: 2001-05-11 paf
20859:
20860: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20861: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20862: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20863: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20864:
20865: 2001-05-10 paf
20866:
20867: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20868: for C++, that's all
20869:
1.116 moko 20870: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20871: pa_config_includes.h: inline wonders
1.95 moko 20872:
20873: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20874: doc/doxygen.cmd: hash.C added
20875:
20876: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20877:
20878: * src/main/compile.y: @end grammar: allowed zero strings in control
20879: menthod
20880:
20881: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20882: pa_vstateless_object.h: changed priority: field before method
20883: lookup in vclass & vobject
20884:
20885: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20886: grammar: priorities changes [lowerd && prior] vobject: now first
20887: fields, next methods
20888:
20889: 2001-05-08 paf
20890:
20891: * src/main/pa_table.C: table columnname2item on nameless ignored
20892: bark=false. fixed
20893:
20894: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20895: types/pa_vmethod_frame.h: hash:default works at last!
20896:
20897: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20898: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20899: hash:default
20900:
20901: * src/classes/table.C: z
20902:
20903: * src/classes/table.C: table:hash always hash of hash now
20904:
20905: * src/classes/table.C: table:empty return bool now
20906:
20907: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20908: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20909: types/pa_vtable.h: table:hash
20910:
20911: * src/classes/table.C: table:record have name
20912:
20913: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20914: returns vunknown
20915:
20916: * src/classes/: double.C, int.C, op.C, string.C:
20917: int,double,string:int[] double[] string:length[] results now have
20918: hames
20919:
20920: * src/: classes/op.C, classes/table.C, main/main.dsp,
20921: types/pa_vtable.h: removed table:find. table:locate and op:eval
20922: now return bool
20923:
20924: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20925: in method checkparams again. fixed
20926:
20927: 2001-05-07 paf
20928:
20929: * src/doc/chm.cmd: cmd
20930:
20931: * src/: classes/image.C, classes/mail.C, classes/string.C,
20932: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20933: types/pa_value.h: method reported errors on wrong pool
20934:
20935: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20936: now
20937:
20938: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20939: include/code.h, include/pa_opcode.h, main/compile.C,
20940: main/compile_tools.h, main/execute.C, types/pa_value.h,
20941: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20942: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20943: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20944: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20945: types/pa_vmethod_frame.h, types/pa_vobject.h,
20946: types/pa_vrequest.h, types/pa_vresponse.h,
20947: types/pa_vstateless_class.h, types/pa_vstring.h,
20948: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20949: types/pa_wwrapper.h: pa_code.h
20950:
20951: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20952:
20953: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20954: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20955: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20956: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20957: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20958: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20959: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20960: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20961: types/pa_vtable.h: dox, split by not clean parts also
20962:
20963: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20964: types/pa_vtable.h: table: fields, then methods. so to enable
20965: 'dir' fields & co. more
20966:
20967: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20968: so to enable 'dir' fields & co.
20969:
20970: * src/main/compile.y: grammar: @end
20971:
20972: 2001-05-04 paf
20973:
20974: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20975: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20976:
20977: * src/: classes/classes.h, classes/double.C, classes/file.C,
20978: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20979: classes/op.C, classes/random.C, classes/response.C,
20980: classes/string.C, classes/table.C, classes/unknown.C,
20981: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20982: method dox
20983:
20984: 2001-05-03 paf
20985:
20986: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20987: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20988: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20989: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20990: doc/string.dox, doc/targets.dox, doc/value.dox,
20991: main/pa_request.C: dox splitted .dox files and added some
20992:
20993: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
20994:
20995: 2001-05-02 paf
20996:
20997: * src/classes/: image.C, table.C: table:dir result are not tainted
20998: by file_name language now
20999:
21000: 2001-04-28 paf
21001:
21002: * src/classes/classes.inc: removed classes.inc
21003:
21004: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21005: from .am
21006:
21007: * src/classes/classes.awk: skipped classes in .awk
21008:
21009: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21010: classes/classes.inc, classes/double.C, classes/file.C,
21011: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21012: classes/string.C, classes/table.C, classes/unknown.C,
21013: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21014: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21015: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21016: pa_methoded back to classes/classes.h
21017:
21018: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21019:
21020: * src/: classes/Makefile.am, classes/classes.awk,
21021: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21022: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21023:
21024: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21025: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21026: classes/response.C, classes/string.C, classes/table.C,
21027: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21028: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21029: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21030: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21031: include|main/pa_methoded
21032:
21033: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21034: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21035:
21036: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21037: moved some configured data to request::classes_conf moved some
21038: string crations from globals to M... [works]
21039:
21040: * src/: classes/form.C, classes/mail.C, classes/op.C,
21041: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21042: main/pa_request.C: moved some configured data to
21043: request::classes_conf moved some string crations from globals to
21044: M...
21045:
21046: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21047: about to move configured data to special request hash
21048:
21049: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21050: classes/form.C, classes/mail.C, include/pa_request.h,
21051: main/pa_request.C: configure started
21052:
21053: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21054: 2. todo: methoded-configure
21055:
21056: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21057: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21058: classes/_random.h, classes/_response.h, classes/_string.h,
21059: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21060: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21061: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21062: classes/random.C, classes/response.C, classes/string.C,
21063: classes/table.C, classes/unknown.C, include/pa_globals.h,
21064: include/pa_request.h, main/compile.y, main/execute.C,
21065: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21067: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21068: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21069: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21070: types/pa_vrequest.h, types/pa_vresponse.h,
21071: types/pa_vstateless_class.h, types/pa_vstring.h,
21072: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21073: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21074: methoded-configure
21075:
21076: * src/: classes/file.C, classes/table.C, main/compile.y,
21077: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21078: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21079: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21080:
21081: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21082: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21083: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21084: classes/random.C, classes/response.C, classes/string.C,
21085: classes/table.C, classes/unknown.C, include/pa_request.h,
21086: main/compile.y, main/execute.C, main/pa_globals.C,
21087: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21088: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21089: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21090: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21091: beautifying just compiled. todo: debug, configure
21092:
21093: 2001-04-27 paf
21094:
21095: * src/: classes/file.C, classes/image.C, classes/table.C,
21096: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21097: beautifying -99
21098:
21099: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21100: classes/_response.h, classes/_unknown.h, classes/classes.C,
21101: classes/classes.h, classes/double.C, classes/file.C,
21102: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21103: classes/op.C, classes/random.C, classes/response.C,
21104: classes/string.C, include/pa_globals.h, main/main.dsp,
21105: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21106: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21107: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21108: types/pa_vunknown.h: beautifying -100
21109:
21110: * src/main/compile.y: serge@ found @CLASS bug. fixed
21111:
21112: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21113: classes/_op.h, classes/_random.h, classes/_table.h,
21114: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21115: classes/op.C, classes/random.C, classes/response.C,
21116: classes/string.C, classes/table.C, classes/unknown.C,
21117: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21118: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21119: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21120: beautifying
21121:
21122: 2001-04-26 paf
21123:
21124: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21125:
21126: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21127: documentation ++
21128:
21129: * src/: classes/_exec.h, doc/doxygen.cfg,
21130: include/pa_config_fixed.h, include/pa_config_includes.h,
21131: targets/cgi/pa_pool.C: code documentation ++
21132:
21133: * src/: classes/_image.h, classes/op.C, classes/random.C,
21134: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21135: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21136: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21137: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21138: types/pa_vmethod_frame.h, types/pa_vobject.h,
21139: types/pa_vrequest.C, types/pa_vrequest.h,
21140: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21141: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21142: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21143: code documentation ++
21144:
21145: * src/: classes/image.C, classes/mail.C, classes/string.C,
21146: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21147: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21148: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21149: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21150: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21151: types/pa_vobject.h, types/pa_vstateless_class.h,
21152: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21153:
21154: * src/main/: pa_request.C, pa_string.C: z
21155:
21156: * src/: include/pa_common.h, include/pa_types.h,
21157: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21158: connection caching fixed. request-pooled-url were stored into
21159: global connectioncache
21160:
21161: 2001-04-25 paf
21162:
21163: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21164: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21165:
21166: * src/: include/code.h, include/pa_common.h, main/compile.y,
21167: main/execute.C, main/pa_common.C: -d
21168:
21169: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21170: illegal call check a bit improved, but still under iis no mapping
21171: of dir with parser allowed!
21172:
21173: 2001-04-24 paf
21174:
21175: * src/targets/Makefile.am: apache module lib .am
21176:
21177: * src/main/pa_exec.C: windows32 buildCommand
21178:
21179: 2001-04-23 paf
21180:
21181: * src/targets/cgi/Makefile.am: win32 conditional
21182:
21183: * src/targets/cgi/Makefile.am: win32 conditional
21184:
21185: * src/targets/cgi/Makefile.am: liblink
21186:
21187: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21188: vfile fields return type
21189:
21190: * src/types/pa_vfile.h: vfile fields return type
21191:
21192: * src/include/pa_config_auto.h.in: .h.in
21193:
21194: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21195: types/Makefile: makefiles removed
21196:
21197: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21198: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21199:
21200: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21201: [tested: i & g ]
21202:
21203: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21204: @test noticed series in isapi, check how initialize_random_class
21205: is called! [must be called only once]
21206:
21207: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21208: would not be 'unknown column'
21209:
21210: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21211: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21212:
21213: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21214: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21215: [now doesnt]
21216:
21217: * src/targets/cgi/parser3.C: cgi cmdline ver
21218:
21219: * src/targets/cgi/parser3.C: cgi /// @test disable
21220: /cgi-bin/parser3/auto.p
21221:
21222: * src/main/untaint.C: untaint without charset
21223:
21224: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21225: main/pa_common.C: common: file_write /// @test mkdirs
21226: file_delete rmdirs
21227:
21228: * src/main/untaint.C: mail header only once to =?
21229:
21230: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21231: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21232: main/untaint.C: untaint - @test optimize whitespaces for
21233: all but 'html'
21234:
21235: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21236: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21237: main/untaint.C: untaint - @test mail-header
21238:
21239: 2001-04-20 paf
21240:
21241: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21242: include/pa_request.h, include/pa_string.h, main/compile.y,
21243: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21244: targets/cgi/parser3.C: $MAIN:LOCALE
21245:
21246: * src/main/untaint.C: z
21247:
21248: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21249:
21250: 2001-04-19 paf
21251:
21252: * src/main/compile_tools.h: $a$b bugfix
21253:
21254: * src/targets/cgi/parser3.C: z
21255:
21256: * src/classes/file.C: z
21257:
21258: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21259: done: header to $fields. waits for header '\' tricks
21260:
21261: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21262: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21263: changed urlencode here and in untaint.C to HTTP standard's " and
21264: \" mech
21265:
21266: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21267: http://alx/~paf/ doesnt load /auto.p
21268:
21269: 2001-04-18 paf
21270:
21271: * src/main/pa_request.C: 1
21272:
21273: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21274: linux @alx
21275:
21276: 2001-04-17 paf
21277:
21278: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21279: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21280: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21281: enabled
21282:
21283: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21284: classes/_exec.h, classes/_file.h, classes/_form.h,
21285: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21286: classes/_random.h, classes/_response.h, classes/_string.h,
21287: classes/_table.h, classes/_unknown.h, classes/file.C,
21288: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21289: include/pa_config_fixed.h, include/pa_config_includes.h,
21290: include/pa_hash.h, include/pa_sql_driver_manager.h,
21291: include/pa_version.h, main/Makefile.am, main/compile.y,
21292: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21293: main/pa_sql_driver_manager.C, sql/Makefile.am,
21294: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21295: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21296: types/pa_vform.C, types/pa_vimage.h: exec @jav
21297:
21298: * src/: include/pa_sql_driver_manager.h,
21299: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21300: types/pa_vimage.h: sql driver interface now has initialize(client
21301: .so)
21302:
21303: 2001-04-16 paf
21304:
21305: * src/Makefile.am: compile2 cygwin
21306:
21307: * src/: include/pa_config_includes.h, main/pa_exec.C,
21308: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21309:
21310: * src/targets/cgi/Makefile.am: compile0 jav
21311:
21312: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21313: classes/_exec.h, classes/_file.h, classes/_form.h,
21314: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21315: classes/_random.h, classes/_response.h, classes/_string.h,
21316: classes/_table.h, classes/_unknown.h, classes/image.C,
21317: classes/mail.C, classes/op.C, classes/random.C,
21318: include/pa_config_fixed.h, include/pa_config_includes.h,
21319: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21320: main/compile.y, main/pa_common.C, main/pa_exec.C,
21321: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21322: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21323: compile-1
21324:
21325: 2001-04-15 paf
21326:
21327: * src/classes/op.C: z
21328:
21329: * src/classes/table.C: table:empty +=process
21330:
21331: * src/types/pa_value.h: MethodParams !junction
21332:
21333: * src/: classes/_string.h, classes/double.C, classes/file.C,
21334: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21335: classes/random.C, classes/response.C, classes/string.C,
21336: classes/table.C, classes/unknown.C, main/pa_request.C:
21337: MethodParams everywhere
21338:
21339: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21340: types/pa_vmethod_frame.h: MethodParams in op.C
21341:
21342: 2001-04-12 paf
21343:
21344: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21345:
21346: * src/: classes/_unknown.h, classes/unknown.C,
21347: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21348: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21349:
21350: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21351:
21352: * src/classes/image.C: image:gif now does not have params
21353:
21354: * src/classes/image.C:
21355: image:line/fill/rectangle/bar/replace/polygon/polybar
21356:
21357: * src/: classes/image.C, classes/op.C, main/execute.C,
21358: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21359: for var now written not to r.wcontext, but to r.root cleared
21360: "entered_object" state
21361:
21362: 2001-04-11 paf
21363:
21364: * src/classes/image.C: image:create image:load
21365:
21366: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21367: just compiled
21368:
21369: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21370: todo: gif without file
21371:
21372: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21373: started porting to Pooled descendant
21374:
21375: * src/: classes/image.C, main/execute.C, main/main.dsp,
21376: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21377: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21378: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21379:
21380: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21381: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21382: end. switching to python imaging lib
21383:
21384: * src/main/main.dsp: gd+smtp made separate libs
21385:
21386: * src/: include/pa_globals.h, include/pa_string.h,
21387: main/pa_common.C, main/pa_request.C, main/untaint.C,
21388: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21389: length
21390:
21391: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21392: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21393: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21394: UL_FILE_NAME of posted file name
21395:
21396: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21397: post [broke when moved post read to core]
21398:
21399: 2001-04-10 paf
21400:
21401: * src/classes/image.C: image:html done
21402:
21403: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21404:
21405: * src/classes/image.C: z
21406:
21407: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21408: forgotten!
21409:
21410: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21411: main/pa_request.C, main/pa_string.C, main/untaint.C,
21412: types/pa_vimage.h: image:measure -90
21413:
21414: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21415: classes/_int.h, classes/_mail.h, classes/_op.h,
21416: classes/_random.h, classes/_response.h, classes/_string.h,
21417: classes/_table.h, classes/file.C, classes/mail.C,
21418: include/pa_common.h, include/pa_globals.h, main/execute.C,
21419: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21420: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21421: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21422: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21423: compiled
21424:
21425: * src/classes/mail.C: minor bug with unclear from/to
21426:
21427: * src/classes/mail.C: sendmail unix skipping defaults
21428:
21429: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21430: sendmail unix added defaults
21431:
21432: * src/classes/mail.C: unix sendmail compiled. todo:testing
21433:
21434: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21435:
21436: 2001-04-09 paf
21437:
21438: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21439: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21440: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21441: targets/isapi/parser3isapi.dsp: all targets exec
21442:
21443: * src/: include/pa_sapi.h, include/pa_string.h,
21444: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21445: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21446: args in apache:util.script
21447:
21448: * src/include/pa_string.h: written but not tested exec with env for
21449: unix
21450:
21451: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21452: targets/cgi/parser3.C: exec win32 env
21453:
21454: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21455: 0
21456:
21457: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21458: main/execute.C, main/main.dsp, main/pa_globals.C,
21459: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21460: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21461:
21462: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21463: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21464:
21465: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21466: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21467:
21468: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21469: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21470: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21471: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21472: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21473: exec class just compiled. moved post read to request core
21474:
21475: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21476: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21477: main/pa_globals.C, targets/cgi/parser3.C,
21478: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21479: are already read by vform
21480:
21481: 2001-04-08 paf
21482:
21483: * src/: classes/file.C, classes/mail.C, classes/string.C,
21484: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21485: uuencode. string<<
21486:
21487: 2001-04-07 paf
21488:
21489: * src/classes/mail.C: z
21490:
21491: * src/classes/mail.C: z
21492:
21493: * src/classes/mail.C: ^mail[$attach
21494:
21495: * src/classes/mail.C: ^attach dead end
21496:
21497: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21498: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21499: targets/isapi/parser3isapi.C: mail:send 1
21500:
21501: * src/: classes/mail.C, main/pa_request.C: z
21502:
21503: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21504: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21505: compiled
21506:
21507: * src/classes/mail.C: +=
21508:
21509: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21510: prepared
21511:
21512: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21513: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21514: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21515: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21516:
21517: 2001-04-06 paf
21518:
21519: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21520: main/pa_string.C: table:dir 1
21521:
21522: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21523: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21524:
21525: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21526: classes/root.C, include/pa_globals.h, include/pa_request.h,
21527: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21528: main/pa_request.C: renamed 'root' to 'op'
21529:
21530: * src/classes/: _op.h, op.C: renamed from 'root'
21531:
21532: * src/types/pa_valiased.C: another root inherititance skipped
21533:
21534: * src/main/: compile.C, compile.y, execute.C: operators are now not
21535: root methods of parent class. just 'ROOT' class
21536:
21537: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21538: @office
21539:
21540: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21541:
21542: 2001-04-05 paf
21543:
21544: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21545: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21546: constructor flag dropped at get_method_frame and remembered into
21547: method_frame
21548:
21549: * src/: classes/file.C, classes/root.C, classes/string.C,
21550: classes/table.C, main/pa_request.C: junction to code&expression
21551: in errors
21552:
21553: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21554: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21555: $LOCALE:ctype[Russian_Russia.1251]
21556:
21557: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21558: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21559: main/pa_table.C: hash now not thread-safe.
21560:
21561: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21562: main/untaint.C: z
21563:
21564: * src/: classes/random.C, classes/root.C, classes/table.C,
21565: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21566: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21567: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21568: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21569:
21570: * src/: classes/table.C, include/pa_sql_connection.h,
21571: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21572:
21573: * src/classes/table.C: select * from hren error contains statement
21574:
21575: * src/: classes/table.C, include/pa_sql_connection.h,
21576: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21577: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21578:
21579: * src/: classes/root.C, include/pa_sql_connection.h,
21580: include/pa_sql_driver.h, main/main.dsp,
21581: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21582: services for conv memory & error reporting
21583:
21584: 2001-04-04 paf
21585:
21586: * src/doc/doxygen.cfg: z
21587:
21588: * src/include/pa_sql_driver.h: mysql connect
21589:
21590: * src/include/pa_sql_driver.h: mysql info
21591:
21592: * src/: classes/root.C, include/pa_sql_driver.h,
21593: include/pa_sql_driver_manager.h, main/main.dsp,
21594: main/pa_sql_driver_manager.C: more manager&connection&driver
21595:
21596: * src/sql/Makefile.am: forgot to add mysql client
21597:
21598: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21599: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21600: [forgot to add libltdl, added]
21601:
21602: * src/: Makefile.am, classes/root.C, classes/string.C,
21603: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21604: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21605: include/pa_string.h, include/pa_table.h, main/main.dsp,
21606: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21607: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21608: -1000 just compiled
21609:
21610: * src/: classes/random.C, classes/root.C, classes/table.C,
21611: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21612: main/pa_request.C, types/pa_vclass.h: sql frame -10
21613:
21614: 2001-04-03 paf
21615:
21616: * src/types/pa_vform.C: z
21617:
21618: * src/: classes/string.C, types/pa_vform.C: string:match replace
21619: assigned lang
21620:
21621: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21622: {}[]< empty []
21623:
21624: * src/: classes/file.C, classes/string.C, classes/table.C,
21625: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21626: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21627:
21628: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21629: string:match replace strange matches
21630:
21631: * src/classes/string.C: string:match replace 0
21632:
21633: * src/: classes/string.C, main/pa_string.C: string:match replace
21634: prepared 2
21635:
21636: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21637: string:match replace prepared
21638:
21639: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21640: string:match replace -11
21641:
21642: * src/: classes/string.C, include/pa_globals.h,
21643: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21644: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21645:
21646: * src/: classes/string.C, include/pa_globals.h,
21647: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21648: main/pa_string.C: string:match [search] -1 just compiled
21649:
21650: * src/types/pa_vstring.C: z
21651:
21652: * src/: classes/double.C, classes/file.C, classes/form.C,
21653: classes/int.C, classes/response.C, classes/root.C,
21654: classes/string.C, classes/table.C, include/pa_string.h,
21655: main/pa_string.C: string:match -10 [frame]
21656:
21657: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21658: main/pa_request.C: z
21659:
21660: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21661: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21662: todo/tests
21663:
21664: * src/include/pa_common.h: z
21665:
21666: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21667: main/pa_request.C, targets/cgi/parser3.C,
21668: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21669: content-disposition
21670:
21671: * src/: include/pa_common.h, include/pa_globals.h,
21672: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21673: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21674:
21675: * src/: include/pa_common.h, include/pa_request.h,
21676: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21677: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21678: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21679: response:body
21680:
21681: * src/classes/table.C: table:append now uses string::split
21682:
21683: * src/classes/table.C: z
21684:
21685: * src/: classes/file.C, classes/root.C, classes/string.C,
21686: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21687: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21688: include/pa_string.h, main/execute.C, main/pa_string.C,
21689: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21690: string::pos & cmp & piece bugs fixed. string::split new
21691: table:load separated from set table:set implemented with clean \n
21692: \t searches
21693:
21694: 2001-04-02 paf
21695:
21696: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21697: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21698: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21699: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21700: it in table:set/load
21701:
21702: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21703: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21704:
21705: * src/classes/random.C: random:generate 1
21706:
21707: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21708: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21709: types/pa_value.h: random:generate
21710:
21711: 2001-03-30 paf
21712:
21713: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21714: todo: table flip and append. string::pos
21715:
21716: * src/: classes/double.C, classes/file.C, classes/int.C,
21717: classes/response.C, classes/root.C, classes/string.C,
21718: classes/table.C, main/compile.y, main/execute.C,
21719: types/pa_value.h, types/pa_vstateless_class.C,
21720: types/pa_vstateless_class.h: static|dynamic|any method
21721: registration
21722:
21723: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21724: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21725: table:flip
21726:
21727: 2001-03-29 paf
21728:
21729: * src/classes/string.C: string:xsplit forgot that they must result
21730: in 1 row N column [not vice versa]
21731:
21732: * src/classes/string.C: z
21733:
21734: * src/classes/string.C: string: rsplit
21735:
21736: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21737: string: lsplit
21738:
21739: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21740: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21741: lsplit -1
21742:
21743: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21744: string: pos
21745:
21746: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21747: string: pos -1
21748:
21749: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21750: main/compile.y, main/pa_request.C, main/pa_string.C,
21751: main/untaint.C: string: left right mid
21752:
21753: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21754: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21755: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21756: and [;] are different now.
21757:
21758: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21759: main/untaint.C: pool.request undone
21760:
21761: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21762: main/untaint.C: pool.request
21763:
21764: 2001-03-28 paf
21765:
21766: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21767: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21768: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21769: $request:browser [.type .version]; unknown.get_double now = 0.
21770:
21771: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21772: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21773: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21774: types/pa_vform.C: file:load autodetection of mime-type by
21775: user-file-name
21776:
21777: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21778: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21779: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21780:
21781: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21782: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21783: write. must be self.set
21784:
21785: * src/: classes/file.C, classes/root.C, classes/table.C,
21786: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21787:
21788: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21789: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21790: types/pa_vtable.h: table:locate just compiled
21791:
21792: 2001-03-27 paf
21793:
21794: * src/main/: execute.C, pa_common.C: fixed r/w context of
21795: code-params2, fixed ntfs hardlink slow dir update
21796:
21797: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21798: types/pa_wcontext.h: fixed r/w context of code-params
21799:
21800: * src/: classes/table.C, main/execute.C: about to change junction
21801: rcontext!!
21802:
21803: * src/: classes/double.C, classes/int.C, classes/root.C,
21804: classes/string.C, classes/table.C, main/compile_tools.C,
21805: main/execute.C, main/pa_request.C, main/untaint.C,
21806: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21807: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21808: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21809: types/pa_vunknown.h: sort 0
21810:
21811: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21812: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21813: renamed to are_static_calls_disabled
21814:
21815: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21816: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21817: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21818: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21819:
21820: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21821:
21822: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21823: started table:sort fixed minor bug in #...^{
21824:
21825: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21826: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21827: decided to have as it were. stepped back. grammar: added 'in'
21828: 'is' 'lt'&co follow-space check
21829:
21830: 2001-03-26 paf
21831:
21832: * src/: classes/file.C, classes/root.C, classes/table.C,
21833: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21834: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21835: main/pa_table.C: moved ::save to pa_table. disabled @auto
21836: invocation in ^process
21837:
21838: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21839:
21840: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21841: main/pa_array.C: table:record
21842:
21843: * src/: main/untaint.C, targets/cgi/parser3.C,
21844: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21845: targets/isapi/pool_storage.h, types/pa_valiased.h,
21846: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21847: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21848: types/pa_vtable.h: z
21849:
21850: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21851: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21852: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21853: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21854: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21855: method realisations on 'self' validity - they now can simply
21856: assume that 'self' is V{Proper} .
21857:
21858: 2001-03-25 paf
21859:
21860: * src/main/untaint.C: z
21861:
21862: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21863: lowlevel - it initialization could be skipped if failed in @auto.
21864: so that exception report would use some table
21865:
21866: * src/main/pa_request.C: table empty lines ignored. system-default
21867: content type assigned in output:result [can fail in main:auto and
21868: skipped normal defaults extraction]
21869:
21870: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21871: bug
21872:
21873: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21874: processing to table [except preliminary \r\n \r \n replacements
21875: to "\n"]
21876:
21877: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21878: move all the processing to table
21879:
21880: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21881: main/pa_table.C, main/untaint.C: returned table originating.
21882: useful for reporting typo table problems origin. think would be
21883: useful somewhere else
21884:
21885: * src/main/untaint.C: typo \r \r\n \n properly handled
21886:
21887: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21888: include/pa_table.h, main/compile.y, main/compile_tools.C,
21889: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21890: main/pa_string.C, main/pa_table.C, main/untaint.C,
21891: types/pa_vcookie.h: typo & typo-default
21892:
21893: 2001-03-24 paf
21894:
21895: * src/main/pa_common.C: z
21896:
21897: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21898: targets/cgi/parser3.C: html-typo 2
21899:
21900: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21901: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21902: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21903: main/execute.C, main/pa_array.C, main/pa_globals.C,
21904: main/pa_request.C, main/pa_string.C, main/untaint.C,
21905: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21906: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21907: noticed double default content-type prob. run cgi.cmd tomorrow
21908: first html-typo sample. detected << problem: they become ltlt too
21909: fast
21910:
21911: * src/main/compile.y: z
21912:
21913: * src/main/: compile.y, compile_tools.h: #comment
21914:
21915: * src/: classes/file.C, classes/root.C, classes/table.C,
21916: include/pa_common.h, include/pa_request.h, main/compile.y,
21917: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21918: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21919: stringified
21920:
21921: * src/types/pa_valiased.C: decided to String-ify file_read
21922:
21923: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21924: isapi/parser3isapi.dsp: cgi: sapi::log
21925:
21926: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21927: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21928: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21929: error log experiments failed - cgi under iis got no access to
21930: log. registereventsource simply failed with 5(illegal call) code,
21931: while worked OK as standalone executable. isapi: used
21932: HSE_APPEND_LOG_PARAMETER feature
21933:
21934: * src/: include/pa_common.h, include/pa_globals.h,
21935: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21936: targets/isapi/parser3isapi.C: fixed default content-type
21937: allocation storage
21938:
21939: * src/: include/pa_globals.h, include/pa_request.h,
21940: main/pa_globals.C, main/pa_request.C: z
21941:
21942: * src/: include/pa_array.h, include/pa_hash.h,
21943: include/pa_request.h, main/compile.y, main/pa_array.C,
21944: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21945: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21946: content-type
21947:
21948: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21949: sanity
21950:
21951: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21952: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21953: away freeze mech. no danger now for you can't do
21954: ^request:process[@new-method[] body] trick anymore. still
21955: remains $some_instance.process[@new-method[] possibility] but
21956: would leave it as a feature. see index for sample
21957:
21958: * src/: include/pa_common.h, main/pa_common.C,
21959: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21960: monkey every target
21961:
21962: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21963: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21964: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21965:
21966: 2001-03-23 paf
21967:
21968: * src/: include/pa_pool.h, main/pa_request.C,
21969: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21970: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21971: targets/isapi/pool_storage.h: isapi: dumb pool storage
21972:
21973: * src/targets/isapi/pa_pool.C: decided to continue with extension
21974:
21975: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21976: it would be better to rewrite as filter then to deal with pool
21977:
21978: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21979: now like in cgi, not from APPL_PHYSICAL_PATH
21980:
21981: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21982: include/pa_config_fixed.h, include/pa_config_includes.h,
21983: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21984: include/pa_version.h, main/compile.y, main/execute.C,
21985: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21986: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21987: main/untaint.C, targets/cgi/parser3.C,
21988: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21989: cgi: reinvent document_root and request_uri under iis. autoconf
21990: updated. introducing ap_config_includes
21991:
21992: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21993:
21994: * src/targets/cgi/parser3.C: cgi: only one pool now
21995:
21996: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
21997: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21998: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21999: types/pa_venv.h, types/pa_vform.C: sapi made object
22000:
22001: * src/: include/pa_globals.h, main/pa_request.C,
22002: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22003: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22004: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22005:
22006: * src/: main/pa_request.C, targets/cgi/parser3.C,
22007: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22008: isapi minor env beauty
22009:
22010: * src/: main/pa_request.C, targets/cgi/parser3.C,
22011: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22012: isapi document_root 0
22013:
22014: 2001-03-22 paf
22015:
22016: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22017:
22018: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22019: isapi/parser3isapi.C: z
22020:
22021: * src/: include/pa_pool.h, main/pa_request.C,
22022: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22023:
22024: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22025: kill.pl: isapi added utils
22026:
22027: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22028: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22029: types/pa_vform.C: isapi 0
22030:
22031: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22032: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22033: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22034: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22035: started isapi
22036:
22037: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22038: some comments
22039:
22040: * src/: include/pa_globals.h, include/pa_request.h,
22041: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22042: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22043: parser_root_auto_path parser_site_auto_path
22044:
22045: * src/types/pa_vcookie.C: cookie attr decoded
22046:
22047: 2001-03-21 paf
22048:
22049: * src/targets/cgi/parser3.C: z
22050:
22051: * src/include/pa_globals.h: post. todo: config of auto.p path
22052:
22053: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22054: types/pa_venv.h: in cookie & env. todo:post
22055:
22056: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22057: classes/root.C, classes/table.C, include/pa_array.h,
22058: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22059: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22060: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22061: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22062: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22063: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22064: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22065: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22066: shifted apache branch on main trunc
22067:
22068: * src/: include/pa_common.h, include/pa_globals.h,
22069: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22070: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22071: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22072: starting mod_parser3
22073:
22074: * src/targets/cgi/parser3.C: starting mod_parser3
22075:
22076: 2001-03-20 paf
22077:
22078: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22079: targets/cgi/parser3.C: automake compiled and works. todo:make
22080: win32 ifdefs work and add ifdef unistd
22081:
22082: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22083: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22084: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22085: z
22086:
22087: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22088: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22089: locking
22090:
22091: * src/: classes/Makefile.am, types/Makefile.am: z
22092:
22093: * src/: Makefile.am, classes/file.C, classes/root.C,
22094: classes/table.C, include/pa_array.h, include/pa_request.h,
22095: include/pa_string.h, main/Makefile.am, main/execute.C,
22096: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22097: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22098: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22099: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22100:
22101: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22102: main/pa_request.C, types/pa_vfile.h: ^table:save
22103:
22104: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22105: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22106: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22107: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22108: types/pa_vform.h: z
22109:
22110: * src/include/pa_string.h: z
22111:
22112: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22113: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22114: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22115: :Value
22116:
22117: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22118: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22119: :VStateless_object
22120:
22121: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22122: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22123: :VStateless_object
22124:
22125: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22126: types/pa_valiased.C, types/pa_vform.h: commented VForm
22127:
22128: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22129: types/pa_valiased.h, types/pa_value.h,
22130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22131: types/pa_vstateless_object.h: moved common get_element part from
22132: stateless object&class into VAliased
22133:
22134: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22135: classes/table.C, main/execute.C, main/main.dsp,
22136: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22137: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22138: now :Value
22139:
22140: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22141: main/execute.C, main/main.dsp, main/pa_globals.C,
22142: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22143:
22144: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22145: doxx
22146:
22147: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22148: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22149: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22150: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22151: and ^file:save
22152:
22153: 2001-03-19 paf
22154:
22155: * src/types/pa_vfile.C: z
22156:
22157: * src/: classes/file.C, classes/request.C, classes/table.C,
22158: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22159: main/pa_request.C, main/untaint.C, types/pa_value.h,
22160: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22161:
22162: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22163: include/pa_string.h, include/pa_table.h, main/main.dsp,
22164: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22165: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22166: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22167: classes/_file.h, classes/file.C, types/pa_vfile.C,
22168: types/pa_vfile.h: file class just compiled
22169:
22170: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22171: include/pa_table.h, include/pa_types.h, main/execute.C,
22172: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22173: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22174: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22175:
22176: * src/include/pa_pool.h: z
22177:
22178: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22179: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22180: Hash::Value to Val so to doxygen would finlly stop confusing
22181: those Value-s
22182:
22183: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22184: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22185: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22186: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22187: include/pa_types.h, main/compile.C, main/compile.y,
22188: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22189: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22190: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22191: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22192: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22193:
22194: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22195: derivates somehow unlinked. don't know why yet
22196:
22197: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22198: include/pa_string.h, include/pa_threads.h, main/compile.C,
22199: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22200: main/execute.C, main/pa_array.C, main/pa_common.C,
22201: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22202: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22203: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22204:
22205: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22206: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22207: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22208: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22209: types/pa_vrequest.h: doc: detected Value derivates prob
22210:
22211: * src/include/pa_globals.h: z
22212:
22213: * src/: classes/_request.h, classes/request.C, include/code.h,
22214: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22215: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22216: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22217: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22218: main/execute.C, main/pa_pool.C, main/pa_request.C,
22219: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22220: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22221:
22222: 2001-03-18 paf
22223:
22224: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22225: cookie: allowed access to hash-assigned
22226:
22227: * src/targets/cgi/parser3.C: z
22228:
22229: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22230: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22231: include/pa_types.h, main/main.dsp, main/pa_common.C,
22232: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22233: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22234: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22235: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22236: types/pa_vunknown.h: cookie class
22237:
22238: * src/main/pa_request.C: zero length output allowed
22239:
22240: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22241: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22242:
22243: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22244: lang switch
22245:
22246: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22247: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22248: types/pa_value.h, types/pa_vhash.h:
22249: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22250:
22251: * src/main/execute.C: z
22252:
22253: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22254: targets/cgi/parser3.C: taint[uri
22255:
22256: * src/: classes/request.C, classes/response.C, classes/root.C,
22257: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22258: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22259: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22260:
22261: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22262: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22263: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22264: types/pa_vstateless_class.C: convinient string(pool, char *src,
22265: bool tainted) ctor
22266:
22267: * src/: include/pa_hash.h, include/pa_request.h,
22268: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22269: main/pa_request.C, main/pa_string.C, main/untaint.C,
22270: targets/cgi/parser3.C: proper @exceptions params tainting
22271:
22272: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22273: response fields to header
22274:
22275: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22276: z
22277:
22278: * src/: classes/_response.h, classes/response.C,
22279: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22280: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22281: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22282: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22283: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22284: $response: 0 request::core exception rethrow
22285:
22286: 2001-03-16 paf
22287:
22288: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22289: types/pa_vrequest.h: native method' class call with less params
22290: then needed error reporting
22291:
22292: * src/: classes/_request.h, classes/request.C,
22293: include/pa_globals.h, include/pa_request.h, main/execute.C,
22294: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22295: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22296: types/pa_vrequest.h: $request : query :uri
22297:
22298: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22299: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22300: types/pa_wcontext.h: $result
22301:
22302: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22303:
22304: * src/: classes/double.C, include/code.h, main/compile.y,
22305: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22306: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22307:
22308: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22309: main/compile.y, main/execute.C, types/pa_value.h,
22310: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22311: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22312: wcontext conflict
22313:
22314: * src/: main/execute.C, types/pa_value.h,
22315: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22316: $string.field
22317:
22318: 2001-03-15 paf
22319:
22320: * src/main/pa_request.C: news sample
22321:
22322: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22323: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22324:
22325: * src/main/: compile.y, execute.C: z
22326:
22327: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22328: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22329: pre pre works
22330:
22331: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22332: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22333: fillfields just compiled
22334:
22335: 2001-03-14 paf
22336:
22337: * src/: include/pa_request.h, main/pa_request.C,
22338: targets/cgi/parser3.C: z
22339:
22340: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22341: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22342: types/pa_vstring.h: limits -1
22343:
22344: * src/: include/pa_globals.h, include/pa_request.h,
22345: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22346: main/pa_request.C, targets/cgi/parser3.C,
22347: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22348: request_info -1
22349:
22350: * src/: include/pa_globals.h, main/pa_globals.C,
22351: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22352: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22353: vform_fields_fill
22354:
22355: * src/targets/cgi/parser3.C: # if MSVC
22356:
22357: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22358: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22359:
22360: * src/targets/cgi/parser3.C: z
22361:
22362: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22363: include/pa_string.h, include/pa_types.h, main/compile.y,
22364: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22365: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22366: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22367: types/pa_vunknown.h: global handler, exceptions in parser3
22368:
22369: 2001-03-13 paf
22370:
22371: * src/: classes/form.C, main/compile.y, main/core.C,
22372: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22373: types/pa_vform.h, types/pa_vstateless_class.C,
22374: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22375: instead
22376:
22377: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22378: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22379: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22380: started cgi target
22381:
22382: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22383: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22384: before error show with parser
22385:
22386: * src/: classes/_form.h, classes/form.C, include/core.h,
22387: include/pa_request.h, main/core.C, main/pa_request.C,
22388: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22389:
22390: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22391:
22392: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22393: parser3.C: renamed targets/ parser to cgi
22394:
22395: * src/: classes/double.C, classes/env.C, classes/int.C,
22396: classes/root.C, classes/string.C, classes/table.C,
22397: include/pa_request.h, types/pa_vhash.h: z
22398:
22399: * src/: classes/_env.h, classes/env.C, classes/root.C,
22400: include/core.h, include/pa_pool.h, include/pa_request.h,
22401: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22402: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22403: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22404: [historical moment :)]
22405:
22406: * src/: include/code.h, include/pa_string.h, main/compile.y,
22407: main/execute.C, main/pa_string.C: 'value is type' expr operator
22408:
22409: * src/types/pa_venv.h: $ENV 1
22410:
22411: * src/main/execute.C: z
22412:
22413: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22414: future methods of ENV constructor if
22415:
22416: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22417: class
22418:
22419: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22420: classes/_root.h, classes/_string.h, classes/_table.h,
22421: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22422: classes/string.C, classes/table.C, include/pa_request.h,
22423: main/compile.C, main/compile_tools.h, main/core.C,
22424: main/execute.C, main/main.dsp, main/pa_request.C,
22425: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22426: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22427: types/pa_vobject.h, types/pa_vstateless_class.C,
22428: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22429: types/pa_wcontext.h: $ENV: re 0, stateless classes
22430:
22431: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22432: classes/_root.h, classes/_string.h, classes/_table.h,
22433: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22434: classes/string.C, classes/table.C, include/pa_request.h,
22435: main/compile.C, main/compile_tools.h, main/core.C,
22436: main/execute.C, main/main.dsp, main/pa_request.C,
22437: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22438: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22439: types/pa_vobject.h, types/pa_vstateless_class.C,
22440: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22441: types/pa_wcontext.h: $ENV: re 0, stateless classes
22442:
22443: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22444: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22445: yesterdays bad decision on execute_static_method
22446:
22447: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22448:
22449: * src/: classes/double.C, classes/int.C, classes/root.C,
22450: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22451:
22452: * src/main/pa_request.C: z
22453:
22454: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22455: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22456:
22457: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22458: include/pa_pool.h, main/pa_request.C:
22459: restructure_exceptions_dead_end
22460:
22461: * src/: classes/root.C, main/compile.y: ^if required junctions.
22462: allowed ; inside {} to break params
22463:
22464: * src/classes/root.C: ^eval
22465:
22466: * src/: classes/_string.h, classes/double.C, classes/int.C,
22467: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22468: string ^format
22469:
22470: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22471: 'bad' but not 'enough'
22472:
22473: * src/: classes/double.C, classes/root.C, classes/table.C,
22474: include/pa_common.h, include/pa_types.h, main/compile.y,
22475: main/pa_common.C, main/pa_request.C, main/untaint.C,
22476: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22477: types/pa_wwrapper.h: think constructing flag as is is bad
22478:
22479: * src/: classes/double.C, classes/int.C, classes/root.C,
22480: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22481: types/pa_vint.h: ^for
22482:
22483: 2001-03-12 paf
22484:
22485: * src/classes/table.C: table ^empty
22486:
22487: * src/: classes/table.C, include/pa_table.h: table ^menu
22488:
22489: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22490: ^offset ^line ^count
22491:
22492: * src/classes/root.C: ^round() ^floor() ^ceiling()
22493: ^abs() ^sign()
22494:
22495: * src/classes/: root.C, table.C: ^use
22496:
22497: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22498: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22499: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22500: ^while. switched off wcontext.constructing after write(value) or
22501: auto-vhash-constructing
22502:
22503: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22504: main/pa_request.C: fail_if_junction_ helper func
22505:
22506: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22507: include/pa_request.h, main/execute.C, main/main.dsp,
22508: main/pa_common.C, main/pa_request.C: ^process error point by
22509: actual method_name, not source. ^load
22510:
22511: * src/types/pa_vtable.h: table: no, better with string in cells...
22512:
22513: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22514: classes/_table.h, classes/table.C, main/untaint.C: z
22515:
22516: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22517: include/pa_table.h, main/core.C, main/execute.C,
22518: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22519: types/pa_value.h: table:set 0
22520:
22521: * src/: classes/root.C, include/core.h, include/pa_array.h,
22522: include/pa_request.h, include/pa_table.h, main/core.C,
22523: main/main.dsp, main/pa_request.C, main/pa_table.C,
22524: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22525: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22526: types/pa_vstring.h: freeze, ^table:create[] -1
22527:
22528: * src/: classes/root.C, types/pa_value.h: z
22529:
22530: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22531: get_method in couple places optimizing them
22532:
22533: * src/classes/root.C: z
22534:
22535: * src/: classes/root.C, types/pa_vclass.h: process temp main
22536: zeroing
22537:
22538: * src/: classes/double.C, classes/int.C, classes/root.C,
22539: classes/string.C, include/pa_common.h, include/pa_request.h,
22540: include/pa_string.h, include/pa_types.h, main/compile.C,
22541: main/compile.y, main/compile_tools.h, main/execute.C,
22542: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22543: types/pa_vmframe.h: ^process. actual names to store param and
22544: check_actual_numbered_params for better place diagnostics
22545:
22546: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22547: method-junctions bug fixed
22548:
22549: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22550: pa_vstateless_object.h, pa_vstring.h: stateless_object
22551:
22552: 2001-03-11 paf
22553:
22554: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22555: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22556: VDouble VInt base now VObject_base - without fields
22557:
22558: * src/: classes/root.C, include/core.h, main/core.C: z
22559:
22560: * src/: classes/double.C, classes/int.C, classes/root.C,
22561: classes/string.C, include/core.h, include/pa_hash.h,
22562: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22563: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22564:
22565: * src/: classes/double.C, classes/int.C, classes/root.C,
22566: include/pa_request.h, main/execute.C: intercept_string
22567:
22568: * src/: classes/double.C, classes/int.C, classes/root.C,
22569: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22570:
22571: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22572: ^inc-s(expr)
22573:
22574: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22575: classes/_root.h, classes/_string.h, classes/double.C,
22576: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22577: include/code.h, include/core.h, include/pa_array.h,
22578: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22579: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22580: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22581: include/pa_types.h, main/compile.C, main/compile.y,
22582: main/compile_tools.C, main/compile_tools.h, main/core.C,
22583: main/execute.C, main/pa_array.C, main/pa_common.C,
22584: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22585: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22586: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22587: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22588: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22589: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22590: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22591: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22592:
22593: * src/: main/pa_request.C, types/pa_vhash.h: z
22594:
22595: * src/: include/core.h, include/pa_request.h, main/core.C,
22596: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22597:
22598: * src/: include/pa_valiased.h, include/pa_value.h,
22599: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22600: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22601: include/pa_vjunction.h, include/pa_vmframe.h,
22602: include/pa_vobject.h, include/pa_vstring.h,
22603: include/pa_vunknown.h, include/pa_wcontext.h,
22604: include/pa_wwrapper.h, main/compile.y, main/core.C,
22605: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22606: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22607: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22608: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22609: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22610: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22611: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22612: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22613: include/
22614:
22615: 2001-03-10 paf
22616:
22617: * src/: include/core.h, include/pa_request.h, main/core.C,
22618: main/pa_request.C: run+auto=run
22619:
22620: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22621:
22622: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22623: classes/_root.h, classes/_string.h, classes/double.C,
22624: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22625: include/code.h, include/core.h, include/pa_array.h,
22626: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22627: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22628: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22629: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22630: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22631: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22632: include/pa_vjunction.h, include/pa_vmframe.h,
22633: include/pa_vobject.h, include/pa_vstring.h,
22634: include/pa_vunknown.h, include/pa_wcontext.h,
22635: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22636: main/compile_tools.C, main/compile_tools.h, main/core.C,
22637: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22638: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22639: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22640: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22641: main/pa_wcontext.C: sources header
22642:
22643: * src/main/pa_request.C: auto..
22644:
22645: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22646: main/pa_request.C: auto tree0
22647:
22648: * src/: include/core.h, include/pa_request.h, main/compile.y,
22649: main/core.C, main/pa_request.C: names to core.C
22650:
22651: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22652: include/pa_request.h, main/core.C, main/execute.C,
22653: main/pa_common.C, main/pa_request.C: root auto.p loaded
22654:
22655: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22656: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22657: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22658: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22659:
22660: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22661: @auto[] realised. auto.p scan togo
22662:
22663: * src/: include/pa_request.h, main/execute.C: autocalc
22664: code-junctions result now have names
22665:
22666: * src/: classes/double.C, classes/int.C, classes/root.C,
22667: classes/string.C, include/pa_request.h, include/pa_string.h,
22668: include/pa_wcontext.h, main/compile.y, main/execute.C,
22669: main/pa_string.C, main/pa_wcontext.C: tainting 0
22670:
22671: * src/classes/env.C: env:file/line
22672:
22673: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22674: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22675: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22676: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22677: main/compile_tools.C, main/compile_tools.h, main/core.C,
22678: main/execute.C, main/main.dsp, main/pa_cframe.C,
22679: main/pa_request.C, main/pa_wcontext.C: const fight finished
22680:
22681: * src/include/pa_vclass.h: const fight to go
22682:
22683: * src/: classes/_env.h, classes/env.C, classes/root.C,
22684: include/pa_request.h, include/pa_vclass.h, main/core.C,
22685: main/main.dsp: env0
22686:
22687: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22688: classes/_string.h, classes/double.C, classes/int.C,
22689: classes/root.C, classes/string.C, include/pa_request.h,
22690: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22691: include/pa_wcontext.h, main/core.C, main/main.dsp,
22692: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22693: main/pa_wcontext.C: ^lang prepare0
22694:
22695: 2001-03-09 paf
22696:
22697: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22698: construct proper naming
22699:
22700: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22701: classes/double.C, classes/int.C, classes/root.C,
22702: classes/string.C, include/code.h, include/pa_value.h,
22703: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22704: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22705: main/compile.y, main/compile_tools.C, main/core.C,
22706: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22707: and ^double[]. fixed expr type
22708:
22709: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22710: ^string.length[]
22711:
22712: 2001-03-08 paf
22713:
22714: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22715:
22716: * src/: include/pa_vclass.h, include/pa_vstring.h,
22717: include/pa_wcontext.h, main/compile.y, main/core.C,
22718: main/execute.C, main/main.dsp: dead end: vstring can't be
22719: derivated from vobject
22720:
22721: * src/: include/pa_vclass.h, include/pa_vhash.h,
22722: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22723:
22724: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22725: remained clone conseqs
22726:
22727: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22728:
22729: * src/main/pa_vclass.C: wow! vclass were out of vcs
22730:
22731: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22732: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22733: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22734: include/pa_vobject.h, include/pa_vstring.h,
22735: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22736: main/execute.C: withoud cloning. didn't need it actually, params
22737: got passed from out unnamed ewpool
22738:
22739: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22740: include/pa_vjunction.h, include/pa_vobject.h,
22741: include/pa_vunknown.h, main/compile.y: cloning dead end
22742:
22743: * src/: include/pa_bool.h, include/pa_double.h,
22744: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22745: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22746: include/pa_vjunction.h, include/pa_vmframe.h,
22747: include/pa_vobject.h, include/pa_vstring.h,
22748: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22749: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22750: to give params proper names
22751:
22752: * src/main/pa_wcontext.C: z
22753:
22754: * src/: include/pa_vmframe.h, main/execute.C: added names to
22755: unknown values in get_element and unfilled params. removed wrong
22756: name change in get_element
22757:
22758: * src/main/execute.C: z
22759:
22760: * src/main/execute.C: fixed problems calling operators in
22761: constructors
22762:
22763: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22764: detected problems calling operators in constructors
22765:
22766: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22767: autocalc def to string
22768:
22769: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22770: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22771:
22772: * src/classes/root.C: added root.c
22773:
22774: * src/: include/pa_request.h, include/pa_value.h,
22775: include/pa_vcframe.h, include/pa_vmframe.h,
22776: include/pa_wcontext.h, main/compile.C, main/compile.y,
22777: main/core.C, main/execute.C, main/pa_cframe.C,
22778: main/pa_wcontext.C: 'if' just compiled
22779:
22780: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22781: include/pa_vjunction.h, include/pa_vmframe.h,
22782: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22783: main/pa_wcontext.C: z
22784:
22785: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22786: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22787: with parameter names in operator methods
22788:
22789: * src/main/compile.y: minor renamings in .y
22790:
22791: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22792: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22793: @BASE. changed 'RUN' assignment mech
22794:
22795: * src/main/execute.C: z
22796:
22797: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22798: main/compile_tools.h, main/execute.C: made class: dynamic, not
22799: static. so to enable runtime ^use
22800:
22801: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22802:
22803: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22804: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22805:
22806: * src/main/execute.C: root root in code-junction
22807:
22808: 2001-03-07 paf
22809:
22810: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22811: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22812:
22813: * src/: include/pa_stack.h, include/pa_value.h,
22814: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22815: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22816: fixed rwcontext of {} params up
22817:
22818: * src/main/: compile.y, compile_tools.h: ^func(params)
22819:
22820: * src/main/compile.y: .y priorities syntax shaped up a bit
22821:
22822: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22823: include/pa_vunknown.h, main/compile.y, main/execute.C,
22824: main/pa_hash.C: expr def in -f
22825:
22826: * src/main/: compile.y, execute.C: expr calls
22827:
22828: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22829: fixed
22830:
22831: * src/main/compile.y: expr quoted code
22832:
22833: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22834: support0
22835:
22836: * src/main/compile.y: expr string comparisons 0
22837:
22838: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22839: main/pa_string.C: just compiled lt&co
22840:
22841: * src/main/execute.C: ^var.menu{$field} problem detected. that
22842: $field not a $var.field
22843:
22844: 2001-03-06 paf
22845:
22846: * src/main/compile.y: .y expr visible-shorter
22847:
22848: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22849: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22850: logical
22851:
22852: * src/: include/pa_vstring.h, main/compile.y: problems with
22853: skipping whitespace in yylex
22854:
22855: * src/include/pa_vbool.h: forgot this
22856:
22857: * src/: include/code.h, main/compile.y, main/execute.C: without
22858: string ops in expressions 0
22859:
22860: * src/: include/pa_value.h, include/pa_vdouble.h,
22861: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22862: main/execute.C, main/main.dsp: !~
22863:
22864: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22865: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22866: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22867: include/pa_vunknown.h, include/pa_wcontext.h,
22868: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22869: main/compile_tools.h, main/execute.C: +-*/
22870:
22871: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22872: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22873:
22874: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22875: main/execute.C: expr grammar-1 2*2=4.000000 :)
22876:
22877: * src/main/compile.y: expr grammar-1
22878:
22879: * src/main/compile.y: expr lexx1
22880:
22881: * src/main/: compile.y, execute.C, main.dsp: z
22882:
22883: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22884: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22885: main/execute.C: expr lex0 exec-1
22886:
22887: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22888:
22889: 2001-02-26 paf
22890:
22891: * src/main/compile.y: max_string in yyerror bug fix
22892:
22893: 2001-02-25 paf
22894:
22895: * src/: include/pa_value.h, include/pa_vmframe.h,
22896: include/pa_wcontext.h, main/execute.C: VAliased3
22897:
22898: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22899:
22900: * src/main/execute.C: VAliased1
22901:
22902: * src/: include/pa_request.h, include/pa_value.h,
22903: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22904: VAliased0
22905:
22906: * src/: include/pa_pool.h, include/pa_request.h,
22907: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22908: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22909: VAliased just compiled
22910:
22911: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22912: include/pa_vobject.h, main/execute.C: alias dead end
22913:
22914: * src/: include/pa_value.h, include/pa_vclass.h,
22915: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22916: main/main.dsp: no not get fields into interm VFielded class.
22917: fields & staticfields 1
22918:
22919: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22920: include/pa_vobject.h, include/pa_wcontext.h,
22921: include/pa_wwrapper.h, main/core.C, main/execute.C,
22922: main/main.dsp: would now get fields into interm VFielded class
22923:
22924: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22925: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22926: include/pa_wcontext.h, main/compile.y, main/core.C,
22927: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22928: main/pa_wcontext.C: virtuals2
22929:
22930: * src/main/compile.y: : 1
22931:
22932: * src/main/compile.y: rethought to $class:static.field.subfield
22933:
22934: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22935: $class:element
22936:
22937: * src/: include/pa_value.h, include/pa_vmframe.h,
22938: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22939: main/pa_wcontext.C: before execute class calls rewrite
22940:
22941: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22942: name RUN, also alias
22943:
22944: * src/main/compile.y: escaping bug
22945:
22946: * src/: include/pa_request.h, include/pa_value.h,
22947: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22948: main/core.C, main/execute.C, main/pa_common.C: vobject1
22949:
22950: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22951: include/pa_vmframe.h, include/pa_vobject.h,
22952: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22953: main/compile_tools.h, main/execute.C: ^class:method() just
22954: compiled
22955:
22956: 2001-02-24 paf
22957:
22958: * src/main/main.dsp: no bison -d
22959:
22960: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22961: class' err msg wrong
22962:
22963: * src/main/compile.y: z
22964:
22965: * src/main/: compile.y, core.C: yylex need some @special lines adj
22966:
22967: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22968: main/compile.y, main/compile_tools.h, main/core.C: modules0
22969:
22970: * src/: include/pa_vclass.h, main/core.C: z
22971:
22972: * src/: include/pa_value.h, include/pa_vclass.h,
22973: include/pa_vobject.h, main/main.dsp: vobject00
22974:
22975: * src/main/pa_array.C: minor bug in expanding very small arrays.
22976: 60% from 1 were 0
22977:
22978: * src/: include/pa_value.h, include/pa_wcontext.h,
22979: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22980: as bad as you've named it: wcontext.value() was not a perfect
22981: idea
22982:
22983: * src/main/execute.C: codeframe1
22984:
22985: * src/: include/pa_value.h, include/pa_vcframe.h,
22986: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22987: include/pa_vjunction.h, include/pa_vmframe.h,
22988: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22989: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22990: just compiled
22991:
22992: * src/: include/pa_vframe.h, main/compile.y: found junction
22993: ideology @: ^x{$a()) must construct current wcontext element, so
22994: smart wcontext handling needed
22995:
22996: * src/main/compile.y: fixed grammar bugs in constructor/params
22997: klinch
22998:
22999: * src/main/: compile.y, execute.C: fixed empty constructor
23000: optimized empty case. failed on calls - produced empty string
23001: param
23002:
23003: * src/main/compile.y: fixed last \n macrotemplate strip bug
23004:
23005: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23006: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23007: main/compile_tools.C, main/compile_tools.h, main/core.C,
23008: main/execute.C: code junctions0. something wrong with last \n
23009: macrotemplate strip
23010:
23011: * src/: include/pa_value.h, main/compile.C, main/core.C,
23012: main/pa_value.C: minor error reporting format beautifyings
23013:
23014: * src/: include/pa_value.h, include/pa_vclass.h,
23015: include/pa_vframe.h, main/core.C, main/execute.C,
23016: main/pa_value.C: get_method RIP. junctions everywhere. call with
23017: junctions0
23018:
23019: 2001-02-23 paf
23020:
23021: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23022: pa_wwrapper.h: lara came, can't work, sorry :(
23023:
23024: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23025: junction
23026:
23027: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23028: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23029: main/execute.C, main/main.dsp, main/pa_value.C: call0
23030:
23031: * src/: include/pa_hash.h, include/pa_value.h,
23032: include/pa_wcontext.h, main/core.C, main/execute.C,
23033: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23034: done
23035:
23036: * src/include/pa_wcontext.h: z
23037:
23038: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23039: wrong grammar in complex constructor case
23040:
23041: * src/main/: compile.y, execute.C: empty constructor bug fixed
23042:
23043: * src/main/execute.C: with result rwpool
23044:
23045: * src/: include/pa_value.h, main/core.C, main/execute.C,
23046: main/main.dsp: value named
23047:
23048: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23049: strign 2 value in 2 places in execute
23050:
23051: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23052: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23053: wcontext.put_element when wcontext fvalue==0
23054:
23055: 2001-02-22 paf
23056:
23057: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23058: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23059: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23060:
23061: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23062: erroreos checkout
23063:
23064: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23065:
23066: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23067: main/compile_tools.h, main/pa_array.C: $self.get
23068:
23069: * src/main/: compile.C, compile.y, compile_tools.C: z
23070:
23071: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23072: bit. finished now.
23073:
23074: * src/main/compile.y: $: finished
23075:
23076: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23077:
23078: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23079: main/execute.C: OP_STRING better then some xxx _VALUE
23080:
23081: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23082: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23083: string to vstring it .y all
23084:
23085: * src/: include/pa_request.h, include/pa_stack.h,
23086: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23087: all
23088:
23089: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23090: precise parse error line:col
23091:
23092: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23093: main/pa_hash.C, main/pa_pool.C: TRY...
23094:
23095: * src/: include/pa_exception.h, include/pa_pool.h,
23096: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23097: main/compile.C, main/compile.y, main/compile_tools.C,
23098: main/core.C, main/pa_array.C, main/pa_exception.C,
23099: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23100: main/pa_table.C: removed exception from request
23101:
23102: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23103: some forgotten
23104:
23105: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23106: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23107: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23108: get/put simple vars to VClass works0
23109:
23110: * src/: include/pa_array.h, include/pa_wcontext.h,
23111: main/pa_string.C: in process, but found that exceptions are too
23112: global
23113:
23114: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23115: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23116: main/execute.C, main/pa_string.C: write_value write_string 0 it
23117: seems wcontext must write strings regardles of fvalue!=0
23118:
23119: 2001-02-21 paf
23120:
23121: * src/main/execute.C: tired :)
23122:
23123: * src/main/: compile.C, compile.y, execute.C: store0
23124:
23125: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23126: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23127: include/pa_wcontext.h, main/compile.C, main/compile.y,
23128: main/execute.C, main/main.dsp, main/pa_array.C,
23129: main/pa_request.C: get put -1 [just compiled]
23130:
23131: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23132: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23133: main/main.dsp, main/pa_request.C: request core methods0
23134:
23135: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23136: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23137: execute
23138:
23139: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23140: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23141: methods and one_big_piece. now compile returns array<method*>
23142:
23143: * src/main/compile.y: more straightforward yylex[end]
23144:
23145: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23146: string.operator==(char*)
23147:
23148: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23149: main/execute.C, main/pa_array.C: after array.const get wonders
23150:
23151: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23152: pa_string.h, pa_value.h: struck with const array.gets
23153:
23154: * src/main/: execute.C: z
23155:
23156: * src/main/: compile.y, execute.C: z
23157:
23158: * src/main/: compile.C, compile.y, compile_tools.h: error
23159: processing in eval & yyerror so it wouldn't cause memleaks.
23160:
23161: * src/main/: compile.C, compile.y: failed to add absolute precies
23162: parse error positions. leaving RIGHTMOST position as
23163: @file[line:col]
23164:
23165: * src/: include/compile.h, main/compile.C, main/compile.y,
23166: main/compile_tools.h: line numbers needed. would add them to .y
23167: now internally. externally it's not as precise as needed
23168:
23169: * src/: include/code.h, include/pa_types.h, main/compile.C,
23170: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23171: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23172: compiler works ok
23173:
23174: 2001-02-20 paf
23175:
23176: * src/main/: compile.C, compile.y, compile_tools.C,
23177: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23178: not perfect
23179:
23180: * src/: include/code.h, include/compile.h, include/execute.h,
23181: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23182: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23183: main/compile.C, main/compile.y, main/compile_tools.C,
23184: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23185: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23186: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23187: compiled. execute=dump for now
23188:
23189: * src/main/core.C: core rewrite using yacc investigations now will
23190: be compile[yacc]/execute[opcodes]
23191:
23192: 2001-02-15 paf
23193:
23194: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23195: rewrite as turing machine? for it seems it would be it's too many
23196: ifs with this syntax now
23197:
23198: 2001-02-14 paf
23199:
23200: * src/main/core.C: get_params 1
23201:
23202: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23203: :( ]
23204:
23205: * src/main/core.C: varios breaks
23206:
23207: * src/main/core.C: get names 3
23208:
23209: * src/main/core.C: get names 2
23210:
23211: * src/main/core.C: get names 1
23212:
23213: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23214: names 0
23215:
23216: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23217: text repassing2 operator static vars
23218:
23219: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23220: main/pa_string.C: process text repassing
23221:
23222: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23223: module:calls changes
23224:
23225: 2001-02-13 paf
23226:
23227: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23228: ^class:calls[] started
23229:
23230: * src/: include/pa_value.h, main/core.C: z
23231:
23232: * src/main/core.C: operators : and self. prefixes
23233:
23234: * src/main/core.C: z
23235:
23236: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23237: tested
23238:
23239: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23240: optimized
23241:
23242: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23243: would change privates to better support optimization
23244:
23245: * src/: include/pa_string.h, main/pa_string.C:
23246: String_iterator::skip_to todo:optimize
23247:
23248: 2001-02-12 paf
23249:
23250: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23251: String_iterator
23252:
23253: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23254: comments
23255:
23256: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23257: self/methodref joined
23258:
23259: 2001-02-11 paf
23260:
23261: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23262: main/main.dsp: core started. core.C, context&value .h
23263:
23264: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23265: include/pa_string.h, main/main.dsp, main/pa_array.C,
23266: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23267:
23268: 2001-01-30 paf
23269:
23270: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23271: comments
23272:
23273: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23274: main/pa_pool.C: moved pa_pool.C to be target specific
23275:
23276: * src/: include/pa_exception.h, include/pa_pool.h,
23277: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23278: to & changes
23279:
23280: * src/: include/pa_exception.h, include/pa_pool.h,
23281: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23282: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23283: re-associated. that's much better even removed 'die' necessety
23284:
23285: * src/: include/pa_error.h, include/pa_exception.h,
23286: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23287: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23288: targets/Makefile.am: lowered targets/parser into subdir, added
23289: parser_Pool(Pool) failed to add. would think..
23290:
23291: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23292: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23293: main/pa_string.C, main/pa_table.C: Table more like C++ style
23294: hence lots of 'const'
23295:
23296: * src/: include/pa_error.h, include/pa_request.h,
23297: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23298: main/pa_table.C: Error fixed
23299:
23300: 2001-01-29 paf
23301:
23302: * src/: include/pa_array.h, include/pa_common.h,
23303: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23304: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23305: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23306: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23307:
23308: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23309: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23310: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23311: main/pa_string.C, main/pa_table.C: Request Error Table
23312:
23313: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23314: templates"
23315:
23316: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23317: main/main.dsp, main/pa_array.C: templates failed no template
23318: specializations [VC6], no library auto instantation [VC6, GNU c++
23319: 2.95.2-6 from latest cygwin]
23320:
23321: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23322: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23323: main/main.dsp, main/pa_array.C, main/pa_string.C,
23324: main/pa_table.C: Table started would test template Array now
23325:
23326: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23327: String originating
23328:
23329: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23330: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23331: SYNCHRONIZED(thread_safe)
23332:
23333: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23334: parts to top
23335:
23336: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23337: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23338: see: needed only in global Hash now, made Hash:: put/get
23339: SYNCHRONIZED
23340:
23341: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23342: main/pa_threads.C: added pa_threads
23343:
23344: Mutex
23345:
23346: * src/include/pa_hash.h: some comments
23347:
23348: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23349: Array& operator += (Array& src)
23350:
23351: * src/main/pa_array.C: expand not convinient, would rewrite
23352:
23353: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23354: (Array& src)
23355:
23356: rethought, would change now
23357:
23358: 2001-01-27 paf
23359:
23360: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23361: caching
23362:
23363: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23364: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23365: cache rethought to chunk caching
23366:
23367: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23368: include/pa_string.h, main/main.dsp, main/pa_array.C,
23369: main/pa_hash.C, main/pa_string.C: Array 0
23370:
23371: * src/main/pa_string.C: String::operator ==
23372:
23373: * src/main/pa_hash.C: String(&String)
23374:
23375: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23376:
23377: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23378: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23379: pa_hash[forgotten]
23380:
23381: 2001-01-26 paf
23382:
23383: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23384: removed templates [vc++ suxx]
23385:
23386: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23387: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23388:
23389: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23390:
1.119 moko 23391: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23392:
1.119 moko 23393: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23394: check
23395:
23396: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23397: dynamic row_count
23398:
23399: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23400: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23401: targets/Makefile.am: Initial revision
23402:
23403: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23404: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23405: targets/Makefile.am: creating parser3 module
23406:
E-mail: